summaryrefslogtreecommitdiffstats
path: root/arch/c6x/kernel
AgeCommit message (Expand)AuthorLines
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski-1/+1
2014-08-06c6x: Use sigsp()Richard Weinberger-9/+3
2014-08-06c6x: Use get_signal() signal_setup_done()Richard Weinberger-25/+18
2014-04-30c6x: convert fdt pointers to opaque pointersRob Herring-2/+2
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring-10/+0
2013-10-09c6x: use early_init_dt_scanRob Herring-20/+1
2013-10-09c6x: use boot_command_line instead of private c6x_command_lineRob Herring-17/+2
2013-08-28of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely-5/+0
2013-07-24of: Specify initrd location using 64-bitSantosh Shilimkar-2/+1
2013-07-03c6x: normalize global variables exported by vmlinux.ldsJiang Liu-2/+2
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo-0/+1
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo-9/+0
2013-04-08c6x: Use generic idle loopThomas Gleixner-27/+1
2013-02-03c6x: switch to generic sigaltstackAl Viro-12/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-43/+6
2012-11-28flagday: don't pass regs to copy_thread()Al Viro-1/+1
2012-11-28c6x: sanitize copy_thread(), get rid of clone(2) wrapper, switch to generic c...Al Viro-32/+5
2012-11-26c6x: fix misleading commentMark Salter-2/+1
2012-11-26c6x: run do_notify_resume with interrupts enabledMark Salter-0/+2
2012-10-15c6x: switch to saner kernel_execve() semanticsAl Viro-11/+1
2012-10-01sanitize tsk_is_polling()Al Viro-1/+0
2012-10-01c6x: switch to generic kernel_thread()Al Viro-19/+5
2012-10-01c6x: switch to generic sys_execveMark Salter-45/+0
2012-10-01c6x: switch to generic kernel_execveMark Salter-7/+6
2012-10-01c6x: add ret_from_kernel_thread(), simplify kernel_thread()Mark Salter-26/+32
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+1
2012-07-18C6X: clean up compiler warningMark Salter-2/+0
2012-07-18C6X: add basic support for TMS320C6678 SoCKen Cox-0/+4
2012-07-18C6X: remove dependence on legacy IRQsMark Salter-11/+10
2012-07-16arch: Use eth_random_addrJoe Perches-1/+1
2012-06-01new helper: signal_delivered()Al Viro-2/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro-3/+0
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro-2/+1
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro-17/+6
2012-06-01new helper: sigmask_to_save()Al Viro-11/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro-4/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro-2/+0
2012-05-21c6x: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro-0/+3
2012-05-05c6x: Use generic init_taskThomas Gleixner-16/+0
2012-04-10irq: Kill pointless irqd_to_hw exportGrant Likely-13/+0
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-13/+3
2012-04-05C6X: use set_current_blocked() and block_sigmask()Matt Fleming-13/+3
2012-03-28Disintegrate asm/system.h for C6XDavid Howells-1/+4
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-598/+14
2012-03-16C6X: remove dead code from entry.SMark Salter-27/+0
2012-02-16irq_domain/c6x: Use library of xlate functionsGrant Likely-0/+1
2012-02-16irq_domain/c6x: constify irq_domain structuresGrant Likely-1/+1
2012-02-16irq_domain/c6x: Convert c6x to use generic irq_domain support.Mark Salter-598/+13
2012-01-08C6X: replace tick_nohz_stop/restart_sched_tick callsMark Salter-2/+4
2012-01-08C6X: add register_cpu callMark Salter-0/+15