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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-0
/
+5
2021-05-19
x86/signal: Introduce helpers to get the maximum signal frame size
Chang S. Bae
3
-2
/
+79
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
2
-32
/
+15
2021-05-18
x86/cpu: Init AP exception handling from cpu_init_secondary()
Borislav Petkov
3
-18
/
+17
2021-05-18
x86/sev-es: Invalidate the GHCB after completing VMGEXIT
Tom Lendacky
2
-0
/
+6
2021-05-18
x86/sev-es: Move sev_es_put_ghcb() in prep for follow on patch
Tom Lendacky
1
-18
/
+18
2021-05-17
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
91
-1663
/
+1853
2021-05-17
x86/acpi: Switch to pr_xxx log functions
Heiner Kallweit
1
-71
/
+47
2021-05-17
Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
5
-7
/
+31
2021-05-16
Merge tag 'x86_urgent_for_v5.13_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
9
-23
/
+23
2021-05-14
jump_label/x86: Remove unused JUMP_LABEL_NOP_SIZE
Peter Zijlstra
1
-2
/
+0
2021-05-13
x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen generations
Huang Rui
2
-1
/
+17
2021-05-12
x86: Fix leftover comment typos
Ingo Molnar
1
-1
/
+1
2021-05-12
Merge branch 'linus' into x86/cleanups, to pick up dependent commits
Ingo Molnar
2
-71
/
+84
2021-05-12
jump_label, x86: Emit short JMP
Peter Zijlstra
1
-1
/
+7
2021-05-12
jump_label, x86: Add variable length patching support
Peter Zijlstra
1
-18
/
+35
2021-05-12
jump_label, x86: Introduce jump_entry_size()
Peter Zijlstra
1
-0
/
+7
2021-05-12
jump_label, x86: Improve error when we fail expected text
Peter Zijlstra
1
-19
/
+14
2021-05-12
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
1
-1
/
+0
2021-05-12
x86/alternatives: Make the x86nops[] symbol static
Pavel Skripkin
1
-1
/
+1
2021-05-12
x86/regs: Syscall_get_nr() returns -1 for a non-system call
H. Peter Anvin
2
-3
/
+3
2021-05-12
x86/syscall: Maximize MSR_SYSCALL_MASK
H. Peter Anvin (Intel)
1
-3
/
+9
2021-05-12
x86/entry: Unify definitions from <asm/calling.h> and <asm/ptrace-abi.h>
H. Peter Anvin (Intel)
1
-3
/
+3
2021-05-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-71
/
+84
2021-05-10
x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFG
Brijesh Singh
4
-6
/
+6
2021-05-10
x86/sev: Move GHCB MSR protocol and NAE definitions in a common header
Brijesh Singh
1
-10
/
+10
2021-05-10
x86/sev-es: Rename sev-es.{ch} to sev.{ch}
Brijesh Singh
5
-7
/
+7
2021-05-09
Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-6
/
+13
2021-05-07
Merge tag 'io_uring-5.13-2021-05-07' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+18
2021-05-07
x86/kvm: Unify kvm_pv_guest_cpu_reboot() with kvm_guest_cpu_offline()
Vitaly Kuznetsov
1
-25
/
+17
2021-05-07
x86/kvm: Disable all PV features on crash
Vitaly Kuznetsov
2
-33
/
+32
2021-05-07
x86/kvm: Disable kvmclock on all CPUs on shutdown
Vitaly Kuznetsov
2
-4
/
+2
2021-05-07
x86/kvm: Teardown PV features on boot CPU as well
Vitaly Kuznetsov
1
-16
/
+40
2021-05-07
drm/i915/adl_p: ADL_P device info enabling
Clinton Taylor
1
-0
/
+1
2021-05-05
x86/process: setup io_threads more like normal user space threads
Stefan Metzmacher
1
-1
/
+18
2021-05-05
KVM/VMX: Invoke NMI non-IST entry instead of IST entry
Lai Jiangshan
1
-0
/
+10
2021-05-05
x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappers
Sean Christopherson
1
-1
/
+1
2021-05-05
x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supported
Sean Christopherson
1
-1
/
+1
2021-05-05
x86/resctrl: Fix init const confusion
Andi Kleen
1
-1
/
+1
2021-05-05
x86/smpboot: Remove duplicate includes
Wan Jiabing
1
-3
/
+0
2021-05-05
x86/kvm: Fix pr_info() for async PF setup/teardown
Vitaly Kuznetsov
1
-2
/
+2
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-68
/
+60
2021-04-30
Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"
Brian Geffon
1
-1
/
+1
2021-04-29
Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-5
/
+10
2021-04-28
Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
3
-10
/
+10
2021-04-28
Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+20
[prev]
[next]