summaryrefslogtreecommitdiff
path: root/kernel (unfollow)
Commit message (Expand)Author
2012-09-19workqueue: introduce cwq_set_max_active() helper for thaw_workqueues()Lai Jiangshan
2012-09-19workqueue: reimplement work_on_cpu() using system_wqTejun Heo
2012-09-18workqueue: remove @delayed from cwq_dec_nr_in_flight()Lai Jiangshan
2012-09-18workqueue: fix possible stall on try_to_grab_pending() of a delayed work itemLai Jiangshan
2012-09-18workqueue: use hotcpu_notifier() for workqueue_cpu_down_callback()Lai Jiangshan
2012-09-18workqueue: use __cpuinit instead of __devinit for cpu callbacksLai Jiangshan
2012-09-18workqueue: rename manager_mutex to assoc_mutexLai Jiangshan
2012-09-18workqueue: WORKER_REBIND is no longer necessary for idle rebindingLai Jiangshan
2012-09-18workqueue: WORKER_REBIND is no longer necessary for busy rebindingLai Jiangshan
2012-09-18workqueue: reimplement idle worker rebindingLai Jiangshan
2012-09-18userns: Add kprojid_t and associated infrastructure in projid.hEric W. Biederman
2012-09-18userns: Teach trace to use from_kuidEric W. Biederman
2012-09-18userns: Convert bsd process accounting to use kuid and kgid where appropriateEric W. Biederman
2012-09-18userns: Convert taskstats to handle the user and pid namespaces.Eric W. Biederman
2012-09-18userns: Convert audit to work with user namespaces enabledEric W. Biederman
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman
2012-09-17audit: Add typespecific uid and gid comparatorsEric W. Biederman
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-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-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-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-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-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-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