summaryrefslogtreecommitdiff
path: root/arch/cris
AgeCommit message (Expand)AuthorFilesLines
2018-03-16CRIS: Drop support for the CRIS portJesper Nilsson424-99736/+0
2018-02-22bug.h: work around GCC PR82365 in BUG()Arnd Bergmann1-2/+9
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds3-10/+10
2018-02-08Merge tags 'cris-for-4.16' and 'cris-for-4.16-urgent' of git://git.kernel.org...Linus Torvalds2-1/+18
2018-02-08CRIS: Restore mistakenly cleared kernel MakefileJesper Nilsson1-0/+17
2018-02-02Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-1/+0
2018-02-01Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-34/+0
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds5-101/+6
2018-01-31Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-16/+7
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-11/+11
2018-01-30cris: remove arch specific early DT functionsRob Herring2-34/+0
2018-01-15cris: use dma-directChristoph Hellwig5-98/+6
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig1-3/+0
2018-01-14cris: Fix conflicting types for _etext, _edata, _endSergey Senozhatsky1-1/+1
2018-01-10Construct init thread stack in the linker script rather than by unionDavid Howells2-4/+0
2018-01-08cris: Make THREAD_SIZE available to vmlinux.ldsDavid Howells3-7/+8
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd1-1/+0
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner1-0/+1
2017-12-03cris: switch to get_user_pages_fast()Al Viro1-16/+7
2017-11-28cris: annotate ->poll() instancesAl Viro3-11/+11
2017-11-16Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+0
2017-11-15Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0
2017-11-15Merge 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-08PCI: Remove unused declarationsBjorn Helgaas1-6/+0
2017-11-08PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas1-2/+0
2017-11-08PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas1-1/+0
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Greg 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-10Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds2-2/+2
2017-09-09Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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/m...Linus Torvalds2-19/+19
2017-07-13CRIS: gpio: move inline before return typeJoe Perches1-2/+2
2017-07-09cris: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-19/+19
2017-07-07Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+0
2017-07-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+2
2017-06-29arch: 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-19devicetree: Move include prefixes from arch to separate directoryOlof Johansson1-1/+0
2017-05-16get rid of unused __strncpy_from_user() instancesAl Viro1-6/+0
2017-05-16kill 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-10arch/include: remove empty Kbuild filesNicolas Dichtel2-2/+0
2017-05-10uapi: export all arch specifics directoriesNicolas Dichtel1-3/+0
2017-05-10uapi: export all headers under uapi directoriesNicolas Dichtel3-49/+2
2017-05-09Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-25/+1