index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-17
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
James Morris
2
-0
/
+79
2018-12-17
Merge branch 'x86/urgent' into x86/mm, to pick up dependent fix
Ingo Molnar
13
-220
/
+529
2018-12-17
kprobes/x86: Remove unneeded arch_within_kprobe_blacklist from x86
Masami Hiramatsu
1
-8
/
+0
2018-12-17
kprobes/x86: Show x86-64 specific blacklisted symbols correctly
Masami Hiramatsu
1
-0
/
+6
2018-12-13
dma-mapping: bypass indirect calls for dma-direct
Christoph Hellwig
1
-1
/
+1
2018-12-13
dma-direct: merge swiotlb_dma_ops into the dma_direct code
Christoph Hellwig
1
-3
/
+1
2018-12-13
xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVH
Maran Wilson
1
-1
/
+1
2018-12-11
x86/resctrl: Fix rdt_find_domain() return value and checks
Reinette Chatre
3
-3
/
+3
2018-12-11
x86/intel_rdt: Ensure a CPU remains online for the region's pseudo-locking se...
Reinette Chatre
1
-0
/
+4
2018-12-11
x86/dma/amd-gart: Stop resizing dma_debug_entry pool
Robin Murphy
1
-23
/
+0
2018-12-11
x86/ima: retry detecting secure boot mode
Mimi Zohar
2
-2
/
+46
2018-12-11
x86/ima: define arch_get_ima_policy() for x86
Eric Richter
1
-0
/
+16
2018-12-11
x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=off
Michal Hocko
1
-1
/
+2
2018-12-08
x86/kprobes: Remove trampoline_handler() prototype
Borislav Petkov
1
-3
/
+1
2018-12-08
x86/kernel: Fix more -Wmissing-prototypes warnings
Borislav Petkov
15
-8
/
+26
2018-12-06
x86/calgary: remove the mapping_error dma_map_ops method
Christoph Hellwig
1
-23
/
+7
2018-12-06
x86/amd_gart: remove the mapping_error dma_map_ops method
Christoph Hellwig
1
-34
/
+6
2018-12-06
x86/mce: Unify pr_* prefix
Borislav Petkov
7
-4
/
+11
2018-12-06
x86/speculation: Change misspelled STIPB to STIBP
Waiman Long
2
-4
/
+4
2018-12-05
x86/mce: Streamline MCE subsystem's naming
Borislav Petkov
15
-14
/
+14
2018-12-05
x86/umip: Make the UMIP activated message generic
Lendacky, Thomas
1
-1
/
+1
2018-12-04
x86/fpu: Don't export __kernel_fpu_{begin,end}()
Sebastian Andrzej Siewior
1
-4
/
+2
2018-12-04
kprobes/x86: Fix instruction patching corruption when copying more than one R...
Masami Hiramatsu
1
-1
/
+1
2018-12-03
x86/fpu: Update comment for __raw_xsave_addr()
Sebastian Andrzej Siewior
1
-2
/
+0
2018-12-03
x86/process/32: Remove asm/math_emu.h include
Sebastian Andrzej Siewior
1
-3
/
+0
2018-12-03
x86/fpu: Use unsigned long long shift in xfeature_uncompacted_offset()
Sebastian Andrzej Siewior
1
-1
/
+1
2018-12-03
x86/umip: Print UMIP line only once
Borislav Petkov
1
-1
/
+1
2018-12-03
x86: Fix various typos in comments
Ingo Molnar
4
-4
/
+4
2018-12-03
Merge tag 'v4.20-rc5' into x86/cleanups, to sync up the tree
Ingo Molnar
17
-321
/
+586
2018-12-01
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-170
/
+515
2018-11-30
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-36
/
+9
2018-11-29
x86/resctrl: Remove unnecessary check for cbm_validate()
Babu Moger
1
-1
/
+1
2018-11-28
x86/speculation: Provide IBPB always command line options
Thomas Gleixner
1
-11
/
+23
2018-11-28
x86/speculation: Add seccomp Spectre v2 user space protection mode
Thomas Gleixner
1
-1
/
+16
2018-11-28
x86/speculation: Enable prctl mode for spectre_v2_user
Thomas Gleixner
1
-9
/
+32
2018-11-28
x86/speculation: Add prctl() control for indirect branch speculation
Thomas Gleixner
2
-0
/
+72
2018-11-28
x86/speculation: Prepare arch_smt_update() for PRCTL mode
Thomas Gleixner
1
-21
/
+25
2018-11-28
x86/speculation: Prevent stale SPEC_CTRL msr content
Thomas Gleixner
2
-12
/
+36
2018-11-28
x86/speculation: Split out TIF update
Thomas Gleixner
1
-12
/
+23
2018-11-28
x86/speculation: Prepare for conditional IBPB in switch_mm()
Thomas Gleixner
1
-5
/
+24
2018-11-28
x86/speculation: Avoid __switch_to_xtra() calls
Thomas Gleixner
1
-0
/
+15
2018-11-28
x86/process: Consolidate and simplify switch_to_xtra() code
Thomas Gleixner
4
-19
/
+37
2018-11-28
x86/speculation: Prepare for per task indirect branch speculation control
Tim Chen
2
-2
/
+22
2018-11-28
x86/speculation: Add command line control for indirect branch speculation
Thomas Gleixner
1
-17
/
+116
2018-11-28
x86/speculation: Unify conditional spectre v2 print functions
Thomas Gleixner
1
-13
/
+4
2018-11-28
x86/speculataion: Mark command line parser data __initdata
Thomas Gleixner
1
-2
/
+2
2018-11-28
x86/speculation: Mark string arrays const correctly
Thomas Gleixner
1
-3
/
+3
2018-11-28
x86/speculation: Reorder the spec_v2 code
Thomas Gleixner
1
-84
/
+84
2018-11-28
x86/l1tf: Show actual SMT state
Thomas Gleixner
1
-2
/
+3
2018-11-28
x86/speculation: Rework SMT state change
Thomas Gleixner
1
-6
/
+5
[prev]
[next]