summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86/pti: Fix section mismatch warning/errorRandy Dunlap2018-09-021-1/+1
* x86/mce: Fix set_mce_nospec() to avoid #GP faultLuckTony2018-09-011-1/+24
* x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski2018-08-311-0/+7
* x86/dumpstack: Don't dump kernel memory based on usermode RIPJann Horn2018-08-311-1/+1
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-261-0/+33
|\
| * Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm...Ingo Molnar2018-08-181-0/+33
| |\
| | * x86: Add entry trampolines to kcoreAdrian Hunter2018-08-151-0/+10
| | * kallsyms, x86: Export addresses of PTI entry trampolinesAlexander Shishkin2018-08-151-0/+23
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-262-3/+3
|\ \ \
| * | | x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka2018-08-242-2/+2
| * | | x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka2018-08-201-2/+2
* | | | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-261-0/+16
|\ \ \ \
| * | | | x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addressesDan Williams2018-08-201-0/+16
| | |_|/ | |/| |
* | | | Merge branch 'tlb-fixes'Linus Torvalds2018-08-232-156/+57Star
|\ \ \ \
| * | | | x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra2018-08-231-4/+4
| * | | | x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra2018-08-231-152/+53Star
* | | | | x86/xen: enable early use of set_fixmap in 32-bit Xen PV guestJuergen Gross2018-08-201-5/+12
|/ / / /
* | / / mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-2/+3
| |/ / |/| |
* | | x86/init: fix build with CONFIG_SWAP=nVlastimil Babka2018-08-141-0/+2
* | | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-145-14/+64
|\ \ \ | |_|/ |/| |
| * | x86/mm/kmmio: Make the tracer robust against L1TFAndi Kleen2018-08-081-10/+15
| * | x86/mm/pat: Make set_memory_np() L1TF safeAndi Kleen2018-08-081-4/+4
| * | Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-052-18/+23
| |\|
| * | x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-051-0/+1
| * | x86/speculation/l1tf: Protect PAE swap entries against L1TFVlastimil Babka2018-06-271-1/+1
| * | x86/speculation/l1tf: Extend 64bit swap file size limitVlastimil Babka2018-06-211-1/+9
| * | x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen2018-06-201-0/+15
| * | x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-06-201-0/+21
* | | Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2018-08-147-104/+361
|\ \ \
| * | | x86/mm/pti: Move user W+X check into pti_finalize()Joerg Roedel2018-08-102-3/+5
| * | | x86/mm/pti: Clone kernel-image on PTE level for 32 bitJoerg Roedel2018-08-071-41/+99
| * | | x86/mm/pti: Don't clear permissions in pti_clone_pmd()Joerg Roedel2018-08-071-6/+5Star
| * | | x86/mm/pti: Fix 32 bit PCID checkJoerg Roedel2018-08-071-1/+1
| * | | Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner2018-08-064-20/+80
| |\ \ \
| | * | | x86/mm/init: Remove freed kernel image areas from alias mappingDave Hansen2018-08-062-2/+37
| | * | | x86/mm/init: Add helper for freeing kernel image pagesDave Hansen2018-08-052-5/+14
| | * | | x86/mm/init: Pass unconverted symbol addresses to free_init_pages()Dave Hansen2018-08-051-6/+2Star
| | * | | x86/mm/pti: Clear Global bit more aggressivelyDave Hansen2018-08-052-10/+30
| | | |/ | | |/|
| * | | x86/mm: Remove in_nmi() warning from vmalloc_fault()Joerg Roedel2018-07-301-2/+0Star
| * | | x86/pti: Check the return value of pti_user_pagetable_walk_pmd()Jiang Biao2018-07-201-3/+7
| * | | x86/pti: Check the return value of pti_user_pagetable_walk_p4d()Jiang Biao2018-07-201-2/+9
| * | | x86/mm/pti: Add Warning when booting on a PCID capable CPUJoerg Roedel2018-07-201-0/+22
| * | | x86/ldt: Reserve address-space range on 32 bit for the LDTJoerg Roedel2018-07-201-0/+9
| * | | x86/pgtable/pae: Use separate kernel PMDs for user page-tableJoerg Roedel2018-07-201-19/+81
| * | | x86/mm/dump_pagetables: Define INIT_PGDJoerg Roedel2018-07-201-6/+6
| * | | x86/mm/pti: Clone entry-text again in pti_finalize()Joerg Roedel2018-07-201-4/+9
| * | | x86/mm/pti: Introduce pti_finalize()Joerg Roedel2018-07-202-7/+13
| * | | x86/mm/pti: Keep permissions when cloning kernel text in pti_clone_kernel_text()Joerg Roedel2018-07-201-1/+1
| * | | x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bitJoerg Roedel2018-07-201-1/+1
| * | | x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32Joerg Roedel2018-07-201-0/+20