aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-04Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds7-32/+29
2020-02-04Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds129-1074/+1619
2020-02-04Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds14-17/+19
2020-02-04microblaze: Add ID for Microblaze v11Michal Simek1-0/+1
2020-02-04microblaze: Prevent the overflow of the startShubhrajyoti Datta1-1/+2
2020-02-04microblaze: Wire CMA allocatorMichal Simek3-0/+7
2020-02-04asm-generic: Make dma-contiguous.h a mandatory include/asm headerMichal Simek7-7/+0
2020-02-04microblaze: Sync defconfig with latest Kconfig layoutMichal Simek1-3/+3
2020-02-04microblaze: defconfig: Disable EXT2 driver and Enable EXT3 & EXT4 driversManish Narani2-2/+2
2020-02-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds62-662/+441
2020-02-04ARM: dma-api: fix max_pfn off-by-one error in __dma_supported()Chen-Yu Tsai1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan23-214/+205
2020-02-04asm-generic/tlb: provide MMU_GATHER_TABLE_FREEPeter Zijlstra2-4/+5
2020-02-04asm-generic/tlb: rename HAVE_MMU_GATHER_NO_GATHERPeter Zijlstra2-2/+2
2020-02-04asm-generic/tlb: rename HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2-2/+2
2020-02-04asm-generic/tlb: rename HAVE_RCU_TABLE_FREEPeter Zijlstra10-11/+11
2020-02-04asm-generic/tlb: add missing CONFIG symbolPeter Zijlstra1-0/+3
2020-02-04mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flushPeter Zijlstra5-5/+20
2020-02-04powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V5-26/+1
2020-02-04x86: mm: avoid allocating struct mm_struct on the stackSteven Price3-21/+11
2020-02-04mm: ptdump: reduce level numbers by 1 in note_page()Steven Price2-12/+13
2020-02-04arm64: mm: display non-present entries in ptdumpSteven Price1-12/+13
2020-02-04arm64: mm: convert mm/dump.c to use walk_page_range()Steven Price7-106/+49
2020-02-04x86: mm: convert dump_pagetables to use walk_page_rangeSteven Price4-247/+70
2020-02-04x86: mm: convert ptdump_walk_pgd_level_debugfs() to take an mm_structSteven Price3-13/+12
2020-02-04x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_structSteven Price4-6/+6
2020-02-04x86: mm: point to struct seq_file from struct pg_stateSteven Price1-34/+35
2020-02-04x86: mm: add p?d_leaf() definitionsSteven Price1-0/+5
2020-02-04sparc: mm: add p?d_leaf() definitionsSteven Price1-0/+2
2020-02-04s390: mm: add p?d_leaf() definitionsSteven Price1-0/+2
2020-02-04riscv: mm: add p?d_leaf() definitionsSteven Price2-0/+14
2020-02-04powerpc: mm: add p?d_leaf() definitionsSteven Price1-0/+3
2020-02-04mips: mm: add p?d_leaf() definitionsSteven Price1-0/+5
2020-02-04arm64: mm: add p?d_leaf() definitionsSteven Price1-0/+2
2020-02-04arm: mm: add p?d_leaf() definitionsSteven Price2-0/+2
2020-02-04arc: mm: add p?d_leaf() definitionsSteven Price1-0/+1
2020-02-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds3-2/+16
2020-02-03Merge tag 'kgdb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds1-5/+0
2020-02-02sparc64: fix adjtimex regressionArnd Bergmann1-2/+2
2020-02-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds3-50/+25
2020-02-01Merge branch 'topic/user-access-begin' into nextMichael Ellerman79-1034/+498
2020-01-31Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-68/+24
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-18/+35
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds81-783/+2942
2020-01-31Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds13-40/+120
2020-01-31Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds16-9/+241
2020-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-56/+70
2020-01-31s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko3-0/+23
2020-01-31s390/boot: rename HEAP_SIZE due to name collisionMikhail Zaslonko1-4/+4
2020-01-31mm/memblock: define memblock_physmem_add()Anshuman Khandual1-9/+3