index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-27
KVM: X86: Bail out of direct yield in case of under-committed scenarios
Wanpeng Li
1
-0
/
+3
2021-05-27
Merge v5.13-rc3 into drm-next
Daniel Vetter
11
-74
/
+136
2021-05-26
kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild
Masahiro Yamada
1
-3
/
+0
2021-05-26
locking/atomic: delete !ARCH_ATOMIC remnants
Mark Rutland
1
-1
/
+0
2021-05-26
locking/atomic: make ARCH_ATOMIC a Kconfig symbol
Mark Rutland
2
-2
/
+1
2021-05-25
x86/syscalls: Don't adjust CFLAGS for syscall tables
Brian Gerst
1
-6
/
+0
2021-05-25
x86/syscalls: Remove -Wno-override-init for syscall tables
Brian Gerst
1
-4
/
+0
2021-05-25
x86/uml/syscalls: Remove array index from syscall initializers
Brian Gerst
2
-2
/
+2
2021-05-25
x86/syscalls: Clear 'offset' and 'prefix' in case they are set in env
Masahiro Yamada
1
-0
/
+2
2021-05-25
x86/entry: Use int everywhere for system call numbers
H. Peter Anvin (Intel)
2
-29
/
+60
2021-05-24
KVM: SVM: make the avic parameter a bool
Paolo Bonzini
2
-3
/
+3
2021-05-24
KVM: VMX: Drop unneeded CONFIG_X86_LOCAL_APIC check
Vitaly Kuznetsov
1
-2
/
+1
2021-05-24
KVM: SVM: Drop unneeded CONFIG_X86_LOCAL_APIC check
Vitaly Kuznetsov
2
-5
/
+1
2021-05-23
Merge tag 'perf-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-9
/
+31
2021-05-23
Merge tag 'x86_urgent_for_v5.13_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-57
/
+92
2021-05-23
Merge tag 'efi-next-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/core
Ingo Molnar
1
-1
/
+1
2021-05-22
Merge tag 'for-linus-5.13b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
1
-4
/
+4
2021-05-22
x86/efi: Log 32/64-bit mismatch with kernel as an error
Paul Menzel
1
-1
/
+1
2021-05-21
Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-2
/
+7
2021-05-21
x86/kexec: Set_[gi]dt() -> native_[gi]dt_invalidate() in machine_kexec_*.c
H. Peter Anvin (Intel)
2
-44
/
+4
2021-05-21
x86: Add native_[ig]dt_invalidate()
H. Peter Anvin (Intel)
1
-0
/
+20
2021-05-21
x86/idt: Remove address argument from idt_invalidate()
H. Peter Anvin (Intel)
4
-6
/
+5
2021-05-21
x86/irq: Add and use NR_EXTERNAL_VECTORS and NR_SYSTEM_VECTORS
H. Peter Anvin (Intel)
2
-2
/
+5
2021-05-21
x86/irq: Remove unused vectors defines
H. Peter Anvin (Intel)
1
-2
/
+2
2021-05-21
x86/amd_nb: Add AMD family 19h model 50h PCI ids
David Bartley
1
-0
/
+3
2021-05-21
x86/elf: Use _BITUL() macro in UAPI headers
Joe Richey
1
-2
/
+4
2021-05-21
x86/Xen: swap NX determination and GDT setup on BSP
Jan Beulich
1
-4
/
+4
2021-05-21
Merge tag 'drm-intel-next-2021-05-19-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
1
-0
/
+1
2021-05-20
Merge tag 'quota_for_v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2
-2
/
+2
2021-05-20
x86/entry: Treat out of range and gap system calls the same
H. Peter Anvin (Intel)
1
-0
/
+4
2021-05-20
x86/entry/64: Sign-extend system calls on entry to int
H. Peter Anvin (Intel)
1
-1
/
+2
2021-05-20
x86/syscalls: Switch to generic syscallhdr.sh
Masahiro Yamada
2
-48
/
+13
2021-05-20
x86/syscalls: Use __NR_syscalls instead of __NR_syscall_max
Masahiro Yamada
2
-5
/
+5
2021-05-20
x86/unistd: Define X32_NR_syscalls only for 64-bit kernel
Masahiro Yamada
1
-1
/
+1
2021-05-20
x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscall
Masahiro Yamada
5
-36
/
+6
2021-05-20
x86/syscalls: Switch to generic syscalltbl.sh
Masahiro Yamada
8
-76
/
+34
2021-05-20
x86/entry/x32: Rename __x32_compat_sys_* to __x64_compat_sys_*
Masahiro Yamada
2
-19
/
+7
2021-05-19
x86/sev-es: Use __put_user()/__get_user() for data accesses
Joerg Roedel
1
-20
/
+46
2021-05-19
x86/sev-es: Forward page-faults which happen during emulation
Joerg Roedel
1
-0
/
+4
2021-05-19
x86/sev-es: Don't return NULL from sev_es_get_ghcb()
Joerg Roedel
1
-13
/
+12
2021-05-19
x86/build: Fix location of '-plugin-opt=' flags
Nathan Chancellor
1
-6
/
+6
2021-05-19
x86/signal: Detect and prevent an alternate signal stack overflow
Chang S. Bae
1
-4
/
+20
2021-05-19
x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
Chang S. Bae
3
-2
/
+11
2021-05-19
x86/signal: Introduce helpers to get the maximum signal frame size
Chang S. Bae
5
-2
/
+83
2021-05-18
signal: Deliver all of the siginfo perf data in _perf
Eric W. Biederman
1
-2
/
+4
2021-05-18
siginfo: Move si_trapno inside the union inside _si_fault
Eric W. Biederman
1
-0
/
+3
2021-05-18
x86/bus_lock: Set rate limit for bus lock
Fenghua Yu
1
-2
/
+40
2021-05-18
x86/idt: Rework IDT setup for boot CPU
Thomas Gleixner
3
-34
/
+15
2021-05-18
x86/cpu: Init AP exception handling from cpu_init_secondary()
Borislav Petkov
4
-18
/
+18
2021-05-18
perf/x86/intel/uncore: Enable I/O stacks to IIO PMON mapping on ICX
Alexander Antonov
1
-0
/
+51
[prev]
[next]