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
2019-11-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2019-11-25
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-44
/
+319
2019-11-25
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-19
/
+26
2019-11-25
Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up completed topic tree
Ingo Molnar
1
-0
/
+4
2019-11-25
Merge branch 'x86/build' into x86/asm, to pick up completed topic branch
Ingo Molnar
2
-10
/
+18
2019-11-21
x86/pti/32: Size initial_page_table correctly
Thomas Gleixner
1
-0
/
+10
2019-11-21
x86/doublefault/32: Fix stack canaries in the double fault handler
Andy Lutomirski
1
-0
/
+3
2019-11-21
dma-mapping: treat dev->bus_dma_mask as a DMA limit
Nicolas Saenz Julienne
1
-1
/
+1
2019-11-21
Merge branch 'kvm-tsx-ctrl' into HEAD
Paolo Bonzini
10
-51
/
+412
2019-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-40
/
+112
2019-11-20
x86/ioperm: Fix use of deprecated config option
Alexander Duyck
1
-2
/
+1
2019-11-20
dma-direct: exclude dma_direct_map_resource from the min_low_pfn check
Christoph Hellwig
1
-2
/
+2
2019-11-19
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/kcsan
Ingo Molnar
2
-0
/
+7
2019-11-19
Merge tag 'v5.4-rc8' into WIP.x86/mm, to pick up fixes
Ingo Molnar
69
-690
/
+1223
2019-11-18
x86: Fix typos in comments
Cao jin
1
-3
/
+3
2019-11-16
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-4
/
+2
2019-11-16
x86, kcsan: Enable KCSAN for x86
Marco Elver
2
-0
/
+7
2019-11-16
x86/speculation: Fix redundant MDS mitigation message
Waiman Long
1
-0
/
+13
2019-11-16
x86/speculation: Fix incorrect MDS/TAA mitigation status
Waiman Long
1
-2
/
+15
2019-11-16
x86/ioperm: Extend IOPL config to control ioperm() as well
Thomas Gleixner
3
-16
/
+40
2019-11-16
x86/iopl: Remove legacy IOPL option
Thomas Gleixner
4
-58
/
+11
2019-11-16
x86/iopl: Restrict iopl() permission scope
Thomas Gleixner
3
-37
/
+83
2019-11-16
x86/iopl: Fixup misleading comment
Thomas Gleixner
1
-8
/
+27
2019-11-16
x86/ioperm: Share I/O bitmap if identical
Thomas Gleixner
2
-42
/
+45
2019-11-16
x86/ioperm: Remove bitmap if all permissions dropped
Thomas Gleixner
2
-14
/
+20
2019-11-16
x86/ioperm: Move TSS bitmap update to exit to user work
Thomas Gleixner
2
-41
/
+43
2019-11-16
x86/ioperm: Add bitmap sequence number
Thomas Gleixner
3
-10
/
+34
2019-11-16
x86/ioperm: Move iobitmap data into a struct
Thomas Gleixner
3
-35
/
+42
2019-11-16
x86/tss: Move I/O bitmap data into a seperate struct
Thomas Gleixner
3
-7
/
+7
2019-11-16
x86/io: Speedup schedule out of I/O bitmap user
Thomas Gleixner
4
-29
/
+43
2019-11-16
x86/ioperm: Avoid bitmap allocation if no permissions are set
Thomas Gleixner
1
-0
/
+3
2019-11-16
x86/ioperm: Simplify first ioperm() invocation logic
Thomas Gleixner
1
-29
/
+26
2019-11-16
x86/iopl: Cleanup include maze
Thomas Gleixner
1
-12
/
+4
2019-11-16
x86/cpu: Unify cpu_init()
Thomas Gleixner
1
-108
/
+65
2019-11-16
x86/process: Unify copy_thread_tls()
Thomas Gleixner
3
-143
/
+100
2019-11-16
x86/ptrace: Prevent truncation of bitmap size
Thomas Gleixner
1
-1
/
+1
2019-11-15
x86/alternatives: Teach text_poke_bp() to emulate instructions
Peter Zijlstra
3
-40
/
+112
2019-11-15
x86/cpu: Align cpu_caps_cleared and cpu_caps_set to unsigned long
Fenghua Yu
1
-2
/
+3
2019-11-15
x86: Remove the calgary IOMMU driver
Christoph Hellwig
4
-1770
/
+0
2019-11-15
Merge branch 'linus' into x86/hyperv
Thomas Gleixner
77
-757
/
+1570
2019-11-14
x86/crash: Align function arguments on opening braces
Borislav Petkov
1
-17
/
+11
2019-11-14
x86/kdump: Remove the backup region handling
Lianbo Jiang
2
-123
/
+11
2019-11-14
x86/kdump: Always reserve the low 1M when the crashkernel option is specified
Lianbo Jiang
1
-0
/
+15
2019-11-13
ftrace/x86: Tell objtool to ignore nondeterministic ftrace stack layout
Josh Poimboeuf
1
-1
/
+11
2019-11-13
ftrace/x86: Add a counter to test function_graph with direct
Steven Rostedt (VMware)
1
-3
/
+5
2019-11-13
ftrace/x86: Add register_ftrace_direct() for custom trampolines
Steven Rostedt (VMware)
2
-7
/
+39
2019-11-13
x86/resctrl: Fix potential lockdep warning
Xiaochen Shen
1
-4
/
+0
2019-11-12
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-38
/
+383
2019-11-12
x86/boot: Introduce setup_indirect
Daniel Kiper
4
-11
/
+58
2019-11-12
x86/mce/therm_throt: Optimize notifications of thermal throttle
Srinivas Pandruvada
1
-24
/
+227
[prev]
[next]