summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2017-12-31Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2017-12-31Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-12-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2017-12-31x86/ldt: Make LDT pgtable free conditionalThomas Gleixner
2017-12-31x86/ldt: Plug memory leak in error pathThomas Gleixner
2017-12-31x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()Thomas Gleixner
2017-12-31x86/smpboot: Remove stale TLB flush invocationsThomas Gleixner
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-29genirq/msi, x86/vector: Prevent reservation mode for non maskable MSIThomas Gleixner
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner
2017-12-29x86/vector: Use IRQD_CAN_RESERVE flagThomas Gleixner
2017-12-29x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner
2017-12-28x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 caseDou Liyang
2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn
2017-12-27sparc64: repair calling incorrect hweight function from stubsJan Engelhardt
2017-12-27x86-32: Fix kexec with stack canary (CONFIG_CC_STACKPROTECTOR)Linus Torvalds
2017-12-27x86: Remove unused parameter of prepare_switch_torodrigosiqueira
2017-12-27perf/x86/intel: Plug memory leak in intel_pmu_init()Thomas Gleixner
2017-12-23x86/ldt: Make the LDT mapping ROThomas Gleixner
2017-12-23x86/mm/dump_pagetables: Allow dumping current pagetablesThomas Gleixner
2017-12-23x86/mm/dump_pagetables: Check user space page table for WX pagesThomas Gleixner
2017-12-23x86/mm/dump_pagetables: Add page table directory to the debugfs VFS hierarchyBorislav Petkov
2017-12-23x86/dumpstack: Indicate in Oops whether PTI is configured and enabledVlastimil Babka
2017-12-23x86/mm: Clarify the whole ASID/kernel PCID/user PCID namingPeter Zijlstra
2017-12-23x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen
2017-12-23x86/mm: Optimize RESTORE_CR3Peter Zijlstra
2017-12-23x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra
2017-12-23x86/mm: Abstract switching CR3Dave Hansen
2017-12-23x86/mm: Allow flushing for future ASID switchesDave Hansen
2017-12-23x86/pti: Map the vsyscall page if neededAndy Lutomirski
2017-12-23x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski
2017-12-23x86/mm/64: Make a full PGD-entry size hole in the memory mapAndy Lutomirski
2017-12-23x86/events/intel/ds: Map debug buffers in cpu_entry_areaHugh Dickins
2017-12-23x86/cpu_entry_area: Add debugstore entries to cpu_entry_areaThomas Gleixner
2017-12-23x86/mm/pti: Map ESPFIX into user spaceAndy Lutomirski
2017-12-23x86/mm/pti: Share entry text PMDThomas Gleixner
2017-12-23x86/entry: Align entry text section to PMD boundaryThomas Gleixner
2017-12-23x86/mm/pti: Share cpu_entry_area with user space page tablesAndy Lutomirski
2017-12-23x86/mm/pti: Force entry through trampoline when PTI activeThomas Gleixner
2017-12-23x86/mm/pti: Add functions to clone kernel PMDsAndy Lutomirski
2017-12-23x86/mm/pti: Populate user PGDDave Hansen
2017-12-23x86/mm/pti: Allocate a separate user PGDDave Hansen
2017-12-23x86/mm/pti: Allow NX poison to be set in p4d/pgdDave Hansen
2017-12-23x86/mm/pti: Add mapping helper functionsDave Hansen
2017-12-23x86/pti: Add the pti= cmdline option and documentationBorislav Petkov
2017-12-23x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner
2017-12-23x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switchingDave Hansen
2017-12-23x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=yDave Hansen