summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds2024-05-251-1/+1
|\
| * arm64: patching: fix handling of execmem addressesWill Deacon2024-05-241-1/+1
* | Merge tag 'irq-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-251-3/+6
|\ \
| * | genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang2024-05-231-3/+6
| |/
* | Merge tag 'x86-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-255-18/+65
|\ \
| * | x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELTony Luck2024-05-222-3/+6
| * | crypto: x86/aes-xts - switch to new Intel CPU model definesTony Luck2024-05-221-8/+8
| * | x86/topology: Handle bogus ACPI tables correctlyThomas Gleixner2024-05-211-3/+50
| * | x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=yMasahiro Yamada2024-05-201-4/+1
* | | Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-2554-129/+136
|\ \ \
| * | | um: virtio_uml: Convert to platform remove callback returning voidUwe Kleine-König2024-04-301-3/+2
| * | | um: rtc: Convert to platform remove callback returning voidUwe Kleine-König2024-04-301-3/+2
| * | | um: Remove unused do_get_thread_area functionTiwei Bie2024-04-301-17/+0
| * | | um: Fix -Wmissing-prototypes warnings for __vdso_*Tiwei Bie2024-04-301-2/+8
| * | | um: Add an internal header shared among the user codeTiwei Bie2024-04-307-6/+26
| * | | um: Fix the declaration of kasan_map_memoryTiwei Bie2024-04-303-1/+3
| * | | um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei Bie2024-04-302-1/+7
| * | | um: Fix the -Wmissing-prototypes warning for __switch_mmTiwei Bie2024-04-302-2/+2
| * | | um: Fix -Wmissing-prototypes warnings for (rt_)sigreturnTiwei Bie2024-04-301-2/+3
| * | | um: Stop tracking host PID in cpu_tasksTiwei Bie2024-04-303-15/+2
| * | | um: process: remove unused 'n' variableJohannes Berg2024-04-221-2/+2
| * | | um: vector: remove unused len variable/calculationJohannes Berg2024-04-221-3/+1
| * | | um: vector: fix bpfflash parameter evaluationJohannes Berg2024-04-221-1/+1
| * | | um: slirp: remove set but unused variable 'pid'Johannes Berg2024-04-221-2/+1
| * | | um: signal: move pid variable where neededJohannes Berg2024-04-221-5/+4
| * | | um: Makefile: use bash from the environmentYueh-Shun Li2024-04-221-1/+1
| * | | um: Add winch to winch_handlers before registering winch IRQRoberto Sassu2024-04-221-6/+8
| * | | um: Fix -Wmissing-prototypes warnings for __warp_* and fooTiwei Bie2024-04-223-0/+11
| * | | um: Fix -Wmissing-prototypes warnings for text_poke*Tiwei Bie2024-04-221-0/+1
| * | | um: Move declarations to proper headersTiwei Bie2024-04-229-9/+14
| * | | um: Add missing headersTiwei Bie2024-04-2213-0/+15
| * | | um: Fix the return type of __switch_toTiwei Bie2024-04-221-1/+2
| * | | um: Remove unused functionsTiwei Bie2024-04-222-27/+0
| * | | um: Fix the declaration of vfreeTiwei Bie2024-04-221-1/+1
| * | | um: Make local functions and variables staticTiwei Bie2024-04-2210-17/+17
| * | | um: Fix return value in ubd_init()Duoming Zhou2024-04-221-2/+2
* | | | Merge tag 'mm-stable-2024-05-24-11-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-2417-1/+18
|\ \ \ \
| * | | | mseal: wire up mseal syscallJeff Xu2024-05-2317-1/+18
| | |_|/ | |/| |
* | | | Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-05-2420-181/+294
|\ \ \ \
| * | | | riscv: Fix early ftrace nop patchingAlexandre Ghiti2024-05-232-0/+9
| * | | | Merge patch series "riscv: Extension parsing fixes"Palmer Dabbelt2024-05-223-7/+45
| |\ \ \ \
| | * | | | riscv: cpufeature: Fix extension subset checkingCharlie Jenkins2024-05-221-1/+1
| | * | | | riscv: cpufeature: Fix thead vector hwcap removalCharlie Jenkins2024-05-223-6/+44
| * | | | | riscv: mm: accelerate pagefault when badaccessKefeng Wang2024-05-221-2/+2
| * | | | | riscv: uaccess: Relax the threshold for fast pathXiao Wang2024-05-221-1/+1
| * | | | | riscv: uaccess: Allow the last potential unrolled copyXiao Wang2024-05-221-1/+1
| * | | | | riscv: typo in comment for get_f64_regXingyou Chen2024-05-221-1/+1
| * | | | | Use bool value in set_cpu_online()Zhao Ke2024-05-221-1/+1
| * | | | | Merge patch series "riscv: fix debug_pagealloc"Palmer Dabbelt2024-05-222-6/+25
| |\ \ \ \ \
| | * | | | | riscv: rewrite __kernel_map_pages() to fix sleeping in invalid contextNam Cao2024-05-221-6/+22