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
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2018-02-10
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-20
/
+53
2018-02-04
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-55
/
+91
2018-02-02
x86/pti: Mark constant arrays as __initconst
Arnd Bergmann
1
-2
/
+2
2018-02-02
x86/spectre: Simplify spectre_v2 command line parsing
KarimAllah Ahmed
1
-29
/
+55
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Linus Torvalds
1
-2
/
+1
2018-02-01
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-1
/
+1
2018-02-01
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Radim Krčmář
16
-131
/
+713
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2018-01-30
x86/hyperv: Reenlightenment notifications support
Vitaly Kuznetsov
1
-0
/
+6
2018-01-30
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-3
/
+3
2018-01-30
x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
David Woodhouse
2
-19
/
+29
2018-01-30
x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
Colin Ian King
1
-1
/
+1
2018-01-30
x86/spectre: Report get_user mitigation for spectre_v1
Dan Williams
1
-1
/
+1
2018-01-30
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-14
/
+58
2018-01-30
x86/spectre: Check CONFIG_RETPOLINE in command line parser
Dou Liyang
1
-3
/
+3
2018-01-30
Merge tag 'v4.15' into x86/pti, to be able to merge dependent changes
Ingo Molnar
16
-91
/
+293
2018-01-29
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-9
/
+159
2018-01-29
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+4
2018-01-29
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+4
2018-01-29
Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-36
/
+155
2018-01-27
x86/speculation: Simplify indirect_branch_prediction_barrier()
Borislav Petkov
1
-0
/
+6
2018-01-27
x86/cpufeatures: Clean up Spectre v2 related CPUID flags
David Woodhouse
2
-14
/
+24
2018-01-27
x86/cpu/bugs: Make retpoline module warning conditional
Thomas Gleixner
1
-3
/
+11
2018-01-26
x86/bugs: Drop one "mitigation" from dmesg
Borislav Petkov
1
-1
/
+1
2018-01-26
x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
David Woodhouse
1
-1
/
+9
2018-01-26
x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes
David Woodhouse
1
-0
/
+66
2018-01-26
x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
David Woodhouse
1
-5
/
+43
2018-01-26
x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
David Woodhouse
2
-2
/
+1
2018-01-26
module/retpoline: Warn about missing retpoline in module
Andi Kleen
1
-1
/
+16
2018-01-24
x86/centaur: Mark TSC invariant
davidwang
1
-0
/
+4
2018-01-24
x86/microcode: Fix again accessing initrd after having been freed
Borislav Petkov
1
-1
/
+1
2018-01-24
x86/microcode/intel: Extend BDW late-loading further with LLC size check
Jia Zhang
1
-2
/
+18
2018-01-23
mm/memory_failure: Remove unused trapno from memory_failure
Eric W. Biederman
1
-3
/
+3
2018-01-21
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+5
2018-01-19
x86/mce: Make machine check speculation protected
Thomas Gleixner
1
-0
/
+5
2018-01-18
x86/intel_rdt: Add command line parameter to control L2_CDP
Fenghua Yu
1
-0
/
+2
2018-01-18
x86/intel_rdt: Enable L2 CDP in MSR IA32_L2_QOS_CFG
Fenghua Yu
2
-26
/
+94
2018-01-18
x86/intel_rdt: Add two new resources for L2 Code and Data Prioritization (CDP)
Fenghua Yu
2
-10
/
+58
2018-01-18
x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) feature
Fenghua Yu
1
-0
/
+1
2018-01-17
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+4
2018-01-17
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+36
2018-01-17
x86/intel_rdt/cqm: Prevent use after free
Thomas Gleixner
1
-4
/
+4
2018-01-17
x86/cpufeature: Move processor tracing out of scattered features
Paolo Bonzini
1
-1
/
+0
2018-01-16
Merge branch 'sev-v9-p2' of https://github.com/codomania/kvm
Paolo Bonzini
2
-20
/
+47
2018-01-15
x86/retpoline: Fill RSB on context switch for affected CPUs
David Woodhouse
1
-0
/
+36
2018-01-14
x86/jailhouse: Add infrastructure for running in non-root cell
Jan Kiszka
1
-0
/
+4
2018-01-14
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-2
/
+214
2018-01-12
x86/spectre: Add boot time option to select Spectre v2 mitigation
David Woodhouse
2
-5
/
+157
2018-01-12
x86/retpoline: Add initial retpoline support
David Woodhouse
1
-0
/
+4
[next]