summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into for-linusJames Morris2009-06-116-13/+33
|\
| * Merge branch 'master' into nextJames Morris2009-06-097-35/+16
| |\
| * | security: use mmap_min_addr indepedently of security modelsChristoph Lameter2009-06-041-2/+0
| * | Merge branch 'master' into nextJames Morris2009-05-2210-68/+65
| |\ \
| * | | CRED: Rename cred_exec_mutex to reflect that it's a guard against ptraceDavid Howells2009-05-112-6/+7
| * | | Merge branch 'master' into nextJames Morris2009-05-08122-4392/+15841
| |\ \ \
| * | | | do_wait: do take security_task_wait() into accountOleg Nesterov2009-05-011-0/+1
| * | | | SELinux: Don't flush inherited SIGKILL during execve()David Howells2009-04-301-3/+8
| * | | | modules: Fix up build when CONFIG_MODULE_UNLOAD=n.Stephen Rothwell2009-04-151-3/+3
| * | | | modules: sysctl to block module loadingKees Cook2009-04-032-2/+17
* | | | | 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
OpenPOWER on IntegriCloud