summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-11-091-1/+1
|\
| * mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky2018-11-021-1/+1
* | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-313-4/+3
* | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* | memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-1/+1
* | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0
* | mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0
* | treewide: remove current_text_addrNick Desaulniers2018-10-311-12/+0
* | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-263-5/+9
|\ \ | |/ |/|
| * Merge branch 'all-dtbs' into dt/nextRob Herring2018-10-042-3/+5
| |\
| | * microblaze: enable building all dtbsRob Herring2018-10-021-0/+2
| | * kbuild: consolidate Devicetree dtb build rulesRob Herring2018-10-022-3/+3
| * | microblaze: get cpu node with of_get_cpu_nodeRob Herring2018-09-281-2/+4
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-1/+1
|\ \
| * | asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann2018-08-291-1/+0
| * | y2038: Remove newstat family from default syscall setArnd Bergmann2018-08-291-0/+1
| |/
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-2/+0
|\ \
| * | vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook2018-10-101-2/+0
| |/
* | dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig2018-09-204-26/+3
* | dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-201-1/+1
|/
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-2/+2
* Merge tag 'microblaze-v4.19-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2018-08-2110-234/+25
|\
| * microblaze/PCI: Remove stale pcibios_align_resource() commentLorenzo Pieralisi2018-08-211-13/+0
| * microblaze: delete wrong comment about machine_early_initMasahiro Yamada2018-07-301-5/+0
| * microblaze: add endianness options to LDFLAGS instead of LDMasahiro Yamada2018-07-251-2/+2
| * microblaze: remove consistent_sync and consistent_sync_pageChristoph Hellwig2018-07-202-48/+0
| * microblaze: use generic dma_noncoherent_opsChristoph Hellwig2018-07-206-166/+22
| * microblaze: warn if of_iomap() failedNicholas Mc Guire2018-07-111-0/+1
* | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* | kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-2/+0
* | Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-8/+0
* | kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-24/+0
* | kconfig: remove duplicate SWAP symbol defintionsChristoph Hellwig2018-08-021-3/+1
|/
* Merge tag 'microblaze-v4.18-rc3' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2018-06-2710-129/+12
|\
| * microblaze: consolidate GPIO reset handlingRob Herring2018-06-214-30/+7
| * microblaze: remove unecessary of_platform_bus_probe callRob Herring2018-06-211-7/+0
| * microblaze: Add new syscalls io_pgetevents and rseqMichal Simek2018-06-213-1/+5
| * microblaze: Remove architecture heart beat codeMichal Simek2018-06-125-91/+0
| * microblaze: heartbeat: fix missing prom.h includeRob Herring2018-06-121-1/+1
* | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
|/
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-072-65/+0
|\
| * microblaze/PCI: Remove pcibios_claim_one_bus() dead codeBjorn Helgaas2018-05-222-39/+0
| * microblaze/PCI: Remove pcibios_finish_adding_to_bus() dead codeBjorn Helgaas2018-05-222-26/+0
* | Merge tag 'microblaze-v4.18-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2018-06-0714-364/+12
|\ \
| * | microblaze: dts: replace 'linux,stdout-path' with 'stdout-path'Rob Herring2018-04-231-1/+1
| * | microblaze: remove redundant early_printk supportRob Herring2018-04-238-355/+4
| * | microblaze: remove unnecessary prom.h includesRob Herring2018-04-234-4/+1
| * | microblaze: Fix simpleImage format generationMichal Simek2018-04-231-4/+6
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-0/+1
|\ \
OpenPOWER on IntegriCloud