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-03-29
ACPI: tables: x86: Reserve memory occupied by ACPI tables
Rafael J. Wysocki
2
-18
/
+15
2021-03-28
x86/traps: Handle #DB for bus lock
Fenghua Yu
3
-20
/
+97
2021-03-28
x86/process/64: Move cpu_current_top_of_stack out of TSS
Lai Jiangshan
2
-6
/
+3
2021-03-28
x86/vmware: Avoid TSC recalibration when frequency is known
Alexey Makhalov
1
-0
/
+2
2021-03-26
x86/sgx: Add SGX_CHILD_PRESENT hardware error code
Sean Christopherson
1
-0
/
+2
2021-03-26
x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
Kai Huang
5
-17
/
+39
2021-03-25
x86/cpufeatures: Add SGX1 and SGX2 sub-features
Sean Christopherson
2
-0
/
+4
2021-03-25
x86/cpufeatures: Make SGX_LC feature bit depend on SGX bit
Kai Huang
2
-9
/
+4
2021-03-25
x86/kprobes: Move 'inline' to the beginning of the kprobe_is_ss() declaration
Wei Yongjun
1
-1
/
+1
2021-03-25
x86/kprobes: Fix to identify indirect jmp and others using range case
Masami Hiramatsu
1
-24
/
+20
2021-03-25
x86/kprobes: Fix to check non boostable prefixes correctly
Masami Hiramatsu
1
-5
/
+12
2021-03-25
x86/sgx: Remove unnecessary kmap() from sgx_ioc_enclave_init()
Ira Weiny
1
-6
/
+8
2021-03-24
x86/Hyper-V: Support for free page reporting
Sunil Muthuswamy
1
-4
/
+5
2021-03-24
x86/mce/inject: Add IPID for injection too
Borislav Petkov
1
-0
/
+6
2021-03-23
x86/setup: Merge several reservations of start of memory
Mike Rapoport
1
-9
/
+10
2021-03-23
x86/setup: Consolidate early memory reservations
Mike Rapoport
1
-48
/
+44
2021-03-23
x86/kprobes: Use int3 instead of debug trap for single-step
Masami Hiramatsu
2
-183
/
+337
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/boot/tboot: Avoid Wstringop-overread-warning
Arnd Bergmann
1
-18
/
+26
2021-03-22
x86/microcode: Check for offline CPUs before requesting new microcode
Otavio Pontes
1
-4
/
+4
2021-03-21
x86: Fix various typos in comments, take #2
Ingo Molnar
12
-13
/
+13
2021-03-21
Merge branch 'linus' into x86/cleanups, to resolve conflict
Ingo Molnar
4
-36
/
+26
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
3
-23
/
+16
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
x86/apic/of: Fix CPU devicetree-node lookups
Johan Hovold
1
-0
/
+5
2021-03-19
x86/sgx: Add a basic NUMA allocation scheme to sgx_alloc_epc_page()
Jarkko Sakkinen
2
-48
/
+87
2021-03-19
x86/sev-es: Optimize __sev_es_ist_enter() for better readability
Joerg Roedel
1
-12
/
+24
2021-03-19
x86/ioapic: Ignore IRQ2 again
Thomas Gleixner
1
-0
/
+10
2021-03-18
x86/sev-es: Replace open-coded hlt-loops with sev_es_terminate()
Joerg Roedel
1
-7
/
+3
2021-03-18
x86/kvm: Fix broken irq restoration in kvm_wait
Wanpeng Li
1
-13
/
+10
2021-03-18
x86/sev: Do not require Hypervisor CPUID bit for SEV guests
Joerg Roedel
1
-5
/
+1
2021-03-18
Merge tag 'v5.12-rc3' into x86/seves
Borislav Petkov
4
-24
/
+34
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
35
-55
/
+55
2021-03-18
Merge tag 'v5.12-rc3' into x86/cleanups, to refresh the tree
Ingo Molnar
4
-24
/
+34
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-16
ftrace: Fix spelling mistake "disabed" -> "disabled"
Colin Ian King
1
-1
/
+1
2021-03-16
x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTART
Oleg Nesterov
1
-1
/
+1
2021-03-16
x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()
Oleg Nesterov
1
-23
/
+1
2021-03-15
x86: Remove dynamic NOP selection
Peter Zijlstra
7
-214
/
+32
2021-03-15
x86/uprobes: Convert to insn_decode()
Borislav Petkov
1
-4
/
+4
2021-03-15
x86/traps: Convert to insn_decode()
Borislav Petkov
1
-3
/
+4
2021-03-15
x86/sev-es: Convert to insn_decode()
Borislav Petkov
1
-12
/
+10
2021-03-15
x86/sev-es: Split vc_decode_insn()
Borislav Petkov
1
-21
/
+38
2021-03-15
x86/kprobes: Convert to insn_decode()
Borislav Petkov
2
-8
/
+18
2021-03-15
x86/mce: Convert to insn_decode()
Borislav Petkov
1
-8
/
+4
2021-03-15
x86/alternative: Use insn_decode()
Borislav Petkov
1
-3
/
+3
2021-03-15
x86/insn: Rename insn_decode() to insn_decode_from_regs()
Borislav Petkov
2
-2
/
+2
[prev]
[next]