summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-02-0462-662/+441
|\
| * ARM: dma-api: fix max_pfn off-by-one error in __dma_supported()Chen-Yu Tsai2020-02-041-1/+1
| * proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-0423-214/+205
| * asm-generic/tlb: provide MMU_GATHER_TABLE_FREEPeter Zijlstra2020-02-042-4/+5
| * asm-generic/tlb: rename HAVE_MMU_GATHER_NO_GATHERPeter Zijlstra2020-02-042-2/+2
| * asm-generic/tlb: rename HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2020-02-042-2/+2
| * asm-generic/tlb: rename HAVE_RCU_TABLE_FREEPeter Zijlstra2020-02-0410-11/+11
| * asm-generic/tlb: add missing CONFIG symbolPeter Zijlstra2020-02-041-0/+3
| * mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flushPeter Zijlstra2020-02-045-5/+20
| * powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V2020-02-045-26/+1
| * x86: mm: avoid allocating struct mm_struct on the stackSteven Price2020-02-043-21/+11
| * mm: ptdump: reduce level numbers by 1 in note_page()Steven Price2020-02-042-12/+13
| * arm64: mm: display non-present entries in ptdumpSteven Price2020-02-041-12/+13
| * arm64: mm: convert mm/dump.c to use walk_page_range()Steven Price2020-02-047-106/+49
| * x86: mm: convert dump_pagetables to use walk_page_rangeSteven Price2020-02-044-247/+70
| * x86: mm: convert ptdump_walk_pgd_level_debugfs() to take an mm_structSteven Price2020-02-043-13/+12
| * x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_structSteven Price2020-02-044-6/+6
| * x86: mm: point to struct seq_file from struct pg_stateSteven Price2020-02-041-34/+35
| * x86: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+5
| * sparc: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+2
| * s390: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+2
| * riscv: mm: add p?d_leaf() definitionsSteven Price2020-02-042-0/+14
| * powerpc: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+3
| * mips: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+5
| * arm64: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+2
| * arm: mm: add p?d_leaf() definitionsSteven Price2020-02-042-0/+2
| * arc: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+1
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-02-033-2/+16
|\ \ | |/ |/|
| * clk: ti: add clkctrl data dra7 sgxTony Lindgren2020-01-201-0/+14
| * dt-bindings: clock: Move ti-dra7-atl.h to dt-bindings/clockPeter Ujfalusi2020-01-202-2/+2
* | Merge tag 'kgdb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2020-02-031-5/+0
|\ \
| * | MIPS: kdb: Remove old workaround for backtracing on other CPUsDouglas Anderson2020-01-311-5/+0
* | | sparc64: fix adjtimex regressionArnd Bergmann2020-02-021-2/+2
* | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-013-50/+25
|\ \ \
| * | | s390x: Mark archrandom.h functions __must_checkRichard Henderson2020-01-251-4/+4
| * | | powerpc: Mark archrandom.h functions __must_checkRichard Henderson2020-01-251-4/+4
| * | | powerpc: Use bool in archrandom.hRichard Henderson2020-01-251-8/+9
| * | | x86: Mark archrandom.h functions __must_checkRichard Henderson2020-01-251-8/+8
| * | | s390: Remove arch_has_random, arch_has_random_seedRichard Henderson2020-01-251-12/+0
| * | | powerpc: Remove arch_has_random, arch_has_random_seedRichard Henderson2020-01-251-10/+0
| * | | x86: Remove arch_has_random, arch_has_random_seedRichard Henderson2020-01-251-8/+4
* | | | Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-314-68/+24
|\ \ \ \
| * | | | x86/PCI: Remove X86_DEV_DMA_OPSChristoph Hellwig2020-01-243-51/+0
| * | | | PCI: Introduce pci_real_dma_dev()Jon Derrick2020-01-241-0/+10
| * | | | x86/PCI: Expose VMD's pci_dev in struct pci_sysdataJon Derrick2020-01-241-2/+2
| * | | | x86/PCI: Add to_pci_sysdata() helperChristoph Hellwig2020-01-241-16/+13
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-315-18/+35
|\ \ \ \
| * | | | s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko2020-01-313-0/+23
| * | | | s390/boot: rename HEAP_SIZE due to name collisionMikhail Zaslonko2020-01-311-4/+4
| * | | | mm/memblock: define memblock_physmem_add()Anshuman Khandual2020-01-311-9/+3