aboutsummaryrefslogtreecommitdiff
path: root/arch/frv
AgeCommit message (Expand)AuthorFilesLines
2018-03-09arch: remove frv portGravatar Arnd Bergmann 206-27155/+0
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Gravatar Al Viro 1-18/+1
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-1/+0
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+18
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-13/+1
2018-01-15signal/frv: Move the frv specific si_codes to asm-generic/siginfo.hGravatar Eric W. Biederman 2-13/+1
2018-01-09Construct init thread stack in the linker script rather than by unionGravatar David Howells 1-3/+0
2018-01-03arch: Remove clkdev.h asm-generic from KbuildGravatar Stephen Boyd 1-1/+0
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeGravatar Hendrik Brueckner 1-0/+2
2017-11-29make kernel-side POLL... arch-independentGravatar Al Viro 1-2/+17
2017-11-27define __poll_t, annotate constantsGravatar Al Viro 1-1/+1
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+1
2017-11-17frv: .gitignore: ignore vmlinux.ldsGravatar Masahiro Yamada 1-0/+1
2017-11-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-14/+0
2017-11-15mm, arch: remove empty_bad_page*Gravatar Michal Hocko 1-14/+0
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+0
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-7/+0
2017-11-07PCI: Remove redundant pci_dev, pci_bus, resource declarationsGravatar Bjorn Helgaas 1-2/+0
2017-11-07PCI: Remove redundant pcibios_set_master() declarationsGravatar Bjorn Helgaas 1-2/+0
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGravatar Greg Kroah-Hartman 6-0/+6
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Gravatar Greg Kroah-Hartman 25-0/+25
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 30-0/+30
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodGravatar Christoph Hellwig 1-6/+0
2017-10-19frv: make dma_cache_sync a no-opGravatar Christoph Hellwig 1-1/+0
2017-09-22arch: remove unused *_segments() macros/functionsGravatar Tobias Klauser 1-4/+0
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+1
2017-09-08arch: define CPU_BIG_ENDIAN for all fixed big endian archsGravatar Babu Moger 1-0/+3
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+2
2017-08-25futex: Remove duplicated code and fix undefined behaviourGravatar Jiri Slaby 2-24/+6
2017-08-03sock: add SOCK_ZEROCOPY sockoptGravatar Willem de Bruijn 1-0/+2
2017-07-24signal: Remove kernel interal si_code magicGravatar Eric W. Biederman 1-1/+1
2017-07-12FRV: tlbflush: move asmlinkage before return typeGravatar Joe Perches 1-4/+4
2017-07-10frv: cmpxchg: implement cmpxchg64()Gravatar Will Deacon 1-0/+1
2017-07-10frv: use generic fb.hGravatar Tobias Klauser 2-12/+1
2017-07-10frv: remove wrapper header for asm/device.hGravatar Tobias Klauser 2-7/+1
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+0
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-14/+0
2017-06-28arch: remove unused macro/function thread_saved_pc()Gravatar Tobias Klauser 2-14/+0
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2017-06-21net: introduce SO_PEERGROUPS getsockoptGravatar David Herrmann 1-0/+2
2017-06-19mm: larger stack guard gap, between vmasGravatar Hugh Dickins 1-1/+1
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+6
2017-06-02frv: declare jiffies to be located in the .data sectionGravatar Matthias Kaehlcke 1-0/+6
2017-05-21net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.Gravatar David S. Miller 1-0/+2
2017-05-15kill strlen_user()Gravatar Al Viro 1-2/+0
2017-05-10Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-33/+0
2017-05-10Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-15/+4
2017-05-11uapi: export all headers under uapi directoriesGravatar Nicolas Dichtel 1-33/+0
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+6
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+2