summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro2012-06-018-8/+9
* TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-0113-19/+14Star
* don't call try_to_freeze() from do_signal()Al Viro2012-06-017-28/+0Star
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-0134-387/+130Star
* sh64: failure to build sigframe != signal without handlerAl Viro2012-06-011-1/+1
* openrisc: tracehook_signal_handler() is supposed to be called on successAl Viro2012-06-011-14/+6Star
* new helper: sigmask_to_save()Al Viro2012-06-0131-250/+92Star
* new helper: restore_saved_sigmask()Al Viro2012-06-0132-125/+38Star
* new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro2012-06-018-0/+125
* HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro2012-06-015-14/+4Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-0145-186/+220
|\
| * keys: kill task_struct->replacement_session_keyringOleg Nesterov2012-05-242-11/+0Star
| * keys: kill the dummy key_replace_session_keyring()Oleg Nesterov2012-05-242-4/+0Star
| * keys: change keyctl_session_to_parent() to use task_work_add()Oleg Nesterov2012-05-244-45/+46
| * genirq: reimplement exit_irq_thread() hook via task_work_add()Oleg Nesterov2012-05-244-49/+35Star
| * task_work_add: generic process-context callbacksOleg Nesterov2012-05-247-2/+136
| * avr32: missed _TIF_NOTIFY_RESUME on one of do_notify_resume callersAl Viro2012-05-241-1/+1
| * parisc: need to check NOTIFY_RESUME when exiting from syscallAl Viro2012-05-241-1/+1
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-2430-66/+6Star
| * TIF_NOTIFY_RESUME is defined on all targets nowAl Viro2012-05-242-12/+0Star
* | Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-06-0116-209/+322
|\ \
| * | nfsd: trivial: use SEEK_SET instead of 0 in vfs_llseekJeff Layton2012-04-251-1/+1
| * | SUNRPC: split upcall function to extract reusable partsSimo Sorce2012-04-251-36/+64
| * | nfsd: allocate id-to-name and name-to-id caches in per-net operations.Stanislav Kinsbursky2012-04-121-7/+7
| * | nfsd: make name-to-id cache allocated per network namespace contextStanislav Kinsbursky2012-04-122-10/+16
| * | nfsd: make id-to-name cache allocated per network namespace contextStanislav Kinsbursky2012-04-122-10/+26
| * | nfsd: pass network context to idmap init/exit functionsStanislav Kinsbursky2012-04-123-14/+14
| * | nfsd: allocate export and expkey caches in per-net operations.Stanislav Kinsbursky2012-04-121-6/+21
| * | nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky2012-04-126-24/+25
| * | nfsd: make export cache allocated per network namespace contextStanislav Kinsbursky2012-04-125-19/+38
| * | nfsd: pass pointer to export cache down to stack wherever possible.Stanislav Kinsbursky2012-04-121-15/+22
| * | nfsd: pass network context to export caches init/shutdown routinesStanislav Kinsbursky2012-04-123-15/+15
| * | Lockd: pass network namespace to creation and destruction routinesStanislav Kinsbursky2012-04-114-14/+16
| * | NFSd: remove hard-coded dereferences to name-to-id and id-to-name cachesStanislav Kinsbursky2012-04-111-26/+24Star
| * | nfsd: pass pointer to expkey cache down to stack wherever possible.Stanislav Kinsbursky2012-04-111-16/+16
| * | nfsd: use hash table from cache detail in nfsd export seq opsStanislav Kinsbursky2012-04-111-0/+3
| * | nfsd: pass svc_export_cache pointer as private data to "exports" seq file opsStanislav Kinsbursky2012-04-112-8/+21
| * | nfsd: use exp_put() for svc_export_cache putStanislav Kinsbursky2012-04-112-2/+2
| * | nfsd: use cache detail pointer from svc_export structure on cache putStanislav Kinsbursky2012-04-111-1/+1
| * | nfsd: add link to owner cache detail to svc_export structureStanislav Kinsbursky2012-04-112-5/+6
| * | nfsd: use passed cache_detail pointer expkey_parse()Stanislav Kinsbursky2012-04-111-1/+1
| * | nfsd: don't use locks_in_grace to determine whether to call nfs4_grace_endJeff Layton2012-04-111-2/+9
| * | svcauth: remove unused defineSimo Sorce2012-04-111-1/+0Star
| * | nfsd: trivial: remove unused variable from nfsd4_lockJeff Layton2012-04-111-2/+0Star
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-06-01108-699/+10620
|\ \ \
| * | | kconfig: update compression algorithm infoRandy Dunlap2012-06-012-11/+10Star
| * | | c/r: prctl: add ability to set new mm_struct::exe_fileCyrill Gorcunov2012-06-012-0/+57
| * | | c/r: prctl: extend PR_SET_MM to set up more mm_struct entriesCyrill Gorcunov2012-06-012-51/+88
| * | | c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/...Cyrill Gorcunov2012-06-012-3/+22
| * | | syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov2012-06-0110-1/+348