index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arc
Age
Commit message (
Expand
)
Author
Lines
2026-02-26
kbuild: Split .modinfo out from ELF_DETAILS
Nathan Chancellor
-0
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-2
/
+2
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-18
/
+21
2026-01-30
ARC: Always use SWAPE instructions for __arch_swab32()
Thomas Weißschuh
-70
/
+1
2026-01-26
arch, mm: consolidate initialization of nodes, zones and memory map
Mike Rapoport (Microsoft)
-5
/
+0
2026-01-26
arc: introduce arch_zone_limits_init()
Mike Rapoport (Microsoft)
-14
/
+20
2026-01-20
treewide: provide a generic clear_user_page() variant
David Hildenbrand
-0
/
+2
2025-10-15
Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-6
/
+6
2025-10-13
Use CONFIG_EXT4_FS instead of CONFIG_EXT3_FS in all of the defconfigs
Theodore Ts'o
-6
/
+6
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-8
/
+5
2025-10-02
Merge tag 'bitmap-for-6.18' of https://github.com/norov/linux
Linus Torvalds
-0
/
+2
2025-09-30
Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-0
/
+1
2025-09-25
arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.c
Menglong Dong
-0
/
+1
2025-09-13
mm: introduce memdesc_flags_t
Matthew Wilcox (Oracle)
-5
/
+5
2025-09-13
mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
Ye Liu
-3
/
+0
2025-09-02
arc: Fix __fls() const-foldability via __builtin_clzl()
Kees Cook
-0
/
+2
2025-09-01
arch: copy_thread: pass clone_flags as u64
Simon Schuster
-1
/
+1
2025-07-14
ARC: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note names
Dave Martin
-2
/
+2
2025-06-12
Merge tag 'arc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...
Linus Torvalds
-67
/
+53
2025-06-11
mm: pgtable: fix pte_swp_exclusive
Magnus Lindholm
-1
/
+1
2025-06-09
ARC: Replace __ASSEMBLY__ with __ASSEMBLER__ in the non-uapi headers
Thomas Huth
-45
/
+45
2025-06-09
ARC: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
Thomas Huth
-2
/
+2
2025-06-09
ARC: unwind: Use built-in sort swap to reduce code size and improve performance
Yu-Chun Lin
-10
/
+1
2025-06-09
ARC: atomics: Implement arch_atomic64_cmpxchg using _relaxed
Jason Gunthorpe
-10
/
+5
2025-06-07
Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
-1
/
+1
2025-06-07
arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
Masahiro Yamada
-1
/
+1
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-4
/
+25
2025-05-27
Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-4
/
+6
2025-05-21
arc/perf: Remove driver-specific throttle support
Kan Liang
-4
/
+2
2025-05-16
ARC: Switch to irq_domain_create_linear()
Jiri Slaby (SUSE)
-4
/
+6
2025-05-11
syscall.h: introduce syscall_set_nr()
Dmitry V. Levin
-0
/
+11
2025-05-11
syscall.h: add syscall_set_arguments()
Dmitry V. Levin
-0
/
+14
2025-05-11
arch: remove mk_pmd()
Matthew Wilcox (Oracle)
-3
/
+0
2025-05-11
mm: introduce a common definition of mk_pte()
Matthew Wilcox (Oracle)
-1
/
+0
2025-04-04
irqdomain: Rename irq_set_default_host() to irq_set_default_domain()
Jiri Slaby (SUSE)
-2
/
+2
2025-03-17
arch, mm: make releasing of memory to page allocator more explicit
Mike Rapoport (Microsoft)
-11
/
+0
2025-03-17
arch, mm: introduce arch_mm_preinit
Mike Rapoport (Microsoft)
-7
/
+6
2025-03-17
arch, mm: streamline HIGHMEM freeing
Mike Rapoport (Microsoft)
-5
/
+1
2025-03-17
arch, mm: set high_memory in free_area_init()
Mike Rapoport (Microsoft)
-2
/
+0
2025-03-17
arch, mm: set max_mapnr when allocating memory map for FLATMEM
Mike Rapoport (Microsoft)
-5
/
+0
2025-03-16
mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned long
Ryan Roberts
-4
/
+2
2025-01-31
Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
-27
/
+18
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-7
/
+2
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-3
/
+2
2025-01-25
asm-generic: pgalloc: provide generic __pgd_{alloc,free}
Kevin Brodsky
-7
/
+2
2025-01-21
Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-3
/
+0
2025-01-18
ARC: migrate to the generic rule for built-in DTB
Masahiro Yamada
-27
/
+18
2025-01-15
ARC: Remove GENERIC_PENDING_IRQ
Thomas Gleixner
-3
/
+0
2025-01-12
arch: remove get_task_comm() and print task comm directly
Yafang Shao
-3
/
+2
[next]