summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | rcu: Mark init-time-only rcu_bootup_announce() as __initPaul E. McKenney2009-11-111-2/+2
| * | | | | | | | | rcu: Simplify association of quiescent states with grace periodsPaul E. McKenney2009-11-102-3/+3
| * | | | | | | | | rcu: Rename dynticks_completed to completed_fqsPaul E. McKenney2009-11-102-4/+4
| * | | | | | | | | rcu: Enable synchronize_sched_expedited() fastpathPaul E. McKenney2009-11-101-0/+1
| * | | | | | | | | rcu: Remove inline from forward-referenced functionsPaul E. McKenney2009-11-102-3/+3
| * | | | | | | | | rcu: Fix note_new_gpnum() uses of ->gpnumPaul E. McKenney2009-11-101-5/+27
| * | | | | | | | | rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed counterPaul E. McKenney2009-11-102-48/+83
| * | | | | | | | | rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling of ->...Paul E. McKenney2009-11-102-41/+34
| * | | | | | | | | Merge branch 'core/urgent' into core/rcuIngo Molnar2009-11-105-27/+53
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | rcu: Cleanup: balance rcu_irq_enter()/rcu_irq_exit() callsLai Jiangshan2009-11-021-1/+1
| * | | | | | | | | | rcu: Simplify creating of lockdep class for root rcu_nodePeter Zijlstra2009-10-261-3/+4
| * | | | | | | | | | rcu: Do tiny cleanups in rcutinyIngo Molnar2009-10-261-26/+23
| * | | | | | | | | | rcu: Improve rcutorture diagnostics when bad torture_type specifiedPaul E. McKenney2009-10-261-1/+5
| * | | | | | | | | | rcu: Add synchronize_srcu_expedited() to the rcutorture test suitePaul E. McKenney2009-10-261-3/+22
| * | | | | | | | | | rcu: Add synchronize_srcu_expedited()Paul E. McKenney2009-10-261-23/+51
| * | | | | | | | | | rcu: "Tiny RCU", The Bloatwatch EditionPaul E. McKenney2009-10-263-0/+299
| * | | | | | | | | | rcu: Add rnp->blocked_tasks to tracingPaul E. McKenney2009-10-151-2/+6
* | | | | | | | | | | Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-052-3/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ratelimit: Make suppressed output messages more usefulChristian Borntraeger2009-10-231-3/+3
| * | | | | | | | | | | printk: Remove ratelimit.h from kernel.hIngo Molnar2009-09-222-0/+4
* | | | | | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-054-160/+358
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mutex: Fix missing conditions to build mutex_spin_on_owner()Frederic Weisbecker2009-12-031-1/+1
| * | | | | | | | | | | | mutex: Better control mutex adaptive spinning configFrederic Weisbecker2009-12-032-2/+5
| * | | | | | | | | | | | locking: Reduce ifdefs in kernel/spinlock.cThomas Gleixner2009-11-131-131/+127
| * | | | | | | | | | | | locking: Make inlining decision Kconfig basedThomas Gleixner2009-11-132-28/+227
* | | | | | | | | | | | | Merge branch 'core-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-051-8/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | generic-ipi: Add smp_call_function_any()Rusty Russell2009-11-181-0/+45
| * | | | | | | | | | | | | generic-ipi: Fix misleading smp_call_function*() descriptionSheng Yang2009-10-231-8/+3
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'master' into nextJames Morris2009-12-0351-720/+1879
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | modules: don't export section names of empty sections via sysfsHelge Deller2009-12-021-1/+4
| * | | | | | | | | | | | | SLOW_WORK: Move slow_work's proc file to debugfsDavid Howells2009-12-014-12/+18
| * | | | | | | | | | | | | SLOW_WORK: Fix the CONFIG_MODULES=n caseDavid Howells2009-12-011-17/+29
| * | | | | | | | | | | | | SLOW_WORK: Allow a requeueable work item to sleep till the thread is neededDavid Howells2009-11-191-9/+85
| * | | | | | | | | | | | | SLOW_WORK: Allow the work items to be viewed through a /proc fileDavid Howells2009-11-194-11/+333
| * | | | | | | | | | | | | SLOW_WORK: Add delayed_slow_work supportJens Axboe2009-11-191-2/+127
| * | | | | | | | | | | | | SLOW_WORK: Add support for cancellation of slow workJens Axboe2009-11-191-6/+75
| * | | | | | | | | | | | | SLOW_WORK: Make slow_work_ops ->get_ref/->put_ref optionalJens Axboe2009-11-191-20/+16
| * | | | | | | | | | | | | SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells2009-11-191-6/+126
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | workqueue: fix race condition in schedule_on_each_cpu()Tejun Heo2009-11-171-15/+13
| | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-11-113-9/+16
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | rcu: Fix long-grace-period race between forcing and initializationPaul E. McKenney2009-11-022-8/+15
| | * | | | | | | | | | uids: Prevent tear down raceThomas Gleixner2009-11-021-1/+1
| * | | | | | | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-11-111-0/+2
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | genirq: try_one_irq() must be called with irq disabledYong Zhang2009-11-071-0/+2
| * | | | | | | | | | | | sched: Use root_task_group_empty only with FAIR_GROUP_SCHEDCyrill Gorcunov2009-11-081-1/+2
| * | | | | | | | | | | | sched: Fix kernel-doc function parameter nameRandy Dunlap2009-11-081-1/+1
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-11-053-53/+83
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.cMike Galbraith2009-11-032-23/+32
| | * | | | | | | | | | | sched: Fix boot crash by zalloc()ing most of the cpu masksRusty Russell2009-11-021-3/+3
| | * | | | | | | | | | | sched: Strengthen buddies and mitigate buddy induced latenciesMike Galbraith2009-10-232-27/+48
OpenPOWER on IntegriCloud