aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-12-15alpha: replace bogus in_interrupt()Gravatar Thomas Gleixner 1-1/+1
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-1/+2
2020-12-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 11-11/+10
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 14-83/+109
2020-12-15Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2020-12-15Merge tag 'tty-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-2/+0
2020-12-15Merge tag 'usb-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 9-10/+20
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 7-5/+12
2020-12-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 56-429/+252
2020-12-15arch, mm: make kernel_page_present() always availableGravatar Mike Rapoport 6-6/+34
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCGravatar Mike Rapoport 11-23/+19
2020-12-15m68k: deprecate DISCONTIGMEMGravatar Mike Rapoport 1-1/+25
2020-12-15m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEMGravatar Mike Rapoport 5-9/+10
2020-12-15m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEMGravatar Mike Rapoport 4-6/+6
2020-12-15arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEMGravatar Mike Rapoport 3-11/+41
2020-12-15arm, arm64: move free_unused_memmap() to generic mmGravatar Mike Rapoport 5-152/+5
2020-12-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELGravatar Mike Rapoport 8-13/+2
2020-12-15ia64: make SPARSEMEM default and disable DISCONTIGMEMGravatar Mike Rapoport 1-3/+3
2020-12-15ia64: forbid using VIRTUAL_MEM_MAP with FLATMEMGravatar Mike Rapoport 4-44/+22
2020-12-15ia64: split virtual map initialization out of paging_init()Gravatar Mike Rapoport 2-31/+40
2020-12-15ia64: discontig: paging_init(): remove local max_pfn calculationGravatar Mike Rapoport 1-4/+1
2020-12-15ia64: remove 'ifdef CONFIG_ZONE_DMA32' statementsGravatar Mike Rapoport 2-4/+0
2020-12-15ia64: remove custom __early_pfn_to_nid()Gravatar Mike Rapoport 2-33/+0
2020-12-15alpha: switch from DISCONTIGMEM to SPARSEMEMGravatar Mike Rapoport 6-22/+38
2020-12-15mm: forbid splitting special mappingsGravatar Dmitry Safonov 5-76/+4
2020-12-15mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioGravatar Dmitry Safonov 1-1/+1
2020-12-15sparc: fix handling of page table constructor failureGravatar Matthew Wilcox (Oracle) 1-1/+1
2020-12-15x86: mremap speedup - Enable HAVE_MOVE_PUDGravatar Kalesh Singh 1-0/+1
2020-12-15arm64: mremap speedup - enable HAVE_MOVE_PUDGravatar Kalesh Singh 2-0/+2
2020-12-15mm: speedup mremap on 1GB or larger regionsGravatar Kalesh Singh 1-0/+7
2020-12-15mm: memcontrol: account pagetables per nodeGravatar Shakeel Butt 1-3/+3
2020-12-15mm/gup: prevent gup_fast from racing with COW during forkGravatar Jason Gunthorpe 1-0/+1
2020-12-15mm/gup_benchmark: rename to mm/gup_testGravatar John Hubbard 2-2/+2
2020-12-15arch/Kconfig: fix spelling mistakesGravatar Colin Ian King 1-4/+4
2020-12-15Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Gravatar Rafael J. Wysocki 1-1/+2
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Gravatar Thomas Gleixner 239-1106/+1779
2020-12-14Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 35-686/+757
2020-12-14Merge tag 'x86-fpu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+19
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 72-1152/+196
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 8-37/+105
2020-12-14Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-3/+3
2020-12-14Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 16-26/+130
2020-12-14Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-3/+16
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 15-62/+60
2020-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 83-1169/+1259
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 68-940/+908
2020-12-14Merge tag 'm68k-for-v5.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 31-136/+122
2020-12-14Merge tag 'x86_build_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 7-55/+30
2020-12-14Merge tag 'x86_cache_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-15/+95
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 33-207/+78