summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-2478-632/+54
|\
| * riscv: make mmap allocation top-down by defaultAlexandre Ghiti2019-09-241-0/+12
| * mips: use generic mmap top-down layout and brk randomizationAlexandre Ghiti2019-09-243-102/+1
| * mips: replace arch specific way to determine 32bit task with generic versionAlexandre Ghiti2019-09-241-1/+2
| * mips: adjust brk randomization offset to fit generic versionAlexandre Ghiti2019-09-241-3/+4
| * mips: use STACK_TOP when computing mmap base addressAlexandre Ghiti2019-09-241-2/+2
| * mips: properly account for stack randomization and stack guard gapAlexandre Ghiti2019-09-241-2/+12
| * arm: use generic mmap top-down layout and brk randomizationAlexandre Ghiti2019-09-244-69/+1
| * arm: use STACK_TOP when computing mmap base addressAlexandre Ghiti2019-09-241-2/+2
| * arm: properly account for stack randomization and stack guard gapAlexandre Ghiti2019-09-241-2/+12
| * arm64, mm: make randomization selected by generic topdown mmap layoutAlexandre Ghiti2019-09-243-9/+1
| * arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti2019-09-244-78/+11
| * arm64: consider stack randomization for mmap base only when necessaryAlexandre Ghiti2019-09-241-1/+5
| * arm64: make use of is_compat_task instead of hardcoding this testAlexandre Ghiti2019-09-241-1/+1
| * thp: update split_huge_page_pmd() commentKefeng Wang2019-09-241-1/+1
| * mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-2434-127/+3
| * microblaze: switch to generic version of pte allocationMike Rapoport2019-09-241-36/+3
| * sh: switch to generic version of pte allocationMike Rapoport2019-09-241-33/+1
| * ia64: switch to generic version of pte allocationMike Rapoport2019-09-241-30/+2
| * mm: remove quicklist page table cachesNicholas Piggin2019-09-2430-175/+25
| * mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-242-3/+3
| * mm: introduce page_shift()Matthew Wilcox (Oracle)2019-09-241-5/+2
| * mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-243-5/+3
* | Merge tag 'microblaze-v5.4-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2019-09-248-325/+92
|\ \
| * | microblaze: Switch to standard restart handlerLinus Walleij2019-09-194-77/+30
| * | microblaze: defconfig synchronizationMichal Simek2019-09-182-23/+19
| * | microblaze: Enable Xilinx AXI emac driver by defaultMichal Simek2019-09-181-0/+1
| * | arch/microblaze: support get_user() of size 8 bytesRandy Dunlap2019-09-181-33/+9
| * | microblaze: remove ioremap_fullcacheChristoph Hellwig2019-09-021-1/+0
| * | microblaze: use the generic dma coherent remap allocatorChristoph Hellwig2019-08-302-148/+5
| * | microblaze/nommu: use the generic uncached segment supportChristoph Hellwig2019-08-302-52/+43
* | | Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-242-153/+191
|\ \ \
| * | | vfs: Convert spufs to use the new mount APIDavid Howells2019-09-181-91/+116
| * | | vfs: Convert hypfs to use the new mount APIDavid Howells2019-09-181-58/+70
| * | | hypfs: Fix error number left in struct pointer memberDavid Howells2019-09-181-4/+5
* | | | ia64: Fix some warnings introduced in merge windowTony Luck2019-09-243-2/+2
* | | | Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-2313-28/+64
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'lorenzo/pci/tegra'Bjorn Helgaas2019-09-233-2/+64
| |\ \ \
| | * | | arm64: tegra: Add PCIe slot supply information in p2972-0000 platformVidya Sagar2019-09-202-1/+27
| | * | | arm64: tegra: Add configuration for PCIe C5 sideband signalsVidya Sagar2019-09-201-1/+37
| * | | | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2019-09-236-19/+0
| |\ \ \ \
| | * | | | arm64: dts: fsl: Remove num-lanes property from PCIe nodesHou Zhiqiang2019-08-225-17/+0
| | * | | | ARM: dts: ls1021a: Remove num-lanes property from PCIe nodesHou Zhiqiang2019-08-221-2/+0
| | |/ / /
| * / / / PCI: Convert pci_resource_to_user() to a weak functionDenis Efremov2019-08-084-7/+0
| |/ / /
* | | | Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-221-1/+0
|\ \ \ \
| * | | | export: explicitly align struct kernel_symbolMatthias Maennich2019-09-101-1/+0
* | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-09-2213-24/+345
|\ \ \ \ \
| * | | | | ARM: 8905/1: Emit __gnu_mcount_nc when using Clang 10.0.0 or newerNathan Chancellor2019-09-102-1/+5
| * | | | | ARM: 8904/1: skip nomap memblocks while finding the lowmem/highmem boundaryChester Lin2019-09-101-0/+3
| * | | | | ARM: 8903/1: ensure that usable memory in bank 0 starts from a PMD-aligned ad...Mike Rapoport2019-09-061-0/+16