summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-01-061-125/+110
|\
| * futex: Add futex_q static initializerDarren Hart2010-11-101-15/+10
| * futex: Replace fshared and clockrt with combined flagsDarren Hart2010-11-101-76/+70
| * futex: Cleanup stale fshared flag interfacesThomas Gleixner2010-11-101-34/+30
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-01-069-253/+996
|\ \
| * \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2010-12-239-253/+996
| |\ \
| | * | rcu: reduce __call_rcu()-induced contention on rcu_node structuresPaul E. McKenney2010-12-171-17/+21
| | * | rcu: limit rcu_node leaf-level fanoutPaul E. McKenney2010-12-172-21/+27
| | * | rcu: fine-tune grace-period begin/end checksPaul E. McKenney2010-12-171-9/+18
| | * | rcu: Keep gpnum and completed fields synchronizedFrederic Weisbecker2010-12-171-0/+9
| | * | rcu: Stop chasing QS if another CPU did it for usFrederic Weisbecker2010-12-171-0/+8
| | * | rcu: increase synchronize_sched_expedited() batchingTejun Heo2010-12-171-20/+62
| | * | rcu: Make synchronize_srcu_expedited() fast if running readersPaul E. McKenney2010-11-291-1/+7
| | * | rcu: fix race condition in synchronize_sched_expedited()Paul E. McKenney2010-11-291-2/+16
| | * | rcu: update documentation/comments for Lai's adoption patchPaul E. McKenney2010-11-292-5/+7
| | * | rcu,cleanup: simplify the code when cpu is dyingLai Jiangshan2010-11-294-78/+31
| | * | rcu,cleanup: move synchronize_sched_expedited() out of sched.cLai Jiangshan2010-11-292-69/+71
| | * | rcu: get rid of obsolete "classic" names in TREE_RCU tracingPaul E. McKenney2010-11-291-4/+4
| | * | rcu: Distinguish between boosting and boostedPaul E. McKenney2010-11-291-0/+4
| | * | rcu: add tracing for TINY_RCU and TINY_PREEMPT_RCUPaul E. McKenney2010-11-292-10/+226
| | * | rcu: priority boosting for TINY_PREEMPT_RCUPaul E. McKenney2010-11-292-50/+224
| | * | rcu: move TINY_RCU from softirq to kthreadPaul E. McKenney2010-11-172-20/+66
| | * | rcu: add priority-inversion testing to rcutorturePaul E. McKenney2010-10-071-11/+259
* | | | watchdog: Improve initialisation error message and documentationBen Hutchings2011-01-031-1/+2
* | | | fix freeing user_struct in user cacheHillf Danton2010-12-291-0/+1
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-12-281-1/+8
|\ \ \ \
| * | | | ring_buffer: Off-by-one and duplicate events in ring_buffer_read_pageDavid Sharp2010-12-231-1/+8
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-12-241-0/+11
|\ \ \ \
| * | | | kthread_work: make lockdep happyYong Zhang2010-12-221-0/+11
| |/ / /
* | | | taskstats: pad taskstats netlink response for aligment issues on ia64Jeff Mahoney2010-12-221-13/+44
|/ / /
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-12-201-1/+0
|\ \ \
| * | | sched: Remove debugging checkIngo Molnar2010-12-191-1/+0
| | | |
| \ \ \
*-. \ \ \ Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git....Linus Torvalds2010-12-192-8/+39
|\ \ \ \ \
| | * \ \ \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-12-161-1/+9
| | |\ \ \ \
| | | * | | | tracing: Fix panic when lseek() called on "trace" opened for writingSlava Pestov2010-11-301-1/+9
| | * | | | | perf: Fix off by one in perf_swevent_init()Dan Carpenter2010-12-161-1/+1
| | * | | | | perf: Fix duplicate events with multiple-pmu vs software eventsPeter Zijlstra2010-12-081-6/+29
| |/ / / / /
* | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-12-193-52/+245
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | sched: Fix the irqtime code for 32bitPeter Zijlstra2010-12-161-6/+45
| * | | | | sched: Fix the irqtime code to deal with u64 wrapsPeter Zijlstra2010-12-161-33/+50
| * | | | | nohz: Fix get_next_timer_interrupt() vs cpu hotplugHeiko Carstens2010-12-081-0/+6
| * | | | | Sched: fix skip_clock_update optimizationMike Galbraith2010-12-082-12/+15
| * | | | | sched: Cure more NO_HZ load average woesPeter Zijlstra2010-12-082-12/+140
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-12-181-94/+10
|\ \ \ \ \
| * | | | | resources: add arch hook for preventing allocation in reserved areasBjorn Helgaas2010-12-171-0/+6
| * | | | | Revert "resources: support allocating space within a region from the top down"Bjorn Helgaas2010-12-171-94/+4
| |/ / / /
* | | | | PM / Hibernate: Restore old swap signature to avoid user space breakageRafael J. Wysocki2010-12-161-1/+1
* | | | | PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai2010-12-161-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-12-141-3/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | workqueue: It is likely that WORKER_NOT_RUNNING is trueSteven Rostedt2010-12-141-2/+2
OpenPOWER on IntegriCloud