summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | | | Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-129-23/+55
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | x86/irq: use move_irq_desc() in create_irq_nr()Yinghai Lu2009-05-011-1/+1
| * | | | | | | | | x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu2009-04-284-43/+25
| * | | | | | | | | irq: only update affinity if ->set_affinity() is sucessfullYinghai Lu2009-04-283-11/+23
| * | | | | | | | | x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESCYinghai Lu2009-04-284-20/+5
| * | | | | | | | | irq, cpumask: correct CPUMASKS_OFFSTACK typo and fix falloutYinghai Lu2009-04-282-4/+7
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu2009-06-093-3/+3
* | | | | | | | | async: Fix lack of boot-time console due to insufficient synchronizationLinus Torvalds2009-06-081-10/+5
* | | | | | | | | ptrace: revert "ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic"Oleg Nesterov2009-06-041-0/+2
* | | | | | | | | ptrace: tracehook_report_clone: fix false positivesOleg Nesterov2009-06-041-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | kmod: Release sub_info on cred allocation failure.Tetsuo Handa2009-05-261-1/+3
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-05-243-26/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki2009-05-243-26/+4
* | | | | | | | | async: make sure independent async domains can't accidentally entangleJames Bottomley2009-05-241-8/+12
|/ / / / / / / /
* | | | | | | | futex: setup writeable mapping for futex ops which modify user space dataThomas Gleixner2009-05-191-11/+13
| | | | | | | |
| \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ Merge branches 'sched-fixes-for-linus-2' and 'core-fixes-for-linus-2' of git:...Linus Torvalds2009-05-182-3/+4
|\ \ \ \ \ \ \ \ \
| | * | | | | | | | lockdep: increase MAX_LOCKDEP_ENTRIES and MAX_LOCKDEP_CHAINSIngo Molnar2009-05-121-2/+2
| * | | | | | | | | sched: Fix fallback sched_clock()'s offset when using jiffiesRon2009-05-091-1/+2
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-05-181-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tracing: Append prompt in /debug/tracing/README fileGeunSik Lim2009-05-151-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-05-171-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | PM: check sysdev_suspend(PMSG_FREEZE) return valueBjorn Helgaas2009-05-151-2/+2
* | | | | | | | | | Fix caller information for warn_slowpath_nullLinus Torvalds2009-05-161-15/+20
|/ / / / / / / / /
* | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2009-05-151-2/+2
|\ \ \ \ \ \ \ \ \