index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
2021-05-19
x86/sev-es: Forward page-faults which happen during emulation
Joerg Roedel
2021-05-19
x86/sev-es: Don't return NULL from sev_es_get_ghcb()
Joerg Roedel
2021-05-19
x86/signal: Detect and prevent an alternate signal stack overflow
Chang S. Bae
2021-05-19
x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
Chang S. Bae
2021-05-19
x86/signal: Introduce helpers to get the maximum signal frame size
Chang S. Bae
2021-05-18
signal: Deliver all of the siginfo perf data in _perf
Eric W. Biederman
2021-05-18
siginfo: Move si_trapno inside the union inside _si_fault
Eric W. Biederman
2021-05-18
x86/bus_lock: Set rate limit for bus lock
Fenghua Yu
2021-05-18
x86/idt: Rework IDT setup for boot CPU
Thomas Gleixner
2021-05-18
x86/cpu: Init AP exception handling from cpu_init_secondary()
Borislav Petkov
2021-05-18
x86/sev-es: Invalidate the GHCB after completing VMGEXIT
Tom Lendacky
2021-05-18
x86/sev-es: Move sev_es_put_ghcb() in prep for follow on patch
Tom Lendacky
2021-05-17
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
2021-05-17
x86/acpi: Switch to pr_xxx log functions
Heiner Kallweit
2021-05-17
Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2021-05-16
Merge tag 'x86_urgent_for_v5.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-05-14
jump_label/x86: Remove unused JUMP_LABEL_NOP_SIZE
Peter Zijlstra
2021-05-13
x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen g...
Huang Rui
2021-05-12
x86: Fix leftover comment typos
Ingo Molnar
2021-05-12
Merge branch 'linus' into x86/cleanups, to pick up dependent commits
Ingo Molnar
2021-05-12
jump_label, x86: Emit short JMP
Peter Zijlstra
2021-05-12
jump_label, x86: Add variable length patching support
Peter Zijlstra
2021-05-12
jump_label, x86: Introduce jump_entry_size()
Peter Zijlstra
2021-05-12
jump_label, x86: Improve error when we fail expected text
Peter Zijlstra
2021-05-12
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
2021-05-12
x86/alternatives: Make the x86nops[] symbol static
Pavel Skripkin
2021-05-12
x86/regs: Syscall_get_nr() returns -1 for a non-system call
H. Peter Anvin
2021-05-12
x86/syscall: Maximize MSR_SYSCALL_MASK
H. Peter Anvin (Intel)
2021-05-12
x86/entry: Unify definitions from <asm/calling.h> and <asm/ptrace-abi.h>
H. Peter Anvin (Intel)
2021-05-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-05-10
x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFG
Brijesh Singh
2021-05-10
x86/sev: Move GHCB MSR protocol and NAE definitions in a common header
Brijesh Singh
2021-05-10
x86/sev-es: Rename sev-es.{ch} to sev.{ch}
Brijesh Singh
2021-05-09
Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-05-07
Merge tag 'io_uring-5.13-2021-05-07' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-05-07
x86/kvm: Unify kvm_pv_guest_cpu_reboot() with kvm_guest_cpu_offline()
Vitaly Kuznetsov
2021-05-07
x86/kvm: Disable all PV features on crash
Vitaly Kuznetsov
2021-05-07
x86/kvm: Disable kvmclock on all CPUs on shutdown
Vitaly Kuznetsov
2021-05-07
x86/kvm: Teardown PV features on boot CPU as well
Vitaly Kuznetsov
2021-05-07
drm/i915/adl_p: ADL_P device info enabling
Clinton Taylor
2021-05-05
x86/process: setup io_threads more like normal user space threads
Stefan Metzmacher
2021-05-05
KVM/VMX: Invoke NMI non-IST entry instead of IST entry
Lai Jiangshan
2021-05-05
x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappers
Sean Christopherson
2021-05-05
x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supported
Sean Christopherson
2021-05-05
x86/resctrl: Fix init const confusion
Andi Kleen
2021-05-05
x86/smpboot: Remove duplicate includes
Wan Jiabing
2021-05-05
x86/kvm: Fix pr_info() for async PF setup/teardown
Vitaly Kuznetsov
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-04-30
Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"
Brian Geffon
2021-04-29
Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
[prev]
[next]