summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-11-06perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra
2013-11-06perf: Update a stale commentPeter Zijlstra
2013-11-06perf: Optimize perf_output_begin() -- address calculationPeter Zijlstra
2013-11-06perf: Optimize perf_output_begin() -- lost_event casePeter Zijlstra
2013-11-06perf: Optimize perf_output_begin()Peter Zijlstra
2013-11-06perf: Add unlikely() to the ring-buffer codePeter Zijlstra
2013-11-06perf: Simplify the ring-buffer codePeter Zijlstra
2013-11-06locking: Move the percpu-rwsem code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the lglocks code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the rwsem code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the rtmutex code to kernel/locking/Peter Zijlstra
2013-11-06hung_task: add method to reset detectorMarcelo Tosatti
2013-11-06locking: Move the semaphore core to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the spinlock code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the lockdep code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the mutex code to kernel/locking/Peter Zijlstra
2013-11-06Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...Ingo Molnar
2013-11-06sched: Move completion code from core.c to completion.cPeter Zijlstra
2013-11-06sched: Move wait code from core.c to wait.cPeter Zijlstra
2013-11-06sched: Move wait.c into kernel/sched/Peter Zijlstra
2013-11-06Merge branch 'core/rcu' into core/locking, to prepare the kernel/locking/ fil...Ingo Molnar
2013-11-06Merge tag 'v3.12' into core/locking to pick up mutex upatesIngo Molnar
2013-11-05tracing: Add support for SOFT_DISABLE to syscall eventsTom Zanussi
2013-11-05tracing: Make register/unregister_ftrace_command __initTom Zanussi
2013-11-05tracing: Update event filters for multibufferTom Zanussi
2013-11-05ftrace: Have control op function callback only trace when RCU is watchingSteven Rostedt (Red Hat)
2013-11-05rcu: Do not trace rcu_is_watching() functionsSteven Rostedt
2013-11-05Merge branch 'idle.2013.09.25a' of git://git.kernel.org/pub/scm/linux/kernel/...Steven Rostedt (Red Hat)
2013-11-05trace/trace_stat: use rbtree postorder iteration helper instead of opencodingCody P Schafer
2013-11-05audit: call audit_bprm() only once to add AUDIT_EXECVE informationRichard Guy Briggs
2013-11-05audit: move audit_aux_data_execve contents into audit_context unionRichard Guy Briggs
2013-11-05audit: remove unused envc member of audit_aux_data_execveRichard Guy Briggs
2013-11-05audit: Kill the unused struct audit_aux_data_capsetEric W. Biederman
2013-11-05audit: do not reject all AUDIT_INODE filter typesEric Paris
2013-11-05audit: log the audit_names record typeJeff Layton
2013-11-05audit: use given values in tty_audit enable apiRichard Guy Briggs
2013-11-05audit: use nlmsg_len() to get message payload lengthMathias Krause
2013-11-05audit: use memset instead of trying to initialize field by fieldEric Paris
2013-11-05audit: fix info leak in AUDIT_GET requestsMathias Krause
2013-11-05audit: update AUDIT_INODE filter rule to comparator functionRichard Guy Briggs
2013-11-05audit: audit feature to set loginuid immutableEric Paris
2013-11-05audit: audit feature to only allow unsetting the loginuidEric Paris
2013-11-05audit: allow unsetting the loginuid (with priv)Eric Paris
2013-11-05audit: remove CONFIG_AUDIT_LOGINUID_IMMUTABLEEric Paris
2013-11-05audit: loginuid functions coding styleEric Paris
2013-11-05audit: implement generic feature setting and retrievingEric Paris
2013-11-05audit: change decimal constant to macro for invalid uidRichard Guy Briggs
2013-11-05audit: printk USER_AVC messages when audit isn't enabledTyler Hicks
2013-11-05audit_alloc: clear TIF_SYSCALL_AUDIT if !audit_contextOleg Nesterov
2013-11-05Audit: remove duplicate commentsGao feng