summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
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
2013-11-05audit: remove newline accidentally added during session id helper refactorRichard Guy Briggs
2013-11-05audit: remove duplicate inclusion of the netlink headerIlya V. Matveychikov
2013-11-05audit: format user messages to size of MAX_AUDIT_MESSAGE_LENGTHRichard Guy Briggs
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-11-04Merge branch 'perf/urgent' into perf/core to fix conflictsIngo Molnar
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar
2013-10-31hung_task debugging: Add tracepoint to report the hangOleg Nesterov
2013-10-30kernel/system_certificate.S: use real contents instead of macro GLOBAL()Chen Gang
2013-10-30padata: make the sequence counter an atomic_tMathias Krause
2013-10-29uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKOleg Nesterov
2013-10-29uprobes: Change uprobe_copy_process() to dup xol_areaOleg Nesterov
2013-10-29uprobes: Change uprobe_copy_process() to dup return_instancesOleg Nesterov
2013-10-29uprobes: Teach __create_xol_area() to accept the predefined vaddrOleg Nesterov
2013-10-29uprobes: Introduce __create_xol_area()Oleg Nesterov
2013-10-29uprobes: Change the callsite of uprobe_copy_process()Oleg Nesterov
2013-10-29perf: Fix the perf context switch optimizationPeter Zijlstra
2013-10-29perf: Change zero-padding of strings in perf_event_mmap_event()Peter Zijlstra
2013-10-29perf: Do not waste PAGE_SIZE bytes for ALIGN(8) in perf_event_mmap_event()Oleg Nesterov