summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2012-09-17audit: Don't pass pid or uid to audit_log_common_recv_msgEric W. Biederman
2012-09-17audit: Remove the unused uid parameter from audit_receive_filterEric W. Biederman
2012-09-17audit: Properly set the origin port id of audit messages.Eric W. Biederman
2012-09-17audit: Simply AUDIT_TTY_SET and AUDIT_TTY_GETEric W. Biederman
2012-09-17audit: kill audit_prepare_user_ttyEric W. Biederman
2012-09-17audit: Use current instead of NETLINK_CREDS() in audit_filterEric W. Biederman
2012-09-17audit: Limit audit requests to processes in the initial pid and user namespaces.Eric W. Biederman
2012-09-17Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Tejun Heo
2012-09-17Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-09-17workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()Lai Jiangshan
2012-09-17pid-namespace: limit value of ns_last_pid to (0, max_pid)Andrew Vagin
2012-09-17Merge branch 'pm-qos'Rafael J. Wysocki
2012-09-17Merge branch 'pm-sleep'Rafael J. Wysocki
2012-09-17Merge branch 'pm-timers'Rafael J. Wysocki
2012-09-17arm64: Add support for /proc/sys/debug/exception-traceCatalin Marinas
2012-09-16Revert "sched: Improve scalability via 'CPU buddies', which withstand random ...Linus Torvalds
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-15uprobes: Introduce arch_uprobe_enable/disable_step()Sebastian Andrzej Siewior
2012-09-15uprobes: Teach find_active_uprobe() to clear MMF_HAS_UPROBESOleg Nesterov
2012-09-15uprobes: Introduce MMF_RECALC_UPROBESOleg Nesterov
2012-09-15uprobes: uprobes_treelock should not disable irqsOleg Nesterov
2012-09-15uprobes: Don't put NULL pointer in uprobe_register()Sebastian Andrzej Siewior
2012-09-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-09-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo
2012-09-14cgroup: Assign subsystem IDs during compile timeDaniel Wagner
2012-09-14cgroup: Do not depend on a given order when populating the subsys arrayDaniel Wagner
2012-09-14cgroup: Wrap subsystem selection macroDaniel Wagner
2012-09-14cgroup: Remove CGROUP_BUILTIN_SUBSYS_COUNTDaniel Wagner
2012-09-14Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2012-09-13kprobes/x86: Fix to support jprobes on ftrace-based kprobeMasami Hiramatsu
2012-09-13trace: Stop compiling in trace_clock unconditionallyJosh Triplett
2012-09-13tracing: Skip printing "OK" if failed to disable eventYuanhan Liu
2012-09-13locking: Adjust spin lock inlining Kconfig optionsJan Beulich
2012-09-13time: Fix timeekeping_get_ns overflow on 32bit systemsJohn Stultz
2012-09-13Merge branch 'core/rcu' into perf/coreIngo Molnar
2012-09-13lockdep: Check if nested lock is actually heldMaarten Lankhorst
2012-09-13sched: cpu_power: enable ARCH_POWERVincent Guittot
2012-09-13sched/nohz: Clean up select_nohz_load_balancer()Alex Shi
2012-09-13sched: Fix load avg vs. cpu-hotplugPeter Zijlstra
2012-09-13sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra
2012-09-13sched: Fix nohz_idle_balance()Vincent Guittot
2012-09-13task_work: Simplify the usage in ptrace_notify() and get_signal_to_deliver()Oleg Nesterov
2012-09-13task_work: task_work_add() should not succeed after exit_task_work()Oleg Nesterov
2012-09-13task_work: Make task_work_add() locklessOleg Nesterov
2012-09-12audit: export audit_log_task_infoPeter Moody
2012-09-12Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-10properly __init-annotate pm_sysrq_init()Jan Beulich
2012-09-10workqueue: fix possible idle worker depletion across CPU hotplugLai Jiangshan