aboutsummaryrefslogtreecommitdiffstats
path: root/arch/c6x/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2016-12-14arch/c6x: add option to skip sync on DMA map and unmapAlexander Duyck1-4/+10
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-5/+4
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-4/+0
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko1-0/+1
2016-02-09locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin1-2/+0
2016-01-20c6x: convert to dma_map_opsChristoph Hellwig1-52/+43
2015-04-16Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2-4/+8
2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro1-1/+0
2015-03-26c6x: kernel: setup: Export symbol memory_endChen Gang1-0/+1
2015-03-26c6x: kernel: setup: Add screen_info global variableChen Gang1-0/+3
2015-03-26c6x: kernel: setup: Remove 'const' for local variables in machine_initChen Gang1-2/+2
2015-03-26C6x: time: Ensure consistency in __initNishanth Menon1-1/+1
2015-03-03c6x: kernel: setup: Include "linux/console.h"Chen Gang1-1/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-08-06c6x: Use sigsp()Richard Weinberger1-9/+3
2014-08-06c6x: Use get_signal() signal_setup_done()Richard Weinberger1-25/+18
2014-04-30c6x: convert fdt pointers to opaque pointersRob Herring1-2/+2
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring1-10/+0
2013-10-09c6x: use early_init_dt_scanRob Herring2-20/+1
2013-10-09c6x: use boot_command_line instead of private c6x_command_lineRob Herring3-17/+2
2013-08-28of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely1-5/+0
2013-07-24of: Specify initrd location using 64-bitSantosh Shilimkar1-2/+1
2013-07-03c6x: normalize global variables exported by vmlinux.ldsJiang Liu1-2/+2
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+1
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-9/+0
2013-04-08c6x: Use generic idle loopThomas Gleixner1-27/+1
2013-02-03c6x: switch to generic sigaltstackAl Viro1-12/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-43/+6
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28c6x: sanitize copy_thread(), get rid of clone(2) wrapper, switch to generic clone()Al Viro2-32/+5
2012-11-26c6x: fix misleading commentMark Salter1-2/+1
2012-11-26c6x: run do_notify_resume with interrupts enabledMark Salter1-0/+2
2012-10-15c6x: switch to saner kernel_execve() semanticsAl Viro1-11/+1
2012-10-01sanitize tsk_is_polling()Al Viro1-1/+0
2012-10-01c6x: switch to generic kernel_thread()Al Viro1-19/+5
2012-10-01c6x: switch to generic sys_execveMark Salter2-45/+0
2012-10-01c6x: switch to generic kernel_execveMark Salter1-7/+6
2012-10-01c6x: add ret_from_kernel_thread(), simplify kernel_thread()Mark Salter2-26/+32
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2012-07-18C6X: clean up compiler warningMark Salter1-2/+0
2012-07-18C6X: add basic support for TMS320C6678 SoCKen Cox1-0/+4
2012-07-18C6X: remove dependence on legacy IRQsMark Salter1-11/+10
2012-07-16arch: Use eth_random_addrJoe Perches1-1/+1
2012-06-01new helper: signal_delivered()Al Viro1-2/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro1-2/+1
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-17/+6