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-04-03
x86/fpu: Fix __user annotations
Jann Horn
2
-5
/
+5
2019-04-03
sched/x86_64: Don't save flags on context switch
Peter Zijlstra
1
-7
/
+0
2019-04-03
x86/uaccess, signal: Fix AC=1 bloat
Peter Zijlstra
1
-12
/
+17
2019-04-03
sched/x86: Save [ER]FLAGS on context switch
Peter Zijlstra
2
-0
/
+15
2019-04-02
x86/speculation/mds: Add SMT warning message
Josh Poimboeuf
1
-0
/
+8
2019-04-02
x86/speculation: Move arch_smt_update() call to after mitigation decisions
Josh Poimboeuf
1
-3
/
+2
2019-04-02
x86/speculation/mds: Add mds=full,nosmt cmdline option
Josh Poimboeuf
1
-0
/
+10
2019-04-01
x86/gpu: add ElkhartLake to gen11 early quirks
Rodrigo Vivi
1
-0
/
+1
2019-04-01
x86/resctrl: Fix typos in the mba_sc mount option
Xiaochen Shen
1
-3
/
+3
2019-04-01
drm/i915: Split Pineview device info into desktop and mobile
Tvrtko Ursulin
1
-1
/
+2
2019-03-29
x86/mce: Remove mce_report_event()
Borislav Petkov
1
-18
/
+2
2019-03-29
efi: Unify DMI setup code over the arm/arm64, ia64 and x86 architectures
Robert Richter
1
-4
/
+2
2019-03-27
x86/ima: require signed kernel modules
Mimi Zohar
1
-1
/
+8
2019-03-27
x86/mce: Handle varying MCA bank counts
Yazen Ghannam
2
-22
/
+14
2019-03-27
x86/mce: Fix machine_check_poll() tests for error types
Tony Luck
1
-7
/
+37
2019-03-24
x86/resctrl: Remove unused variable
Peng Hao
1
-3
/
+0
2019-03-23
x86/CPU/hygon: Fix phys_proc_id calculation logic for multi-die processors
Pu Wen
1
-0
/
+5
2019-03-23
x86/gart: Exclude GART aperture from kcore
Kairui Song
1
-7
/
+13
2019-03-22
x86/hw_breakpoints: Make default case in hw_breakpoint_arch_parse() return an error
Nathan Chancellor
1
-0
/
+1
2019-03-22
x86/tsc: Add option to disable tsc clocksource watchdog
Juri Lelli
1
-1
/
+4
2019-03-21
x86/cpu/cyrix: Use correct macros for Cyrix calls on Geode processors
Matthew Whitehead
1
-7
/
+7
2019-03-21
x86/microcode: Announce reload operation's completion
Borislav Petkov
1
-0
/
+2
2019-03-21
x86/hpet: Prevent potential NULL pointer dereference
Aditya Pakki
1
-0
/
+2
2019-03-19
x86/mm: Don't leak kernel addresses
Matteo Croce
1
-2
/
+2
2019-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-5
/
+15
2019-03-12
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-69
/
+132
2019-03-12
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
4
-6
/
+17
2019-03-12
memblock: drop memblock_alloc_*_nopanic() variants
Mike Rapoport
1
-5
/
+5
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
3
-0
/
+11
2019-03-12
memblock: drop __memblock_alloc_base()
Mike Rapoport
1
-1
/
+1
2019-03-11
Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
1
-0
/
+5
2019-03-11
Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-25
/
+17
2019-03-10
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Linus Torvalds
1
-3
/
+11
2019-03-10
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-3
/
+39
2019-03-10
Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
1
-0
/
+12
2019-03-08
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-39
/
+68
2019-03-07
Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+3
2019-03-07
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+2
2019-03-07
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
12
-33
/
+19
2019-03-07
Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2019-03-07
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+3
2019-03-06
x86/unwind: Add hardcoded ORC entry for NULL
Jann Horn
1
-0
/
+17
2019-03-06
x86/unwind: Handle NULL pointer calls better in frame unwinder
Jann Horn
1
-3
/
+22
2019-03-06
Documentation: Move L1TF to separate directory
Thomas Gleixner
1
-1
/
+1
2019-03-06
x86/speculation/mds: Add mitigation mode VMWERV
Thomas Gleixner
1
-6
/
+12
2019-03-06
x86/speculation/mds: Add sysfs reporting for MDS
Thomas Gleixner
1
-0
/
+25
2019-03-06
x86/speculation/mds: Add mitigation control for MDS
Thomas Gleixner
1
-0
/
+70
2019-03-06
x86/speculation/mds: Conditionally clear CPU buffers on idle entry
Thomas Gleixner
1
-0
/
+3
2019-03-06
x86/kvm/vmx: Add MDS protection when L1D Flush is not active
Thomas Gleixner
1
-0
/
+1
2019-03-06
x86/speculation/mds: Clear CPU buffers on exit to user
Thomas Gleixner
3
-0
/
+15
[prev]
[next]