aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-1/+1
2010-02-02cgroups: fix to return errno in a failure pathLi Zefan1-2/+5
2010-02-02kfifo: fix kernel-doc notationRandy Dunlap1-1/+2
2010-02-03kernel/cred.c: use kmem_cache_freeJulia Lawall1-1/+1
2010-02-02tracing: Fix circular dead lock in stack traceLai Jiangshan1-0/+24
2010-02-02sched: Remove unused update_shares_locked()Peter Zijlstra1-14/+0
2010-02-02sched: Use for_each_bitAkinobu Mita1-3/+1
2010-02-02Merge branch 'master' into percpuTejun Heo26-134/+280
2010-02-01Generic page_is_ram: use __weakAndrew Morton1-1/+1
2010-02-01resources: introduce generic page_is_ram()Wu Fengguang1-0/+13
2010-02-01Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-02-01Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-10/+49
2010-02-01Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-32/+32
2010-02-01Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+15
2010-02-01softlockup: Add sched_clock_tick() to avoid kernel warning on kgdb resumeJason Wessel2-3/+18
2010-01-30perf, hw_breakpoint, kgdb: Do not take mutex for kernel debuggerJason Wessel1-10/+42
2010-01-30x86, hw_breakpoints, kgdb: Fix kgdb to use hw_breakpoint APIJason Wessel1-0/+3
2010-01-29Merge branch 'perf/urgent' into perf/coreIngo Molnar15-68/+141
2010-01-29ntp: Cleanup xtime references in ntp.cJohn Stultz1-3/+3
2010-01-29ntp: Make time_esterror and time_maxerror staticjohn stultz1-2/+2
2010-01-29perf_events: Fix sample_period transfer on inheritPeter Zijlstra1-2/+9
2010-01-29tracing/kprobe: Cleanup unused return value of tracing functionsXiao Guangrong1-17/+10
2010-01-29perf: Factorize trace events raw sample buffer operationsXiao Guangrong3-142/+67
2010-01-29tracing: Simplify test for function_graph tracing start pointLai Jiangshan2-7/+3
2010-01-28hw_breakpoints: Release the bp slot if arch_validate_hwbkpt_settings() fails.Mahesh Salgaonkar1-0/+4
2010-01-28sched: Correct printk whitespace in warning from cpu down task checkFrans Pop1-4/+4
2010-01-28sched: Fix incorrect sanity checkPeter Zijlstra1-1/+1
2010-01-27perf: Reimplement frequency driven samplingPeter Zijlstra1-40/+92
2010-01-27lockdep: Fix check_usage_backwards() error messageOleg Nesterov1-1/+1
2010-01-26tracing/documentation: Cover new frame pointer semanticsMike Frysinger1-3/+1
2010-01-26ring-buffer: Check for end of page in iteratorSteven Rostedt1-3/+8
2010-01-26ring-buffer: Check if ring buffer iterator has stale dataSteven Rostedt1-0/+13
2010-01-26clocksource: Prevent potential kgdb dead lockThomas Gleixner1-3/+15
2010-01-25tracing: Prevent kernel oops with corrupted bufferSteven Rostedt1-0/+5
2010-01-24Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2010-01-24Merge git://git.infradead.org/~dwmw2/mtd-2.6.33Linus Torvalds3-1/+7
2010-01-22sched: Queue a deboosted task to the head of the RT prio queueThomas Gleixner1-1/+1
2010-01-22sched: Implement head queueing for sched_rtThomas Gleixner1-8/+11
2010-01-22sched: Extend enqueue_task to allow head queueingThomas Gleixner3-8/+11
2010-01-21sched: Fix fork vs hotplug vs cpuset namespacesPeter Zijlstra2-27/+27
2010-01-21Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+10
2010-01-21perf: Honour event state for aux stream dataPeter Zijlstra1-0/+9
2010-01-21perf: Fix perf_event_do_pending() fallback callsitePeter Zijlstra1-2/+1
2010-01-21sched: Remove USER_SCHEDDhaval Giani4-425/+7
2010-01-21sched: Fix the place where group powers are updatedGautham R Shenoy1-4/+3
2010-01-21sched: Assume *balance is validPeter Zijlstra1-3/+3
2010-01-21sched: Remove load_balance_newidle()Peter Zijlstra1-122/+13
2010-01-21sched: Unify load_balance{,_newidle}()Peter Zijlstra1-56/+59
2010-01-21sched: Add a lock break for PREEMPT=yPeter Zijlstra1-0/+4
2010-01-21sched: Remove from fwd declsPeter Zijlstra1-67/+60