summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-3/+0
|\
| * exceptions: detritus removalAl Viro2016-09-271-3/+0
* | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-0/+1
* | Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-071-2/+2
|\ \
| * | microblaze/PCI: Add multidomain support for procfsBharat Kumar Gogada2016-09-131-2/+2
* | | Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-151-4/+7
|\ \ \ | | |/ | |/|
| * | microblaze: fix __get_user()Al Viro2016-09-131-1/+1
| * | microblaze: fix copy_from_user()Al Viro2016-09-131-3/+6
| |/
* / ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-241-1/+1
|/
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-042-7/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-023-30/+3
|\
| * signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski2016-08-021-27/+0
| * treewide: replace obsolete _refok by __refFabian Frederick2016-08-022-3/+3
* | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-022-61/+15
|\ \ | |/ |/|
| * Merge branch 'pci/msi-affinity' into nextBjorn Helgaas2016-08-012-4/+3
| |\
| * | microblaze/PCI: Implement pci_resource_to_user() with pcibios_resource_to_bus()Bjorn Helgaas2016-06-171-28/+14
| * | PCI: Unify pci_resource_to_user() declarationsBjorn Helgaas2016-06-171-3/+0
| * | microblaze/PCI: Remove useless __pci_mmap_set_pgprot()Bjorn Helgaas2016-06-171-30/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-261-1/+1
|\ \ \
| * | | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* | | | Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-07-261-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | microblaze: remove ARCH_WANT_OPTIONAL_GPIOLIBLinus Walleij2016-06-081-1/+0
| |/ /
* | | Merge branch 'clockevents/4.8' of http://git.linaro.org/people/daniel.lezcano...Thomas Gleixner2016-07-071-12/+37
|\ \ \ | |_|/ |/| |
| * | clocksources: Switch back to the clksrc tableDaniel Lezcano2016-06-281-1/+1
| * | clocksource/drivers/microblaze: Convert init function to return errorDaniel Lezcano2016-06-281-13/+38
| |/
* / tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-242-4/+3
|/
* Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-282-0/+82
|\
| * microblaze: Add <asm/hash.h>George Spelvin2016-05-282-0/+82
* | Merge tag 'microblaze-4.7-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2016-05-244-1/+9
|\ \
| * | microblaze: pci: export isa_io_base to fix link errorsFengguang Wu2016-05-161-0/+2
| * | microblaze: Wire up userfaultfd, membarrier, mlock2 syscallsMichal Simek2016-05-163-1/+7
| |/
* | lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng2016-05-201-0/+1
* | exit_thread: remove empty bodiesJiri Slaby2016-05-201-10/+0
|/
* arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-251-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-2/+2
|\
| * ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-131-2/+2
* | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-03-171-4/+0
|\ \
| * | gpio: Remove unused asm/gpio.h filesBjorn Helgaas2016-02-161-4/+0
| |/
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-03-172-2/+0
|\ \
| * | KEYS: CONFIG_KEYS_DEBUG_PROC_KEYS is no longer an optionDavid Howells2016-02-102-2/+0
| |/
* | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-163-48/+13
|\ \
| | \
| | \
| *-. \ Merge branches 'pci/host-altera', 'pci/host-imx6', 'pci/host-keystone', 'pci/...Bjorn Helgaas2016-03-152-46/+13
| |\ \ \ | | | |/ | | |/|
| | | * microblaze/PCI: Support generic Xilinx AXI PCIe Host Bridge IP driverBharat Kumar Gogada2016-03-082-46/+13
| | |/
| * / PCI: Move pci_dma_* helpers to common codeChristoph Hellwig2016-03-071-2/+0
| |/
* / locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin2016-02-091-2/+0
|/
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-202-3/+0
* Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon2016-01-161-3/+0
* Revert "scatterlist: use sg_phys()"Dan Williams2015-12-151-1/+2
* kmap_atomic_to_page() has no users, remove itNicolas Pitre2015-11-091-13/+0
* Merge branch 'acpi-init'Rafael J. Wysocki2015-10-251-1/+1
|\