aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-10rcu: fix build bug in RCU_FAST_NO_HZ buildsPaul E. McKenney1-2/+2
2010-05-10rcu: RCU_FAST_NO_HZ must check RCU dyntick statePaul E. McKenney1-2/+10
2010-05-10rcu: reduce the number of spurious RCU_SOFTIRQ invocationsPaul E. McKenney3-6/+10
2010-05-10rcu: permit discontiguous cpu_possible_mask CPU numberingPaul E. McKenney1-1/+1
2010-05-10rcu: improve RCU CPU stall-warning messagesPaul E. McKenney2-9/+12
2010-05-10rcu: print boot-time console messages if RCU configs out of ordinaryPaul E. McKenney2-8/+42
2010-05-10rcu: disable CPU stall warnings upon panicPaul E. McKenney1-0/+24
2010-05-10rcu: slim down rcutiny by removing rcu_scheduler_active and friendsPaul E. McKenney4-19/+65
2010-05-10rcu: refactor RCU's context-switch handlingPaul E. McKenney4-11/+21
2010-05-10rcu: rename rcutiny rcu_ctrlblk to rcu_sched_ctrlblkPaul E. McKenney1-6/+7
2010-05-10rcu: shrink rcutiny by making synchronize_rcu_bh() be inlinePaul E. McKenney1-7/+2
2010-05-10rcu: ignore offline CPUs in last non-dyntick-idle CPU checkLai Jiangshan1-1/+1
2010-05-10rcu: move some code from macro to functionLai Jiangshan1-9/+9
2010-05-10rcu: make dead code really deadLai Jiangshan1-2/+2
2010-05-10rcu: substitute set_need_resched for sending resched IPIsPaul E. McKenney1-0/+10
2010-05-10rcu: optionally leave lockdep enabled after RCU lockdep splatLai Jiangshan1-0/+3
2010-05-07Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-5/+24
2010-05-06rcu: create rcu_my_thread_group_empty() wrapperPaul E. McKenney1-0/+11
2010-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-05-04Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-05-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-5/+18
2010-05-04sched: Fix an RCU warning in print_task()Li Zefan1-0/+2
2010-05-04cgroup: Fix an RCU warning in alloc_css_id()Li Zefan1-2/+2
2010-05-04cgroup: Fix an RCU warning in cgroup_path()Li Zefan1-3/+9
2010-05-01perf: Fix resource leak in failure path of perf_event_open()Tejun Heo1-1/+1
2010-04-30rcu: Fix RCU lockdep splat on freezer_fork pathPaul E. McKenney1-1/+4
2010-04-30rcu: Fix RCU lockdep splat in set_task_cpu on fork pathPeter Zijlstra1-0/+10
2010-04-30workqueue: flush_delayed_work: keep the original workqueue for re-queueingOleg Nesterov1-1/+1
2010-04-24kernel/sys.c: fix compat uname machineAndreas Schwab1-1/+1
2010-04-23mutex: Don't spin when the owner CPU is offline or other weird casesBenjamin Herrenschmidt1-4/+4
2010-04-22CRED: Fix a race in creds_are_invalid() in credentials debuggingDavid Howells1-2/+0
2010-04-21CRED: Fix double free in prepare_usermodehelper_creds() error handlingDavid Howells1-0/+2
2010-04-19rcu: Make RCU lockdep check the lockdep_recursion variablePaul E. McKenney1-0/+7
2010-04-10PM / Hibernate: user.c, fix SNAPSHOT_SET_SWAP_AREA handlingJiri Slaby1-1/+1
2010-04-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-04-07mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki2-1/+5
2010-04-06Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+10
2010-04-06sched: Fix sched_getaffinity()Anton Blanchard1-1/+1
2010-04-05Fix up possibly racy module refcountingNick Piggin1-8/+27
2010-04-05audit: preface audit printk with auditEric Paris1-1/+1
2010-04-05Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds49-6/+44
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-47/+78
2010-04-05Merge branch 'master' into export-slabhTejun Heo11-129/+153
2010-04-04Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-10/+23
2010-04-04Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-5/+1
2010-04-04Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-5/+7
2010-04-03perf: Always build the stub perf_arch_fetch_caller_regs versionFrederic Weisbecker1-2/+1
2010-04-02Merge branch 'kgdb-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-102/+103
2010-04-02Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds2-6/+8
2010-04-02kgdb: Turn off tracing while in the debuggerJason Wessel1-0/+8