aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
2020-02-04Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 7-10/+19
2020-02-04microblaze: Add ID for Microblaze v11Gravatar Michal Simek 1-0/+1
2020-02-04microblaze: Prevent the overflow of the startGravatar Shubhrajyoti Datta 1-1/+2
2020-02-04microblaze: Wire CMA allocatorGravatar Michal Simek 3-0/+7
2020-02-04microblaze: Sync defconfig with latest Kconfig layoutGravatar Michal Simek 1-3/+3
2020-02-04microblaze: defconfig: Disable EXT2 driver and Enable EXT3 & EXT4 driversGravatar Manish Narani 2-2/+2
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Gravatar Linus Torvalds 1-0/+1
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-4/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+4
2020-01-18open: introduce openat2(2) syscallGravatar Aleksa Sarai 1-0/+1
2020-01-14arch/microblaze/setup: Drop dummy_con initializationGravatar Arvind Sankar 1-4/+0
2020-01-13arch: wire up pidfd_getfd syscallGravatar Sargun Dhillon 1-0/+1
2020-01-09microblaze: Align comments with register usageGravatar Michal Simek 1-4/+4
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesGravatar Ingo Molnar 6-56/+25
2019-12-13scripts/sorttable: Rename 'sortextable' to 'sorttable'Gravatar Shile Zhang 1-1/+1
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Gravatar Ingo Molnar 1-0/+4
2019-12-08sched/rt, microblaze: Use CONFIG_PREEMPTIONGravatar Thomas Gleixner 1-1/+1
2019-12-04microblaze: use pgtable-nopmd instead of 4level-fixupGravatar Mike Rapoport 6-56/+25
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Linus Torvalds 2-8/+7
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapGravatar Linus Torvalds 1-3/+0
2019-11-27Merge tag 'microblaze-v5.5-rc1' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 6-8/+6
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Gravatar Christoph Hellwig 1-7/+7
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsGravatar Christoph Hellwig 1-3/+0
2019-11-11dma-direct: provide mmap and get_sgtable method overridesGravatar Christoph Hellwig 1-1/+0
2019-11-04microblaze: Move EXCEPTION_TABLE to RO_DATA segmentGravatar Kees Cook 1-1/+2
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAGravatar Kees Cook 1-1/+1
2019-11-04vmlinux.lds.h: Replace RODATA with RO_DATAGravatar Kees Cook 1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAGravatar Kees Cook 1-1/+0
2019-10-25microblaze: Increase max dtb size to 64K from 32KGravatar Siva Durga Prasad Paladugu 2-2/+2
2019-10-25microblaze: Enable SPARSE_IRQGravatar Michal Simek 2-1/+1
2019-10-25microblaze: defconfig: Enable devtmps and tmpfsGravatar Manjukumar Matha 1-0/+3
2019-10-08microblaze: entry: Remove unneeded need_resched() loopGravatar Valentin Schneider 1-5/+0
2019-09-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-126/+7
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Gravatar Mike Rapoport 1-7/+0
2019-09-24microblaze: switch to generic version of pte allocationGravatar Mike Rapoport 1-36/+3
2019-09-24mm: remove quicklist page table cachesGravatar Nicholas Piggin 2-86/+7
2019-09-24Merge tag 'microblaze-v5.4-rc1' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 8-325/+92
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+0
2019-09-19microblaze: Switch to standard restart handlerGravatar Linus Walleij 4-77/+30
2019-09-18microblaze: defconfig synchronizationGravatar Michal Simek 2-23/+19
2019-09-18microblaze: Enable Xilinx AXI emac driver by defaultGravatar Michal Simek 1-0/+1
2019-09-18arch/microblaze: support get_user() of size 8 bytesGravatar Randy Dunlap 1-33/+9
2019-09-04dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAPGravatar Christoph Hellwig 1-1/+0
2019-09-02microblaze: remove ioremap_fullcacheGravatar Christoph Hellwig 1-1/+0
2019-08-30microblaze: use the generic dma coherent remap allocatorGravatar Christoph Hellwig 2-148/+5
2019-08-30microblaze/nommu: use the generic uncached segment supportGravatar Christoph Hellwig 2-52/+43
2019-08-08PCI: Convert pci_resource_to_user() to a weak functionGravatar Denis Efremov 1-2/+0
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Gravatar Linus Torvalds 1-0/+1