| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-03-21 | 1 | -598/+14 |
|\ |
|
| * | irq_domain/c6x: Use library of xlate functions | Grant Likely | 2012-02-16 | 1 | -0/+1 |
| * | irq_domain/c6x: constify irq_domain structures | Grant Likely | 2012-02-16 | 1 | -1/+1 |
| * | irq_domain/c6x: Convert c6x to use generic irq_domain support. | Mark Salter | 2012-02-16 | 1 | -598/+13 |
* | | C6X: remove dead code from entry.S | Mark Salter | 2012-03-16 | 1 | -27/+0 |
|/ |
|
* | C6X: replace tick_nohz_stop/restart_sched_tick calls | Mark Salter | 2012-01-08 | 1 | -2/+4 |
* | C6X: add register_cpu call | Mark Salter | 2012-01-08 | 1 | -0/+15 |
* | C6X: deal with memblock API changes | Mark Salter | 2012-01-08 | 1 | -3/+0 |
* | C6X: general SoC support | Mark Salter | 2011-10-06 | 1 | -0/+91 |
* | C6X: ptrace support | Aurelien Jacquiot | 2011-10-06 | 1 | -0/+187 |
* | C6X: loadable module support | Aurelien Jacquiot | 2011-10-06 | 2 | -0/+189 |
* | C6X: build infrastructure | Aurelien Jacquiot | 2011-10-06 | 3 | -0/+1349 |
* | C6X: syscalls | Aurelien Jacquiot | 2011-10-06 | 1 | -0/+74 |
* | C6X: interrupt handling | Aurelien Jacquiot | 2011-10-06 | 1 | -0/+728 |
* | C6X: time management | Aurelien Jacquiot | 2011-10-06 | 1 | -0/+65 |
* | C6X: signal management | Aurelien Jacquiot | 2011-10-06 | 1 | -0/+377 |
* | C6X: process management | Aurelien Jacquiot | 2011-10-06 | 2 | -0/+337 |
* | C6X: memory management and DMA support | Aurelien Jacquiot | 2011-10-06 | 1 | -0/+153 |
* | C6X: devicetree support | Mark Salter | 2011-10-06 | 1 | -0/+53 |
* | C6X: early boot code | Aurelien Jacquiot | 2011-10-06 | 3 | -0/+663 |
* | C6X: build infrastructure | Aurelien Jacquiot | 2011-10-06 | 2 | -0/+174 |