summaryrefslogtreecommitdiffstats
path: root/arch/c6x/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* c6x: use early_init_dt_scanRob Herring2013-10-092-20/+1Star
* c6x: use boot_command_line instead of private c6x_command_lineRob Herring2013-10-093-17/+2Star
* of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely2013-08-281-5/+0Star
* of: Specify initrd location using 64-bitSantosh Shilimkar2013-07-241-2/+1Star
* c6x: normalize global variables exported by vmlinux.ldsJiang Liu2013-07-041-2/+2
* dump_stack: unify debug information printed by show_regs()Tejun Heo2013-05-011-0/+1
* dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-05-011-9/+0Star
* c6x: Use generic idle loopThomas Gleixner2013-04-081-27/+1Star
* c6x: switch to generic sigaltstackAl Viro2013-02-041-12/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-122-43/+6Star
|\
| * flagday: don't pass regs to copy_thread()Al Viro2012-11-291-1/+1
| * c6x: sanitize copy_thread(), get rid of clone(2) wrapper, switch to generic c...Al Viro2012-11-292-32/+5Star
| * c6x: switch to saner kernel_execve() semanticsAl Viro2012-10-151-11/+1Star
* | c6x: fix misleading commentMark Salter2012-11-271-2/+1Star
* | c6x: run do_notify_resume with interrupts enabledMark Salter2012-11-271-0/+2
|/
* sanitize tsk_is_polling()Al Viro2012-10-011-1/+0Star
* c6x: switch to generic kernel_thread()Al Viro2012-10-011-19/+5Star
* c6x: switch to generic sys_execveMark Salter2012-10-012-45/+0Star
* c6x: switch to generic kernel_execveMark Salter2012-10-011-7/+6Star
* c6x: add ret_from_kernel_thread(), simplify kernel_thread()Mark Salter2012-10-012-26/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-07-241-1/+1
|\
| * arch: Use eth_random_addrJoe Perches2012-07-171-1/+1
* | C6X: clean up compiler warningMark Salter2012-07-191-2/+0Star
* | C6X: add basic support for TMS320C6678 SoCKen Cox2012-07-191-0/+4
* | C6X: remove dependence on legacy IRQsMark Salter2012-07-191-11/+10Star
|/
* new helper: signal_delivered()Al Viro2012-06-011-2/+1Star
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-3/+0Star
* TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-011-2/+1Star
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-17/+6Star
* new helper: sigmask_to_save()Al Viro2012-06-011-11/+3Star
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1Star
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-241-2/+0Star
* c6x: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro2012-05-221-0/+3
* c6x: Use generic init_taskThomas Gleixner2012-05-051-16/+0Star
* irq: Kill pointless irqd_to_hw exportGrant Likely2012-04-111-13/+0Star
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-061-13/+3Star
|\
| * C6X: use set_current_blocked() and block_sigmask()Matt Fleming2012-04-061-13/+3Star
* | Disintegrate asm/system.h for C6XDavid Howells2012-03-285-1/+4
|/
* Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-211-598/+14Star
|\
| * irq_domain/c6x: Use library of xlate functionsGrant Likely2012-02-161-0/+1
| * irq_domain/c6x: constify irq_domain structuresGrant Likely2012-02-161-1/+1
| * irq_domain/c6x: Convert c6x to use generic irq_domain support.Mark Salter2012-02-161-598/+13Star
* | C6X: remove dead code from entry.SMark Salter2012-03-161-27/+0Star
|/
* C6X: replace tick_nohz_stop/restart_sched_tick callsMark Salter2012-01-081-2/+4
* C6X: add register_cpu callMark Salter2012-01-081-0/+15
* C6X: deal with memblock API changesMark Salter2012-01-081-3/+0Star
* C6X: general SoC supportMark Salter2011-10-071-0/+91
* C6X: ptrace supportAurelien Jacquiot2011-10-071-0/+187
* C6X: loadable module supportAurelien Jacquiot2011-10-072-0/+189
* C6X: build infrastructureAurelien Jacquiot2011-10-073-0/+1349