Age | Commit message (Expand) | Author | Files | Lines |
2018-06-07 | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -65/+0 |
2018-06-07 | Merge tag 'microblaze-v4.18-rc1' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 14 | -364/+12 |
2018-06-05 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2018-06-05 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -18/+2 |
2018-05-22 | microblaze/PCI: Remove pcibios_claim_one_bus() dead code | Bjorn Helgaas | 2 | -39/+0 |
2018-05-22 | microblaze/PCI: Remove pcibios_finish_adding_to_bus() dead code | Bjorn Helgaas | 2 | -26/+0 |
2018-05-08 | dma-debug: remove CONFIG_HAVE_DMA_API_DEBUG | Christoph Hellwig | 1 | -1/+0 |
2018-05-08 | dma-debug: move initialization to common code | Christoph Hellwig | 1 | -11/+0 |
2018-05-07 | PCI: remove PCI_DMA_BUS_IS_PHYS | Christoph Hellwig | 1 | -6/+0 |
2018-04-25 | signal/microblaze: Use force_sig_fault where appropriate | Eric W. Biederman | 2 | -16/+2 |
2018-04-25 | signal/microblaze: Remove the commented out force_sig_info in do_page_fault | Eric W. Biederman | 1 | -5/+0 |
2018-04-25 | signal: Ensure every siginfo we send has all bits initialized | Eric W. Biederman | 2 | -1/+4 |
2018-04-23 | microblaze: dts: replace 'linux,stdout-path' with 'stdout-path' | Rob Herring | 1 | -1/+1 |
2018-04-23 | microblaze: remove redundant early_printk support | Rob Herring | 8 | -355/+4 |
2018-04-23 | microblaze: remove unnecessary prom.h includes | Rob Herring | 4 | -4/+1 |
2018-04-23 | microblaze: Fix simpleImage format generation | Michal Simek | 1 | -4/+6 |
2018-04-19 | time: Add an asm-generic/compat.h file | Arnd Bergmann | 1 | -0/+1 |
2018-04-12 | Merge tag 'microblaze-4.17-rc1' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 3 | -93/+15 |
2018-04-03 | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+3 |
2018-04-02 | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() | Dominik Brodowski | 1 | -3/+3 |
2018-03-19 | microblaze: Use generic pci_mmap_resource_range() | David Woodhouse | 2 | -93/+13 |
2018-03-19 | microblaze: Provide pgprot_device/writecombine macros for nommu | Michal Simek | 1 | -0/+2 |
2018-03-16 | microblaze: switch to NO_BOOTMEM | Rob Herring | 2 | -50/+7 |
2018-03-16 | microblaze: remove unused alloc_maybe_bootmem | Rob Herring | 2 | -9/+0 |
2018-03-16 | microblaze: Setup dependencies for ASM optimized lib functions | Michal Simek | 2 | -5/+1 |
2018-02-02 | Merge tag 'microblaze-4.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 4 | -8/+14 |
2018-02-02 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -1/+0 |
2018-01-31 | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2 | -58/+24 |
2018-01-22 | microblaze: Setup proper dependency for optimized lib functions | Michal Simek | 1 | -0/+1 |
2018-01-17 | microblaze: fix iounmap prototype | Arnd Bergmann | 2 | -2/+2 |
2018-01-17 | microblaze: fix endian handling | Arnd Bergmann | 1 | -6/+11 |
2018-01-10 | microblaze: remove the dead !NOT_COHERENT_CACHE dma code | Christoph Hellwig | 1 | -28/+0 |
2018-01-10 | microblaze: remove dma_nommu_dma_supported | Christoph Hellwig | 1 | -6/+0 |
2018-01-10 | microblaze: rename dma_direct to dma_nommu | Christoph Hellwig | 2 | -26/+26 |
2018-01-10 | Construct init thread stack in the linker script rather than by union | David Howells | 1 | -3/+0 |
2018-01-03 | arch: Remove clkdev.h asm-generic from Kbuild | Stephen Boyd | 1 | -1/+0 |
2017-12-05 | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type | Hendrik Brueckner | 1 | -0/+1 |
2017-11-30 | Merge tag 'microblaze-4.15-rc2' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 1 | -0/+1 |
2017-11-15 | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+1 |
2017-11-15 | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2 | -39/+17 |
2017-11-08 | kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile | Masahiro Yamada | 1 | -1/+1 |
2017-11-08 | .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore | Masahiro Yamada | 1 | -1/+0 |
2017-11-02 | License cleanup: add SPDX license identifier to uapi header files with a license | Greg Kroah-Hartman | 5 | -0/+5 |
2017-11-02 | License cleanup: add SPDX license identifier to uapi header files with no lic... | Greg Kroah-Hartman | 3 | -0/+3 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 34 | -0/+34 |
2017-10-30 | microblaze: add missing include to mmu_context_mm.h | Oded Gabbay | 1 | -0/+1 |
2017-10-19 | dma-mapping: turn dma_cache_sync into a dma_map_ops method | Christoph Hellwig | 1 | -5/+0 |
2017-10-19 | microblaze: make dma_cache_sync a no-op | Christoph Hellwig | 2 | -34/+17 |
2017-09-25 | arch: change default endian for microblaze | Babu Moger | 1 | -1/+1 |
2017-09-25 | microblaze: Cocci spatch "vma_pages" | Thomas Meyer | 1 | -1/+1 |