summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/pti: Handle unaligned address gracefully in pti_clone_pagetable()Song Liu2019-10-051-2/+4
* x86/mm/pti: Do not invoke PTI functions when PTI is disabledThomas Gleixner2019-10-051-0/+2
* x86/mm: Sync also unmappings in vmalloc_sync_all()Joerg Roedel2019-08-161-8/+5
* x86/mm: Check for pfn instead of page in vmalloc_sync_one()Joerg Roedel2019-08-161-1/+1
* x86/mm/KASLR: Compute the size of the vmemmap section properlyBaoquan He2019-06-191-1/+10
* x86/kasan: Fix boot with 5-level paging and KASANAndrey Ryabinin2019-06-191-1/+1
* x86/mm: Remove in_nmi() warning from 64-bit implementation of vmalloc_fault()Jiri Kosina2019-05-311-2/+0
* x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2019-05-141-1/+3
* x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info"Peter Zijlstra2019-05-081-1/+1
* x86/mm: Fix a crash with kmemleak_scan()Qian Cai2019-05-081-0/+6
* x86/mm/KASLR: Fix the size of the direct mapping sectionBaoquan He2019-05-081-1/+1
* x86/mm: Don't exceed the valid physical address spaceRalph Campbell2019-05-041-1/+1
* x86/mm/mem_encrypt: Fix erroneous sizeof()Peng Hao2019-03-051-2/+2
* x86/dump_pagetables: Fix LDT remap address markerKirill A. Shutemov2019-01-131-5/+2
* x86/mm: Fix guard hole handlingKirill A. Shutemov2019-01-131-4/+4
* x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()Dan Williams2019-01-091-6/+0
* x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko2019-01-091-1/+1
* x86/mm: Fix decoy address handling vs 32-bit buildsDan Williams2018-12-291-2/+11
* x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner2018-12-051-28/+86
* x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina2018-12-051-11/+20
* x86/numa_emulation: Fix uniform-split numa emulationDave Jiang2018-11-131-2/+10
* x86/mm/pat: Disable preemption around __flush_tlb_all()Sebastian Andrzej Siewior2018-11-131-1/+5
* x86/mm: Avoid VLA in pgd_alloc()Kees Cook2018-10-091-2/+8
* x86/mm: Expand static page table for fixmap spaceFeng Tang2018-09-201-0/+9
* x86/mm: Add .bss..decrypted section to hold shared variablesBrijesh Singh2018-09-152-0/+28
* x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit2018-09-081-4/+4
* 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-141-0/+10
| | * kallsyms, x86: Export addresses of PTI entry trampolinesAlexander Shishkin2018-08-141-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-251-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/+57
|\ \ \ \
| * | | | 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-221-152/+53
* | | | | 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-171-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