| Commit message (Expand) | Author | Age | Files | Lines |
* | sh64: failure to build sigframe != signal without handler | Al Viro | 2012-06-01 | 1 | -1/+1 |
* | openrisc: tracehook_signal_handler() is supposed to be called on success | Al Viro | 2012-06-01 | 1 | -14/+6 |
* | new helper: sigmask_to_save() | Al Viro | 2012-06-01 | 31 | -250/+92 |
* | new helper: restore_saved_sigmask() | Al Viro | 2012-06-01 | 32 | -125/+38 |
* | new helpers: {clear,test,test_and_clear}_restore_sigmask() | Al Viro | 2012-06-01 | 8 | -0/+125 |
* | HAVE_RESTORE_SIGMASK is defined on all architectures now | Al Viro | 2012-06-01 | 5 | -14/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-06-01 | 45 | -186/+220 |
|\ |
|
| * | keys: kill task_struct->replacement_session_keyring | Oleg Nesterov | 2012-05-24 | 2 | -11/+0 |
| * | keys: kill the dummy key_replace_session_keyring() | Oleg Nesterov | 2012-05-24 | 2 | -4/+0 |
| * | keys: change keyctl_session_to_parent() to use task_work_add() | Oleg Nesterov | 2012-05-24 | 4 | -45/+46 |
| * | genirq: reimplement exit_irq_thread() hook via task_work_add() | Oleg Nesterov | 2012-05-24 | 4 | -49/+35 |
| * | task_work_add: generic process-context callbacks | Oleg Nesterov | 2012-05-24 | 7 | -2/+136 |
| * | avr32: missed _TIF_NOTIFY_RESUME on one of do_notify_resume callers | Al Viro | 2012-05-24 | 1 | -1/+1 |
| * | parisc: need to check NOTIFY_RESUME when exiting from syscall | Al Viro | 2012-05-24 | 1 | -1/+1 |
| * | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro | 2012-05-24 | 30 | -66/+6 |
| * | TIF_NOTIFY_RESUME is defined on all targets now | Al Viro | 2012-05-24 | 2 | -12/+0 |
* | | Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2012-06-01 | 16 | -209/+322 |
|\ \ |
|
| * | | nfsd: trivial: use SEEK_SET instead of 0 in vfs_llseek | Jeff Layton | 2012-04-25 | 1 | -1/+1 |
| * | | SUNRPC: split upcall function to extract reusable parts | Simo Sorce | 2012-04-25 | 1 | -36/+64 |
| * | | nfsd: allocate id-to-name and name-to-id caches in per-net operations. | Stanislav Kinsbursky | 2012-04-12 | 1 | -7/+7 |
| * | | nfsd: make name-to-id cache allocated per network namespace context | Stanislav Kinsbursky | 2012-04-12 | 2 | -10/+16 |
| * | | nfsd: make id-to-name cache allocated per network namespace context | Stanislav Kinsbursky | 2012-04-12 | 2 | -10/+26 |
| * | | nfsd: pass network context to idmap init/exit functions | Stanislav Kinsbursky | 2012-04-12 | 3 | -14/+14 |
| * | | nfsd: allocate export and expkey caches in per-net operations. | Stanislav Kinsbursky | 2012-04-12 | 1 | -6/+21 |
| * | | nfsd: make expkey cache allocated per network namespace context | Stanislav Kinsbursky | 2012-04-12 | 6 | -24/+25 |
| * | | nfsd: make export cache allocated per network namespace context | Stanislav Kinsbursky | 2012-04-12 | 5 | -19/+38 |
| * | | nfsd: pass pointer to export cache down to stack wherever possible. | Stanislav Kinsbursky | 2012-04-12 | 1 | -15/+22 |
| * | | nfsd: pass network context to export caches init/shutdown routines | Stanislav Kinsbursky | 2012-04-12 | 3 | -15/+15 |
| * | | Lockd: pass network namespace to creation and destruction routines | Stanislav Kinsbursky | 2012-04-11 | 4 | -14/+16 |
| * | | NFSd: remove hard-coded dereferences to name-to-id and id-to-name caches | Stanislav Kinsbursky | 2012-04-11 | 1 | -26/+24 |
| * | | nfsd: pass pointer to expkey cache down to stack wherever possible. | Stanislav Kinsbursky | 2012-04-11 | 1 | -16/+16 |
| * | | nfsd: use hash table from cache detail in nfsd export seq ops | Stanislav Kinsbursky | 2012-04-11 | 1 | -0/+3 |
| * | | nfsd: pass svc_export_cache pointer as private data to "exports" seq file ops | Stanislav Kinsbursky | 2012-04-11 | 2 | -8/+21 |
| * | | nfsd: use exp_put() for svc_export_cache put | Stanislav Kinsbursky | 2012-04-11 | 2 | -2/+2 |
| * | | nfsd: use cache detail pointer from svc_export structure on cache put | Stanislav Kinsbursky | 2012-04-11 | 1 | -1/+1 |
| * | | nfsd: add link to owner cache detail to svc_export structure | Stanislav Kinsbursky | 2012-04-11 | 2 | -5/+6 |
| * | | nfsd: use passed cache_detail pointer expkey_parse() | Stanislav Kinsbursky | 2012-04-11 | 1 | -1/+1 |
| * | | nfsd: don't use locks_in_grace to determine whether to call nfs4_grace_end | Jeff Layton | 2012-04-11 | 1 | -2/+9 |
| * | | svcauth: remove unused define | Simo Sorce | 2012-04-11 | 1 | -1/+0 |
| * | | nfsd: trivial: remove unused variable from nfsd4_lock | Jeff Layton | 2012-04-11 | 1 | -2/+0 |
* | | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-06-01 | 108 | -699/+10620 |
|\ \ \ |
|
| * | | | kconfig: update compression algorithm info | Randy Dunlap | 2012-06-01 | 2 | -11/+10 |
| * | | | c/r: prctl: add ability to set new mm_struct::exe_file | Cyrill Gorcunov | 2012-06-01 | 2 | -0/+57 |
| * | | | c/r: prctl: extend PR_SET_MM to set up more mm_struct entries | Cyrill Gorcunov | 2012-06-01 | 2 | -51/+88 |
| * | | | c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/... | Cyrill Gorcunov | 2012-06-01 | 2 | -3/+22 |
| * | | | syscalls, x86: add __NR_kcmp syscall | Cyrill Gorcunov | 2012-06-01 | 10 | -1/+348 |
| * | | | fs, proc: introduce /proc/<pid>/task/<tid>/children entry | Cyrill Gorcunov | 2012-06-01 | 4 | -0/+145 |
| * | | | sysctl: make kernel.ns_last_pid control dependent on CHECKPOINT_RESTORE | Cyrill Gorcunov | 2012-06-01 | 1 | -1/+5 |
| * | | | aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector() | Christopher Yeoh | 2012-06-01 | 8 | -23/+29 |
| * | | | eventfd: change int to __u64 in eventfd_signal() | Sha Zhengju | 2012-06-01 | 2 | -9/+5 |