Age | Commit message (Expand) | Author | Files | Lines |
2018-02-22 | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK | Levin, Alexander (Sasha Levin) | 23 | -48/+36 |
2018-02-22 | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 34 | -152/+2 |
2018-02-22 | x86/speculation: Add <asm/msr-index.h> dependency | Peter Zijlstra | 1 | -0/+1 |
2018-02-22 | nospec: Move array_index_nospec() parameter checking into separate macro | Will Deacon | 1 | -15/+21 |
2018-02-22 | x86/speculation: Fix up array_index_nospec_mask() asm constraint | Dan Williams | 1 | -1/+1 |
2018-02-22 | x86/debug: Use UD2 for WARN() | Peter Zijlstra | 2 | -10/+7 |
2018-02-22 | x86/debug, objtool: Annotate WARN()-related UD2 as reachable | Josh Poimboeuf | 1 | -1/+5 |
2018-02-22 | objtool: Fix segfault in ignore_unreachable_insn() | Josh Poimboeuf | 1 | -3/+9 |
2018-02-22 | selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems | Dominik Brodowski | 1 | -7/+13 |
2018-02-22 | selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c | Dominik Brodowski | 2 | -1/+6 |
2018-02-22 | selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c | Dominik Brodowski | 1 | -0/+4 |
2018-02-22 | selftests/x86/pkeys: Remove unused functions | Ingo Molnar | 1 | -28/+0 |
2018-02-22 | selftests/x86: Clean up and document sscanf() usage | Dominik Brodowski | 2 | -6/+16 |
2018-02-22 | selftests/x86: Fix vDSO selftest segfault for vsyscall=none | Dominik Brodowski | 1 | -7/+43 |
2018-02-22 | x86/entry/64: Remove the unused 'icebp' macro | Borislav Petkov | 1 | -4/+0 |
2018-02-22 | x86/entry/64: Fix paranoid_entry() frame pointer warning | Josh Poimboeuf | 1 | -1/+2 |
2018-02-22 | x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly | Dominik Brodowski | 1 | -4/+4 |
2018-02-22 | x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and SAVE_AND_CLEAR_REGS... | Dominik Brodowski | 2 | -52/+10 |
2018-02-22 | x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases | Dominik Brodowski | 2 | -65/+6 |
2018-02-22 | x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro | Dominik Brodowski | 2 | -4/+38 |
2018-02-22 | x86/entry/64: Interleave XOR register clearing with PUSH instructions | Dominik Brodowski | 2 | -30/+40 |
2018-02-22 | x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single PO... | Dominik Brodowski | 2 | -26/+15 |
2018-02-22 | x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused extensions | Dominik Brodowski | 2 | -50/+19 |
2018-02-22 | x86/entry/64: Clear registers for exceptions/interrupts, to reduce speculatio... | Dan Williams | 2 | -1/+24 |
2018-02-22 | PM: cpuidle: Fix cpuidle_poll_state_init() prototype | Rafael J. Wysocki | 1 | -1/+1 |
2018-02-22 | PM / runtime: Update links_count also if !CONFIG_SRCU | Lukas Wunner | 1 | -0/+3 |
2018-02-22 | x86/speculation: Clean up various Spectre related details | Ingo Molnar | 1 | -17/+11 |
2018-02-22 | KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR bitmap | KarimAllah Ahmed | 1 | -1/+2 |
2018-02-22 | X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs | KarimAllah Ahmed | 1 | -2/+2 |
2018-02-22 | KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by... | David Woodhouse | 1 | -5/+5 |
2018-02-22 | Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()" | David Woodhouse | 3 | -13/+9 |
2018-02-22 | x86/speculation: Correct Speculation Control microcode blacklist again | David Woodhouse | 1 | -5/+6 |
2018-02-22 | x86/speculation: Update Speculation Control microcode blacklist | David Woodhouse | 1 | -4/+0 |
2018-02-22 | x86/mm/pti: Fix PTI comment in entry_SYSCALL_64() | Nadav Amit | 1 | -1/+1 |
2018-02-22 | powerpc/mm/radix: Split linear mapping on hot-unplug | Balbir Singh | 1 | -21/+74 |
2018-02-22 | crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generate | Artem Savkov | 1 | -2/+2 |
2018-02-22 | crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate | Artem Savkov | 1 | -1/+1 |
2018-02-22 | compiler-gcc.h: __nostackprotector needs gcc-4.4 and up | Geert Uytterhoeven | 1 | -2/+1 |
2018-02-22 | compiler-gcc.h: Introduce __optimize function attribute | Geert Uytterhoeven | 2 | -0/+8 |
2018-02-22 | x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculati... | Dan Williams | 1 | -0/+30 |
2018-02-22 | x86/entry/64: Clear extra registers beyond syscall arguments, to reduce specu... | Dan Williams | 1 | -0/+13 |
2018-02-22 | x86: PM: Make APM idle driver initialize polling state | Rafael J. Wysocki | 1 | -0/+1 |
2018-02-22 | x86/xen: init %gs very early to avoid page faults with stack protector | Juergen Gross | 1 | -0/+16 |
2018-02-22 | x86/kexec: Make kexec (mostly) work in 5-level paging mode | Kirill A. Shutemov | 1 | -0/+8 |
2018-02-22 | x86/gpu: add CFL to early quirks | Lucas De Marchi | 2 | -0/+7 |
2018-02-22 | drm/i915/kbl: Change a KBL pci id to GT2 from GT1.5 | Anuj Phogat | 1 | -1/+1 |
2018-02-22 | drm/i915: add GT number to intel_device_info | Lionel Landwerlin | 3 | -100/+246 |
2018-02-22 | arm: spear13xx: Fix spics gpio controller's warning | Viresh Kumar | 1 | -1/+1 |
2018-02-22 | arm: spear13xx: Fix dmas cells | Viresh Kumar | 3 | -6/+6 |
2018-02-22 | arm: spear600: Add missing interrupt-parent of rtc | Viresh Kumar | 1 | -0/+1 |