aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | 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
| * | | | | | | | | | | | powerpc: Move the use of irq_domain_add_nomap() behind a config optionMarc Zyngier2021-06-104-0/+4
| * | | | | | | | | | | | powerpc: Drop dependency between asm/irq.h and linux/irqdomain.hMarc Zyngier2021-06-101-1/+0
| * | | | | | | | | | | | powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacyMarc Zyngier2021-06-106-8/+10
| * | | | | | | | | | | | powerpc: Add missing linux/{of.h,irqdomain.h} include directivesMarc Zyngier2021-06-1013-0/+13
| * | | | | | | | | | | | MIPS: Do not include linux/irqdomain.h from asm/irq.hMarc Zyngier2021-06-101-1/+0
| * | | | | | | | | | | | MIPS: Add missing linux/irqdomain.h includesMarc Zyngier2021-06-104-0/+4
| * | | | | | | | | | | | MIPS: lantiq: Directly include linux/of.h in xway/dma.cMarc Zyngier2021-06-101-0/+1
| * | | | | | | | | | | | nios2: Do not include linux/irqdomain.h from asm/irq.hMarc Zyngier2021-06-102-1/+1
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge tag 'hyperv-next-signed-20210629' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-06-292-48/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Drivers: hv: Move Hyper-V extended capability check to arch neutral codeMichael Kelley2021-06-051-47/+0
| * | | | | | | | | | | | x86/hyperv: fix logical processor creationPraveen Kumar2021-06-021-1/+1
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-06-2810-9858/+30
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | crypto: x86/curve25519 - fix cpu feature checking logic in mod_exitHangbin Liu2021-06-111-1/+1
| * | | | | | | | | | | | crypto: ixp4xx - convert to platform driverArnd Bergmann2021-06-031-0/+26
| * | | | | | | | | | | | crypto: arm64 - use a pattern rule for generating *.S filesMasahiro Yamada2021-05-141-4/+1
| * | | | | | | | | | | | crypto: arm64 - generate *.S by Perl at build time instead of shipping themMasahiro Yamada2021-05-144-4003/+3
| * | | | | | | | | | | | crypto: arm - use a pattern rule for generating *.S filesMasahiro Yamada2021-05-141-7/+1
| * | | | | | | | | | | | crypto: arm - generate *.S by Perl at build time instead of shipping themMasahiro Yamada2021-05-144-5848/+3
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge tag 'media/v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2021-06-281-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v5.13-rc4' into media_treeMauro Carvalho Chehab2021-06-02164-875/+1518
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | media: ARM: dts: sama5d4: enable Hantro G1 VDECEmil Velikov2021-05-191-0/+7
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-06-28138-3563/+6161
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-06-25126-677/+1510
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch kvm-arm64/mmu/mte into kvmarm-master/nextMarc Zyngier2021-06-251-4/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | KVM: arm64: Set the MTE tag bit before releasing the pageMarc Zyngier2021-06-241-4/+8