- 07820c3 Merge tag 'microblaze-4.17-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 7 years ago
- 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
- a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
- 70f6283 microblaze: Use generic pci_mmap_resource_range() by David Woodhouse · 7 years ago
- 97ccedd microblaze: Provide pgprot_device/writecombine macros for nommu by Michal Simek · 7 years ago
- 101646a microblaze: switch to NO_BOOTMEM by Rob Herring · 7 years ago
- cd4dfee microblaze: remove unused alloc_maybe_bootmem by Rob Herring · 7 years ago
- 18ffc0c microblaze: Setup dependencies for ASM optimized lib functions by Michal Simek · 7 years ago
- 4464439 Merge tag 'microblaze-4.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 7 years ago
- 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
- 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
- 7b6ce52 microblaze: Setup proper dependency for optimized lib functions by Michal Simek · 7 years ago
- 2c95790 microblaze: fix iounmap prototype by Arnd Bergmann · 7 years ago
- 71e7673 microblaze: fix endian handling by Arnd Bergmann · 7 years ago
- b0615c3 microblaze: remove the dead !NOT_COHERENT_CACHE dma code by Christoph Hellwig · 7 years ago
- a5feb60 microblaze: remove dma_nommu_dma_supported by Christoph Hellwig · 7 years ago
- 7e05c19 microblaze: rename dma_direct to dma_nommu by Christoph Hellwig · 7 years ago
- 0500871 Construct init thread stack in the linker script rather than by union by David Howells · 7 years ago
- e0af0c1 arch: Remove clkdev.h asm-generic from Kbuild by Stephen Boyd · 7 years ago
- c895f6f bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type by Hendrik Brueckner · 7 years ago
- 198e0c0 Merge tag 'microblaze-4.15-rc2' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 7 years ago
- 37cb8e1 Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
- e37e0ee Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
- 74ce189 kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile by Masahiro Yamada · 7 years ago
- 10b62a2 .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore by Masahiro Yamada · 7 years ago
- e2be04c License cleanup: add SPDX license identifier to uapi header files with a license by Greg Kroah-Hartman · 7 years ago
- 6f52b16 License cleanup: add SPDX license identifier to uapi header files with no license by Greg Kroah-Hartman · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- da25f49 microblaze: add missing include to mmu_context_mm.h by Oded Gabbay · 7 years ago
- c9eb617 dma-mapping: turn dma_cache_sync into a dma_map_ops method by Christoph Hellwig · 7 years ago
- 64dc870 microblaze: make dma_cache_sync a no-op by Christoph Hellwig · 7 years ago
- 428dbf1 arch: change default endian for microblaze by Babu Moger · 7 years ago
- 64c9985 microblaze: Cocci spatch "vma_pages" by Thomas Meyer · 7 years ago
- 0add537 microblaze: Add missing kvm_para.h to Kbuild by Michal Simek · 7 years ago
- fbf4432 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- 206d364 arch/microblaze: add choice for endianness and update Makefile by Babu Moger · 7 years ago
- 0d519f2 Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
- 74fee4e Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
- edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
- b38e51c binfmt_flat: fix arch/m32r and arch/microblaze flat_put_addr_at_rp() by Randy Dunlap · 7 years ago
- f2b8ae0 microblaze: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
- 30d6e0a futex: Remove duplicated code and fix undefined behaviour by Jiri Slaby · 7 years ago
- c775697 microblaze/PCI: Remove pcibios_setup_bus_{self/devices} dead code by Lorenzo Pieralisi · 7 years ago
- ecf677c PCI: Add a generic weak pcibios_align_resource() by Palmer Dabbelt · 7 years ago
- bccf90d PCI: Add a generic weak pcibios_fixup_bus() by Palmer Dabbelt · 7 years ago
- 89cbec7 Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 9ffd938 microblaze: move generic-y of exported headers to uapi/asm/Kbuild by Masahiro Yamada · 7 years ago
- dc50214 Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- f72e24a Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
- 1b044f1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 468138d binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail by Al Viro · 8 years ago
- 058e88d Merge tag 'microblaze-4.13-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 7 years ago
- 07c75d7 drivers: dma-mapping: allow dma_common_mmap() for NOMMU by Vladimir Murzin · 7 years ago
- 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 7 years ago
- 14ef905 microblaze: Fix MSR flags when returning from exception by Michal Simek · 9 years ago
- faf154c microblaze: Separate GP registers from MSR handling by Michal Simek · 9 years ago
- e16f1ad microblaze: Enabling CONFIG_BRIDGE in mmu_defconfig by Vineeth Chowdary Karumanchi · 8 years ago
- 17f4977 microblaze: Enabling CONFIGS related to MTD by Vineeth Chowdary Karumanchi · 8 years ago
- e0d4fa5 microblaze: Update defconfigs by Michal Simek · 7 years ago
- a753499 microblaze: mm: Flush TLB to ensure correct mapping when higmem ON by Michal Simek · 9 years ago
- b0230a6 microblaze: remove DMA_ERROR_CODE by Christoph Hellwig · 7 years ago
- bb0eb05 clocksource/drivers: Rename CLKSRC_OF to TIMER_OF by Daniel Lezcano · 7 years ago
- ba5d08c clocksource/drivers: Rename clocksource_probe to timer_probe by Daniel Lezcano · 7 years ago
- 1727339 clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLARE by Daniel Lezcano · 7 years ago
- 6bc51cb signal: Remove non-uapi <asm/siginfo.h> by Christoph Hellwig · 7 years ago
- 83f0124 microblaze: remove asm-generic wrapper headers by Tobias Klauser · 7 years ago
- f5ef419 microblaze: wire up statx syscall by Tobias Klauser · 7 years ago
- bb26081 microblaze: Set ->min_delta_ticks and ->max_delta_ticks for timer by Nicolai Stange · 8 years ago
- e56751c microblaze: use sg_phys() by Geliang Tang · 8 years ago
- 10503bf get rid of unused __strncpy_from_user() instances by Al Viro · 8 years ago
- fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 8 years ago
- 857f864 Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
- 701cac6 CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now by Al Viro · 8 years ago
- eea86b6 Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', 'uaccess.mn10300', 'uaccess.nios2', 'uaccess.openrisc', 'uaccess.parisc', 'uaccess.powerpc', 'uaccess.s390', 'uaccess.score', 'uaccess.sh', 'uaccess.sparc', 'uaccess.tile', 'uaccess.um', 'uaccess.unicore32', 'uaccess.x86' and 'uaccess.xtensa' into work.uaccess by Al Viro · 8 years ago
- f66e225 PCI: Add BAR index argument to pci_mmap_page_range() by David Woodhouse · 8 years ago
- e854d8b PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O space by David Woodhouse · 8 years ago
- 11df195 PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h> by David Woodhouse · 8 years ago
- d491afb microblaze: switch to RAW_COPY_USER by Al Viro · 8 years ago
- bee3f41 Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.parisc by Al Viro · 8 years ago
- 730132e microblaze: switch to generic extable.h by Al Viro · 8 years ago
- 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 8 years ago
- 444f02c uaccess: drop pointless ifdefs by Al Viro · 8 years ago
- af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
- 5e6039d uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h by Al Viro · 8 years ago
- 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
- 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
- 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
- b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
- 4f17722 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h> by Ingo Molnar · 8 years ago
- e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
- 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
- ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
- 3a4f8a0 mm: remove shmem_mapping() shmem_zero_setup() duplicates by Hugh Dickins · 8 years ago
- 6d1c42d Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 8 years ago
- b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 8 years ago
- a75f310 microblaze: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
- 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 8 years ago
- 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
- a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
- d5379e5e Merge tag 'microblaze-4.10-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 8 years ago