summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-03-24genirq: add threaded interrupt handler supportThomas Gleixner3-14/+211
2009-03-23Merge branch 'cpus4096' into irq/threadedThomas Gleixner16-103/+189
2009-03-23Merge branches 'irq/sparseirq' and 'linus' into irq/coreIngo Molnar1-12/+14
2009-03-19cpumask: remove cpumask allocation from idle_balance, fixRusty Russell1-1/+1
2009-03-19cpumask: remove cpumask allocation from idle_balanceRusty Russell1-17/+18
2009-03-18module: fix refptr allocation and release orderMasami Hiramatsu1-12/+14
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-13cpumask: use topology_core_cpumask/topology_thread_cpumask instead of cpu_cor...Rusty Russell1-4/+4
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-11Merge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2' and 'linus' into x86/coreIngo Molnar12-51/+140
2009-03-11kernel/user.c: fix a memory leak when freeing up non-init usernamespaces usersDhaval Giani1-7/+7
2009-03-10Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', ...Ingo Molnar2-1/+2
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-06percpu, module: implement reserved allocation and use it for module percpu va...Tejun Heo1-1/+1
2009-03-05Merge branch 'x86/urgent' into x86/coreIngo Molnar7-18/+69
2009-03-05rcu: 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', 'x...Ingo Molnar2-7/+21
2009-03-04Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-14/+50
2009-03-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-4/+19
2009-03-03x86-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-03Merge branch 'linus' into irq/genirqIngo Molnar53-333/+822
2009-03-01Merge branch 'x86/urgent' into x86/patIngo Molnar1-4/+17
2009-02-28Fix 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
2009-02-26sched_rt: don't start timer when rt bandwidth disabledHiroshi Shimamoto1-1/+1
2009-02-26rcu: Teach RCU that idle task is not quiscent state at bootPaul E. McKenney4-4/+19
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar3-19/+53
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar17-79/+189
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki3-2/+24
2009-02-22Merge branch 'hibernate'Linus Torvalds4-10/+30
2009-02-22PM: Fix suspend_console and resume_console to use only one semaphoreArve Hjønnevåg1-6/+9
2009-02-22PM: Wait for console in resumeArve Hjønnevåg1-0/+6
2009-02-22PM: Fix pm_notifiers during user mode hibernationAndrey Borzenkov1-4/+4
2009-02-22PM: fix build for CONFIG_PM unsetRafael J. Wysocki2-1/+2
2009-02-22PM/resume: wait for device probing to finishArjan van de Ven1-0/+11
2009-02-20Merge branch 'x86/urgent' into x86/coreIngo Molnar11-67/+135
2009-02-20percpu: implement new dynamic percpu allocatorTejun Heo1-0/+31
2009-02-20alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell2-4/+4
2009-02-20module: reorder module pcpu related functionsTejun Heo1-15/+18
2009-02-19Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-1/+26
2009-02-19tracing: limit the number of loops the ring buffer self test can makeSteven Rostedt1-0/+10