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-03-23
x86/kprobes: Identify far indirect JMP correctly
Masami Hiramatsu
1
-2
/
+1
2021-03-23
x86/kprobes: Retrieve correct opcode for group instruction
Masami Hiramatsu
1
-1
/
+5
2021-03-23
x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()
Isaku Yamahata
1
-1
/
+1
2021-03-23
x86/boot/compressed: Avoid gcc-11 -Wstringop-overread warning
Arnd Bergmann
1
-2
/
+0
2021-03-23
x86/boot/tboot: Avoid Wstringop-overread-warning
Arnd Bergmann
1
-18
/
+26
2021-03-23
x86/fpu/math-emu: Fix function cast warning
Arnd Bergmann
1
-3
/
+8
2021-03-22
x86/microcode: Check for offline CPUs before requesting new microcode
Otavio Pontes
1
-4
/
+4
2021-03-22
x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
Arnd Bergmann
1
-2
/
+2
2021-03-21
x86: Fix various typos in comments, take #2
Ingo Molnar
41
-42
/
+42
2021-03-21
x86: Remove unusual Unicode characters from comments
Ingo Molnar
4
-15
/
+15
2021-03-21
Merge branch 'linus' into x86/cleanups, to resolve conflict
Ingo Molnar
17
-149
/
+261
2021-03-21
Merge tag 'perf-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+4
2021-03-21
Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-33
/
+30
2021-03-20
Merge tag 'riscv-for-linus-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
1
-1
/
+1
2021-03-20
x86/mce: Add Xeon Sapphire Rapids to list of CPUs that support PPIN
Tony Luck
1
-0
/
+1
2021-03-19
bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIG
Stanislav Fomichev
1
-1
/
+2
2021-03-19
x86/apic/of: Fix CPU devicetree-node lookups
Johan Hovold
1
-0
/
+5
2021-03-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-114
/
+227
2021-03-19
x86/sgx: Add a basic NUMA allocation scheme to sgx_alloc_epc_page()
Jarkko Sakkinen
3
-48
/
+88
2021-03-19
x86/sev-es: Optimize __sev_es_ist_enter() for better readability
Joerg Roedel
1
-12
/
+24
2021-03-19
x86/kaslr: Return boolean values from a function returning bool
Jiapeng Chong
1
-2
/
+2
2021-03-19
x86/ioapic: Ignore IRQ2 again
Thomas Gleixner
1
-0
/
+10
2021-03-19
Merge branch 'locking/urgent' into locking/core, to pick up dependent commits
Ingo Molnar
21
-79
/
+170
2021-03-18
x86/sev-es: Replace open-coded hlt-loops with sev_es_terminate()
Joerg Roedel
2
-16
/
+6
2021-03-18
x86/boot/compressed/64: Check SEV encryption in the 32-bit boot-path
Joerg Roedel
1
-0
/
+83
2021-03-18
x86/boot/compressed/64: Add CPUID sanity check to 32-bit boot-path
Joerg Roedel
1
-0
/
+28
2021-03-18
x86/boot/compressed/64: Add 32-bit boot #VC handler
Joerg Roedel
2
-1
/
+101
2021-03-18
x86/kvm: Fix broken irq restoration in kvm_wait
Wanpeng Li
1
-13
/
+10
2021-03-18
KVM: X86: Fix missing local pCPU when executing wbinvd on all dirty pCPUs
Wanpeng Li
1
-1
/
+1
2021-03-18
KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ish
Sean Christopherson
2
-52
/
+74
2021-03-18
x86/boot/compressed/64: Setup IDT in startup_32 boot path
Joerg Roedel
1
-0
/
+72
2021-03-18
x86/boot/compressed/64: Reload CS in startup_32
Joerg Roedel
1
-1
/
+8
2021-03-18
x86/sev: Do not require Hypervisor CPUID bit for SEV guests
Joerg Roedel
3
-27
/
+20
2021-03-18
x86/boot/compressed/64: Cleanup exception handling before booting kernel
Joerg Roedel
3
-5
/
+22
2021-03-18
Merge tag 'v5.12-rc3' into x86/seves
Borislav Petkov
21
-79
/
+170
2021-03-18
x86/sgx: Replace section->init_laundry_list with sgx_dirty_page_list
Jarkko Sakkinen
2
-36
/
+25
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
96
-144
/
+144
2021-03-18
Merge tag 'v5.12-rc3' into x86/cleanups, to refresh the tree
Ingo Molnar
21
-79
/
+170
2021-03-18
KVM: x86: hyper-v: Don't touch TSC page values when guest opted for re-enlightenment
Vitaly Kuznetsov
1
-1
/
+25
2021-03-18
KVM: x86: hyper-v: Track Hyper-V TSC page status
Vitaly Kuznetsov
2
-14
/
+52
2021-03-18
bpf: Fix fexit trampoline.
Alexei Starovoitov
1
-4
/
+22
2021-03-18
Merge tag 'drm-intel-next-2021-03-16' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
1
-0
/
+1
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
1
-1
/
+0
2021-03-17
quota: wire up quotactl_path
Sascha Hauer
2
-0
/
+2
2021-03-17
KVM: x86: hyper-v: Prevent using not-yet-updated TSC page by secondary CPUs
Vitaly Kuznetsov
3
-0
/
+26
2021-03-17
KVM: x86: hyper-v: Limit guest to writing zero to HV_X64_MSR_TSC_EMULATION_STATUS
Vitaly Kuznetsov
1
-0
/
+3
2021-03-16
ftrace: Fix spelling mistake "disabed" -> "disabled"
Colin Ian King
1
-1
/
+1
2021-03-17
xen-swiotlb: split xen_swiotlb_init
Christoph Hellwig
1
-2
/
+2
2021-03-16
x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTART
Oleg Nesterov
2
-11
/
+3
2021-03-16
x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()
Oleg Nesterov
2
-24
/
+14
[prev]
[next]