summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-08-25Merge branch 'acpi-processor'Rafael J. Wysocki3-15/+23
2023-08-25Merge tag 'riscv-for-linus-6.5-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-74/+7
2023-08-25LoongArch: Put the body of play_dead() into arch_cpu_idle_dead()Tiezhu Yang3-10/+1
2023-08-25LoongArch: Add identifier names to arguments of die() declarationTiezhu Yang1-1/+1
2023-08-25LoongArch: Return earlier in die() if notify_die() returns NOTIFY_STOPTiezhu Yang1-2/+4
2023-08-25LoongArch: Do not kill the task in die() if notify_die() returns NOTIFY_STOPTiezhu Yang2-7/+7
2023-08-25LoongArch: Remove <asm/export.h>Masahiro Yamada1-1/+0
2023-08-25LoongArch: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada8-8/+8
2023-08-25LoongArch: Remove unneeded #include <asm/export.h>Masahiro Yamada3-3/+0
2023-08-25LoongArch: Replace -ffreestanding with finer-grained -fno-builtin'sWANG Xuerui1-1/+1
2023-08-25LoongArch: Remove redundant "source drivers/firmware/Kconfig"Xi Ruoyao1-2/+0
2023-08-25Merge branch 'for-next/perf' into for-next/coreWill Deacon3-6/+9
2023-08-25Merge branch 'for-next/mm' into for-next/coreWill Deacon6-34/+35
2023-08-25Merge branch 'for-next/misc' into for-next/coreWill Deacon11-19/+52
2023-08-25Merge branch 'for-next/entry' into for-next/coreWill Deacon2-33/+32
2023-08-25x86/sev: Make enc_dec_hypercall() accept a size instead of npagesSteve Rutherford3-13/+10
2023-08-24x86/crash: optimize CPU changesEric DeVolder1-0/+10
2023-08-24crash: hotplug support for kexec_load()Eric DeVolder2-4/+34
2023-08-24x86/crash: add x86 crash hotplug supportEric DeVolder3-7/+116
2023-08-24nios2: fix flush_dcache_page() for usage from irq contextHelge Deller2-2/+7
2023-08-24mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand1-2/+3
2023-08-24arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush()Qi Zheng1-1/+1
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)15-44/+5
2023-08-24xtensa: implement the new page table range APIMatthew Wilcox (Oracle)3-47/+63
2023-08-24x86: implement the new page table range APIMatthew Wilcox (Oracle)1-7/+7
2023-08-24um: implement the new page table range APIMatthew Wilcox (Oracle)1-5/+2
2023-08-24sparc64: implement the new page table range APIMatthew Wilcox (Oracle)5-67/+119
2023-08-24sparc32: implement the new page table range APIMatthew Wilcox (Oracle)3-8/+23
2023-08-24sh: implement the new page table range APIMatthew Wilcox (Oracle)8-55/+89
2023-08-24s390: implement the new page table range APIMatthew Wilcox (Oracle)1-9/+24
2023-08-24riscv: implement the new page table range APIMatthew Wilcox (Oracle)3-33/+36
2023-08-24powerpc: implement the new page table range APIMatthew Wilcox (Oracle)11-93/+89
2023-08-24parisc: implement the new page table range APIMatthew Wilcox (Oracle)3-53/+105
2023-08-24openrisc: implement the new page table range APIMatthew Wilcox (Oracle)3-10/+25
2023-08-24nios2: implement the new page table range APIMatthew Wilcox (Oracle)3-46/+67
2023-08-24mips: implement the new page table range APIMatthew Wilcox (Oracle)12-86/+121
2023-08-24microblaze: implement the new page table range APIMatthew Wilcox (Oracle)3-12/+15
2023-08-24m68k: implement the new page table range APIMatthew Wilcox (Oracle)6-14/+28
2023-08-24loongarch: implement the new page table range APIMatthew Wilcox (Oracle)5-19/+23
2023-08-24ia64: implement the new page table range APIMatthew Wilcox (Oracle)4-26/+54
2023-08-24hexagon: implement the new page table range APIMatthew Wilcox (Oracle)2-10/+7
2023-08-24csky: implement the new page table range APIMatthew Wilcox (Oracle)5-34/+50
2023-08-24arm64: implement the new page table range APIMatthew Wilcox (Oracle)3-30/+36
2023-08-24arm: implement the new page table range APIMatthew Wilcox (Oracle)12-87/+136
2023-08-24arc: implement the new page table range APIMatthew Wilcox (Oracle)5-40/+59
2023-08-24alpha: implement the new page table range APIMatthew Wilcox (Oracle)2-2/+18
2023-08-24mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)3-3/+3
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)1-3/+3
2023-08-24mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan5-5/+10
2023-08-24riscv: Fix build errors using binutils2.37 toolchainsMingzheng Xing1-4/+4