Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo | Rafael J. Wysocki | 2017-11-03 | 3 | -6/+11 | |
| * | | | | | | | | | | Revert "x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz"" | Linus Torvalds | 2017-11-02 | 1 | -2/+8 | |
| * | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2017-11-02 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | arm64: ensure __dump_instr() checks addr_limit | Mark Rutland | 2017-11-02 | 1 | -1/+1 | |
| | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-11-02 | 5682 | -0/+5682 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | License cleanup: add SPDX license identifier to uapi header files with a license | Greg Kroah-Hartman | 2017-11-02 | 213 | -0/+213 | |
| | * | | | | | | | | | | License cleanup: add SPDX license identifier to uapi header files with no lic... | Greg Kroah-Hartman | 2017-11-02 | 453 | -0/+453 | |
| | * | | | | | | | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 5016 | -0/+5016 | |
| * | | | | | | | | | | | x86/mm: fix use-after-free of vma during userfaultfd fault | Vlastimil Babka | 2017-11-01 | 1 | -1/+10 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | x86/mm: Define _PAGE_TABLE using _KERNPG_TABLE | Borislav Petkov | 2017-11-06 | 1 | -2/+1 | |
* | | | | | | | | | | | Merge branch 'x86/mm' into x86/asm, to pick up pending changes | Ingo Molnar | 2017-11-06 | 6 | -132/+153 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_... | Baoquan He | 2017-10-30 | 1 | -5/+5 | |
| * | | | | | | | | | | | Merge tag 'v4.14-rc7' into x86/mm, to pick up fixes | Ingo Molnar | 2017-10-30 | 64 | -169/+277 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | x86/xen: Drop 5-level paging support code from the XEN_PV code | Kirill A. Shutemov | 2017-10-20 | 1 | -99/+60 | |
| * | | | | | | | | | | | x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and CONFIG_XE... | Kirill A. Shutemov | 2017-10-20 | 1 | -5/+6 | |
| * | | | | | | | | | | | x86/kasan: Use the same shadow offset for 4- and 5-level paging | Andrey Ryabinin | 2017-10-20 | 3 | -23/+82 | |
* | | | | | | | | | | | | Merge branch 'x86/fpu' into x86/asm, to pick up fix | Ingo Molnar | 2017-11-06 | 1 | -15/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | x86/cpuid: Replace set/clear_bit32() | Thomas Gleixner | 2017-11-02 | 1 | -15/+11 | |
* | | | | | | | | | | | | | x86/entry/64: Shorten TEST instructions | Borislav Petkov | 2017-11-02 | 1 | -2/+2 | |
* | | | | | | | | | | | | | x86/traps: Use a new on_thread_stack() helper to clean up an assertion | Andy Lutomirski | 2017-11-02 | 2 | -2/+7 | |
* | | | | | | | | | | | | | x86/entry/64: Remove thread_struct::sp0 | Andy Lutomirski | 2017-11-02 | 4 | -20/+16 | |
* | | | | | | | | | | | | | x86/entry/32: Fix cpu_current_top_of_stack initialization at boot | Andy Lutomirski | 2017-11-02 | 1 | -2/+1 | |
* | | | | | | | | | | | | | x86/entry/64: Remove all remaining direct thread_struct::sp0 reads | Andy Lutomirski | 2017-11-02 | 4 | -4/+10 | |
* | | | | | | | | | | | | | x86/entry/64: Stop initializing TSS.sp0 at boot | Andy Lutomirski | 2017-11-02 | 2 | -4/+17 | |
* | | | | | | | | | | | | | x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context() | Andy Lutomirski | 2017-11-02 | 1 | -3/+14 | |
* | | | | | | | | | | | | | x86/entry: Add task_top_of_stack() to find the top of a task's stack | Andy Lutomirski | 2017-11-02 | 1 | -0/+2 | |
* | | | | | | | | | | | | | x86/entry/64: Pass SP0 directly to load_sp0() | Andy Lutomirski | 2017-11-02 | 8 | -25/+20 | |
* | | | | | | | | | | | | | x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0() | Andy Lutomirski | 2017-11-02 | 5 | -10/+21 | |
* | | | | | | | | | | | | | x86/entry/64: De-Xen-ify our NMI code | Andy Lutomirski | 2017-11-02 | 1 | -12/+18 | |
* | | | | | | | | | | | | | xen, x86/entry/64: Add xen NMI trap entry | Juergen Gross | 2017-11-02 | 4 | -4/+4 | |
* | | | | | | | | | | | | | x86/entry/64: Remove the RESTORE_..._REGS infrastructure | Andy Lutomirski | 2017-11-02 | 1 | -52/+0 | |
* | | | | | | | | | | | | | x86/entry/64: Use POP instead of MOV to restore regs on NMI return | Andy Lutomirski | 2017-11-02 | 1 | -4/+7 | |
* | | | | | | | | | | | | | x86/entry/64: Merge the fast and slow SYSRET paths | Andy Lutomirski | 2017-11-02 | 1 | -3/+3 | |
* | | | | | | | | | | | | | x86/entry/64: Use pop instead of movq in syscall_return_via_sysret | Andy Lutomirski | 2017-11-02 | 1 | -3/+11 | |
* | | | | | | | | | | | | | x86/entry/64: Shrink paranoid_exit_restore and make labels local | Andy Lutomirski | 2017-11-02 | 1 | -8/+5 | |
* | | | | | | | | | | | | | x86/entry/64: Simplify reg restore code in the standard IRET paths | Andy Lutomirski | 2017-11-02 | 2 | -6/+27 | |
* | | | | | | | | | | | | | x86/entry/64: Move SWAPGS into the common IRET-to-usermode path | Andy Lutomirski | 2017-11-02 | 2 | -20/+15 | |
* | | | | | | | | | | | | | x86/entry/64: Split the IRET-to-user and IRET-to-kernel paths | Andy Lutomirski | 2017-11-02 | 3 | -11/+27 | |
* | | | | | | | | | | | | | x86/entry/64: Remove the restore_c_regs_and_iret label | Andy Lutomirski | 2017-11-02 | 1 | -3/+2 | |
* | | | | | | | | | | | | | Merge branch 'x86/fpu' into x86/asm | Ingo Molnar | 2017-11-02 | 8 | -44/+182 | |
|\| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU features | Gayatri Kammela | 2017-10-31 | 2 | -0/+12 | |
| * | | | | | | | | | | | | x86/cpuid: Prevent out of bound access in do_clear_cpu_cap() | Thomas Gleixner | 2017-10-18 | 1 | -2/+8 | |
| * | | | | | | | | | | | | x86/fpu: Remove the explicit clearing of XSAVE dependent features | Andi Kleen | 2017-10-17 | 1 | -20/+0 | |
| * | | | | | | | | | | | | x86/fpu: Make XSAVE check the base CPUID features before enabling | Andi Kleen | 2017-10-17 | 1 | -0/+23 | |
| * | | | | | | | | | | | | x86/fpu: Parse clearcpuid= as early XSAVE argument | Andi Kleen | 2017-10-17 | 2 | -9/+18 | |
| * | | | | | | | | | | | | x86/cpuid: Add generic table for CPUID dependencies | Andi Kleen | 2017-10-17 | 4 | -5/+123 | |
| * | | | | | | | | | | | | x86/fpu/debug: Remove unused 'x86_fpu_state' and 'x86_fpu_deactivate_state' t... | Steven Rostedt (VMware) | 2017-10-13 | 1 | -10/+0 | |
* | | | | | | | | | | | | | Merge branch 'x86/mpx/prep' into x86/asm | Ingo Molnar | 2017-11-02 | 69 | -219/+284 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | ptrace,x86: Make user_64bit_mode() available to 32-bit builds | Ricardo Neri | 2017-11-01 | 1 | -1/+5 | |
| * | | | | | | | | | | | | | x86/boot: Relocate definition of the initial state of CR0 | Ricardo Neri | 2017-11-01 | 3 | -6/+3 |