aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-02-18tracing: disable tracing while testing ring bufferSteven Rostedt1-0/+9
2009-02-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+3
2009-02-18pm: fix build for CONFIG_PM unsetRafael J. Wysocki2-1/+2
2009-02-18cgroups: fix possible use after freeLi Zefan1-1/+1
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe1-2/+3
2009-02-17Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+12
2009-02-17Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-30/+30
2009-02-17Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+33
2009-02-17Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-25/+28
2009-02-17irq: name 'p' variables a bit betterIngo Molnar1-11/+11
2009-02-17irq: further clean up the free_irq() code flowIngo Molnar1-7/+4
2009-02-17tracing/function-graph-tracer: trace the idle tasksFrederic Weisbecker1-1/+5
2009-02-17Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/p...Ingo Molnar23-119/+295
2009-02-15trace: mmiotrace to the tracer menu in KconfigPekka Paalanen1-0/+23
2009-02-15mmiotrace: count events lost due to not recordingPekka Paalanen1-4/+10
2009-02-15irq: refactor and clean up the free_irq() code flowIngo Molnar1-47/+54
2009-02-15irq: clean up manage.cIngo Molnar1-6/+7
2009-02-15Merge commit 'v2.6.29-rc5' into x86/apicIngo Molnar1-2/+1
2009-02-13User namespaces: Only put the userns when we unhash the uidSerge E. Hallyn1-2/+1
2009-02-13timers: more consistently use clock vs timerPeter Zijlstra1-30/+30
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar6-29/+48
2009-02-13irq: use GFP_KERNEL for action allocation in request_irq()Johannes Weiner1-1/+1
2009-02-13Merge branch 'core/percpu' into x86/coreIngo Molnar2-5/+1
2009-02-13Merge branch 'linus' into x86/apicIngo Molnar16-104/+332
2009-02-12sched: cpu hotplug fixIngo Molnar1-3/+12
2009-02-11cgroups: fix lockdep subclasses overflowLi Zefan1-1/+2
2009-02-11mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit archesSven Wegener1-2/+3
2009-02-11futex: fix reference leakPeter Zijlstra1-25/+28
2009-02-11Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-12/+9
2009-02-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-37/+160
2009-02-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2009-02-11sched: revert recent sync wakeup changesPeter Zijlstra2-12/+9
2009-02-11timers: fix TIMER_ABSTIME for process wide cpu timersPeter Zijlstra1-0/+34
2009-02-11timers: split process wide cpu clocks/timers, fixPeter Zijlstra1-28/+14
2009-02-11ptrace, x86: fix the usage of ptrace_fork()Oleg Nesterov1-1/+1
2009-02-10profiling: fix broken profiling regressionHugh Dickins1-0/+3
2009-02-10stackprotector: update make rulesTejun Heo1-4/+0
2009-02-10elf: add ELF_CORE_COPY_KERNEL_REGS()Tejun Heo1-1/+1
2009-02-09Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar20-93/+365
2009-02-09kernel/irq: fix sparse warning: make symbol staticHannes Eder1-5/+5
2009-02-09irq: optimize init_kstat_irqs/init_copy_kstat_irqsYinghai Lu2-17/+14
2009-02-09irq: clear kstat_irqsYinghai Lu3-0/+7
2009-02-08async: use list_move_tailStefan Richter1-2/+1
2009-02-08async: Rename _special -> _domain for clarity.Cornelia Huck1-19/+22
2009-02-08async: Add some documentation.Cornelia Huck1-0/+47
2009-02-08async: Handle kthread_run() return codes.Cornelia Huck1-2/+9
2009-02-08async: Fix running list handling.Cornelia Huck1-2/+2
2009-02-07Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',...Len Brown36-243/+428
2009-02-06fork.c: fix NULL pointer dereference when nr_threads == threads-maxLi Zefan1-0/+1
2009-02-05Merge branch 'x86/urgent' into x86/apicIngo Molnar16-52/+229