summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-121-0/+13
* tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu2018-01-121-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-0921-75/+497
|\
| * Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-053-7/+13
| |\
| | * x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner2018-01-051-1/+1
| | * x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asmDavid Woodhouse2018-01-051-2/+2
| | * x86/kaslr: Fix the vaddr_end messThomas Gleixner2018-01-051-1/+7
| | * x86/mm: Map cpu_entry_area at the same place on 4/5 levelThomas Gleixner2018-01-041-2/+2
| | * x86/mm: Set MODULES_END to 0xffffffffff000000Andrey Ryabinin2018-01-041-1/+1
| * | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-031-4/+13
| |\ \ | | |/
| | * x86/dumpstack: Fix partial register dumpsJosh Poimboeuf2018-01-031-4/+13
| * | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2017-12-311-3/+2
| |\ \
| | * | x86: Remove unused parameter of prepare_switch_torodrigosiqueira2017-12-271-3/+2
| * | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-311-6/+8
| |\ \ \ | | | |/ | | |/|
| | * | x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()Thomas Gleixner2017-12-311-6/+8
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-12-311-0/+2
| |\ \ \
| | * | | x86/asm: Allow again using asm.h when building for the 'bpf' clang targetArnaldo Carvalho de Melo2017-12-181-0/+2
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-312-9/+9
| |\ \ \ \
| | * | | | genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-292-9/+9
| * | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-2915-52/+456
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | x86/ldt: Make the LDT mapping ROThomas Gleixner2017-12-231-0/+2
| | * | | x86/mm/dump_pagetables: Allow dumping current pagetablesThomas Gleixner2017-12-231-1/+1
| | * | | x86/mm/dump_pagetables: Check user space page table for WX pagesThomas Gleixner2017-12-231-0/+1
| | * | | x86/mm: Clarify the whole ASID/kernel PCID/user PCID namingPeter Zijlstra2017-12-231-12/+43
| | * | | x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen2017-12-232-1/+23
| | * | | x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra2017-12-232-12/+84
| | * | | x86/mm: Allow flushing for future ASID switchesDave Hansen2017-12-231-8/+29
| | * | | x86/pti: Map the vsyscall page if neededAndy Lutomirski2017-12-231-0/+1
| | * | | x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski2017-12-233-13/+73
| | * | | x86/mm/64: Make a full PGD-entry size hole in the memory mapAndy Lutomirski2017-12-231-2/+2
| | * | | x86/cpu_entry_area: Add debugstore entries to cpu_entry_areaThomas Gleixner2017-12-232-0/+49
| | * | | x86/mm/pti: Populate user PGDDave Hansen2017-12-231-1/+8
| | * | | x86/mm/pti: Allocate a separate user PGDDave Hansen2017-12-231-0/+11
| | * | | x86/mm/pti: Allow NX poison to be set in p4d/pgdDave Hansen2017-12-231-2/+12
| | * | | x86/mm/pti: Add mapping helper functionsDave Hansen2017-12-232-1/+97
| | * | | x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner2017-12-231-0/+14
| | * | | x86/cpufeatures: Add X86_BUG_CPU_INSECUREThomas Gleixner2017-12-232-2/+9
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-2912-201/+265
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-2312-201/+265
| |\ \ \ \ | | |/ / /
| | * | | init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2017-12-221-3/+4
| | * | | x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-225-54/+59
| | * | | x86/cpu_entry_area: Move it to a separate unitThomas Gleixner2017-12-222-40/+53
| | * | | x86/mm: Create asm/invpcid.hPeter Zijlstra2017-12-222-48/+54
| | * | | x86/mm: Put MMU to hardware ASID translation in one placeDave Hansen2017-12-221-11/+18
| | * | | x86/mm: Remove hard-coded ASID limit checksDave Hansen2017-12-221-2/+18
| | * | | x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen2017-12-222-28/+27
| | * | | x86/mm: Add comments to clarify which TLB-flush functions are supposed to flu...Peter Zijlstra2017-12-221-2/+21
| | * | | x86/mm: Remove superfluous barriersPeter Zijlstra2017-12-221-7/+1
| | * | | x86/microcode: Dont abuse the TLB-flush interfacePeter Zijlstra2017-12-221-13/+6
| | * | | x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen2017-12-223-9/+9
OpenPOWER on IntegriCloud