aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-23Merge branches 'sched/debug' and 'linus' into sched/coreIngo Molnar1-12/+14
2009-03-23Merge branches 'irq/sparseirq' and 'linus' into irq/coreIngo Molnar1-12/+14
2009-03-18sched: jiffies not printed per CPULuis Henriques1-1/+1
2009-03-18module: fix refptr allocation and release orderMasami Hiramatsu1-12/+14
2009-03-17sched: small optimisation of can_migrate_task()Luis Henriques1-4/+6
2009-03-17sched: fix typos in documentationLuis Henriques1-2/+2
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar30-198/+409
2009-03-13genirq: deprecate __do_IRQThomas Gleixner1-0/+5
2009-03-13genirq: use kzalloc instead of explicit zero initializationThomas Gleixner1-3/+1
2009-03-13genirq: remove redundant if conditionThomas Gleixner1-1/+1
2009-03-13futex: remove the pointer math from double_unlock_hb, fixIngo Molnar1-1/+2
2009-03-13Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/coreIngo Molnar3-14/+17
2009-03-13futex: remove the pointer math from double_unlock_hbDarren Hart1-8/+2
2009-03-12irq: export remove_irq() and setup_irq() symbolsMagnus Damm1-0/+2
2009-03-12irq: match remove_irq() args with setup_irq()Magnus Damm1-9/+17
2009-03-12irq: add remove_irq() for freeing of setup_irq() irqsMagnus Damm1-13/+26
2009-03-12Merge branch 'linus' into irq/genirqIngo Molnar11-35/+91
2009-03-12futex: clean up fault logicDarren Hart1-90/+36
2009-03-12futex: unlock before returning -EFAULTDarren Hart1-0/+7
2009-03-12futex: use current->time_slack_ns for rt tasks tooDarren Hart1-5/+2
2009-03-12futex: add double_unlock_hb()Darren Hart1-12/+17
2009-03-12futex: additional (get|put)_futex_key() fixesDarren Hart1-5/+11
2009-03-12futex: update futex commentaryDarren Hart1-19/+14
2009-03-11sched: add avg_overlap decayMike Galbraith1-1/+23
2009-03-11Merge commit 'origin/master' into nextBenjamin Herrenschmidt25-49/+187
2009-03-10kernel/user.c: fix a memory leak when freeing up non-init usernamespaces usersDhaval Giani1-7/+7
2009-03-10sched: optimize ttwu vs group schedulingPeter Zijlstra1-1/+15
2009-03-10Merge branches 'sched/cleanups' and 'linus' into sched/coreIngo Molnar1-0/+1
2009-03-09copy_process: fix CLONE_PARENT && parent_exec_id interactionOleg Nesterov1-6/+5
2009-03-09Fix fixpoint divide exception in acct_update_integralsHeiko Carstens1-1/+5
2009-03-06sched: TIF_NEED_RESCHED -> need_reshed() cleanupLai Jiangshan1-5/+5
2009-03-06Merge branch 'sched/core' into sched/cleanupsIngo Molnar6-8/+31
2009-03-06percpu, module: implement reserved allocation and use it for module percpu variablesTejun Heo1-1/+1
2009-03-05sched: don't rebalance if attached on NULL domainFrederic Weisbecker1-1/+8
2009-03-05Merge commit 'v2.6.29-rc7' into sched/coreIngo Molnar5-7/+23
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller8-21/+73
2009-03-04rcu: increment quiescent state counter in ksoftirqd()Eric Dumazet1-0/+1
2009-03-04Merge branch 'x86/core' into core/percpuIngo Molnar2-7/+21
2009-03-04Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/coreIngo Molnar2-7/+21
2009-03-03Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-14/+50
2009-03-03Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-4/+19
2009-03-02x86-64: seccomp: fix 32/64 syscall holeRoland McGrath1-3/+4
2009-03-03genirq: assert that irq handlers are indeed running in hardirq contextPeter Zijlstra1-0/+2
2009-03-02Merge branch 'linus' into irq/genirqIngo Molnar53-333/+822
2009-03-02sched: kill unused parameter of pick_next_task()Wang Chen1-3/+3
2009-03-02Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/coreIngo Molnar5-31/+84
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+17
2009-03-01Merge branch 'x86/urgent' into x86/patIngo Molnar1-4/+17
2009-02-27Fix recursive lock in free_uid()/free_user_ns()David Howells1-4/+17
2009-02-27sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani3-13/+49