aboutsummaryrefslogtreecommitdiff
path: root/arch/c6x/include
AgeCommit message (Expand)AuthorFilesLines
2019-01-06arch: remove redundant UAPI generic-y definesGravatar Masahiro Yamada 1-26/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Gravatar Masahiro Yamada 1-1/+0
2019-01-04fls: change parameter to unsigned intGravatar Matthew Wilcox 1-1/+1
2018-10-31treewide: remove current_text_addrGravatar Nick Desaulniers 1-11/+0
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2018-10-02c6x: use common built-in dtb supportGravatar Rob Herring 1-1/+0
2018-08-29y2038: Remove stat64 family from default syscall setGravatar Arnd Bergmann 1-0/+1
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2018-05-19c6x: use generic dma_noncoherent_opsGravatar Christoph Hellwig 3-28/+3
2018-04-19time: Add an asm-generic/compat.h fileGravatar Arnd Bergmann 1-0/+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-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/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGravatar Greg Kroah-Hartman 4-0/+4
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Gravatar Greg Kroah-Hartman 2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 7-0/+7
2017-09-22arch: remove unused *_segments() macros/functionsGravatar Tobias Klauser 1-3/+0
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+13
2017-07-10c6x: move generic-y of exported headers to uapi/asm/KbuildGravatar Masahiro Yamada 2-27/+26
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-5/+0
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-1/+1
2017-07-03binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failGravatar Al Viro 1-2/+13
2017-06-28arch: remove unused macro/function thread_saved_pc()Gravatar Tobias Klauser 1-5/+0
2017-06-20c6x: remove DMA_ERROR_CODEGravatar Christoph Hellwig 1-5/+0
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Gravatar Christoph Hellwig 2-1/+1
2017-05-11uapi: export all headers under uapi directoriesGravatar Nicolas Dichtel 1-8/+0
2017-03-28c6x: switch to RAW_COPY_USERGravatar Al Viro 1-6/+6
2017-03-28c6x: remove duplicate definition of __access_okGravatar Al Viro 1-4/+0
2017-03-28asm-generic/uaccess.h: don't mess with __copy_{to,from}_userGravatar Al Viro 1-3/+0
2017-03-27add asm-generic/extable.hGravatar Al Viro 1-0/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hGravatar Luis R. Rodriguez 1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2017-02-01sched/cputime: Remove generic asm headersGravatar Frederic Weisbecker 1-1/+0
2017-01-24treewide: Consolidate get_dma_ops() implementationsGravatar Bart Van Assche 1-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresGravatar Bart Van Assche 1-2/+2
2016-11-17locking/core: Provide common cpu_relax_yield() definitionGravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Gravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Gravatar Christian Borntraeger 1-0/+1
2016-10-25locking/mutex: Kill arch specific codeGravatar Peter Zijlstra 1-6/+0
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 1-2/+2
2016-05-24Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2016-05-05asm-generic: Drop renameat syscall from default listGravatar James Hogan 1-0/+1
2016-04-18c6x: Fix misspellings in comments.Gravatar Adam Buchbinder 1-1/+1
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesGravatar Alexander Duyck 1-2/+2
2016-01-20dma-mapping: always provide the dma_map_ops based implementationGravatar Christoph Hellwig 1-2/+0
2016-01-20c6x: convert to dma_map_opsGravatar Christoph Hellwig 1-89/+9
2016-01-12Merge branch 'for-linux-next' of git://linux-c6x.org/git/projects/linux-c6x-u...Gravatar Linus Torvalds 2-22/+1
2015-12-04locking/cmpxchg, arch: Remove tas() definitionsGravatar Davidlohr Bueso 1-2/+0
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Gravatar Linus Torvalds 1-0/+1