summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-252-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-231-5/+8
|\
| * x86/kvm: Update the comment about asynchronous page fault in exc_page_fault()Vitaly Kuznetsov2020-10-211-5/+8
* | Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-10-141-0/+21
|\ \
| * | x86: Support Generic Initiator only proximity domainsJonathan Cameron2020-10-021-0/+21
| |/
* | Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-144-5/+40
|\ \
| * | x86/dumpstack/64: Add noinstr version of get_stack_info()Joerg Roedel2020-09-091-1/+2
| * | x86/sev-es: Setup GHCB-based boot #VC handlerJoerg Roedel2020-09-091-0/+1
| * | x86/sev-es: Print SEV-ES info into the kernel logJoerg Roedel2020-09-081-3/+26
| * | x86/sev-es: Add SEV-ES Feature DetectionJoerg Roedel2020-09-072-1/+11
| |/
* | memblock: use separate iterators for memory and reserved regionsMike Rapoport2020-10-131-1/+1
* | mm/memory_hotplug: introduce default phys_to_target_node() implementationDan Williams2020-10-131-1/+0
* | x86/numa: add 'nohmat' optionDan Williams2020-10-131-0/+2
* | x86/numa: cleanup configuration dependent command-line optionsDan Williams2020-10-132-7/+4
* | Merge tag 'x86-mm-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-121-10/+10
|\ \
| * | x86/mm/64: Update comment in preallocate_vmalloc_pages()Joerg Roedel2020-08-151-5/+10
| * | x86/mm/64: Do not sync vmalloc/ioremap mappingsJoerg Roedel2020-08-151-5/+0
* | | Merge tag 'x86_platform_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-10-121-24/+0
|\ \ \
| * | | x86/platform/uv: Remove UV BAU TLB Shootdown HandlerMike Travis2020-10-071-24/+0
| | |/ | |/|
* | | Merge tag 'x86_cpu_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-121-1/+1
|\ \ \
| * | | x86/mm/pat: Don't flush cache if hardware enforces cache coherency across enc...Krish Sadhukhan2020-09-181-1/+1
| | |/ | |/|
* | | Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-122-5/+21
|\ \ \ | |_|/ |/| |
| * | x86/mce: Decode a kernel instruction to determine if it is copying from userTony Luck2020-10-071-1/+1
| * | x86/mce: Add _ASM_EXTABLE_CPY for copy user accessYouquan Song2020-10-071-1/+13
| * | x86/mce: Provide method to find out the type of an exception handlerTony Luck2020-10-071-4/+8
| |/
* | x86, fakenuma: Fix invalid starting node IDHuang Ying2020-09-041-1/+1
* | x86/mm/32: Bring back vmalloc faulting on x86_32Joerg Roedel2020-09-031-0/+78
* | Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-301-11/+2
|\ \
| * | cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED genericPeter Zijlstra2020-08-261-11/+2
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* mm/x86: use general page fault accountingPeter Xu2020-08-121-15/+2
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He2020-08-121-1/+0
* x86/mm: use max memory block size on bare metalDaniel Jordan2020-08-121-0/+9
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-0/+1
|\
| * locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra2020-08-061-0/+1
* | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-4/+3
|\ \
| * | kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-4/+3
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-077-15/+4
|\ \ \
| * | | mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-072-3/+0
| * | | mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual2020-08-071-4/+1
| * | | mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual2020-08-071-3/+3
| * | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-075-5/+0
* | | | x86/mm/64: Do not dereference non-present PGD entriesJoerg Roedel2020-08-071-18/+13
|/ / /
* | | Revert "x86/mm/64: Do not sync vmalloc/ioremap mappings"Linus Torvalds2020-08-061-0/+5
* | | Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-08-041-3/+3
|\ \ \
| * | | x86/entry: Cleanup idtentry_enter/exitThomas Gleixner2020-07-241-3/+3
| | |/ | |/|
* | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-9/+9
|\ \ \
| * | | x86/mm/numa: Remove uninitialized_var() usageKees Cook2020-07-161-9/+9
| | |/ | |/|
* | | Merge tag 'x86-mm-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-031-6/+53
|\ \ \