index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
processor.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/speculation/taa: Add mitigation for TSX Async Abort
Pawan Gupta
2019-10-28
1
-0
/
+7
*
x86/asm: Move native_write_cr0/4() out of line
Thomas Gleixner
2019-07-10
1
-0
/
+1
*
Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-07-08
1
-1
/
+3
|
\
|
*
x86/topology: Define topology_logical_die_id()
Len Brown
2019-05-23
1
-0
/
+1
|
*
x86/topology: Create topology_max_die_per_package()
Len Brown
2019-05-23
1
-1
/
+0
|
*
x86/topology: Add CPUID.1F multi-die/package support
Len Brown
2019-05-23
1
-1
/
+3
*
|
x86/cpu: Create Zhaoxin processors architecture support file
Tony W Wang-oc
2019-06-22
1
-1
/
+2
|
/
*
Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-05-14
1
-0
/
+6
|
\
|
*
x86/speculation/mds: Add mitigation mode VMWERV
Thomas Gleixner
2019-03-06
1
-0
/
+1
|
*
x86/speculation/mds: Add mitigation control for MDS
Thomas Gleixner
2019-03-06
1
-0
/
+5
*
|
x86/irq/64: Split the IRQ stack into its own pages
Andy Lutomirski
2019-04-17
1
-18
/
+14
*
|
x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptr
Thomas Gleixner
2019-04-17
1
-1
/
+1
*
|
x86/irq/32: Rename hard/softirq_stack to hard/softirq_stack_ptr
Thomas Gleixner
2019-04-17
1
-2
/
+2
*
|
x86/irq/32: Make irq stack a character array
Thomas Gleixner
2019-04-17
1
-1
/
+1
*
|
x86/irq/32: Define IRQ_STACK_SIZE
Thomas Gleixner
2019-04-17
1
-2
/
+2
*
|
x86/cpu: Remove orig_ist array
Thomas Gleixner
2019-04-17
1
-9
/
+0
*
|
x86/trap: Remove useless declaration
Pingfan Liu
2019-01-29
1
-1
/
+0
|
/
*
mm: make free_reserved_area() return "const char *"
Alexey Dobriyan
2018-12-28
1
-1
/
+1
*
treewide: remove current_text_addr
Nick Desaulniers
2018-10-31
1
-12
/
+0
*
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-10-23
1
-0
/
+6
|
\
|
*
x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch space
Andy Lutomirski
2018-09-08
1
-0
/
+6
*
|
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-10-23
1
-2
/
+2
|
\
\
|
*
|
x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrella
Juergen Gross
2018-09-03
1
-2
/
+2
|
|
/
*
/
x86/cpu: Create Hygon Dhyana architecture support file
Pu Wen
2018-09-27
1
-1
/
+2
|
/
*
x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+
Andi Kleen
2018-08-27
1
-1
/
+3
*
x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...
Vlastimil Babka
2018-08-24
1
-1
/
+1
*
x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit
Vlastimil Babka
2018-08-20
1
-2
/
+2
*
Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2018-08-14
1
-0
/
+17
|
\
|
*
x86/bugs, kvm: Introduce boot-time control of L1TF mitigations
Jiri Kosina
2018-07-13
1
-0
/
+12
|
*
x86/speculation/l1tf: Add sysfs reporting for l1tf
Andi Kleen
2018-06-20
1
-0
/
+5
*
|
x86/mm/init: Add helper for freeing kernel image pages
Dave Hansen
2018-08-05
1
-0
/
+1
|
/
*
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
Linus Torvalds
2018-06-14
1
-1
/
+1
*
Merge branches 'x86/urgent' and 'core/urgent' into x86/boot, to pick up fixes...
Ingo Molnar
2018-05-19
1
-2
/
+0
|
\
|
*
x86/processor: Remove two unused function declarations
Dou Liyang
2018-04-17
1
-2
/
+0
*
|
x86/CPU: Move cpu local function declarations to local header
Thomas Gleixner
2018-05-13
1
-9
/
+0
*
|
x86/CPU: Modify detect_extended_topology() to return result
Suravee Suthikulpanit
2018-05-06
1
-1
/
+1
|
/
*
x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASE
Vitaly Kuznetsov
2018-03-16
1
-0
/
+5
*
x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->thread
Vitaly Kuznetsov
2018-03-16
1
-0
/
+5
*
x86/CPU: Add a microcode loader callback
Borislav Petkov
2018-02-17
1
-0
/
+1
*
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-02-14
1
-5
/
+2
|
\
|
*
x86/cpu: Change type of x86_cache_size variable to unsigned int
Gustavo A. R. Silva
2018-02-15
1
-1
/
+1
|
*
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
2018-02-15
1
-1
/
+1
|
*
Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"
David Woodhouse
2018-02-13
1
-3
/
+0
*
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-02-04
1
-2
/
+0
|
\
|
|
*
x86/asm: Move 'status' from thread_struct to thread_info
Andy Lutomirski
2018-01-30
1
-2
/
+0
|
*
Merge tag 'v4.15' into x86/pti, to be able to merge dependent changes
Ingo Molnar
2018-01-30
1
-0
/
+1
|
|
\
*
|
\
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-02-03
1
-0
/
+8
|
\
\
\
|
*
|
|
x86: Implement thread_struct whitelist for hardened usercopy
Kees Cook
2018-01-15
1
-0
/
+8
*
|
|
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-01-29
1
-0
/
+3
|
\
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
_
|
/
|
/
|
|
|
*
|
x86/speculation: Simplify indirect_branch_prediction_barrier()
Borislav Petkov
2018-01-27
1
-0
/
+3
[next]