summaryrefslogtreecommitdiffstats
path: root/arch/c6x
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-0/+1
|\
| * time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-7/+2
|\ \
| * | signal/c6x: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-8/+2
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
| |/
* | c6x: use generic dma_noncoherent_opsChristoph Hellwig2018-05-197-170/+44
* | dma-debug: remove CONFIG_HAVE_DMA_API_DEBUGChristoph Hellwig2018-05-081-1/+0
* | dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-11/+0
|/
* c6x: pass endianness info to sparseLuc Van Oostenryck2018-04-101-0/+1
* c6x: fix platforms/plldata.c get_coreid build errorRandy Dunlap2018-04-101-0/+1
* c6x: remove unused KTHREAD_SIZE definitionJérémy Lefaure2018-04-101-1/+0
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-011-1/+0
|\
| * arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-3/+1
|\ \
| * | c6x: do not use print_symbol()Sergey Senozhatsky2018-01-051-3/+1
| |/
* | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-091-3/+0
* | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
|/
* Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-11-171-1/+1
|\
| * c6x/kbuild: replace CFLAGS_MODULE with KBUILD_CFLAGS_MODULECao jin2017-10-311-1/+1
* | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-141-2/+0
|\ \
| * | kbuild: clean up *.dtb and *.dtb.S patterns from top-level MakefileMasahiro Yamada2017-11-081-2/+0
* | | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-024-0/+4
* | | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-022-0/+2
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0219-0/+19
| |/ |/|
* | arch: remove unused *_segments() macros/functionsTobias Klauser2017-09-221-3/+0
|/
* c6x: Convert to using %pOF instead of full_nameRob Herring2017-08-243-17/+17
* c6x: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2017-08-245-10/+0
* Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-151-2/+13
|\
| * binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failAl Viro2017-07-031-2/+13
* | c6x: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-102-27/+26
* | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-061-5/+0
|\ \
| * | c6x: remove DMA_ERROR_CODEChristoph Hellwig2017-06-201-5/+0
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-032-1/+1
|\ \
| * | signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2017-06-042-1/+1
| |/
* | arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-281-5/+0
|/
* uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-111-8/+0
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-011-0/+2
|\
| * debug: Fix __bug_table[] in arch linker scriptsPeter Zijlstra2017-04-031-0/+2
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-011-0/+2
|\ \
| * | c6x/timer64: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange2017-04-141-0/+2
| |/
* | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-013-14/+8
|\ \
| * | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-1/+0
| * | c6x: switch to RAW_COPY_USERAl Viro2017-03-282-6/+7
| * | c6x: remove duplicate definition of __access_okAl Viro2017-03-281-4/+0
| * | asm-generic/uaccess.h: don't mess with __copy_{to,from}_userAl Viro2017-03-281-3/+0
| * | new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
| * | add asm-generic/extable.hAl Viro2017-03-271-0/+1
| |/
* | Merge branch 'regset' (PTRACE_SETREGSET data leakage)Linus Torvalds2017-03-291-41/+0
|\ \ | |/ |/|
| * c6x/ptrace: Remove useless PTRACE_SETREGSET implementationDave Martin2017-03-291-41/+0
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
OpenPOWER on IntegriCloud