summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-09-23rcu: Adjust debugfs tracing for kthread-based quiescent-state forcingPaul E. McKenney
2012-09-23rcu: Allow RCU quiescent-state forcing to be preemptedPaul E. McKenney
2012-09-23rcu: Move quiescent-state forcing into kthreadPaul E. McKenney
2012-09-23rcu: Segregate rcu_state fields to improve cache localityDimitri Sivanich
2012-09-23rcu: Provide OOM handler to motivate lazy RCU callbacksPaul E. McKenney
2012-09-23rcu: Prevent offline CPUs from executing RCU core codePaul E. McKenney
2012-09-23rcu: Break up rcu_gp_kthread() into subfunctionsPaul E. McKenney
2012-09-23rcu: Allow RCU grace-period cleanup to be preemptedPaul E. McKenney
2012-09-23rcu: Move RCU grace-period cleanup into kthreadPaul E. McKenney
2012-09-23rcu: Allow RCU grace-period initialization to be preemptedPaul E. McKenney
2012-09-23rcu: Prevent initialization-time quiescent-state racePaul E. McKenney
2012-09-23rcu: Move RCU grace-period initialization into a kthreadPaul E. McKenney
2012-09-23rcu: Fix day-one dyntick-idle stall-warning bugPaul E. McKenney
2012-09-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2012-09-20workqueue: remove spurious WARN_ON_ONCE(in_irq()) from try_to_grab_pending()Tejun Heo
2012-09-19Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-09-19workqueue: use cwq_set_max_active() helper for workqueue_set_max_active()Lai Jiangshan
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-19Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
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-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