Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | treewide: decouple cacheflush.h and set_memory.h | Laura Abbott | 2017-04-07 | 1 | -1/+0 |
* | treewide: move set_memory_* functions away from cacheflush.h | Laura Abbott | 2017-04-07 | 2 | -85/+88 |
* | Merge remote-tracking branch 'livepatching/for-next' | Stephen Rothwell | 2017-04-07 | 2 | -6/+13 |
|\ | |||||
| * | livepatch/x86: add TIF_PATCH_PENDING thread flag | Josh Poimboeuf | 2017-03-08 | 1 | -1/+3 |
| * | x86/entry: define _TIF_ALLWORK_MASK flags explicitly | Josh Poimboeuf | 2017-03-08 | 1 | -6/+5 |
| * | stacktrace/x86: add function for detecting reliable stack traces | Josh Poimboeuf | 2017-03-08 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'xen-tip/linux-next' | Stephen Rothwell | 2017-04-07 | 2 | -1/+27 |
|\ \ | |||||
| * | | x86/xen: create stubs for HVM-only builds in page.h | Vitaly Kuznetsov | 2017-04-05 | 1 | -0/+25 |
| * | | x86/xen: separate PV and HVM hypervisors | Vitaly Kuznetsov | 2017-04-05 | 1 | -1/+2 |
* | | | Merge remote-tracking branch 'tip/auto-latest' | Stephen Rothwell | 2017-04-07 | 41 | -227/+891 |
|\ \ \ | |||||
| * \ \ | Merge branch 'x86/vdso' | Ingo Molnar | 2017-04-05 | 3 | -1/+57 |
| |\ \ \ | |||||
| | * | | | x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method | Vitaly Kuznetsov | 2017-03-11 | 2 | -1/+3 |
| | * | | | x86/hyperv: Move TSC reading method to asm/mshyperv.h | Vitaly Kuznetsov | 2017-03-11 | 1 | -0/+46 |
| | * | | | x86/hyperv: Implement hv_get_tsc_page() | Vitaly Kuznetsov | 2017-03-11 | 1 | -0/+8 |
| * | | | | Merge branch 'x86/platform' | Ingo Molnar | 2017-04-05 | 1 | -25/+57 |
| |\ \ \ \ | |||||
| | * | | | | x86/platform/uv/BAU: Add wait_completion to bau_operations | Andrew Banman | 2017-03-13 | 1 | -0/+2 |
| | * | | | | x86/platform/uv/BAU: Add status mmr location fields to bau_control | Andrew Banman | 2017-03-13 | 1 | -2/+8 |
| | * | | | | x86/platform/uv/BAU: Cleanup bau_operations declaration and instances | Andrew Banman | 2017-03-13 | 1 | -11/+11 |
| | * | | | | x86/platform/uv/BAU: Add payload descriptor qualifier | Andrew Banman | 2017-03-13 | 1 | -12/+29 |
| | * | | | | x86/platform/uv/BAU: Add uv_bau_version enumerated constants | Andrew Banman | 2017-03-13 | 1 | -0/+7 |
| * | | | | | Merge branch 'x86/mm' | Ingo Molnar | 2017-04-05 | 11 | -21/+118 |
| |\ \ \ \ \ | |||||
| | * | | | | | x86/espfix: Add support for 5-level paging | Kirill A. Shutemov | 2017-04-04 | 1 | -1/+1 |
| | * | | | | | x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL=y | Kirill A. Shutemov | 2017-04-04 | 3 | -1/+40 |
| | * | | | | | x86/paravirt: Add 5-level support to the paravirt code | Kirill A. Shutemov | 2017-04-04 | 3 | -12/+34 |
| | * | | | | | x86/mm: Define virtual memory map for 5-level paging | Kirill A. Shutemov | 2017-04-04 | 4 | -5/+29 |
| | * | | | | | x86/boot: Detect 5-level paging support | Kirill A. Shutemov | 2017-04-04 | 2 | -2/+14 |
| | | |_|/ / | | |/| | | | |||||
| * | | | | | Merge branch 'x86/asm' | Ingo Molnar | 2017-04-05 | 2 | -18/+78 |
| |\ \ \ \ \ | |||||
| | * | | | | | debug: Add _ONCE() logic to report_bug() | Peter Zijlstra | 2017-03-30 | 1 | -1/+1 |
| | * | | | | | x86/debug: Define BUG() again for !CONFIG_BUG | Arnd Bergmann | 2017-03-30 | 1 | -3/+7 |
| | * | | | | | x86/debug: Implement __WARN() using UD0 | Peter Zijlstra | 2017-03-27 | 1 | -18/+60 |
| | * | | | | | Merge branch 'linus' into x86/asm, to refresh the topic tree with fixes | Ingo Molnar | 2017-03-23 | 15 | -21/+65 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | x86/asm: Optimize clear_page() | Borislav Petkov | 2017-03-07 | 1 | -1/+15 |
| * | | | | | | | Merge branch 'x86/apic' | Ingo Molnar | 2017-04-05 | 1 | -6/+1 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | x86/apic: Remove the SET_APIC_ID(x) macro | Dou Liyang | 2017-03-13 | 1 | -6/+1 |
| | | |_|_|/ / / | | |/| | | | | | |||||
| * | | | | | | | Merge branch 'x86-mm-for-xen' | Ingo Molnar | 2017-04-05 | 24 | -116/+478 |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | |||||
| | * | | | | | | Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch | Ingo Molnar | 2017-04-03 | 5 | -7/+9 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'x86/cpu' into x86/mm, before applying dependent patch | Ingo Molnar | 2017-03-30 | 1 | -9/+2 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86 | Mathias Krause | 2017-03-11 | 1 | -3/+1 |
| | | * | | | | | | | x86/cpu: Drop unneded members of struct cpuinfo_x86 | Mathias Krause | 2017-03-11 | 1 | -6/+1 |
| | | | |_|_|_|/ / | | | |/| | | | | | |||||
| | * | | | | | | | x86: Convert the rest of the code to support p4d_t | Kirill A. Shutemov | 2017-03-27 | 7 | -24/+145 |
| | * | | | | | | | x86/kexec: Add 5-level paging support | Kirill A. Shutemov | 2017-03-27 | 1 | -0/+1 |
| | * | | | | | | | Merge branch 'x86/process' into x86/mm, to create new base for further patches | Ingo Molnar | 2017-03-23 | 6 | -5/+29 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | x86/arch_prctl: Add ARCH_[GET|SET]_CPUID | Kyle Huey | 2017-03-20 | 3 | -1/+9 |
| | | * | | | | | | | x86/cpufeature: Detect CPUID faulting support | Kyle Huey | 2017-03-20 | 2 | -0/+3 |
| | | * | | | | | | | x86/arch_prctl: Add do_arch_prctl_common() | Kyle Huey | 2017-03-20 | 1 | -0/+3 |
| | | * | | | | | | | x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64() | Kyle Huey | 2017-03-20 | 1 | -2/+1 |
| | | * | | | | | | | x86/arch_prctl: Rename 'code' argument to 'option' | Kyle Huey | 2017-03-20 | 1 | -1/+1 |
| | | * | | | | | | | x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLES | Kyle Huey | 2017-03-20 | 1 | -3/+3 |
| | | * | | | | | | | x86/process: Optimize TIF_NOTSC switch | Thomas Gleixner | 2017-03-11 | 1 | -0/+10 |
| | | * | | | | | | | x86/process: Correct and optimize TIF_BLOCKSTEP switch | Kyle Huey | 2017-03-11 | 1 | -0/+1 |
| | | |/ / / / / / |