summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-2975-794/+94
|\
| * mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi2021-06-291-2/+11
| * mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-2926-40/+40
| * arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport2021-06-296-25/+4
| * m68k: remove support for DISCONTIGMEMMike Rapoport2021-06-295-76/+1
| * arc: remove support for DISCONTIGMEMMike Rapoport2021-06-293-61/+0
| * arc: update comment about HIGHMEM implementationMike Rapoport2021-06-291-8/+5
| * alpha: remove DISCONTIGMEM and NUMAMike Rapoport2021-06-2915-540/+4
| * mm: define default MAX_PTRS_PER_* in include/pgtable.hDaniel Axtens2021-06-291-2/+0
| * h8300: remove unused variableSouptick Joarder2021-06-291-2/+0
| * mm: update legacy flush_tlb_* to use vmaChen Li2021-06-297-17/+10
| * x86/sgx: use vma_lookup() in sgx_encl_find()Liam Howlett2021-06-291-2/+2
| * arch/m68k/kernel/sys_m68k: use vma_lookup() in sys_cacheflush()Liam Howlett2021-06-291-2/+2
| * arch/mips/kernel/traps: use vma_lookup() instead of find_vma()Liam Howlett2021-06-291-3/+1
| * arch/powerpc/kvm/book3s: use vma_lookup() in kvmppc_hv_setup_htab_rma()Liam Howlett2021-06-291-2/+2
| * arch/powerpc/kvm/book3s_hv_uvmem: use vma_lookup() instead of find_vma_inters...Liam Howlett2021-06-291-1/+1
| * arch/arm64/kvm: use vma_lookup() instead of find_vma_intersection()Liam Howlett2021-06-291-1/+1
| * arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()Liam Howlett2021-06-291-4/+4
| * binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand2021-06-291-2/+2
| * ia64: mca_drv: fix incorrect array size calculationArnd Bergmann2021-06-291-1/+1
| * ia64: headers: drop duplicated wordsRandy Dunlap2021-06-293-3/+3
* | Merge tag 'acpi-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-06-291-71/+47
|\ \
| | \
| | \
| *-. \ Merge branches 'acpi-prm', 'acpi-sysfs' and 'acpi-x86'Rafael J. Wysocki2021-06-291-71/+47
| |\ \ \
| | | * | x86/acpi: Switch to pr_xxx log functionsHeiner Kallweit2021-05-171-71/+47
* | | | | Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-2916-217/+126
|\ \ \ \ \
| * | | | | x86/syscalls: Don't adjust CFLAGS for syscall tablesBrian Gerst2021-05-251-6/+0
| * | | | | x86/syscalls: Remove -Wno-override-init for syscall tablesBrian Gerst2021-05-251-4/+0
| * | | | | x86/uml/syscalls: Remove array index from syscall initializersBrian Gerst2021-05-252-2/+2
| * | | | | x86/syscalls: Clear 'offset' and 'prefix' in case they are set in envMasahiro Yamada2021-05-251-0/+2
| * | | | | x86/entry: Use int everywhere for system call numbersH. Peter Anvin (Intel)2021-05-252-29/+60
| * | | | | x86/entry: Treat out of range and gap system calls the sameH. Peter Anvin (Intel)2021-05-201-0/+4
| * | | | | x86/entry/64: Sign-extend system calls on entry to intH. Peter Anvin (Intel)2021-05-201-1/+2
| * | | | | x86/syscalls: Switch to generic syscallhdr.shMasahiro Yamada2021-05-202-48/+13
| * | | | | x86/syscalls: Use __NR_syscalls instead of __NR_syscall_maxMasahiro Yamada2021-05-203-6/+6
| * | | | | x86/unistd: Define X32_NR_syscalls only for 64-bit kernelMasahiro Yamada2021-05-201-1/+1
| * | | | | x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscallMasahiro Yamada2021-05-205-36/+6
| * | | | | x86/syscalls: Switch to generic syscalltbl.shMasahiro Yamada2021-05-208-76/+34
| * | | | | x86/entry/x32: Rename __x32_compat_sys_* to __x64_compat_sys_*Masahiro Yamada2021-05-202-19/+7
* | | | | | Merge tag 'x86-irq-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-06-297-53/+35
|\ \ \ \ \ \
| * | | | | | x86/kexec: Set_[gi]dt() -> native_[gi]dt_invalidate() in machine_kexec_*.cH. Peter Anvin (Intel)2021-05-212-44/+4
| * | | | | | x86: Add native_[ig]dt_invalidate()H. Peter Anvin (Intel)2021-05-211-0/+20
| * | | | | | x86/idt: Remove address argument from idt_invalidate()H. Peter Anvin (Intel)2021-05-214-6/+5
| * | | | | | x86/irq: Add and use NR_EXTERNAL_VECTORS and NR_SYSTEM_VECTORSH. Peter Anvin (Intel)2021-05-212-2/+5
| * | | | | | x86/irq: Remove unused vectors definesH. Peter Anvin (Intel)2021-05-211-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-06-292-2/+4
|\ \ \ \ \ \
| * | | | | | clocksource: Reduce clocksource-skew thresholdPaul E. McKenney2021-06-221-0/+1
| * | | | | | clocksource: Check per-CPU clock synchronization when marked unstablePaul E. McKenney2021-06-221-1/+2
| * | | | | | arm: zynq: don't disable CONFIG_ARM_GLOBAL_TIMER due to CONFIG_CPU_FREQ anymoreAndrea Merello2021-06-161-1/+1
* | | | | | | Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-2931-12/+54
|\ \ \ \ \ \ \
| * | | | | | | genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ()Marc Zyngier2021-06-101-1/+21