aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+0
2016-10-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 1-0/+1
2016-10-07Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2016-09-27exceptions: detritus removalGravatar Al Viro 1-3/+0
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesGravatar Ingo Molnar 1-4/+7
2016-09-13microblaze: fix __get_user()Gravatar Al Viro 1-1/+1
2016-09-13microblaze: fix copy_from_user()Gravatar Al Viro 1-3/+6
2016-09-13microblaze/PCI: Add multidomain support for procfsGravatar Bharat Kumar Gogada 1-2/+2
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackGravatar Josh Poimboeuf 1-1/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 2-7/+6
2016-08-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-30/+3
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeGravatar Andy Lutomirski 1-27/+0
2016-08-02treewide: replace obsolete _refok by __refGravatar Fabian Frederick 2-3/+3
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-61/+15
2016-08-01Merge branch 'pci/msi-affinity' into nextGravatar Bjorn Helgaas 2-4/+3
2016-07-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2016-07-26Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-1/+0
2016-07-26mm: do not pass mm_struct into handle_mm_faultGravatar Kirill A. Shutemov 1-1/+1
2016-07-07Merge branch 'clockevents/4.8' of http://git.linaro.org/people/daniel.lezcano...Gravatar Thomas Gleixner 1-12/+37
2016-06-28clocksources: Switch back to the clksrc tableGravatar Daniel Lezcano 1-1/+1
2016-06-28clocksource/drivers/microblaze: Convert init function to return errorGravatar Daniel Lezcano 1-13/+38
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IGravatar Michal Hocko 2-4/+3
2016-06-17microblaze/PCI: Implement pci_resource_to_user() with pcibios_resource_to_bus()Gravatar Bjorn Helgaas 1-28/+14
2016-06-17PCI: Unify pci_resource_to_user() declarationsGravatar Bjorn Helgaas 1-3/+0
2016-06-17microblaze/PCI: Remove useless __pci_mmap_set_pgprot()Gravatar Bjorn Helgaas 1-30/+1
2016-06-08microblaze: remove ARCH_WANT_OPTIONAL_GPIOLIBGravatar Linus Walleij 1-1/+0
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxGravatar Linus Torvalds 2-0/+82
2016-05-28microblaze: Add <asm/hash.h>Gravatar George Spelvin 2-0/+82
2016-05-24Merge tag 'microblaze-4.7-rc1' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 4-1/+9
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-05-16microblaze: pci: export isa_io_base to fix link errorsGravatar Fengguang Wu 1-0/+2
2016-05-16microblaze: Wire up userfaultfd, membarrier, mlock2 syscallsGravatar Michal Simek 3-1/+7
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