summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-07-18timer: Avoid reading uninitialized dataPavel Roskin
2009-07-18sched: Pull up the might_sleep() check into cond_resched()Frederic Weisbecker
2009-07-18sched: Add a preempt count base offset to __might_sleep()Frederic Weisbecker
2009-07-18sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep()Frederic Weisbecker
2009-07-18sched: Remove obsolete comment in __cond_resched()Frederic Weisbecker
2009-07-18sched: Drop the need_resched() loop from cond_resched()Frederic Weisbecker
2009-07-18Merge branch 'linus' into sched/coreIngo Molnar
2009-07-18sched: fix nr_uninterruptible accounting of frozen tasks reallyThomas Gleixner
2009-07-18sched: fix load average accounting vs. cpu hotplugThomas Gleixner
2009-07-18profile: Suppress warning about large allocations when profile=1 is specifiedMel Gorman
2009-07-18tracing: Remove unused fields/variablesjolsa@redhat.com
2009-07-18Merge branch 'linus' into tracing/coreIngo Molnar
2009-07-18perf_counter: Log vfork as a fork eventAnton Blanchard
2009-07-18perf_counter: Make sure we dont leak kernel memory to userspaceAnton Blanchard
2009-07-18sched: Account for vruntime wrappingFabio Checconi
2009-07-17tracing/function: Cleanup for function tracerXiao Guangrong
2009-07-17tracing/trace_stack: Cleanup for trace_lookup_stack()Xiao Guangrong
2009-07-17tracing/function: Simplify __ftrace_replace_code()Xiao Guangrong
2009-07-16tracing/function: Fix the return value of ftrace_trace_onoff_callback()Xiao Guangrong
2009-07-16ring_buffer: Fix warning while ignoring cmpxchg return valueLai Jiangshan
2009-07-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-07-14Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-07-14Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-07-14Merge branch 'master' into nextJames Morris
2009-07-13tracing/function-profiler: do not free per cpu variable statSteven Rostedt
2009-07-13perf_counter: Fix the tracepoint channel to perfcountersChris Wilson
2009-07-12genetlink: make netns awareJohannes Berg
2009-07-12Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-07-11futexes: Fix infinite loop in get_futex_key() on huge pageSonny Rao
2009-07-11sched: Fix bug in SCHED_IDLE interaction with group schedulingPaul Turner
2009-07-10Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-07-10sched: optimize cond_resched()Peter Zijlstra
2009-07-10Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-07-10hrtimer: Fix migration expiry checkThomas Gleixner
2009-07-10hrtimer: migration: do not check expiry time on current CPUThomas Gleixner
2009-07-10printk: Restore previous console_loglevel when re-enabling loggingFrans Pop
2009-07-10Merge branch 'tip/tracing/ring-buffer-3' of git://git.kernel.org/pub/scm/linu...Ingo Molnar
2009-07-10printk: Ensure that "console enabled" messages are printed on the consoleRobin Getz
2009-07-10tracing/workqueues: Add refcnt to struct cpu_workqueue_statsLai Jiangshan
2009-07-10tracing/stat: Add stat_release() callbackLai Jiangshan
2009-07-10kmemtrace: Rename some functionsLi Zefan
2009-07-10tracing/kmemtrace: Use the %pf formatFrederic Weisbecker
2009-07-10tracing/function-graph-tracer: Use the %pf formatFrederic Weisbecker
2009-07-10ksym_tracer: Fix the output of stat tracingLi Zefan
2009-07-10ksym_tracer: Fix memory leakLi Zefan
2009-07-10ksym_tracer: Report error when failed to re-register hbpLi Zefan
2009-07-10ksym_tracer: NIL-terminate user input filterLi Zefan
2009-07-10ksym_tracer: Fix validation of length of access typeLi Zefan
2009-07-10ksym_tracer: Fix validation of access typeLi Zefan