Age | Commit message (Expand) | Author | Files | Lines |
2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -13/+1 |
2012-10-10 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -0/+3 |
2012-10-09 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -0/+1 |
2012-10-09 | readahead: fault retry breaks mmap file read random detection | Shaohua Li | 1 | -0/+1 |
2012-10-09 | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd... | Linus Torvalds | 1 | -0/+2 |
2012-10-06 | cross-arch: don't corrupt personality flags upon exec() | Jiri Kosina | 1 | -1/+2 |
2012-10-04 | Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow... | Arnd Bergmann | 1 | -0/+3 |
2012-10-03 | asm-generic: Add default clkdev.h | Mark Brown | 1 | -0/+2 |
2012-10-02 | UAPI: (Scripted) Set up UAPI Kbuild files | David Howells | 1 | -0/+3 |
2012-09-27 | dw_dmac: autoconfigure data_width or get it via platform data | Andy Shevchenko | 1 | -0/+2 |
2012-09-27 | dw_dmac: autoconfigure block_size or use platform data | Andy Shevchenko | 1 | -0/+1 |
2012-09-20 | get rid of generic instances of asm/exec.h | Al Viro | 2 | -13/+1 |
2012-07-30 | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION | Will Deacon | 2 | -1/+1 |
2012-07-30 | avr32: fix build error in ATSTK1002 code | Fengguang Wu | 1 | -1/+1 |
2012-07-30 | avr32/mm/fault.c: port OOM changes to do_page_fault | Kautuk Consul | 1 | -8/+25 |
2012-07-24 | avr32: remove km_type definitions | Cong Wang | 1 | -22/+2 |
2012-06-04 | fixups for signal breakage | Al Viro | 1 | -1/+1 |
2012-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -30/+15 |
2012-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+0 |
2012-06-01 | new helper: signal_delivered() | Al Viro | 1 | -1/+1 |
2012-06-01 | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 1 | -3/+0 |
2012-06-01 | TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set | Al Viro | 2 | -3/+3 |
2012-06-01 | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro | 1 | -7/+4 |
2012-06-01 | new helper: sigmask_to_save() | Al Viro | 1 | -13/+7 |
2012-06-01 | new helper: restore_saved_sigmask() | Al Viro | 1 | -4/+1 |
2012-05-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -3/+1 |
2012-05-30 | bury __kernel_nlink_t, make internal nlink_t consistent | Al Viro | 1 | -3/+0 |
2012-05-24 | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |
2012-05-24 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -0/+1 |
2012-05-24 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -5/+1 |
2012-05-23 | avr32: missed _TIF_NOTIFY_RESUME on one of do_notify_resume callers | Al Viro | 1 | -1/+1 |
2012-05-23 | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro | 1 | -2/+0 |
2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -25/+12 |
2012-05-23 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+0 |
2012-05-21 | avr32: struct old_sigaction is never used | Al Viro | 1 | -7/+0 |
2012-05-21 | avr32: need to clear RESTORE_SIGMASK on successful signal delivery | Al Viro | 1 | -0/+1 |
2012-05-21 | avr32: ->restart_block.fn needs to be reset on rt_sigreturn | Al Viro | 1 | -0/+3 |
2012-05-21 | avr32: use block_sigmask() | Matt Fleming | 1 | -5/+1 |
2012-05-21 | avr32: use set_current_blocked() in handle_signal/sys_rt_sigreturn | Oleg Nesterov | 1 | -10/+5 |
2012-05-21 | avr32: don't mask signals in the error path | Matt Fleming | 1 | -13/+12 |
2012-05-21 | timers: Fixup the Kconfig consolidation fallout | Thomas Gleixner | 1 | -2/+0 |
2012-05-21 | avr32: Use generic time config | Anna-Maria Gleixner | 1 | -3/+1 |
2012-05-16 | fork: move the real prepare_to_copy() users to arch_dup_task_struct() | Suresh Siddha | 1 | -3/+0 |
2012-05-11 | gpiolib/arches: Centralise bolierplate asm/gpio.h | Mark Brown | 1 | -0/+1 |
2012-05-05 | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK | Thomas Gleixner | 1 | -1/+0 |
2012-05-05 | avr32: Use generic init_task | Thomas Gleixner | 3 | -32/+2 |
2012-04-08 | kvmclock: Add functions to check if the host has stopped the vm | Eric B Munson | 1 | -0/+1 |
2012-04-04 | avr32: fix nop compile fails from system.h split up | Paul Gortmaker | 2 | -13/+2 |
2012-04-02 | avr32: fix build failures from mis-naming of atmel_nand.h | Paul Gortmaker | 1 | -1/+1 |
2012-03-30 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -6/+3 |