summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-19x86/mm: Introduce the 'no5lvl' kernel parameterKirill A. Shutemov6-7/+35
2018-05-19x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov19-42/+47
2018-05-19x86/mm: Unify pgtable_l5_enabled usage in early boot codeKirill A. Shutemov5-20/+21
2018-05-19x86/boot/compressed/64: Fix trampoline page table address calculationKirill A. Shutemov1-1/+1
2018-05-19Merge branches 'x86/urgent' and 'core/urgent' into x86/boot, to pick up fixes...Ingo Molnar1213-7220/+13529
2018-05-19objtool: Detect RIP-relative switch table references, part 2Josh Poimboeuf1-25/+12
2018-05-17x86/apic/x2apic: Initialize cluster ID properlyThomas Gleixner1-0/+1
2018-05-16x86/boot/compressed/64: Fix moving page table out of trampoline memoryKirill A. Shutemov2-11/+14
2018-05-16x86/boot/compressed/64: Set up GOT for paging_prepare() and cleanup_trampoline()Kirill A. Shutemov1-13/+55
2018-05-15objtool: Detect RIP-relative switch table referencesJosh Poimboeuf1-15/+18
2018-05-14x86/pkeys: Do not special case protection key 0Dave Hansen2-4/+4
2018-05-14x86/pkeys/selftests: Add a test for pkey 0Dave Hansen1-0/+30
2018-05-14x86/pkeys/selftests: Save off 'prot' for allocationsDave Hansen1-5/+9
2018-05-14x86/pkeys/selftests: Fix pointer mathDave Hansen1-7/+7
2018-05-14x86/pkeys: Override pkey when moving away from PROT_EXECDave Hansen2-11/+22
2018-05-14x86/pkeys/selftests: Fix pkey exhaustion test off-by-oneDave Hansen1-5/+8
2018-05-14x86/pkeys/selftests: Add PROT_EXEC testDave Hansen1-0/+44
2018-05-14x86/pkeys/selftests: Factor out "instruction page"Dave Hansen1-4/+17
2018-05-14x86/pkeys/selftests: Allow faults on unknown keysDave Hansen1-1/+9
2018-05-14x86/pkeys/selftests: Avoid printf-in-signal deadlocksDave Hansen1-12/+8
2018-05-14x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signalDave Hansen1-16/+0
2018-05-14x86/pkeys/selftests: Stop using assert()Dave Hansen1-4/+8
2018-05-14x86/pkeys/selftests: Give better unexpected fault error messagesDave Hansen1-6/+7
2018-05-14x86/selftests: Add mov_to_ss testAndy Lutomirski2-1/+286
2018-05-14x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX ABIIngo Molnar1-2/+5
2018-05-14x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pk...Ingo Molnar1-26/+41
2018-05-14x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'Alexander Potapenko1-1/+9
2018-05-14objtool: Support GCC 8 switch tablesJosh Poimboeuf1-2/+22
2018-05-14objtool: Support GCC 8's cold subfunctionsJosh Poimboeuf3-44/+93
2018-05-14objtool: Fix "noreturn" detection for recursive sibling callsJosh Poimboeuf1-3/+7
2018-05-14objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/...Ingo Molnar1-0/+18
2018-05-13x86/cpufeature: Guard asm_volatile_goto usage for BPF compilationAlexei Starovoitov2-1/+16
2018-05-13uprobes/x86: Prohibit probing on MOV SS instructionMasami Hiramatsu1-0/+4
2018-05-13kprobes/x86: Prohibit probing on exception masking instructionsMasami Hiramatsu2-0/+22
2018-05-13x86/kexec: Avoid double free_page() upon do_kexec_load() failureTetsuo Handa2-2/+9
2018-05-13x86/CPU: Move x86_cpuinfo::x86_max_cores assignment to detect_num_cpu_cores()Thomas Gleixner4-8/+7
2018-05-13x86/Centaur: Report correct CPU/cache topologyDavid Wang1-0/+5
2018-05-13x86/CPU: Move cpu_detect_cache_sizes() into init_intel_cacheinfo()David Wang3-13/+8
2018-05-13x86/CPU: Make intel_num_cpu_cores() genericDavid Wang3-19/+16
2018-05-13x86/CPU: Move cpu local function declarations to local headerThomas Gleixner3-9/+11
2018-05-13Merge tag '4.17-rc4-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-43/+57
2018-05-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2-5/+12
2018-05-12Merge tag 'for-linus-20180511' of git://git.kernel.dk/linux-blockLinus Torvalds3-2/+23
2018-05-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds17-87/+164
2018-05-12rbtree: include rcu.hSebastian Andrzej Siewior2-0/+2
2018-05-12scripts/faddr2line: fix error when addr2line output contains discriminatorChangbin Du1-1/+4
2018-05-12ocfs2: take inode cluster lock before moving reflinked inode from orphan dirAshish Samant1-2/+12
2018-05-12mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes3-56/+71
2018-05-12mm: migrate: fix double call of radix_tree_replace_slot()Naoya Horiguchi1-3/+1
2018-05-12proc/kcore: don't bounds check against address 0Laura Abbott1-7/+16