aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-09-25augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroGravatar Michel Lespinasse 1-16/+3
2019-09-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 78-632/+54
2019-09-24riscv: make mmap allocation top-down by defaultGravatar Alexandre Ghiti 1-0/+12
2019-09-24mips: use generic mmap top-down layout and brk randomizationGravatar Alexandre Ghiti 3-102/+1
2019-09-24mips: replace arch specific way to determine 32bit task with generic versionGravatar Alexandre Ghiti 1-1/+2
2019-09-24mips: adjust brk randomization offset to fit generic versionGravatar Alexandre Ghiti 1-3/+4
2019-09-24mips: use STACK_TOP when computing mmap base addressGravatar Alexandre Ghiti 1-2/+2
2019-09-24mips: properly account for stack randomization and stack guard gapGravatar Alexandre Ghiti 1-2/+12
2019-09-24arm: use generic mmap top-down layout and brk randomizationGravatar Alexandre Ghiti 4-69/+1
2019-09-24arm: use STACK_TOP when computing mmap base addressGravatar Alexandre Ghiti 1-2/+2
2019-09-24arm: properly account for stack randomization and stack guard gapGravatar Alexandre Ghiti 1-2/+12
2019-09-24arm64, mm: make randomization selected by generic topdown mmap layoutGravatar Alexandre Ghiti 3-9/+1
2019-09-24arm64, mm: move generic mmap layout functions to mmGravatar Alexandre Ghiti 4-78/+11
2019-09-24arm64: consider stack randomization for mmap base only when necessaryGravatar Alexandre Ghiti 1-1/+5
2019-09-24arm64: make use of is_compat_task instead of hardcoding this testGravatar Alexandre Ghiti 1-1/+1
2019-09-24thp: update split_huge_page_pmd() commentGravatar Kefeng Wang 1-1/+1
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Gravatar Mike Rapoport 34-127/+3
2019-09-24microblaze: switch to generic version of pte allocationGravatar Mike Rapoport 1-36/+3
2019-09-24sh: switch to generic version of pte allocationGravatar Mike Rapoport 1-33/+1
2019-09-24ia64: switch to generic version of pte allocationGravatar Mike Rapoport 1-30/+2
2019-09-24mm: remove quicklist page table cachesGravatar Nicholas Piggin 30-175/+25
2019-09-24mm: introduce compound_nr()Gravatar Matthew Wilcox (Oracle) 2-3/+3
2019-09-24mm: introduce page_shift()Gravatar Matthew Wilcox (Oracle) 1-5/+2
2019-09-24mm: introduce page_size()Gravatar Matthew Wilcox (Oracle) 3-5/+3
2019-09-24Merge tag 'microblaze-v5.4-rc1' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 8-325/+92
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-153/+191
2019-09-24ia64: Fix some warnings introduced in merge windowGravatar Tony Luck 3-2/+2
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 13-28/+64
2019-09-23Merge branch 'lorenzo/pci/tegra'Gravatar Bjorn Helgaas 3-2/+64
2019-09-23Merge branch 'remotes/lorenzo/pci/dwc'Gravatar Bjorn Helgaas 6-19/+0
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2019-09-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 13-24/+345
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 103-2303/+1586
2019-09-21Merge tag 'for-linus-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 152-289/+1912
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-0/+4
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 4-39/+39
2019-09-21Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linuxGravatar Linus Torvalds 2-9/+9
2019-09-20Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 39-832/+3077
2019-09-20MIPS: Detect bad _PFN_SHIFT valuesGravatar Paul Burton 1-0/+6
2019-09-20MIPS: Disable pte_special() for MIPS32 with RiXiGravatar Paul Burton 2-2/+14
2019-09-20arm64: tegra: Add PCIe slot supply information in p2972-0000 platformGravatar Vidya Sagar 2-1/+27
2019-09-20arm64: tegra: Add configuration for PCIe C5 sideband signalsGravatar Vidya Sagar 1-1/+37
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 212-5222/+7919
2019-09-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 3-7/+16
2019-09-20Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-0/+13
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 41-21/+49
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-0/+1
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 46-460/+109
2019-09-19powerpc/mm/mce: Keep irqs disabled during lockless page table walkGravatar Aneesh Kumar K.V 1-8/+12
2019-09-19microblaze: Switch to standard restart handlerGravatar Linus Walleij 4-77/+30