summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-12-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-362/+1040
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+7
2009-12-05Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-160/+358
2009-12-05Merge branch 'core-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+48
2009-12-03mutex: Fix missing conditions to build mutex_spin_on_owner()Frederic Weisbecker1-1/+1
2009-12-03mutex: Better control mutex adaptive spinning configFrederic Weisbecker2-2/+5
2009-12-03rcu: Add expedited grace-period support for preemptible RCUPaul E. McKenney5-27/+260
2009-12-03rcu: Enable fourth level of TREE_RCU hierarchyPaul E. McKenney2-3/+18
2009-12-03rcu: Rename "quiet" functionsPaul E. McKenney3-36/+45
2009-12-03Merge branch 'master' into nextJames Morris51-720/+1879
2009-12-02modules: don't export section names of empty sections via sysfsHelge Deller1-1/+4
2009-12-01SLOW_WORK: Move slow_work's proc file to debugfsDavid Howells4-12/+18
2009-12-01SLOW_WORK: Fix the CONFIG_MODULES=n caseDavid Howells1-17/+29
2009-11-24remove CONFIG_SECURITY_FILE_CAPABILITIES compile optionSerge E. Hallyn1-2/+0
2009-11-24Silence the existing API for capability version compatibility check.Andrew G. Morgan1-2/+2
2009-11-22rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney3-104/+104
2009-11-22rcu: Eliminate unneeded function wrappingPaul E. McKenney3-35/+15
2009-11-22rcu: Fix grace-period-stall bug on large systems with CPU hotplugPaul E. McKenney3-43/+85
2009-11-19SLOW_WORK: Allow a requeueable work item to sleep till the thread is neededDavid Howells1-9/+85
2009-11-19SLOW_WORK: Allow the work items to be viewed through a /proc fileDavid Howells4-11/+333
2009-11-19SLOW_WORK: Add delayed_slow_work supportJens Axboe1-2/+127
2009-11-19SLOW_WORK: Add support for cancellation of slow workJens Axboe1-6/+75
2009-11-19SLOW_WORK: Make slow_work_ops ->get_ref/->put_ref optionalJens Axboe1-20/+16
2009-11-19SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells1-6/+126
2009-11-18generic-ipi: Add smp_call_function_any()Rusty Russell1-0/+45
2009-11-17workqueue: fix race condition in schedule_on_each_cpu()Tejun Heo1-15/+13
2009-11-14rcu: Eliminate __rcu_pending() false positivesPaul E. McKenney1-2/+4
2009-11-14rcu: Further cleanups of use of lastcompPaul E. McKenney1-7/+6
2009-11-13locking: Reduce ifdefs in kernel/spinlock.cThomas Gleixner1-131/+127
2009-11-13locking: Make inlining decision Kconfig basedThomas Gleixner2-28/+227
2009-11-13rcu: Simplify association of forced quiescent states with grace periodsPaul E. McKenney1-24/+3
2009-11-13rcu: Accelerate callback processing on CPUs not detecting GP endPaul E. McKenney1-1/+17
2009-11-11rcu: Mark init-time-only rcu_bootup_announce() as __initPaul E. McKenney1-2/+2
2009-11-11Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-9/+16
2009-11-11Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2009-11-10rcu: Simplify association of quiescent states with grace periodsPaul E. McKenney2-3/+3
2009-11-10rcu: Rename dynticks_completed to completed_fqsPaul E. McKenney2-4/+4
2009-11-10rcu: Enable synchronize_sched_expedited() fastpathPaul E. McKenney1-0/+1
2009-11-10rcu: Remove inline from forward-referenced functionsPaul E. McKenney2-3/+3
2009-11-10rcu: Fix note_new_gpnum() uses of ->gpnumPaul E. McKenney1-5/+27
2009-11-10rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed counterPaul E. McKenney2-48/+83
2009-11-10rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling of ->...Paul E. McKenney2-41/+34
2009-11-10Merge branch 'core/urgent' into core/rcuIngo Molnar5-27/+53
2009-11-10security: report the module name to security_module_requestEric Paris1-4/+4
2009-11-08sched: Use root_task_group_empty only with FAIR_GROUP_SCHEDCyrill Gorcunov1-1/+2
2009-11-08sched: Fix kernel-doc function parameter nameRandy Dunlap1-1/+1
2009-11-07genirq: try_one_irq() must be called with irq disabledYong Zhang1-0/+2
2009-11-05Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-53/+83
2009-11-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+5
2009-11-04ftrace: Fix unmatched locking in ftrace_regex_write()Li Zefan1-3/+3