summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2010-02-22kernel/sys.c: fix missing rcu protection for sys_getpriority()Tetsuo Handa-0/+2
2010-02-22Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+5
2010-02-16kfifo: Don't use integer as NULL pointerAnton Vorontsov-1/+1
2010-02-16kfifo: Make kfifo_initialized work after kfifo_freeAnton Vorontsov-0/+1
2010-02-15Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-10/+5
2010-02-15Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+25
2010-02-15Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2010-02-14perf_events: Fix FORK eventsPeter Zijlstra-6/+5
2010-02-14tracing/kprobes: Fix probe parsingHeiko Carstens-1/+1
2010-02-09Export the symbol of getboottime and mmonotonic_to_bootbasedJason Wang-0/+2
2010-02-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+45
2010-02-04perf: Make bp_len type to u64 generic across the archMahesh Salgaonkar-2/+2
2010-02-03hrtimer, softirq: Fix hrtimer->softirq trampolinePeter Zijlstra-10/+5
2010-02-03futex: Handle futex value corruption gracefullyThomas Gleixner-2/+19
2010-02-03futex: Handle user space corruption gracefullyThomas Gleixner-0/+7
2010-02-03futex_lock_pi() key refcnt fixMikael Pettersson-1/+1
2010-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-1/+1
2010-02-02cgroups: fix to return errno in a failure pathLi Zefan-2/+5
2010-02-02kfifo: fix kernel-doc notationRandy Dunlap-1/+2
2010-02-03kernel/cred.c: use kmem_cache_freeJulia Lawall-1/+1
2010-02-02tracing: Fix circular dead lock in stack traceLai Jiangshan-0/+24
2010-02-01Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2010-02-01Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-10/+49
2010-02-01Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-32/+32
2010-02-01Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+15
2010-02-01softlockup: Add sched_clock_tick() to avoid kernel warning on kgdb resumeJason Wessel-3/+18
2010-01-30perf, hw_breakpoint, kgdb: Do not take mutex for kernel debuggerJason Wessel-10/+42
2010-01-30x86, hw_breakpoints, kgdb: Fix kgdb to use hw_breakpoint APIJason Wessel-0/+3
2010-01-28hw_breakpoints: Release the bp slot if arch_validate_hwbkpt_settings() fails.Mahesh Salgaonkar-0/+4
2010-01-28sched: Correct printk whitespace in warning from cpu down task checkFrans Pop-4/+4
2010-01-28sched: Fix incorrect sanity checkPeter Zijlstra-1/+1
2010-01-27lockdep: Fix check_usage_backwards() error messageOleg Nesterov-1/+1
2010-01-26tracing/documentation: Cover new frame pointer semanticsMike Frysinger-3/+1
2010-01-26ring-buffer: Check for end of page in iteratorSteven Rostedt-3/+8
2010-01-26ring-buffer: Check if ring buffer iterator has stale dataSteven Rostedt-0/+13
2010-01-26clocksource: Prevent potential kgdb dead lockThomas Gleixner-3/+15
2010-01-25tracing: Prevent kernel oops with corrupted bufferSteven Rostedt-0/+5
2010-01-24Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+2
2010-01-24Merge git://git.infradead.org/~dwmw2/mtd-2.6.33Linus Torvalds-1/+7
2010-01-21sched: Fix fork vs hotplug vs cpuset namespacesPeter Zijlstra-27/+27
2010-01-21Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+10
2010-01-21perf: Honour event state for aux stream dataPeter Zijlstra-0/+9
2010-01-21perf: Fix perf_event_do_pending() fallback callsitePeter Zijlstra-2/+1
2010-01-21sched: Reassign prev and switch_count when reacquire_kernel_lock() failYong Zhang-1/+4
2010-01-21sched: Fix vmark regression on big machinesMike Galbraith-1/+1
2010-01-18clockevent: Don't remove broadcast device when cpu is deadXiaotian Feng-1/+2
2010-01-16Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-15/+12
2010-01-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-14/+25
2010-01-16smp_call_function_any(): pass the node value to cpumask_of_node()David John-1/+1
2010-01-16kfifo: document everywhere that size has to be power of twoAndi Kleen-1/+1