| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2018-04-16 | 5 | -10/+4 |
|\ |
|
| * | kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers | Masahiro Yamada | 2018-04-07 | 5 | -10/+4 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-04-16 | 24 | -777/+1040 |
|\ \ |
|
| * \ | Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is ready | Ingo Molnar | 2018-04-12 | 2589 | -417469/+16194 |
| |\ \ |
|
| | * | | syscalls/x86: Adapt syscall_wrapper.h to the new syscall stub naming convention | Dominik Brodowski | 2018-04-09 | 1 | -9/+9 |
| | * | | syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys... | Dominik Brodowski | 2018-04-09 | 5 | -362/+405 |
| | * | | syscalls/core, syscalls/x86: Clean up compat syscall stub naming convention | Dominik Brodowski | 2018-04-09 | 4 | -185/+185 |
| | * | | syscalls/core, syscalls/x86: Clean up syscall stub naming convention | Dominik Brodowski | 2018-04-09 | 2 | -229/+230 |
| | * | | syscalls/x86: Extend register clearing on syscall entry to lower registers | Dominik Brodowski | 2018-04-05 | 2 | -0/+8 |
| | * | | syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64 | Dominik Brodowski | 2018-04-05 | 7 | -57/+12 |
| | * | | syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION a... | Dominik Brodowski | 2018-04-05 | 6 | -380/+509 |
| | * | | syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi... | Dominik Brodowski | 2018-04-05 | 7 | -2/+119 |
| | * | | x86/syscalls: Don't pointlessly reload the system call number | Linus Torvalds | 2018-04-05 | 2 | -7/+8 |
| * | | | x86/apic: Fix signedness bug in APIC ID validity checks | Li RongQing | 2018-04-10 | 8 | -13/+16 |
| * | | | x86/cpu: Prevent cpuinfo_x86::x86_phys_bits adjustment corruption | Kirill A. Shutemov | 2018-04-10 | 1 | -12/+20 |
| * | | | x86/olpc: Fix inconsistent MFD_CS5535 configuration | Arnd Bergmann | 2018-04-09 | 1 | -3/+1 |
| * | | | x86/cpuid: Switch to 'static const' specifier | Ralf Ramsauer | 2018-03-08 | 1 | -1/+1 |
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-04-15 | 22 | -105/+329 |
|\ \ \ \ |
|
| * | | | | x86/pgtable: Don't set huge PUD/PMD on non-leaf entries | Joerg Roedel | 2018-04-12 | 1 | -0/+9 |
| * | | | | x86/pti: Leave kernel text global for !PCID | Dave Hansen | 2018-04-12 | 3 | -4/+82 |
| * | | | | x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel image | Dave Hansen | 2018-04-12 | 3 | -10/+35 |
| * | | | | x86/pti: Enable global pages for shared areas | Dave Hansen | 2018-04-12 | 2 | -2/+35 |
| * | | | | x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init | Dave Hansen | 2018-04-12 | 1 | -2/+4 |
| * | | | | x86/mm: Comment _PAGE_GLOBAL mystery | Dave Hansen | 2018-04-12 | 1 | -1/+10 |
| * | | | | x86/mm: Remove extra filtering in pageattr code | Dave Hansen | 2018-04-12 | 1 | -4/+2 |
| * | | | | x86/mm: Do not auto-massage page protections | Dave Hansen | 2018-04-12 | 10 | -12/+75 |
| * | | | | x86/espfix: Document use of _PAGE_GLOBAL | Dave Hansen | 2018-04-09 | 1 | -0/+4 |
| * | | | | x86/mm: Introduce "default" kernel PTE mask | Dave Hansen | 2018-04-09 | 4 | -14/+34 |
| * | | | | x86/mm: Undo double _PAGE_PSE clearing | Dave Hansen | 2018-04-09 | 1 | -3/+6 |
| * | | | | x86/mm: Factor out pageattr _PAGE_GLOBAL setting | Dave Hansen | 2018-04-09 | 1 | -43/+23 |
| * | | | | Merge branch 'linus' into x86/pti to pick up upstream changes | Ingo Molnar | 2018-04-09 | 379 | -3647/+5274 |
| |\ \ \ \ |
|
| * | | | | | x86/entry/64: Drop idtentry's manual stack switch for user entries | Andy Lutomirski | 2018-04-09 | 1 | -2/+2 |
| * | | | | | x86/uapi: Fix asm/bootparam.h userspace compilation errors | Dmitry V. Levin | 2018-04-05 | 1 | -9/+9 |
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-04-15 | 1 | -10/+24 |
|\ \ \ \ \ \ |
|
| * | | | | | | perf/x86/intel: Move regs->flags EXACT bit init | Stephane Eranian | 2018-04-05 | 1 | -10/+24 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-04-15 | 1 | -1/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/mm: Fix bogus warning during EFI bootup, use boot_cpu_has() instead of th... | Sai Praneeth | 2018-04-05 | 1 | -1/+6 |
| |/ / / / / |
|
* | | | | | | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 2018-04-15 | 1 | -2/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | openrisc: remove unused __ARCH_HAVE_MMU define | Tobias Klauser | 2018-04-07 | 1 | -2/+0 |
* | | | | | | | Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-04-15 | 10 | -40/+63 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | powerpc/64s: Fix CPU_FTRS_ALWAYS vs DT CPU features | Michael Ellerman | 2018-04-13 | 2 | -15/+22 |
| * | | | | | | | powerpc/mm/radix: Fix checkstops caused by invalid tlbiel | Michael Ellerman | 2018-04-12 | 1 | -3/+2 |
| * | | | | | | | KVM: PPC: Book3S HV: trace_tlbie must not be called in realmode | Nicholas Piggin | 2018-04-11 | 1 | -4/+0 |
| * | | | | | | | powerpc/8xx: Fix build with hugetlbfs enabled | Aneesh Kumar K.V | 2018-04-11 | 1 | -0/+1 |
| * | | | | | | | powerpc/powernv: Fix OPAL NVRAM driver OPAL_BUSY loops | Nicholas Piggin | 2018-04-11 | 1 | -1/+6 |
| * | | | | | | | powerpc/powernv: define a standard delay for OPAL_BUSY type retry loops | Nicholas Piggin | 2018-04-10 | 1 | -0/+3 |
| * | | | | | | | powerpc/fscr: Enable interrupts earlier before calling get_user() | Anshuman Khandual | 2018-04-10 | 1 | -15/+17 |
| * | | | | | | | powerpc/64s: Fix section mismatch warnings from setup_rfi_flush() | Michael Ellerman | 2018-04-10 | 1 | -1/+1 |
| * | | | | | | | powerpc/modules: Fix crashes by adding CONFIG_RELOCATABLE to vermagic | Michael Ellerman | 2018-04-09 | 1 | -1/+11 |
* | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-04-14 | 18 | -708/+138 |
|\ \ \ \ \ \ \ \ |
|