summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-11-06locking: Move the percpu-rwsem code to kernel/locking/Peter Zijlstra2-1/+167
2013-11-06locking: Move the lglocks code to kernel/locking/Peter Zijlstra3-2/+2
2013-11-06locking: Move the rwsem code to kernel/locking/Peter Zijlstra5-2/+593
2013-11-06locking: Move the rtmutex code to kernel/locking/Peter Zijlstra10-5/+5
2013-11-06hung_task: add method to reset detectorMarcelo Tosatti1-0/+11
2013-11-06locking: Move the semaphore core to kernel/locking/Peter Zijlstra3-2/+2
2013-11-06locking: Move the spinlock code to kernel/locking/Peter Zijlstra4-3/+306
2013-11-06locking: Move the lockdep code to kernel/locking/Peter Zijlstra6-6/+6
2013-11-06locking: Move the mutex code to kernel/locking/Peter Zijlstra6-4/+11
2013-11-06Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...Ingo Molnar23-804/+2264
2013-11-06sched: Move completion code from core.c to completion.cPeter Zijlstra3-285/+300
2013-11-06sched: Move wait code from core.c to wait.cPeter Zijlstra2-105/+105
2013-11-06sched: Move wait.c into kernel/sched/Peter Zijlstra3-1/+2
2013-11-06Merge branch 'core/rcu' into core/locking, to prepare the kernel/locking/ fil...Ingo Molnar13-103/+251
2013-11-06Merge tag 'v3.12' into core/locking to pick up mutex upatesIngo Molnar17-66/+247
2013-11-05tracing: Add support for SOFT_DISABLE to syscall eventsTom Zanussi2-12/+34
2013-11-05tracing: Make register/unregister_ftrace_command __initTom Zanussi2-4/+12
2013-11-05tracing: Update event filters for multibufferTom Zanussi12-91/+239
2013-11-05ftrace: Have control op function callback only trace when RCU is watchingSteven Rostedt (Red Hat)1-0/+9
2013-11-05rcu: Do not trace rcu_is_watching() functionsSteven Rostedt2-3/+3
2013-11-05Merge branch 'idle.2013.09.25a' of git://git.kernel.org/pub/scm/linux/kernel/...Steven Rostedt (Red Hat)6-24/+41
2013-11-05trace/trace_stat: use rbtree postorder iteration helper instead of opencodingCody P Schafer1-36/+5
2013-11-05audit: call audit_bprm() only once to add AUDIT_EXECVE informationRichard Guy Briggs2-5/+0
2013-11-05audit: move audit_aux_data_execve contents into audit_context unionRichard Guy Briggs2-29/+16
2013-11-05audit: remove unused envc member of audit_aux_data_execveRichard Guy Briggs1-2/+0
2013-11-05audit: Kill the unused struct audit_aux_data_capsetEric W. Biederman1-6/+0
2013-11-05audit: do not reject all AUDIT_INODE filter typesEric Paris1-0/+1
2013-11-05audit: log the audit_names record typeJeff Layton1-0/+20
2013-11-05audit: use given values in tty_audit enable apiRichard Guy Briggs1-1/+1
2013-11-05audit: use nlmsg_len() to get message payload lengthMathias Krause1-2/+2
2013-11-05audit: use memset instead of trying to initialize field by fieldEric Paris1-1/+1
2013-11-05audit: fix info leak in AUDIT_GET requestsMathias Krause1-0/+1
2013-11-05audit: update AUDIT_INODE filter rule to comparator functionRichard Guy Briggs1-1/+1
2013-11-05audit: audit feature to set loginuid immutableEric Paris2-1/+5
2013-11-05audit: audit feature to only allow unsetting the loginuidEric Paris2-1/+5
2013-11-05audit: allow unsetting the loginuid (with priv)Eric Paris1-1/+3
2013-11-05audit: remove CONFIG_AUDIT_LOGINUID_IMMUTABLEEric Paris1-6/+4
2013-11-05audit: loginuid functions coding styleEric Paris1-25/+45
2013-11-05audit: implement generic feature setting and retrievingEric Paris1-0/+109
2013-11-05audit: change decimal constant to macro for invalid uidRichard Guy Briggs1-1/+1
2013-11-05audit: printk USER_AVC messages when audit isn't enabledTyler Hicks1-1/+1
2013-11-05audit_alloc: clear TIF_SYSCALL_AUDIT if !audit_contextOleg Nesterov1-1/+3
2013-11-05Audit: remove duplicate commentsGao feng1-7/+0
2013-11-05audit: remove newline accidentally added during session id helper refactorRichard Guy Briggs1-1/+1
2013-11-05audit: remove duplicate inclusion of the netlink headerIlya V. Matveychikov1-1/+0
2013-11-05audit: format user messages to size of MAX_AUDIT_MESSAGE_LENGTHRichard Guy Briggs1-1/+2
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-36/+98
2013-11-04Merge branch 'perf/urgent' into perf/core to fix conflictsIngo Molnar1-4/+27
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar5-40/+77
2013-10-31hung_task debugging: Add tracepoint to report the hangOleg Nesterov1-0/+4