aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner1-0/+1
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-9/+0
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+0
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-6/+0
2017-11-08kbuild: clean up *.dtb and *.dtb.S patterns from top-level MakefileMasahiro Yamada1-2/+0
2017-11-07PCI: Remove unused declarationsBjorn Helgaas1-6/+0
2017-11-07PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas1-2/+0
2017-11-07PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas1-1/+0
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no licenseGreg Kroah-Hartman26-0/+26
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman353-0/+353
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig1-6/+0
2017-09-09Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds2-2/+2
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+0
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2-2/+2
2017-08-10cris: Mark _stext and _end as char-arrays, not single char variablesMasami Hiramatsu3-7/+7
2017-08-02PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt1-4/+0
2017-07-13Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-19/+19
2017-07-12CRIS: gpio: move inline before return typeJoe Perches1-2/+2
2017-07-10cris: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-19/+19
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+0
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+2
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser3-18/+0
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2-1/+2
2017-05-18devicetree: Move include prefixes from arch to separate directoryOlof Johansson1-1/+0
2017-05-15get rid of unused __strncpy_from_user() instancesAl Viro1-6/+0
2017-05-15kill strlen_user()Al Viro1-2/+0
2017-05-11Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+0
2017-05-11arch/include: remove empty Kbuild filesNicolas Dichtel2-2/+0
2017-05-11uapi: export all arch specifics directoriesNicolas Dichtel1-3/+0
2017-05-11uapi: export all headers under uapi directoriesNicolas Dichtel3-49/+2
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-25/+1
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro1-1/+0
2017-04-26Merge 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', ...Al Viro9-173/+70
2017-04-20cris/PCI: Use generic pci_mmap_resource_range()David Woodhouse2-23/+1
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse1-1/+2
2017-04-18PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse1-3/+0
2017-04-03debug: Fix __bug_table[] in arch linker scriptsPeter Zijlstra1-0/+2
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.pariscAl Viro2-1/+2
2017-03-28cris: switch to RAW_COPY_USERAl Viro2-42/+12
2017-03-28cris: rename __copy_user_zeroing to __copy_user_inAl Viro3-12/+10
2017-03-28cris: get rid of zeroingAl Viro4-51/+20
2017-03-28cris: get rid of zeroing in __asm_copy_from_user_N for N > 4Al Viro2-48/+28
2017-03-28cris: don't rely upon __copy_user_zeroing() zeroing the tailAl Viro1-7/+9
2017-03-28cris: switch to generic extable.hAl Viro2-17/+2
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds1-0/+1
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov1-0/+1
2017-03-08mtd: nand: Kill the MTD_NAND_IDS Kconfig optionBoris Brezillon1-1/+0