summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86/idt: Consolidate idt functionalityThomas Gleixner2020-06-111-12/+4
* x86/entry: Remove DBn stacksPeter Zijlstra2020-06-111-1/+0
* x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner2020-06-111-21/+48
* x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner2020-06-111-1/+1
* x86/traps: Make interrupt enable/disable symmetric in C codeThomas Gleixner2020-06-111-2/+13
* maccess: always use strict semantics for probe_kernel_readChristoph Hellwig2020-06-091-7/+2
* maccess: unify the probe kernel arch hooksChristoph Hellwig2020-06-091-21/+12
* maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig2020-06-091-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-6/+6
* mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-4/+4
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-23/+3
* x86/mm: simplify init_trampoline() and surrounding logicMike Rapoport2020-06-092-32/+23
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-096-6/+6
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-098-8/+8
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-099-9/+0
* 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
|\ \ \ | |/ / |/| |