aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-07-22softirq: introduce tasklet_hrtimer infrastructurePeter Zijlstra1-1/+63
2009-07-21x86, intel_txt: Intel TXT Sx shutdown supportJoseph Cihula1-1/+6
2009-07-21genirq: Delegate irq affinity setting to the irq threadThomas Gleixner3-9/+46
2009-07-20tracing/filters: improve subsystem filterLi Zefan2-43/+84
2009-07-20tracing: cleanup for tracing_trace_options_read()Xiao Guangrong1-3/+3
2009-07-20tracing/events: record the size of dynamic arraysLi Zefan1-2/+4
2009-07-19clocksource: Prevent NULL pointer dereferenceThomas Gleixner1-1/+1
2009-07-18timer: Avoid reading uninitialized dataPavel Roskin1-1/+1
2009-07-18sched: Pull up the might_sleep() check into cond_resched()Frederic Weisbecker1-7/+5
2009-07-18sched: Add a preempt count base offset to __might_sleep()Frederic Weisbecker1-4/+11
2009-07-18sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep()Frederic Weisbecker1-2/+1
2009-07-18sched: Remove obsolete comment in __cond_resched()Frederic Weisbecker1-5/+0
2009-07-18sched: Drop the need_resched() loop from cond_resched()Frederic Weisbecker1-5/+3
2009-07-18Merge branch 'linus' into sched/coreIngo Molnar25-156/+426
2009-07-18sched: fix nr_uninterruptible accounting of frozen tasks reallyThomas Gleixner1-0/+7
2009-07-18sched: fix load average accounting vs. cpu hotplugThomas Gleixner1-2/+2
2009-07-18profile: Suppress warning about large allocations when profile=1 is specifiedMel Gorman1-2/+3
2009-07-18tracing: Remove unused fields/variables[email protected]2-5/+1
2009-07-18Merge branch 'linus' into tracing/coreIngo Molnar31-795/+1191
2009-07-18perf_counter: Log vfork as a fork eventAnton Blanchard1-6/+3
2009-07-18perf_counter: Make sure we dont leak kernel memory to userspaceAnton Blanchard1-4/+15
2009-07-18sched: Account for vruntime wrappingFabio Checconi1-2/+8
2009-07-17tracing/function: Cleanup for function tracerXiao Guangrong2-17/+4
2009-07-17tracing/trace_stack: Cleanup for trace_lookup_stack()Xiao Guangrong1-8/+1
2009-07-17tracing/function: Simplify __ftrace_replace_code()Xiao Guangrong1-54/+18
2009-07-16tracing/function: Fix the return value of ftrace_trace_onoff_callback()Xiao Guangrong1-1/+1
2009-07-16ring_buffer: Fix warning while ignoring cmpxchg return valueLai Jiangshan1-2/+7
2009-07-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-12/+52
2009-07-14Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-57/+64
2009-07-14Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2009-07-14Merge branch 'master' into nextJames Morris19-83/+306
2009-07-13tracing/function-profiler: do not free per cpu variable statSteven Rostedt1-3/+2
2009-07-13perf_counter: Fix the tracepoint channel to perfcountersChris Wilson1-7/+3
2009-07-12genetlink: make netns awareJohannes Berg1-5/+5
2009-07-12Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds1-7/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan3-1/+2
2009-07-11futexes: Fix infinite loop in get_futex_key() on huge pageSonny Rao1-0/+1
2009-07-11sched: Fix bug in SCHED_IDLE interaction with group schedulingPaul Turner1-1/+2
2009-07-10Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+1
2009-07-10sched: optimize cond_resched()Peter Zijlstra1-5/+9
2009-07-10Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-14/+12
2009-07-10hrtimer: Fix migration expiry checkThomas Gleixner2-68/+64
2009-07-10hrtimer: migration: do not check expiry time on current CPUThomas Gleixner1-2/+13
2009-07-10printk: Restore previous console_loglevel when re-enabling loggingFrans Pop1-1/+10
2009-07-10Merge branch 'tip/tracing/ring-buffer-3' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2-168/+770
2009-07-10printk: Ensure that "console enabled" messages are printed on the consoleRobin Getz1-15/+29
2009-07-10tracing/workqueues: Add refcnt to struct cpu_workqueue_statsLai Jiangshan1-6/+26
2009-07-10tracing/stat: Add stat_release() callbackLai Jiangshan2-2/+7
2009-07-10kmemtrace: Rename some functionsLi Zefan1-8/+8
2009-07-10tracing/kmemtrace: Use the %pf formatFrederic Weisbecker1-20/+5