summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | x86/mm/pat: Mark __cpa_flush_tlb() as statickbuild test robot2019-12-101-1/+1
| | * | | | x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar2019-12-105-5/+5
| | * | | | x86/mm/pat: Standardize on memtype_*() prefix for APIsIngo Molnar2019-12-104-37/+37
| | * | | | x86/mm/pat: Move the memtype related files to arch/x86/mm/pat/Ingo Molnar2019-12-107-12/+17
| | * | | | x86/mm/pat: Clean up PAT initialization flagsIngo Molnar2019-12-101-12/+14
| | * | | | x86/mm/pat: Harmonize 'struct memtype *' local variable and function paramete...Ingo Molnar2019-12-103-73/+75
| | * | | | x86/mm/pat: Simplify the free_memtype() control flowIngo Molnar2019-12-101-8/+3
| | * | | | x86/mm/pat: Create fixed width output in /sys/kernel/debug/x86/pat_memtype_li...Ingo Molnar2019-12-101-3/+3
| | * | | | x86/mm/pat: Disambiguate PAT-disabled boot messagesIngo Molnar2019-12-101-6/+14
| | * | | | x86/mm/pat: Update the comments in pat.c and pat_interval.c and refresh the c...Ingo Molnar2019-12-102-35/+72
| | | |/ / | | |/| |
* | | | | Merge tag 'smp-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-01-281-1/+1
|\ \ \ \ \
| * | | | | smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior2020-01-241-1/+1
| |/ / / /
* / / / / remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+2
|/ / / /
* / / / mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-042-6/+2
|/ / /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-021-0/+61
|\ \ \
| * | | x86/kasan: support KASAN_VMALLOCDaniel Axtens2019-12-011-0/+61
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-023-8/+20
|\ \ \ \ | |/ / / |/| | |
| * | | x86/mm/pat: Fix off-by-one bugs in interval tree searchIngo Molnar2019-12-011-6/+6
| * | | x86/doublefault/32: Move #DF stack and TSS to cpu_entry_areaAndy Lutomirski2019-11-261-1/+13
| * | | x86/mm/32: Sync only to VMALLOC_END in vmalloc_sync_all()Joerg Roedel2019-11-261-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-1/+1
|\ \ \ \
| * | | | dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne2019-11-211-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-282-6/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86: Clean up ioremap()Christoph Hellwig2019-11-112-6/+6
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-271-49/+0
|\ \ \ | |_|/ |/| |
| * | locking/refcount: Consolidate implementations of refcount_tWill Deacon2019-11-251-49/+0
| |/
* | Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-0/+8
|\ \
| * | x86/tss: Fix and move VMX BUILD_BUG_ON()Thomas Gleixner2019-11-161-0/+8
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-264-16/+18
|\ \
| * \ Merge branch 'x86/build' into x86/asm, to pick up completed topic branchIngo Molnar2019-11-253-12/+14
| |\ \
| | * | x86/mm: Report which part of kernel image is freedKees Cook2019-11-042-6/+8
| | * | x86/mm: Remove redundant address-of operators on addressesKees Cook2019-11-041-3/+3
| | * | x86/vmlinux: Actually use _etext for the end of the text segmentKees Cook2019-11-042-4/+4
| | |/
| * / x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-181-4/+4
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-261-1/+3
|\ \
| * | x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make th...Ingo Molnar2019-11-251-1/+3
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-265-283/+200
|\ \
| * | x86/mm/pat: Rename pat_rbtree.c to pat_interval.cDavidlohr Bueso2019-11-212-1/+1
| * | x86/mm/pat: Drop the rbt_ prefix from external memtype callsDavidlohr Bueso2019-11-213-20/+20
| * | x86/mm/pat: Do not pass 'rb_root' down the memtype tree helper functionsDavidlohr Bueso2019-11-211-13/+8
| * | x86/mm/pat: Convert the PAT tree to a generic interval treeDavidlohr Bueso2019-11-211-120/+42
| |/
* | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-11-261-2/+2
|\ \
| * | x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen2019-10-111-2/+2
| |/
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-0/+11
|\ \
| * | x86/boot: Introduce setup_indirectDaniel Kiper2019-11-121-0/+11
| |/
| |
| \
*-. \ Merge branches 'core-objtool-for-linus', 'x86-cleanups-for-linus' and 'x86-ap...Linus Torvalds2019-11-261-1/+1
|\ \ \ | | |/ | |/|
| | * x86: Fix typos in commentsCao jin2019-11-181-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-262-1/+44
|\ \
| * | uaccess: Add strict non-pagefault kernel-space read functionDaniel Borkmann2019-11-022-1/+44
| |/
* | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-264-12/+11
|\ \ | |/ |/|