summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-02x86/entry/64: Remove all remaining direct thread_struct::sp0 readsAndy Lutomirski
2017-11-02x86/entry/64: Stop initializing TSS.sp0 at bootAndy Lutomirski
2017-11-02x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context()Andy Lutomirski
2017-11-02x86/entry: Add task_top_of_stack() to find the top of a task's stackAndy Lutomirski
2017-11-02x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski
2017-11-02x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0()Andy Lutomirski
2017-11-02x86/entry/64: De-Xen-ify our NMI codeAndy Lutomirski
2017-11-02xen, x86/entry/64: Add xen NMI trap entryJuergen Gross
2017-11-02x86/entry/64: Remove the RESTORE_..._REGS infrastructureAndy Lutomirski
2017-11-02x86/entry/64: Use POP instead of MOV to restore regs on NMI returnAndy Lutomirski
2017-11-02x86/entry/64: Merge the fast and slow SYSRET pathsAndy Lutomirski
2017-11-02x86/entry/64: Use pop instead of movq in syscall_return_via_sysretAndy Lutomirski
2017-11-02x86/entry/64: Shrink paranoid_exit_restore and make labels localAndy Lutomirski
2017-11-02x86/entry/64: Simplify reg restore code in the standard IRET pathsAndy Lutomirski
2017-11-02x86/entry/64: Move SWAPGS into the common IRET-to-usermode pathAndy Lutomirski
2017-11-02x86/entry/64: Split the IRET-to-user and IRET-to-kernel pathsAndy Lutomirski
2017-11-02x86/entry/64: Remove the restore_c_regs_and_iret labelAndy Lutomirski
2017-11-02Merge branch 'x86/fpu' into x86/asmIngo Molnar
2017-11-02KEYS: fix out-of-bounds read during ASN.1 parsingEric Biggers
2017-11-02KEYS: trusted: fix writing past end of buffer in trusted_read()Eric Biggers
2017-11-02KEYS: return full count in keyring_read() if buffer is too smallEric Biggers
2017-11-02Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-11-02net: vrf: correct FRA_L3MDEV encode typeJeff Barnhill
2017-11-02tcp_nv: fix division by zero in tcpnv_acked()Konstantin Khlebnikov
2017-11-02Merge branch 'drm-fixes-4.14' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie
2017-11-01drm/amdgpu: allow harvesting check for Polaris VCELeo Liu
2017-11-01drm/amdgpu: return -ENOENT from uvd 6.0 early init for harvestingLeo Liu
2017-11-02Merge tag 'drm-intel-fixes-2017-11-01' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2017-11-02ARM: add debug ".edata_real" symbolRussell King
2017-11-01MIPS: smp-cmp: Fix vpe_id build errorJames Hogan
2017-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-11-01MAINTAINERS: Update Pistachio platform maintainersJames Hartley
2017-11-01MIPS: smp-cmp: Use right include for task_structJason A. Donenfeld
2017-11-01signal: Fix name of SIGEMT in #if defined() checkAndrew Clayton
2017-11-01Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-01MIPS: Update Goldfish RTC driver maintainer email addressAleksandar Markovic
2017-11-01MIPS: Update RINT emulation maintainer email addressAleksandar Markovic
2017-11-01MIPS: CPS: Fix use of current_cpu_data in preemptible codeMatt Redfearn
2017-11-01ptrace,x86: Make user_64bit_mode() available to 32-bit buildsRicardo Neri
2017-11-01x86/boot: Relocate definition of the initial state of CR0Ricardo Neri
2017-11-01x86/mm: Relocate page fault error codes to traps.hRicardo Neri
2017-11-01x86/mcelog: Get rid of RCU remnantsBorislav Petkov
2017-11-01watchdog/hardlockup/perf: Use atomics to track in-use cpu counterDon Zickus
2017-11-01watchdog/harclockup/perf: Revert a33d44843d45 ("watchdog/hardlockup/perf: Sim...Thomas Gleixner
2017-11-01ARM: 8716/1: pass endianness info to sparseLuc Van Oostenryck
2017-11-01drm/i915: Check incoming alignment for unfenced buffers (on i915gm)Chris Wilson
2017-11-01Merge tag 'asoc-fix-v4.14-rc7' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai
2017-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-01x86/mm: fix use-after-free of vma during userfaultfd faultVlastimil Babka