Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | x86/speculation/l1tf: Add sysfs reporting for l1tf | Andi Kleen | 2018-06-20 | 2 | -0/+7 | |
| * | | | | | | | x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation | Andi Kleen | 2018-06-20 | 5 | -13/+84 | |
| * | | | | | | | x86/speculation/l1tf: Protect swap entries against L1TF | Linus Torvalds | 2018-06-20 | 1 | -3/+8 | |
| * | | | | | | | x86/speculation/l1tf: Change order of offset/type in swap entry | Linus Torvalds | 2018-06-20 | 1 | -11/+20 | |
| * | | | | | | | x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT | Andi Kleen | 2018-06-20 | 1 | -2/+7 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-08-13 | 6 | -53/+16 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | x86/tsc: Make use of tsc_calibrate_cpu_early() | Pavel Tatashin | 2018-07-20 | 1 | -1/+0 | |
| * | | | | | | | x86/tsc: Split native_calibrate_cpu() into early and late parts | Pavel Tatashin | 2018-07-20 | 1 | -0/+1 | |
| * | | | | | | | x86/tsc: Calibrate tsc only once | Pavel Tatashin | 2018-07-20 | 1 | -1/+1 | |
| * | | | | | | | x86/alternatives, jumplabel: Use text_poke_early() before mm_init() | Pavel Tatashin | 2018-07-20 | 1 | -0/+1 | |
| * | | | | | | | x86/kvmclock: Move kvmclock vsyscall param and init to kvmclock | Thomas Gleixner | 2018-07-20 | 1 | -7/+0 | |
| * | | | | | | | x86/kvmclock: Decrapify kvm_register_clock() | Thomas Gleixner | 2018-07-20 | 1 | -1/+0 | |
| * | | | | | | | Merge branch 'linus' into x86/timers | Thomas Gleixner | 2018-07-19 | 3 | -2/+64 | |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | ||||||
| * | | | | | | | x86/platform/intel-mid: Remove per platform code | Andy Shevchenko | 2018-07-03 | 1 | -29/+0 | |
| * | | | | | | | x86/platform/intel-mid: Remove custom TSC calibration | Andy Shevchenko | 2018-07-03 | 1 | -14/+0 | |
| * | | | | | | | x86/cpu: Introduce INTEL_CPU_FAM*() helper macros | Andy Shevchenko | 2018-07-03 | 1 | -0/+13 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip | Linus Torvalds | 2018-08-13 | 19 | -112/+176 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | x86/mm/pti: Move user W+X check into pti_finalize() | Joerg Roedel | 2018-08-10 | 1 | -2/+5 | |
| * | | | | | | | Merge branch 'x86/pti-urgent' into x86/pti | Thomas Gleixner | 2018-08-06 | 4 | -2/+9 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | x86/mm/init: Remove freed kernel image areas from alias mapping | Dave Hansen | 2018-08-06 | 1 | -0/+1 | |
| | * | | | | | | | x86/mm/init: Add helper for freeing kernel image pages | Dave Hansen | 2018-08-05 | 1 | -0/+1 | |
| | | |_|_|_|_|/ | | |/| | | | | | ||||||
| * | | | | | | | x86/speculation: Support Enhanced IBRS on future CPUs | Sai Praneeth | 2018-08-03 | 2 | -0/+2 | |
| * | | | | | | | x86/ldt: Enable LDT user-mapping for PAE | Joerg Roedel | 2018-07-20 | 1 | -5/+0 | |
| * | | | | | | | x86/ldt: Define LDT_END_ADDR | Joerg Roedel | 2018-07-20 | 2 | -0/+3 | |
| * | | | | | | | x86/ldt: Reserve address-space range on 32 bit for the LDT | Joerg Roedel | 2018-07-20 | 1 | -2/+5 | |
| * | | | | | | | x86/mm/pti: Introduce pti_finalize() | Joerg Roedel | 2018-07-20 | 1 | -2/+1 | |
| * | | | | | | | x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit | Joerg Roedel | 2018-07-20 | 1 | -0/+1 | |
| * | | | | | | | x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32 | Joerg Roedel | 2018-07-20 | 1 | -4/+4 | |
| * | | | | | | | x86/mm/legacy: Populate the user page-table with user pgd's | Joerg Roedel | 2018-07-20 | 1 | -0/+9 | |
| * | | | | | | | x86/mm/pae: Populate the user page-table with user pgd's | Joerg Roedel | 2018-07-20 | 1 | -0/+7 | |
| * | | | | | | | x86/mm/pae: Populate valid user PGD entries | Joerg Roedel | 2018-07-20 | 1 | -2/+26 | |
| * | | | | | | | x86/pgtable: Move two more functions from pgtable_64.h to pgtable.h | Joerg Roedel | 2018-07-20 | 6 | -38/+21 | |
| * | | | | | | | x86/pgtable: Move pti_set_user_pgtbl() to pgtable.h | Joerg Roedel | 2018-07-20 | 1 | -0/+23 | |
| * | | | | | | | x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.h | Joerg Roedel | 2018-07-20 | 2 | -49/+49 | |
| * | | | | | | | x86/pgtable/pae: Unshare kernel PMDs when PTI is enabled | Joerg Roedel | 2018-07-20 | 1 | -2/+3 | |
| * | | | | | | | x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl() | Joerg Roedel | 2018-07-20 | 1 | -6/+6 | |
| * | | | | | | | x86/entry: Rename update_sp0 to update_task_stack | Joerg Roedel | 2018-07-20 | 1 | -1/+1 | |
| * | | | | | | | x86/entry/32: Enter the kernel via trampoline stack | Joerg Roedel | 2018-07-20 | 1 | -2/+12 | |
| * | | | | | | | x86/speculation: Remove SPECTRE_V2_IBRS in enum spectre_v2_mitigation | Jiang Biao | 2018-07-19 | 1 | -1/+0 | |
* | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-08-13 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | x86/irqflags: Provide a declaration for native_save_fl | Nick Desaulniers | 2018-08-05 | 1 | -0/+2 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-08-13 | 1 | -16/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | x86/mm/tlb: Always use lazy TLB mode | Rik van Riel | 2018-07-17 | 1 | -16/+0 | |
| * | | | | | | | | x86/mm/tlb: Leave lazy TLB mode at page table free time | Rik van Riel | 2018-07-17 | 1 | -0/+5 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-08-13 | 2 | -0/+49 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'x86/urgent' into x86/hyperv | Thomas Gleixner | 2018-07-06 | 7 | -6/+71 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| * | | | | | | | | x86/hyper-v: Trace PV IPI send | Vitaly Kuznetsov | 2018-07-03 | 1 | -0/+15 | |
| * | | | | | | | | x86/hyper-v: Implement hv_do_fast_hypercall16 | Vitaly Kuznetsov | 2018-07-03 | 1 | -0/+34 | |
* | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-08-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | x86/cpufeatures: Add EPT_AD feature bit | Peter Feiner | 2018-08-03 | 1 | -1/+1 | |
| | |_|_|_|/ / / / | |/| | | | | | | |