summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-02-18timers: add mod_timer_pending()Ingo Molnar
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe
2009-02-17Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-02-17Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-02-17Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-02-17Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-02-17irq: name 'p' variables a bit betterIngo Molnar
2009-02-17irq: further clean up the free_irq() code flowIngo Molnar
2009-02-17tracing/function-graph-tracer: trace the idle tasksFrederic Weisbecker
2009-02-17Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/p...Ingo Molnar
2009-02-16sched: use TASK_NICE for task_structAmérico Wang
2009-02-15timecompare: generic infrastructure to map between two time basesPatrick Ohly
2009-02-15clocksource: allow usage independent of timekeeping.cPatrick Ohly
2009-02-15sched: idle_at_tick is only used when CONFIG_SMP is setHenrik Austad
2009-02-15Merge branch 'sched/urgent'; commit 'v2.6.29-rc5' into sched/coreIngo Molnar
2009-02-15trace: mmiotrace to the tracer menu in KconfigPekka Paalanen
2009-02-15mmiotrace: count events lost due to not recordingPekka Paalanen
2009-02-15irq: refactor and clean up the free_irq() code flowIngo Molnar
2009-02-15irq: clean up manage.cIngo Molnar
2009-02-15Merge commit 'v2.6.29-rc5' into x86/apicIngo Molnar
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-02-15lockdep: build fix for !PROVE_LOCKINGPeter Zijlstra
2009-02-14lockstat: warn about disabled lock debuggingPeter Zijlstra
2009-02-14lockdep: use stringify.hPeter Zijlstra
2009-02-14lockdep: simplify check_prev_add_irq()Peter Zijlstra
2009-02-14lockdep: get_user_chars() redoPeter Zijlstra
2009-02-14lockdep: simplify get_user_chars()Peter Zijlstra
2009-02-14lockdep: add comments to mark_lock_irq()Peter Zijlstra
2009-02-14lockdep: remove macro usage from mark_held_locks()Peter Zijlstra
2009-02-14lockdep: fully reduce mark_lock_irq()Peter Zijlstra
2009-02-14lockdep: merge the !_READ mark_lock_irq() helpersPeter Zijlstra
2009-02-14lockdep: merge the _READ mark_lock_irq() helpersPeter Zijlstra
2009-02-14lockdep: simplify mark_lock_irq() helpers #3Peter Zijlstra
2009-02-14lockdep: further simplify mark_lock_irq() helpersPeter Zijlstra
2009-02-14lockdep: simplify the mark_lock_irq() helpersPeter Zijlstra
2009-02-14lockdep: split up mark_lock_irq()Peter Zijlstra
2009-02-14lockdep: generate usage stringsPeter Zijlstra
2009-02-14lockdep: generate the state bit definitionsPeter Zijlstra
2009-02-14lockdep: move state bit definitions aroundPeter Zijlstra
2009-02-14lockdep: simplify mark_lock()Peter Zijlstra
2009-02-14lockdep: simplify mark_held_locksPeter Zijlstra
2009-02-14lockdep: lockdep_states.hPeter Zijlstra
2009-02-14lockdep: sanitize reclaim bit namesPeter Zijlstra
2009-02-14lockdep: sanitize bit namesPeter Zijlstra
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin
2009-02-14timer: implement lockdep deadlock detectionJohannes Berg
2009-02-13User namespaces: Only put the userns when we unhash the uidSerge E. Hallyn
2009-02-13timers: more consistently use clock vs timerPeter Zijlstra
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar
2009-02-13irq: use GFP_KERNEL for action allocation in request_irq()Johannes Weiner