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
/
cpu
Age
Commit message (
Expand
)
Author
Files
Lines
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/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-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
5
-6
/
+6
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/sgx: Add a basic NUMA allocation scheme to sgx_alloc_epc_page()
Jarkko Sakkinen
2
-48
/
+87
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
12
-18
/
+18
2021-03-15
x86: Remove dynamic NOP selection
Peter Zijlstra
1
-5
/
+0
2021-03-15
x86/mce: Convert to insn_decode()
Borislav Petkov
1
-8
/
+4
2021-03-11
x86/paravirt: Switch time pvops functions to use static_call()
Juergen Gross
1
-2
/
+3
2021-03-08
clocksource/drivers/hyper-v: Move handling of STIMER0 interrupts
Michael Kelley
1
-7
/
+3
2021-03-08
Drivers: hv: vmbus: Move handling of VMbus interrupts
Michael Kelley
1
-9
/
+4
2021-03-08
x86/stackprotector/32: Make the canary into a regular percpu variable
Andy Lutomirski
1
-3
/
+2
2021-03-06
x86/cpu/hygon: Set __max_die_per_package on Hygon
Pu Wen
1
-2
/
+2
2021-02-24
Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2021-02-24
Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-1
/
+15
2021-02-21
Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
1
-0
/
+58
2021-02-21
Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linux
Linus Torvalds
1
-10
/
+1
2021-02-20
Merge tag 'x86_cache_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-14
/
+11
2021-02-20
Merge tag 'x86_cpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-5
/
+3
2021-02-20
Merge tag 'x86_microcode_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2021-02-20
Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-5
/
+2
2021-02-20
Merge tag 'x86_sgx_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-13
/
+9
2021-02-20
Merge tag 'ras_updates_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-744
/
+17
2021-02-12
Merge branch 'x86/paravirt' into x86/entry
Ingo Molnar
5
-6
/
+26
2021-02-11
x86/hyperv: implement and use hv_smp_prepare_cpus
Wei Liu
1
-0
/
+29
2021-02-11
x86/hyperv: detect if Linux is the root partition
Wei Liu
1
-0
/
+20
2021-02-11
x86/hyperv: Load/save the Isolation Configuration leaf
Andrea Parri (Microsoft)
1
-0
/
+9
2021-02-10
x86/irq/64: Adjust the per CPU irq stack pointer by 8
Thomas Gleixner
1
-1
/
+1
2021-02-10
x86/irq: Sanitize irq stack tracking
Thomas Gleixner
1
-1
/
+1
2021-02-09
x86/acrn: Introduce acrn_cpuid_base() and hypervisor feature bits
Yin Fengwei
1
-1
/
+1
2021-02-09
x86/acrn: Introduce acrn_{setup, remove}_intr_handler()
Shuo Liu
1
-0
/
+14
2021-02-08
x86/sgx: Maintain encl->refcount for each encl->mm_list entry
Jarkko Sakkinen
2
-0
/
+8
2021-02-08
thermal: Move therm_throt there from x86/mce
Borislav Petkov
4
-735
/
+3
2021-02-08
x86/mce: Get rid of mcheck_intel_therm_init()
Borislav Petkov
2
-12
/
+4
2021-02-05
x86/sgx: Drop racy follow_pfn() check
Daniel Vetter
1
-8
/
+0
2021-02-01
x86/split_lock: Enable the split lock feature on another Alder Lake CPU
Fenghua Yu
1
-0
/
+1
2021-01-29
arch: x86: Remove CONFIG_OPROFILE support
Viresh Kumar
1
-10
/
+1
2021-01-28
x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]
Sean Christopherson
2
-5
/
+3
2021-01-24
Merge tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-6
/
+7
2021-01-21
x86/sgx: Fix the return type of sgx_init()
Sami Tolvanen
1
-5
/
+9
2021-01-15
x86: Remove definition of DEBUG
Tom Rix
2
-3
/
+0
2021-01-14
x86/topology: Make __max_die_per_package available unconditionally
Borislav Petkov
1
-1
/
+1
2021-01-12
x86/mce: Remove explicit/superfluous tracing
Peter Zijlstra
1
-3
/
+4
2021-01-12
x86/cpu/amd: Set __max_die_per_package on AMD
Yazen Ghannam
1
-2
/
+2
2021-01-11
Merge tag 'hyperv-fixes-signed-20210111' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
1
-0
/
+18
[prev]
[next]