summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-059-30/+441
|\
| * x86/tlb: Restrict access to tlbstateThomas Gleixner2020-04-261-1/+0
| * x86/tlb: Move PCID helpers where they are usedThomas Gleixner2020-04-261-0/+120
| * x86/tlb: Uninline nmi_uaccess_okay()Thomas Gleixner2020-04-261-0/+32
| * x86/tlb: Move cr4_set_bits_and_update_boot() to the usage siteThomas Gleixner2020-04-261-0/+13
| * x86/tlb: Move paravirt_tlb_remove_table() to the usage siteThomas Gleixner2020-04-261-0/+8
| * x86/tlb: Move __flush_tlb_all() out of lineThomas Gleixner2020-04-261-7/+22
| * x86/tlb: Move flush_tlb_others() out of lineThomas Gleixner2020-04-261-2/+9
| * x86/tlb: Move __flush_tlb_one_kernel() out of lineThomas Gleixner2020-04-266-6/+38
| * x86/tlb: Move __flush_tlb_one_user() out of lineThomas Gleixner2020-04-261-1/+55
| * x86/tlb: Move __flush_tlb_global() out of lineThomas Gleixner2020-04-261-0/+41
| * x86/tlb: Move __flush_tlb() out of lineThomas Gleixner2020-04-262-2/+33
| * x86/cr4: Sanitize CR4.PCE updateThomas Gleixner2020-04-241-1/+21
| * x86/tlb: Uninline __get_current_cr3_fast()Thomas Gleixner2020-04-241-0/+20
| * x86/mm: Unexport __cachemode2pte_tblChristoph Hellwig2020-04-232-2/+14
| * x86/mm: Cleanup pgprot_4k_2_large() and pgprot_large_2_4k()Christoph Hellwig2020-04-232-7/+3
| * x86/mm: Move pgprot2cachemode out of lineChristoph Hellwig2020-04-201-2/+11
| * x86/mm: Add a x86_has_pat_wp() helperChristoph Hellwig2020-04-202-6/+8
* | arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-5/+2
* | arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-14/+0
* | {x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny2020-06-041-8/+2
* | arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-041-9/+0
* | arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-041-9/+0
* | arch/kmap: remove BUG_ON()Ira Weiny2020-06-041-2/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-035-23/+27
|\ \
| * | mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual2020-06-031-1/+1
| * | hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz2020-06-031-1/+1
| * | hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz2020-06-031-16/+0
| * | hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz2020-06-031-4/+13
| * | mm: make deferred init's max threads arch-specificDaniel Jordan2020-06-031-0/+12
| * | mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport2020-06-031-4/+1
| * | mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
| * | mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport2020-06-031-2/+4
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-031-0/+19
|\ \ \ | |/ / |/| |
| * | x86/kvm: Handle async page faults directly through do_page_fault()Andy Lutomirski2020-05-191-0/+19
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-025-228/+33
|\ \ \
| * | | x86/mm: remove vmalloc faultingJoerg Roedel2020-06-023-178/+1
| * | | mm: remove vmalloc_sync_(un)mappings()Joerg Roedel2020-06-021-37/+0
| * | | x86/mm/32: implement arch_sync_kernel_mappings()Joerg Roedel2020-06-021-9/+16
| * | | x86/mm/64: implement arch_sync_kernel_mappings()Joerg Roedel2020-06-021-0/+5
| * | | mm: ptdump: expand type of 'val' in note_page()Steven Price2020-06-021-1/+1
| * | | x86: mm: ptdump: calculate effective permissions correctlySteven Price2020-06-021-13/+20
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-3/+1
|\ \ \ \
| * | | | x86/32: Remove CONFIG_DOUBLEFAULTBorislav Petkov2020-04-141-3/+1
| | |_|/ | |/| |
* | | | Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-013-36/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | x86/mm: Drop deprecated DISCONTIGMEM support for 32-bitMike Rapoport2020-05-281-34/+0
| * | | x86/mm: Stop printing BRK addressesArvind Sankar2020-05-231-2/+0
| * | | x86/mm/mmap: Fix -Wmissing-prototypes warningsBenjamin Thiel2020-04-221-0/+2
| |/ /
* | | x86/mmiotrace: Use cpumask_available() for cpumask_var_t variablesNathan Chancellor2020-05-191-2/+2
* | | Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-141-0/+3
|\ \ \ | |_|/ |/| |