aboutsummaryrefslogtreecommitdiff
path: root/arch/c6x/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 15-64/+15
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-29signal: Remove the task parameter from force_sig_faultGravatar Eric W. Biederman 1-1/+1
2019-05-27signal: Remove task parameter from force_sigGravatar Eric W. Biederman 1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-2/+2
2018-10-31Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingGravatar Linus Torvalds 1-25/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+0
2018-10-28c6x: switch to NO_BOOTMEMGravatar Mike Rapoport 1-25/+1
2018-10-04Merge branch 'all-dtbs' into dt/nextGravatar Rob Herring 2-12/+2
2018-10-02c6x: use common built-in dtb supportGravatar Rob Herring 2-12/+2
2018-09-28c6x: use for_each_of_cpu_node iteratorGravatar Rob Herring 1-8/+3
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+2
2018-05-19c6x: use generic dma_noncoherent_opsGravatar Christoph Hellwig 2-139/+1
2018-05-08dma-debug: move initialization to common codeGravatar Christoph Hellwig 1-11/+0
2018-04-25signal/c6x: Use force_sig_fault where appropriateGravatar Eric W. Biederman 1-8/+2
2018-04-25signal: Ensure every siginfo we send has all bits initializedGravatar Eric W. Biederman 1-0/+1
2018-04-10c6x: remove unused KTHREAD_SIZE definitionGravatar Jérémy Lefaure 1-1/+0
2018-01-05c6x: do not use print_symbol()Gravatar Sergey Senozhatsky 1-3/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 3-0/+3
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+2
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2017-04-03debug: Fix __bug_table[] in arch linker scriptsGravatar Peter Zijlstra 1-0/+2
2017-03-29Merge branch 'regset' (PTRACE_SETREGSET data leakage)Gravatar Linus Torvalds 1-41/+0
2017-03-29c6x/ptrace: Remove useless PTRACE_SETREGSET implementationGravatar Dave Martin 1-41/+0
2017-03-28new helper: uaccess_kernel()Gravatar Al Viro 1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-01-24treewide: Constify most dma_map_ops structuresGravatar Bart Van Assche 1-1/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-1/+1
2016-12-14arch/c6x: add option to skip sync on DMA map and unmapGravatar Alexander Duyck 1-4/+10
2016-10-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 1-0/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 1-5/+4
2016-05-20exit_thread: remove empty bodiesGravatar Jiri Slaby 1-4/+0
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsGravatar Alexander Potapenko 1-0/+1
2016-02-09locking/lockdep: Eliminate lockdep_init()Gravatar Andrey Ryabinin 1-2/+0
2016-01-20c6x: convert to dma_map_opsGravatar Christoph Hellwig 1-52/+43
2015-04-16Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingGravatar Linus Torvalds 2-4/+8
2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Gravatar Al Viro 1-1/+0
2015-03-26c6x: kernel: setup: Export symbol memory_endGravatar Chen Gang 1-0/+1
2015-03-26c6x: kernel: setup: Add screen_info global variableGravatar Chen Gang 1-0/+3
2015-03-26c6x: kernel: setup: Remove 'const' for local variables in machine_initGravatar Chen Gang 1-2/+2
2015-03-26C6x: time: Ensure consistency in __initGravatar Nishanth Menon 1-1/+1
2015-03-03c6x: kernel: setup: Include "linux/console.h"Gravatar Chen Gang 1-1/+1
2015-02-12all arches, signal: move restart_block to struct task_structGravatar Andy Lutomirski 1-1/+1
2014-08-06c6x: Use sigsp()Gravatar Richard Weinberger 1-9/+3
2014-08-06c6x: Use get_signal() signal_setup_done()Gravatar Richard Weinberger 1-25/+18
2014-04-30c6x: convert fdt pointers to opaque pointersGravatar Rob Herring 1-2/+2
2013-10-09of: remove early_init_dt_setup_initrd_archGravatar Rob Herring 1-10/+0