aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
2016-05-20lib/GCD.c: use binary GCD algorithm instead of EuclideanGravatar Zhaoxiu Zeng 1-0/+1
2016-05-20exit_thread: remove empty bodiesGravatar Jiri Slaby 1-10/+0
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsGravatar Alexander Potapenko 1-0/+1
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+2
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-4/+0
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 2-2/+0
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-48/+13
2016-03-15Merge branches 'pci/host-altera', 'pci/host-imx6', 'pci/host-keystone', 'pci/...Gravatar Bjorn Helgaas 2-46/+13
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesGravatar Alexander Duyck 1-2/+2
2016-03-08microblaze/PCI: Support generic Xilinx AXI PCIe Host Bridge IP driverGravatar Bharat Kumar Gogada 2-46/+13
2016-03-07PCI: Move pci_dma_* helpers to common codeGravatar Christoph Hellwig 1-2/+0
2016-02-16gpio: Remove unused asm/gpio.h filesGravatar Bjorn Helgaas 1-4/+0
2016-02-10KEYS: CONFIG_KEYS_DEBUG_PROC_KEYS is no longer an optionGravatar David Howells 2-2/+0
2016-02-09locking/lockdep: Eliminate lockdep_init()Gravatar Andrey Ryabinin 1-2/+0
2016-01-20dma-mapping: always provide the dma_map_ops based implementationGravatar Christoph Hellwig 2-3/+0
2016-01-16Kconfig: remove HAVE_LATENCYTOP_SUPPORTGravatar Will Deacon 1-3/+0
2015-12-15Revert "scatterlist: use sg_phys()"Gravatar Dan Williams 1-1/+2
2015-11-09kmap_atomic_to_page() has no users, remove itGravatar Nicolas Pitre 1-13/+0
2015-10-25Merge branch 'acpi-init'Gravatar Rafael J. Wysocki 1-1/+1
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Gravatar Linus Torvalds 1-0/+1
2015-10-01clocksource: cosmetic: Drop OF 'dependency' from symbolsGravatar Marc Zyngier 1-1/+1
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Gravatar Bjorn Helgaas 1-1/+8
2015-09-10Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-70/+0
2015-09-10dma-mapping: consolidate dma_set_maskGravatar Christoph Hellwig 1-14/+0
2015-09-10dma-mapping: consolidate dma_supportedGravatar Christoph Hellwig 1-12/+1
2015-09-10dma-mapping: cosolidate dma_mapping_errorGravatar Christoph Hellwig 1-11/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentGravatar Christoph Hellwig 1-3/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Gravatar Christoph Hellwig 1-31/+0
2015-09-10elf-em.h: move EM_MICROBLAZE to the common headerGravatar Mike Frysinger 1-1/+2
2015-09-08Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-1/+1
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+1
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+1
2015-09-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-27/+19
2015-08-31Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-8/+1
2015-08-17scatterlist: use sg_phys()Gravatar Dan Williams 1-2/+1
2015-08-10microblaze/timer: Migrate to new 'set-state' interfaceGravatar Viresh Kumar 1-27/+19
2015-07-31microblaze/irq: prepare for drivers/irqchip/irqchip.h removalGravatar Joel Porquet 1-2/+1
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeGravatar Lorenzo Pieralisi 1-8/+1
2015-07-20ftrace: Format MCOUNT_ADDR address as type unsigned longGravatar Minfei Huang 1-1/+1
2015-07-17mm: clean up per architecture MM hook header filesGravatar Laurent Dufour 2-15/+1
2015-07-08Make asm/word-at-a-time.h available on all architecturesGravatar Chris Metcalf 1-0/+1
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+1
2015-06-24mm: new mm hook frameworkGravatar Laurent Dufour 1-0/+15
2015-06-24Merge tag 'microblaze-4.2-rc1' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 4-18/+4
2015-06-23Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-23/+0
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2015-06-08PCI: Remove unused pci_dma_burst_advice()Gravatar Bjorn Helgaas 1-10/+0
2015-06-08PCI: Remove unused pcibios_select_root() (again)Gravatar Bjorn Helgaas 1-13/+0
2015-06-08microblaze/PCI: Remove unnecessary struct pci_dev declarationGravatar Bjorn Helgaas 1-2/+0
2015-06-08microblaze/PCI: Remove unnecessary pci_bus_find_capability() declarationGravatar Bjorn Helgaas 1-3/+0