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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-13
Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
19
-112
/
+176
2018-08-13
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+2
2018-08-13
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-16
/
+5
2018-08-13
Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+49
2018-08-13
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2018-08-13
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-9
/
+16
2018-08-13
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-7
/
+8
2018-08-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
6
-126
/
+24
2018-08-10
x86/mm/pti: Move user W+X check into pti_finalize()
Joerg Roedel
1
-2
/
+5
2018-08-06
Merge branch 'x86/pti-urgent' into x86/pti
Thomas Gleixner
4
-2
/
+9
2018-08-06
x86/mm/init: Remove freed kernel image areas from alias mapping
Dave Hansen
1
-0
/
+1
2018-08-05
x86/irqflags: Provide a declaration for native_save_fl
Nick Desaulniers
1
-0
/
+2
2018-08-05
x86/mm/init: Add helper for freeing kernel image pages
Dave Hansen
1
-0
/
+1
2018-08-03
x86/speculation: Support Enhanced IBRS on future CPUs
Sai Praneeth
2
-0
/
+2
2018-08-03
x86/cpufeatures: Add EPT_AD feature bit
Peter Feiner
1
-1
/
+1
2018-08-02
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
1
-1
/
+1
2018-07-25
locking/atomics: Instrument xchg()
Mark Rutland
3
-3
/
+3
2018-07-25
locking/atomics/x86: Reduce arch_cmpxchg64*() instrumentation
Mark Rutland
1
-2
/
+2
2018-07-25
perf/x86/intel/ds: Handle PEBS overflow for fixed counters
Kan Liang
1
-1
/
+2
2018-07-25
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
8
-12
/
+76
2018-07-25
locking/pvqspinlock/x86: Use LOCK_PREFIX in __pv_queued_spin_unlock() assembl...
Waiman Long
1
-1
/
+1
2018-07-21
Merge branch 'x86-pti-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-6
/
+0
2018-07-20
x86/ldt: Enable LDT user-mapping for PAE
Joerg Roedel
1
-5
/
+0
2018-07-20
x86/ldt: Define LDT_END_ADDR
Joerg Roedel
2
-0
/
+3
2018-07-20
x86/ldt: Reserve address-space range on 32 bit for the LDT
Joerg Roedel
1
-2
/
+5
2018-07-20
x86/mm/pti: Introduce pti_finalize()
Joerg Roedel
1
-2
/
+1
2018-07-20
x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit
Joerg Roedel
1
-0
/
+1
2018-07-20
x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32
Joerg Roedel
1
-4
/
+4
2018-07-20
x86/mm/legacy: Populate the user page-table with user pgd's
Joerg Roedel
1
-0
/
+9
2018-07-20
x86/mm/pae: Populate the user page-table with user pgd's
Joerg Roedel
1
-0
/
+7
2018-07-20
x86/mm/pae: Populate valid user PGD entries
Joerg Roedel
1
-2
/
+26
2018-07-20
x86/pgtable: Move two more functions from pgtable_64.h to pgtable.h
Joerg Roedel
6
-38
/
+21
2018-07-20
x86/pgtable: Move pti_set_user_pgtbl() to pgtable.h
Joerg Roedel
1
-0
/
+23
2018-07-20
x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.h
Joerg Roedel
2
-49
/
+49
2018-07-20
x86/pgtable/pae: Unshare kernel PMDs when PTI is enabled
Joerg Roedel
1
-2
/
+3
2018-07-20
x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()
Joerg Roedel
1
-6
/
+6
2018-07-20
x86/entry: Rename update_sp0 to update_task_stack
Joerg Roedel
1
-1
/
+1
2018-07-20
x86/entry/32: Enter the kernel via trampoline stack
Joerg Roedel
1
-2
/
+12
2018-07-19
x86/speculation: Remove SPECTRE_V2_IBRS in enum spectre_v2_mitigation
Jiang Biao
1
-1
/
+0
2018-07-17
x86/mm/tlb: Always use lazy TLB mode
Rik van Riel
1
-16
/
+0
2018-07-17
x86/mm/tlb: Leave lazy TLB mode at page table free time
Rik van Riel
1
-0
/
+5
2018-07-17
Merge tag 'v4.18-rc5' into locking/core, to pick up fixes
Ingo Molnar
8
-6
/
+74
2018-07-16
x86/apm: Don't access __preempt_count with zeroed fs
Ville Syrjälä
1
-6
/
+0
2018-07-16
x86/pti: Make pti_set_kernel_image_nonglobal() static
Jiang Biao
0
-0
/
+0
2018-07-16
x86/asm/memcpy_mcsafe: Fix copy_to_user_mcsafe() exception handling
Dan Williams
1
-1
/
+6
2018-07-06
Merge branch 'x86/urgent' into x86/hyperv
Thomas Gleixner
7
-6
/
+71
2018-07-06
x86/hyper-v: Fix the circular dependency in IPI enlightenment
K. Y. Srinivasan
1
-1
/
+4
2018-07-03
x86/paravirt: Make native_save_fl() extern inline
Nick Desaulniers
1
-1
/
+1
2018-07-03
x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>
H. Peter Anvin
1
-0
/
+59
2018-07-03
x86/hyper-v: Trace PV IPI send
Vitaly Kuznetsov
1
-0
/
+15
[next]