summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-06-103-14/+83
|\
| * rcu: rcu_sched_grace_period(): kill the bogus flush_signals()Oleg Nesterov2009-05-051-7/+1
| * rcu: Add __rcu_pending tracing to hierarchical RCUPaul E. McKenney2009-04-142-7/+82
* | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-102-5/+28
|\ \
| * | mutex: add atomic_dec_and_mutex_lock(), fixAndrew Morton2009-04-301-1/+24
| * | locking, rtmutex.c: Documentation cleanupLuis Henriques2009-04-291-4/+4
* | | Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-103-352/+1084
|\ \ \
| * | | futex: fix restart in wait_requeue_piThomas Gleixner2009-05-201-40/+9
| * | | futex: fix restart for early wakeup in futex_wait_requeue_pi()Thomas Gleixner2009-05-201-10/+3
| * | | futex: cleanup error exitThomas Gleixner2009-05-201-4/+3
| * | | Merge branch 'core/urgent' into core/futexesThomas Gleixner2009-05-2097-3210/+13061
| |\ \ \
| * | | | futex: remove the wait queueThomas Gleixner2009-05-151-33/+25
| * | | | futex: remove FUTEX_REQUEUE_PI (non CMP)Darren Hart2009-04-301-5/+1
| * | | | futex: fix futex_wait_setup key handlingDarren Hart2009-04-101-1/+1
| * | | | futex: fixup unlocked requeue pi caseDarren Hart2009-04-081-21/+44
| * | | | futex: add requeue_pi functionalityDarren Hart2009-04-061-19/+500
| * | | | futex: split out futex value validation codeDarren Hart2009-04-061-44/+72
| * | | | futex: distangle futex_requeue()Darren Hart2009-04-061-14/+29
| * | | | futex: add FUTEX_HAS_TIMEOUT flag to restart.futex.flagsDarren Hart2009-04-061-4/+8
| * | | | rt_mutex: add proxy lock routinesDarren Hart2009-04-062-53/+195
| * | | | futex: split out fixup owner logic from futex_lock_pi()Darren Hart2009-04-061-69/+89
| * | | | futex: split out atomic logic from futex_lock_pi()Darren Hart2009-04-061-94/+130
| * | | | futex: add helper to find the top prio waiter of a futexDarren Hart2009-04-061-0/+19
| * | | | futex: separate futex_wait_queue_me() logic from futex_wait()Darren Hart2009-04-061-62/+76
* | | | | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'x86/urgent' into x86/xenIngo Molnar2009-05-0853-412/+967
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge2009-04-07107-4035/+14921
| |\ \ \ \ \ \
| * | | | | | | x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge2009-03-291-1/+1
| * | | | | | | x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge2009-03-291-1/+1
* | | | | | | | Merge branch 'sched-docs-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-101-0/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | sched: Document memory barriers implied by sleep/wake-up primitivesDavid Howells2009-04-291-0/+23
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-107-127/+262
|\ \ \ \ \ \ \ \
| * | | | | | | | sched: properly define the sched_group::cpumask and sched_domain::span fieldsIngo Molnar2009-05-191-2/+3
| * | | | | | | | sched, timers: cleanup avenrun usersThomas Gleixner2009-05-152-26/+21
| * | | | | | | | sched, timers: move calc_load() to schedulerThomas Gleixner2009-05-154-64/+79
| * | | | | | | | Merge commit 'v2.6.30-rc5' into sched/coreIngo Molnar2009-05-1143-260/+343
| |\ \ \ \ \ \ \ \
| * | | | | | | | | sched: emit thread info flags with stack traceDavid Rientjes2009-05-071-2/+3
| * | | | | | | | | sched: rt: document the risk of small values in the bandwidth settingsPeter Zijlstra2009-05-051-0/+7
| * | | | | | | | | sched: Replace first_cpu() with cpumask_first() in ILB nomination codeGautham R Shenoy2009-04-211-1/+1
| * | | | | | | | | sched: remove extra call overhead for schedule()Peter Zijlstra2009-04-202-9/+7
| * | | | | | | | | sched: use group_first_cpu() instead of cpumask_first(sched_group_cpus())Miao Xie2009-04-151-2/+2
| * | | | | | | | | wait: don't use __wake_up_common()Johannes Weiner2009-04-142-2/+2
| * | | | | | | | | sched: Nominate a power-efficient ilb in select_nohz_balancer()Gautham R Shenoy2009-04-141-1/+17
| * | | | | | | | | sched: Nominate idle load balancer from a semi-idle package.Gautham R Shenoy2009-04-141-9/+118
| * | | | | | | | | sched: remove redundant hierarchy walk in check_preempt_wakeupPaul Turner2009-04-091-10/+3
* | | | | | | | | | Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-101-0/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86: add extension fields for bootloader type and versionH. Peter Anvin2009-05-111-0/+8
* | | | | | | | | | | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-06-108-78/+70
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into irq/numaIngo Molnar2009-06-0113-94/+62
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sparseirq: Allow early irq_desc allocationPaul Mundt2009-05-231-4/+14
OpenPOWER on IntegriCloud