summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-302-2/+2
|\
| * sysctl: Add size to register_sysctlJoel Granados2023-08-162-2/+2
* | Merge tag 'modules-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-307-50/+7
|\ \
| * | ARM: module: Use module_init_layout_section() to spot init sectionsJames Morse2023-08-031-1/+1
| * | arm64: module: Use module_init_layout_section() to spot init sectionsJames Morse2023-08-031-1/+1
| * | mmc: au1xmmc: force non-modular build and remove symbol_get usageChristoph Hellwig2023-08-023-33/+4
| * | ARM: pxa: remove use of symbol_get()Arnd Bergmann2023-08-022-15/+1
| |/
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-29114-583/+424
|\ \
| * | x86/crash: optimize CPU changesEric DeVolder2023-08-251-0/+10
| * | crash: hotplug support for kexec_load()Eric DeVolder2023-08-252-4/+34
| * | x86/crash: add x86 crash hotplug supportEric DeVolder2023-08-253-7/+116
| * | kill do_each_thread()Oleg Nesterov2023-08-211-2/+2
| * | treewide: drop CONFIG_EMBEDDEDRandy Dunlap2023-08-2175-75/+75
| * | lockdep: fix static memory detection even moreHelge Deller2023-08-211-18/+0
| * | x86/kernel: increase kcov coverage under arch/x86/kernel folderPengfei Xu2023-08-181-5/+4
| * | nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson2023-08-1813-21/+21
| * | range.h: Move resource API and constant to respective filesAndy Shevchenko2023-08-183-2/+10
| * | x86/asm: replace custom COUNT_ARGS() & CONCATENATE() implementationsAndy Shevchenko2023-08-181-8/+3
| * | arch: enable HAS_LTO_CLANG with KASAN and KCOVJakob Koschel2023-08-181-1/+3
| * | remove ARCH_DEFAULT_KEXEC from Kconfig.kexecEric DeVolder2023-08-181-3/+0
| * | kexec: rename ARCH_HAS_KEXEC_PURGATORYEric DeVolder2023-08-187-8/+8
| * | sh/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-38/+8
| * | s390/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-46/+23
| * | riscv/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-31/+13
| * | powerpc/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-38/+17
| * | parisc/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-23/+11
| * | mips/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-27/+5
| * | m68k/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-17/+2
| * | loongarch/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-19/+7
| * | arm64/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-48/+16
| * | ia64/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-23/+5
| * | arm/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-25/+4
| * | x86/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-73/+19
| * | kexec: consolidate kexec and crash options into kernel/Kconfig.kexecEric DeVolder2023-08-181-13/+0
| * | arch/ia64/include: remove CONFIG_IA64_DEBUG_CMPXCHG from uapi headerThomas Huth2023-08-182-17/+17
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-29205-1836/+2855
|\ \ \
| * | | nios2: fix flush_dcache_page() for usage from irq contextHelge Deller2023-08-252-2/+7
| * | | mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand2023-08-251-2/+3
| * | | arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush()Qi Zheng2023-08-251-1/+1
| * | | mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2023-08-2515-44/+5
| * | | xtensa: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-253-47/+63
| * | | x86: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-251-7/+7
| * | | um: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-251-5/+2
| * | | sparc64: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-255-67/+119
| * | | sparc32: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-253-8/+23
| * | | sh: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-258-55/+89
| * | | s390: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-251-9/+24
| * | | riscv: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-253-33/+36
| * | | powerpc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-2511-93/+89
| * | | parisc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-253-53/+105