summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
...
* | microblaze: Cocci spatch "vma_pages"Thomas Meyer2017-09-251-1/+1
* | microblaze: Add missing kvm_para.h to KbuildMichal Simek2017-09-251-0/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-092-0/+18
|\
| * arch/microblaze: add choice for endianness and update MakefileBabu Moger2017-09-082-0/+18
* | Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-082-148/+0
|\ \ | |/ |/|
| * microblaze/PCI: Remove pcibios_setup_bus_{self/devices} dead codeLorenzo Pieralisi2017-08-102-135/+0
| * PCI: Add a generic weak pcibios_align_resource()Palmer Dabbelt2017-08-021-7/+0
| * PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt2017-08-021-6/+0
* | Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-072-8/+8
|\ \
| * | microblaze: Convert to using %pOF instead of full_nameRob Herring2017-08-292-8/+8
| |/
* | Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-041-1/+1
|\ \
| * | binfmt_flat: fix arch/m32r and arch/microblaze flat_put_addr_at_rp()Randy Dunlap2017-08-311-1/+1
| |/
* | futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-34/+4
|/
* Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-151-17/+17
|\
| * binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failAl Viro2017-07-031-17/+17
* | microblaze: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-102-26/+24
* | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-061-3/+1
|\ \
| * | get rid of unused __strncpy_from_user() instancesAl Viro2017-05-151-3/+1
| |/
* | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-062-2/+1
|\ \
| * | drivers: dma-mapping: allow dma_common_mmap() for NOMMUVladimir Murzin2017-06-301-0/+1
| * | microblaze: remove DMA_ERROR_CODEChristoph Hellwig2017-06-201-2/+0
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-034-3/+4
|\ \
| * | clocksource/drivers: Rename CLKSRC_OF to TIMER_OFDaniel Lezcano2017-06-141-1/+1
| * | clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano2017-06-141-1/+1
| * | clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano2017-06-141-1/+1
| * | signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2017-06-042-1/+1
| |/
* | Merge tag 'microblaze-4.13-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2017-07-0354-98/+90
|\ \
| * | microblaze: Fix MSR flags when returning from exceptionMichal Simek2017-06-221-6/+13
| * | microblaze: Separate GP registers from MSR handlingMichal Simek2017-06-221-3/+6
| * | microblaze: Enabling CONFIG_BRIDGE in mmu_defconfigVineeth Chowdary Karumanchi2017-06-221-0/+1
| * | microblaze: Enabling CONFIGS related to MTDVineeth Chowdary Karumanchi2017-06-221-0/+3
| * | microblaze: Update defconfigsMichal Simek2017-06-222-23/+6
| * | microblaze: mm: Flush TLB to ensure correct mapping when higmem ONMichal Simek2017-06-221-13/+11
| * | microblaze: remove asm-generic wrapper headersTobias Klauser2017-05-2945-50/+44
| * | microblaze: wire up statx syscallTobias Klauser2017-05-293-1/+3
| * | microblaze: Set ->min_delta_ticks and ->max_delta_ticks for timerNicolai Stange2017-05-291-0/+2
| * | microblaze: use sg_phys()Geliang Tang2017-05-291-2/+1
| |/
* | arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-282-23/+0
|/
* uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-111-32/+0
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-082-5/+3
|\
| * PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-201-1/+1
| * PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O spaceDavid Woodhouse2017-04-181-1/+2
| * PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse2017-04-181-3/+0
* | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-1/+0
| |
| \
| \
| \
*---. \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-264-56/+13
|\ \ \ \ | |_|_|/ |/| | |
| | | * Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-021-1/+2
| | | |\ | | |/ / | |/| |
| | | * arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-1/+2
| |_|/ |/| |
| | * microblaze: switch to RAW_COPY_USERAl Viro2017-04-112-28/+9
| | * microblaze: switch to generic extable.hAl Viro2017-03-282-16/+2
| |/
| * uaccess: drop pointless ifdefsAl Viro2017-03-051-6/+0
OpenPOWER on IntegriCloud