summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-06x86/mm: Define _PAGE_TABLE using _KERNPG_TABLEBorislav Petkov
2017-11-06Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar
2017-11-06Merge branch 'x86/fpu' into x86/asm, to pick up fixIngo Molnar
2017-11-02bitops: Revert cbe96375025e ("bitops: Add clear/set_bit32() to linux/bitops.h")Thomas Gleixner
2017-11-02x86/cpuid: Replace set/clear_bit32()Thomas Gleixner
2017-11-02x86/entry/64: Shorten TEST instructionsBorislav Petkov
2017-11-02x86/traps: Use a new on_thread_stack() helper to clean up an assertionAndy Lutomirski
2017-11-02x86/entry/64: Remove thread_struct::sp0Andy Lutomirski
2017-11-02x86/entry/32: Fix cpu_current_top_of_stack initialization at bootAndy Lutomirski
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-02Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar
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-10-31RDMA/nldev: Enforce device index check for port callbackLeon Romanovsky
2017-10-31x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU featuresGayatri Kammela
2017-10-30Merge tag 'pm-urgent-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2017-10-30Mark 'ioremap_page_range()' as possibly sleepingLinus Torvalds
2017-10-30Merge tag 'mmc-v4.14-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-10-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-10-30PM / QoS: Fix default runtime_pm device resume latencyTero Kristo
2017-10-30x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_...Baoquan He
2017-10-30Merge tag 'v4.14-rc7' into x86/mm, to pick up fixesIngo Molnar
2017-10-29Linux 4.14-rc7Linus Torvalds
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-29Merge branch 'net_sched-fix-races-with-RCU-callbacks'David S. Miller
2017-10-29selftests: Introduce a new test case to tc testsuiteChris Mi
2017-10-29selftests: Introduce a new script to generate tc batch fileChris Mi
2017-10-29net_sched: fix call_rcu() race on act_sample module removalCong Wang
2017-10-29net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang
2017-10-29net_sched: use tcf_queue_work() in tcindex filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in rsvp filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in route filterCong Wang