summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* arch/x86: do not explicitly clear Reserved flag in free_pagetableOscar Salvador2024-07-041-2/+0
* mm: drop leftover comment references to pxx_huge()Peter Xu2024-07-041-2/+2
* mm: remove page_mapping()Matthew Wilcox (Oracle)2024-07-044-4/+4
* mm/mm_init: use node's number of cpus in deferred_page_init_max_threadsEric Chanudet2024-07-041-12/+0
* mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li2024-07-045-15/+0
* mm: add update_mmu_tlb_range()Bang Li2024-07-045-0/+15
* x86-32: fix cmpxchg8b_emu build error with clangLinus Torvalds2024-06-301-7/+5
* Merge tag 'riscv-for-linus-6.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-06-294-15/+22
|\
| * Merge patch "riscv: stacktrace: convert arch_stack_walk() to noinstr"Palmer Dabbelt2024-06-261-1/+1
| |\
| | * riscv: stacktrace: convert arch_stack_walk() to noinstrAndy Chiu2024-06-261-1/+1
| * | riscv: patch: Flush the icache right after patching to avoid illegal insnsAlexandre Ghiti2024-06-262-13/+20
| * | RISC-V: fix vector insn load/store width maskJesse Taube2024-06-251-1/+1
* | | Merge tag 'hardening-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-06-293-19/+14
|\ \ \
| * | | randomize_kstack: Remove non-functional per-arch entropy filteringKees Cook2024-06-283-19/+14
* | | | x86: stop playing stack games in profile_pc()Linus Torvalds2024-06-281-19/+1
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-06-283-2/+4
|\ \ \ \
| * | | | arm64: Clear the initial ID map correctly before remappingZenghui Yu2024-06-241-1/+1
| * | | | arm64: mm: Permit PTE SW bits to change in live mappingsRyan Roberts2024-06-192-1/+3
* | | | | Merge tag 's390-6.10-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-06-272-5/+8
|\ \ \ \ \
| * | | | | s390/boot: Do not adjust GOT entries for undef weak symJens Remus2024-06-251-4/+7
| * | | | | s390/pci: Add missing virt_to_phys() for directed DIBVNiklas Schnelle2024-06-171-1/+1
* | | | | | syscalls: mmap(): use unsigned offset type consistentlyArnd Bergmann2024-06-254-5/+5
* | | | | | s390: remove native mmap2() syscallArnd Bergmann2024-06-251-27/+0
* | | | | | hexagon: fix fadvise64_64 calling conventionsArnd Bergmann2024-06-252-0/+13
* | | | | | csky, hexagon: fix broken sys_sync_file_rangeArnd Bergmann2024-06-252-0/+2
* | | | | | sh: rework sync_file_range ABIArnd Bergmann2024-06-252-1/+13
* | | | | | powerpc: restore some missing spu syscallsArnd Bergmann2024-06-251-0/+4
* | | | | | parisc: use generic sys_fanotify_mark implementationArnd Bergmann2024-06-253-10/+2
* | | | | | parisc: use correct compat recv/recvfrom syscallsArnd Bergmann2024-06-251-2/+2
* | | | | | sparc: fix compat recv/recvfrom syscallsArnd Bergmann2024-06-252-223/+2
* | | | | | sparc: fix old compat_sys_select()Arnd Bergmann2024-06-251-1/+1
* | | | | | syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann2024-06-257-7/+7
| |_|_|/ / |/| | | |
* | | | | Merge tag 'mips-fixes_6.10_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-06-232-2/+2
|\ \ \ \ \
| * | | | | mips: fix compat_sys_lseek syscallArnd Bergmann2024-06-211-1/+1
| * | | | | MIPS: mipsmtregs: Fix target register for MFTC0Jiaxun Yang2024-06-211-1/+1
* | | | | | Merge tag 'x86_urgent_for_v6.10_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-06-231-1/+2
|\ \ \ \ \ \
| * | | | | | x86/resctrl: Don't try to free nonexistent RMIDsDave Martin2024-06-191-1/+2
* | | | | | | Merge tag 'powerpc-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-06-232-5/+15
|\ \ \ \ \ \ \
| * | | | | | | KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()Michael Ellerman2024-06-161-5/+13
| * | | | | | | powerpc/crypto: Add generated P8 asm to .gitignoreNathan Lynch2024-06-041-0/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'arm-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2024-06-228-8/+11
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'riscv-sophgo-dt-fixes-for-v6.10-rc4' of https://github.com/sophgo/...Arnd Bergmann2024-06-201-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | riscv: dts: sophgo: disable write-protection for milkv duoHaylen Chu2024-06-191-0/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge tag 'imx-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2024-06-207-8/+10
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmcFrank Li2024-06-171-1/+1
| | * | | | | | arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input pinMax Krummenacher2024-06-161-1/+1
| | * | | | | | arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' propertyFabio Estevam2024-06-161-1/+0
| | * | | | | | arm64: dts: freescale: imx8mp-venice-gw73xx-2x: fix BT shutdown GPIOTim Harvey2024-06-151-1/+1
| | * | | | | | arm: dts: imx53-qsb-hdmi: Disable panel instead of deleting nodeLiu Ying2024-06-152-3/+5
| | * | | | | | arm64: dts: imx8mp: Fix TC9595 input clock on DH i.MX8M Plus DHCOM SoMMarek Vasut2024-06-151-1/+1