summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-05-18Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-05-18Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-05-17Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...Linus Torvalds
2010-05-15profile: fix stats and data leakageHugh Dickins
2010-05-12memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki
2010-05-12memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki
2010-05-12bsdacct: use del_timer_sync() in acct_exit_ns()Vitaliy Gusev
2010-05-12kexec: fix OOPS in crash_kernel_shrinkVitaly Mayatskikh
2010-05-12revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt
2010-05-11rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney
2010-05-10rcu: fix build bug in RCU_FAST_NO_HZ buildsPaul E. McKenney
2010-05-10rcu: RCU_FAST_NO_HZ must check RCU dyntick statePaul E. McKenney
2010-05-10rcu: reduce the number of spurious RCU_SOFTIRQ invocationsPaul E. McKenney
2010-05-10rcu: permit discontiguous cpu_possible_mask CPU numberingPaul E. McKenney
2010-05-10rcu: improve RCU CPU stall-warning messagesPaul E. McKenney
2010-05-10rcu: print boot-time console messages if RCU configs out of ordinaryPaul E. McKenney
2010-05-10rcu: disable CPU stall warnings upon panicPaul E. McKenney
2010-05-10rcu: slim down rcutiny by removing rcu_scheduler_active and friendsPaul E. McKenney
2010-05-10rcu: refactor RCU's context-switch handlingPaul E. McKenney
2010-05-10rcu: rename rcutiny rcu_ctrlblk to rcu_sched_ctrlblkPaul E. McKenney
2010-05-10rcu: shrink rcutiny by making synchronize_rcu_bh() be inlinePaul E. McKenney
2010-05-10rcu: ignore offline CPUs in last non-dyntick-idle CPU checkLai Jiangshan
2010-05-10rcu: move some code from macro to functionLai Jiangshan
2010-05-10rcu: make dead code really deadLai Jiangshan
2010-05-10rcu: substitute set_need_resched for sending resched IPIsPaul E. McKenney
2010-05-10rcu: optionally leave lockdep enabled after RCU lockdep splatLai Jiangshan
2010-05-07Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-07lockdep: Reduce stack_trace usageYong Zhang
2010-05-06rcu: create rcu_my_thread_group_empty() wrapperPaul E. McKenney
2010-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-05-04Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-04sched: Fix an RCU warning in print_task()Li Zefan
2010-05-04cgroup: Fix an RCU warning in alloc_css_id()Li Zefan
2010-05-04cgroup: Fix an RCU warning in cgroup_path()Li Zefan
2010-05-04lockdep: No need to disable preemption in debug atomic opsFrederic Weisbecker
2010-05-04lockdep: Actually _dec_ in debug_atomic_decFrederic Weisbecker
2010-05-04lockdep: Provide off case for redundant_hardirqs_on incrementFrederic Weisbecker
2010-05-01perf: Fix resource leak in failure path of perf_event_open()Tejun Heo
2010-04-30lockdep: Simplify debug atomic opsFrederic Weisbecker
2010-04-30lockdep: Fix redundant_hardirqs_on incremented with irqs enabledFrederic Weisbecker
2010-04-30Merge commit 'v2.6.34-rc6' into core/lockingFrederic Weisbecker
2010-04-30rcu: Fix RCU lockdep splat on freezer_fork pathPaul E. McKenney
2010-04-30rcu: Fix RCU lockdep splat in set_task_cpu on fork pathPeter Zijlstra
2010-04-30workqueue: flush_delayed_work: keep the original workqueue for re-queueingOleg Nesterov
2010-04-26ptrace: Cleanup useless headerAlessio Igor Bogani
2010-04-24kernel/sys.c: fix compat uname machineAndreas Schwab
2010-04-23mutex: Don't spin when the owner CPU is offline or other weird casesBenjamin Herrenschmidt
2010-04-21CRED: Fix a race in creds_are_invalid() in credentials debuggingDavid Howells
2010-04-20CRED: Fix double free in prepare_usermodehelper_creds() error handlingDavid Howells