summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-04-26lockdep: fix incorrect percpu usageMathieu Desnoyers1-3/+3
2010-04-26modules: fix incorrect percpu usageMathieu Desnoyers1-1/+1
2010-04-26sched: Fix sched_getaffinity()Anton Blanchard1-1/+1
2010-04-26sched: sched_getaffinity(): Allow less than NR_CPUS lengthKOSAKI Motohiro1-3/+7
2010-04-26genirq: Force MSI irq handlers to run with interrupts disabledThomas Gleixner1-0/+10
2010-04-26Freezer: Fix buggy resume test for tasks frozen with cgroup freezerMatt Helsley2-4/+7
2010-04-01softlockup: Stop spurious softlockup messages due to overflowColin Ian King1-2/+2
2010-04-01genirq: Prevent oneshot irq thread raceThomas Gleixner2-9/+40
2010-04-01cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie2-9/+13
2010-04-01perf_event: Fix oops triggered by cpu offline/onlinePaul Mackerras1-1/+12
2010-04-01perf: Provide generic perf_sample_data initializationPeter Zijlstra1-13/+8
2010-04-01sched: Fix SCHED_MC regression caused by change in sched cpu_powerSuresh Siddha1-33/+43
2010-04-01tracing: Do not record user stack trace from NMI contextSteven Rostedt1-0/+7
2010-04-01tracing: Disable buffer switching when starting or stopping traceSteven Rostedt1-0/+9
2010-04-01tracing: Use same local variable when resetting the ring bufferSteven Rostedt1-4/+4
2010-04-01tracing: Fix warning in s_next of trace file opsLai Jiangshan1-0/+1
2010-04-01function-graph: Init curr_ret_stack with ret_stackSteven Rostedt1-1/+1
2010-04-01hw-breakpoints: Remove stub unthrottle callbackFrederic Weisbecker1-1/+0
2010-04-01ring-buffer: Move disabled check into preempt disable sectionLai Jiangshan1-6/+6
2010-04-01timekeeping: Prevent oops when GENERIC_TIME=njohn stultz1-0/+4
2010-03-15sched: Don't use possibly stale sched_classThomas Gleixner1-2/+4
2010-03-15sched: Fix SMT scheduler regression in find_busiest_queue()Suresh Siddha1-2/+13
2010-03-15x86: Avoid race condition in pci_enable_msix()Brandon Phiilps1-9/+43
2010-03-15tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney1-1/+2
2010-03-15perf: Reimplement frequency driven samplingPeter Zijlstra1-40/+92
2010-03-15perf_event: Fix preempt warning in perf_clock()Peter Zijlstra1-1/+1
2010-03-15PM / Hibernate: Fix preallocating of memoryRafael J. Wysocki1-1/+1
2010-02-22kernel/sys.c: fix missing rcu protection for sys_getpriority()Tetsuo Handa1-0/+2
2010-02-22Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+5
2010-02-16kfifo: Don't use integer as NULL pointerAnton Vorontsov1-1/+1
2010-02-16kfifo: Make kfifo_initialized work after kfifo_freeAnton Vorontsov1-0/+1
2010-02-15Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-10/+5
2010-02-15Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+25
2010-02-15Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2010-02-14perf_events: Fix FORK eventsPeter Zijlstra1-6/+5
2010-02-14tracing/kprobes: Fix probe parsingHeiko Carstens1-1/+1
2010-02-09Export the symbol of getboottime and mmonotonic_to_bootbasedJason Wang1-0/+2
2010-02-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-6/+45
2010-02-04perf: Make bp_len type to u64 generic across the archMahesh Salgaonkar2-2/+2
2010-02-03hrtimer, softirq: Fix hrtimer->softirq trampolinePeter Zijlstra1-10/+5
2010-02-03futex: Handle futex value corruption gracefullyThomas Gleixner1-2/+19
2010-02-03futex: Handle user space corruption gracefullyThomas Gleixner1-0/+7
2010-02-03futex_lock_pi() key refcnt fixMikael Pettersson1-1/+1
2010-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus 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-01Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2010-02-01Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-10/+49