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
2022-04-06
x86/sev: Check SEV-SNP features support
Brijesh Singh
2
-0
/
+34
2022-04-06
x86/sev: Save the negotiated GHCB version
Brijesh Singh
1
-3
/
+14
2022-04-06
x86/sev: Define the Linux-specific guest termination reasons
Brijesh Singh
2
-9
/
+6
2022-04-06
x86/sev: Detect/setup SEV/SME features earlier in boot
Michael Roth
2
-3
/
+13
2022-04-05
x86/speculation/srbds: Do not try to turn mitigation off when not supported
Ricardo CaƱuelo
1
-0
/
+7
2022-04-05
x86/MCE/AMD: Fix memory leak when threshold_create_bank() fails
Ammar Faizi
1
-13
/
+19
2022-04-05
x86/mce: Avoid unnecessary padding in struct mce_bank
Smita Koralahalli
1
-1
/
+3
2022-04-05
x86/amd_nb: Unexport amd_cache_northbridges()
Muralidhara M K
1
-4
/
+3
2022-04-05
x86,static_call: Fix __static_call_return0 for i386
Peter Zijlstra
1
-3
/
+2
2022-04-04
x86/PCI: Eliminate remove_e820_regions() common subexpressions
Bjorn Helgaas
1
-2
/
+4
2022-04-04
x86/cpu: Remove "noclflush"
Borislav Petkov
1
-8
/
+0
2022-04-04
x86/cpu: Remove "noexec"
Borislav Petkov
1
-3
/
+25
2022-04-04
x86/cpu: Remove "nosmep"
Borislav Petkov
1
-7
/
+0
2022-04-04
x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"
Borislav Petkov
1
-14
/
+1
2022-04-04
x86/cpu: Remove "nosep"
Borislav Petkov
1
-7
/
+0
2022-04-04
x86/cpu: Allow feature bit names from /proc/cpuinfo in clearcpuid=
Borislav Petkov
1
-12
/
+52
2022-04-03
Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-153
/
+66
2022-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2022-04-02
KVM: x86: Support the vCPU preemption check with nopvspin and realtime hint
Li RongQing
2
-39
/
+40
2022-04-02
KVM: x86: fix sending PV IPI
Li RongQing
1
-1
/
+1
2022-03-31
Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
6
-121
/
+150
2022-03-30
x86/fpu/xstate: Consolidate size calculations
Thomas Gleixner
1
-41
/
+8
2022-03-30
x86/fpu/xstate: Handle supervisor states in XSTATE permissions
Thomas Gleixner
1
-0
/
+3
2022-03-30
x86/fpu/xsave: Handle compacted offsets correctly with supervisor states
Thomas Gleixner
1
-45
/
+41
2022-03-30
x86/fpu: Cache xfeature flags from CPUID
Thomas Gleixner
1
-36
/
+13
2022-03-30
x86/fpu/xsave: Initialize offset/size cache early
Thomas Gleixner
1
-2
/
+5
2022-03-30
x86/fpu: Remove unused supervisor only offsets
Thomas Gleixner
1
-30
/
+0
2022-03-29
x86/fpu: Remove redundant XCOMP_BV initialization
Thomas Gleixner
1
-3
/
+0
2022-03-28
x86,kprobes: Fix optprobe trampoline to generate complete pt_regs
Masami Hiramatsu
1
-9
/
+16
2022-03-28
x86,rethook: Fix arch_rethook_trampoline() to generate a complete pt_regs
Peter Zijlstra
1
-11
/
+13
2022-03-28
x86,rethook,kprobes: Replace kretprobe with rethook on x86
Masami Hiramatsu
5
-112
/
+132
2022-03-28
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2
-4
/
+2
2022-03-28
Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-2
/
+2
2022-03-27
Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
17
-68
/
+295
2022-03-26
Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
2
-4
/
+4
2022-03-25
Merge tag 'ras_core_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-90
/
+139
2022-03-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2022-03-24
kasan, x86, arm64, s390: rename functions for modules shadow
Andrey Konovalov
1
-1
/
+1
2022-03-24
Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+1
2022-03-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-7
/
+3
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-0
/
+34
2022-03-24
Merge tag 'hyperv-next-signed-20220322' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
1
-4
/
+4
2022-03-23
x86/setup: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
Jisheng Zhang
1
-7
/
+3
2022-03-23
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
2
-7
/
+1
2022-03-23
x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementation
Yang Zhong
1
-1
/
+1
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-8
/
+5
2022-03-22
drivers/base/node: consolidate node device subsystem initialization in node_dev_init()
David Hildenbrand
1
-5
/
+0
2022-03-22
mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handler
luofei
1
-3
/
+5
2022-03-22
Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+3
2022-03-21
Merge tag 'pm-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-2
/
+21
[prev]
[next]