summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2020-08-15x86/mm/64: Do not sync vmalloc/ioremap mappingsJoerg Roedel1-5/+0
2020-08-12mm/x86: use general page fault accountingPeter Xu1-15/+2
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He1-1/+0
2020-08-12x86/mm: use max memory block size on bare metalDaniel Jordan1-0/+9
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-4/+3
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-15/+4
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2-3/+0
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual1-4/+1
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual1-3/+3
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport5-5/+0
2020-08-07x86/mm/64: Do not dereference non-present PGD entriesJoerg Roedel1-18/+13
2020-08-06Revert "x86/mm/64: Do not sync vmalloc/ioremap mappings"Linus Torvalds1-0/+5
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra1-0/+1
2020-08-04Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+9
2020-08-03Merge tag 'x86-mm-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+53
2020-08-03Merge tag 'x86-cleanups-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+2
2020-08-01Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar1-1/+1
2020-07-27x86/mm/64: Make sync_global_pgds() staticJoerg Roedel1-1/+1
2020-07-27x86/mm/64: Do not sync vmalloc/ioremap mappingsJoerg Roedel1-5/+0
2020-07-27x86/mm: Pre-allocate P4D/PUD pages for vmalloc areaJoerg Roedel1-0/+52
2020-07-26Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar3-7/+7
2020-07-24x86/entry: Cleanup idtentry_enter/exitThomas Gleixner1-3/+3
2020-07-16x86/mm/numa: Remove uninitialized_var() usageKees Cook1-9/+9
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-4/+3
2020-07-06x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit()Andy Lutomirski1-3/+3
2020-06-29x86/mm/pat: Mark an intentional data raceQian Cai1-1/+1
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-3/+3
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig3-4/+4
2020-06-17x86/mm: Fix -Wmissing-prototypes warnings for arch/x86/mm/init.cBenjamin Thiel2-3/+2
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-29/+69
2020-06-12x86/entry: Treat BUG/WARN as NMI-like entriesAndy Lutomirski1-2/+13
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+4
2020-06-11x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner1-2/+2
2020-06-11x86/idt: Consolidate idt functionalityThomas Gleixner1-12/+4
2020-06-11x86/entry: Remove DBn stacksPeter Zijlstra1-1/+0
2020-06-11x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner1-21/+48
2020-06-11x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/traps: Make interrupt enable/disable symmetric in C codeThomas Gleixner1-2/+13
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig1-7/+2
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig1-21/+12
2020-06-09maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-6/+6
2020-06-09mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-4/+4
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-23/+3
2020-06-09x86/mm: simplify init_trampoline() and surrounding logicMike Rapoport2-32/+23
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport6-6/+6