Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | x86/syscalls: Don't adjust CFLAGS for syscall tables | Brian Gerst | 2021-05-25 | 1 | -6/+0 | |
| * | | | | | | | | | | x86/syscalls: Remove -Wno-override-init for syscall tables | Brian Gerst | 2021-05-25 | 1 | -4/+0 | |
| * | | | | | | | | | | x86/uml/syscalls: Remove array index from syscall initializers | Brian Gerst | 2021-05-25 | 2 | -2/+2 | |
| * | | | | | | | | | | x86/syscalls: Clear 'offset' and 'prefix' in case they are set in env | Masahiro Yamada | 2021-05-25 | 1 | -0/+2 | |
| * | | | | | | | | | | x86/entry: Use int everywhere for system call numbers | H. Peter Anvin (Intel) | 2021-05-25 | 2 | -29/+60 | |
| * | | | | | | | | | | x86/entry: Treat out of range and gap system calls the same | H. Peter Anvin (Intel) | 2021-05-20 | 1 | -0/+4 | |
| * | | | | | | | | | | x86/entry/64: Sign-extend system calls on entry to int | H. Peter Anvin (Intel) | 2021-05-20 | 1 | -1/+2 | |
| * | | | | | | | | | | x86/syscalls: Switch to generic syscallhdr.sh | Masahiro Yamada | 2021-05-20 | 2 | -48/+13 | |
| * | | | | | | | | | | x86/syscalls: Use __NR_syscalls instead of __NR_syscall_max | Masahiro Yamada | 2021-05-20 | 3 | -6/+6 | |
| * | | | | | | | | | | x86/unistd: Define X32_NR_syscalls only for 64-bit kernel | Masahiro Yamada | 2021-05-20 | 1 | -1/+1 | |
| * | | | | | | | | | | x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscall | Masahiro Yamada | 2021-05-20 | 5 | -36/+6 | |
| * | | | | | | | | | | x86/syscalls: Switch to generic syscalltbl.sh | Masahiro Yamada | 2021-05-20 | 8 | -76/+34 | |
| * | | | | | | | | | | x86/entry/x32: Rename __x32_compat_sys_* to __x64_compat_sys_* | Masahiro Yamada | 2021-05-20 | 2 | -19/+7 | |
* | | | | | | | | | | | Merge tag 'x86-irq-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-06-29 | 7 | -53/+35 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/kexec: Set_[gi]dt() -> native_[gi]dt_invalidate() in machine_kexec_*.c | H. Peter Anvin (Intel) | 2021-05-21 | 2 | -44/+4 | |
| * | | | | | | | | | | | x86: Add native_[ig]dt_invalidate() | H. Peter Anvin (Intel) | 2021-05-21 | 1 | -0/+20 | |
| * | | | | | | | | | | | x86/idt: Remove address argument from idt_invalidate() | H. Peter Anvin (Intel) | 2021-05-21 | 4 | -6/+5 | |
| * | | | | | | | | | | | x86/irq: Add and use NR_EXTERNAL_VECTORS and NR_SYSTEM_VECTORS | H. Peter Anvin (Intel) | 2021-05-21 | 2 | -2/+5 | |
| * | | | | | | | | | | | x86/irq: Remove unused vectors defines | H. Peter Anvin (Intel) | 2021-05-21 | 1 | -2/+2 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-06-29 | 2 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | clocksource: Reduce clocksource-skew threshold | Paul E. McKenney | 2021-06-22 | 1 | -0/+1 | |
| * | | | | | | | | | | | clocksource: Check per-CPU clock synchronization when marked unstable | Paul E. McKenney | 2021-06-22 | 1 | -1/+2 | |
| * | | | | | | | | | | | arm: zynq: don't disable CONFIG_ARM_GLOBAL_TIMER due to CONFIG_CPU_FREQ anymore | Andrea Merello | 2021-06-16 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-06-29 | 31 | -12/+54 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ() | Marc Zyngier | 2021-06-10 | 1 | -1/+21 | |
| * | | | | | | | | | | | | powerpc: Move the use of irq_domain_add_nomap() behind a config option | Marc Zyngier | 2021-06-10 | 4 | -0/+4 | |
| * | | | | | | | | | | | | powerpc: Drop dependency between asm/irq.h and linux/irqdomain.h | Marc Zyngier | 2021-06-10 | 1 | -1/+0 | |
| * | | | | | | | | | | | | powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacy | Marc Zyngier | 2021-06-10 | 6 | -8/+10 | |
| * | | | | | | | | | | | | powerpc: Add missing linux/{of.h,irqdomain.h} include directives | Marc Zyngier | 2021-06-10 | 13 | -0/+13 | |
| * | | | | | | | | | | | | MIPS: Do not include linux/irqdomain.h from asm/irq.h | Marc Zyngier | 2021-06-10 | 1 | -1/+0 | |
| * | | | | | | | | | | | | MIPS: Add missing linux/irqdomain.h includes | Marc Zyngier | 2021-06-10 | 4 | -0/+4 | |
| * | | | | | | | | | | | | MIPS: lantiq: Directly include linux/of.h in xway/dma.c | Marc Zyngier | 2021-06-10 | 1 | -0/+1 | |
| * | | | | | | | | | | | | nios2: Do not include linux/irqdomain.h from asm/irq.h | Marc Zyngier | 2021-06-10 | 2 | -1/+1 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge tag 'hyperv-next-signed-20210629' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2021-06-29 | 2 | -48/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Drivers: hv: Move Hyper-V extended capability check to arch neutral code | Michael Kelley | 2021-06-05 | 1 | -47/+0 | |
| * | | | | | | | | | | | | x86/hyperv: fix logical processor creation | Praveen Kumar | 2021-06-02 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2021-06-28 | 10 | -9858/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | crypto: x86/curve25519 - fix cpu feature checking logic in mod_exit | Hangbin Liu | 2021-06-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | crypto: ixp4xx - convert to platform driver | Arnd Bergmann | 2021-06-03 | 1 | -0/+26 | |
| * | | | | | | | | | | | | crypto: arm64 - use a pattern rule for generating *.S files | Masahiro Yamada | 2021-05-14 | 1 | -4/+1 | |
| * | | | | | | | | | | | | crypto: arm64 - generate *.S by Perl at build time instead of shipping them | Masahiro Yamada | 2021-05-14 | 4 | -4003/+3 | |
| * | | | | | | | | | | | | crypto: arm - use a pattern rule for generating *.S files | Masahiro Yamada | 2021-05-14 | 1 | -7/+1 | |
| * | | | | | | | | | | | | crypto: arm - generate *.S by Perl at build time instead of shipping them | Masahiro Yamada | 2021-05-14 | 4 | -5848/+3 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge tag 'media/v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 2021-06-28 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'v5.13-rc4' into media_tree | Mauro Carvalho Chehab | 2021-06-02 | 164 | -875/+1518 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | media: ARM: dts: sama5d4: enable Hantro G1 VDEC | Emil Velikov | 2021-05-19 | 1 | -0/+7 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2021-06-28 | 138 | -3563/+6161 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini | 2021-06-25 | 126 | -677/+1510 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch kvm-arm64/mmu/mte into kvmarm-master/next | Marc Zyngier | 2021-06-25 | 1 | -4/+8 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | KVM: arm64: Set the MTE tag bit before releasing the page | Marc Zyngier | 2021-06-24 | 1 | -4/+8 |