| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming | Linus Torvalds | 2015-04-16 | 2 | -4/+8 |
|\ |
|
| * | c6x: kernel: setup: Export symbol memory_end | Chen Gang | 2015-03-26 | 1 | -0/+1 |
| * | c6x: kernel: setup: Add screen_info global variable | Chen Gang | 2015-03-26 | 1 | -0/+3 |
| * | c6x: kernel: setup: Remove 'const' for local variables in machine_init | Chen Gang | 2015-03-26 | 1 | -2/+2 |
| * | C6x: time: Ensure consistency in __init | Nishanth Menon | 2015-03-26 | 1 | -1/+1 |
| * | c6x: kernel: setup: Include "linux/console.h" | Chen Gang | 2015-03-03 | 1 | -1/+1 |
* | | whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread() | Al Viro | 2015-04-11 | 1 | -1/+0 |
|/ |
|
* | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-12 | 1 | -1/+1 |
* | c6x: Use sigsp() | Richard Weinberger | 2014-08-06 | 1 | -9/+3 |
* | c6x: Use get_signal() signal_setup_done() | Richard Weinberger | 2014-08-06 | 1 | -25/+18 |
* | c6x: convert fdt pointers to opaque pointers | Rob Herring | 2014-04-30 | 1 | -2/+2 |
* | of: remove early_init_dt_setup_initrd_arch | Rob Herring | 2013-10-09 | 1 | -10/+0 |
* | c6x: use early_init_dt_scan | Rob Herring | 2013-10-09 | 2 | -20/+1 |
* | c6x: use boot_command_line instead of private c6x_command_line | Rob Herring | 2013-10-09 | 3 | -17/+2 |
* | of: consolidate definition of early_init_dt_alloc_memory_arch() | Grant Likely | 2013-08-28 | 1 | -5/+0 |
* | of: Specify initrd location using 64-bit | Santosh Shilimkar | 2013-07-24 | 1 | -2/+1 |
* | c6x: normalize global variables exported by vmlinux.lds | Jiang Liu | 2013-07-03 | 1 | -2/+2 |
* | dump_stack: unify debug information printed by show_regs() | Tejun Heo | 2013-04-30 | 1 | -0/+1 |
* | dump_stack: consolidate dump_stack() implementations and unify their behaviors | Tejun Heo | 2013-04-30 | 1 | -9/+0 |
* | c6x: Use generic idle loop | Thomas Gleixner | 2013-04-08 | 1 | -27/+1 |
* | c6x: switch to generic sigaltstack | Al Viro | 2013-02-03 | 1 | -12/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-12 | 2 | -43/+6 |
|\ |
|
| * | flagday: don't pass regs to copy_thread() | Al Viro | 2012-11-28 | 1 | -1/+1 |
| * | c6x: sanitize copy_thread(), get rid of clone(2) wrapper, switch to generic c... | Al Viro | 2012-11-28 | 2 | -32/+5 |
| * | c6x: switch to saner kernel_execve() semantics | Al Viro | 2012-10-15 | 1 | -11/+1 |
* | | c6x: fix misleading comment | Mark Salter | 2012-11-26 | 1 | -2/+1 |
* | | c6x: run do_notify_resume with interrupts enabled | Mark Salter | 2012-11-26 | 1 | -0/+2 |
|/ |
|
* | sanitize tsk_is_polling() | Al Viro | 2012-10-01 | 1 | -1/+0 |
* | c6x: switch to generic kernel_thread() | Al Viro | 2012-10-01 | 1 | -19/+5 |
* | c6x: switch to generic sys_execve | Mark Salter | 2012-10-01 | 2 | -45/+0 |
* | c6x: switch to generic kernel_execve | Mark Salter | 2012-10-01 | 1 | -7/+6 |
* | c6x: add ret_from_kernel_thread(), simplify kernel_thread() | Mark Salter | 2012-10-01 | 2 | -26/+32 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-07-24 | 1 | -1/+1 |
|\ |
|
| * | arch: Use eth_random_addr | Joe Perches | 2012-07-16 | 1 | -1/+1 |
* | | C6X: clean up compiler warning | Mark Salter | 2012-07-18 | 1 | -2/+0 |
* | | C6X: add basic support for TMS320C6678 SoC | Ken Cox | 2012-07-18 | 1 | -0/+4 |
* | | C6X: remove dependence on legacy IRQs | Mark Salter | 2012-07-18 | 1 | -11/+10 |
|/ |
|
* | new helper: signal_delivered() | Al Viro | 2012-06-01 | 1 | -2/+1 |
* | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 2012-06-01 | 1 | -3/+0 |
* | TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set | Al Viro | 2012-06-01 | 1 | -2/+1 |
* | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro | 2012-06-01 | 1 | -17/+6 |
* | new helper: sigmask_to_save() | Al Viro | 2012-06-01 | 1 | -11/+3 |
* | new helper: restore_saved_sigmask() | Al Viro | 2012-06-01 | 1 | -4/+1 |
* | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro | 2012-05-23 | 1 | -2/+0 |
* | c6x: ->restart_block.fn needs to be reset on rt_sigreturn | Al Viro | 2012-05-21 | 1 | -0/+3 |
* | c6x: Use generic init_task | Thomas Gleixner | 2012-05-05 | 1 | -16/+0 |
* | irq: Kill pointless irqd_to_hw export | Grant Likely | 2012-04-10 | 1 | -13/+0 |
* | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-04-05 | 1 | -13/+3 |
|\ |
|
| * | C6X: use set_current_blocked() and block_sigmask() | Matt Fleming | 2012-04-05 | 1 | -13/+3 |
* | | Disintegrate asm/system.h for C6X | David Howells | 2012-03-28 | 5 | -1/+4 |
|/ |
|