summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-03-21kernel/smp.c: fix smp_call_function_many() SMP raceAnton Blanchard1-0/+30
2011-03-21ptrace: use safer wake up on ptrace_detach()Tejun Heo1-1/+1
2011-03-21posix-cpu-timers: workaround to suppress the problems with mt execOleg Nesterov1-0/+8
2011-03-21tracing: Fix panic when lseek() called on "trace" opened for writingSlava Pestov1-1/+9
2011-03-21PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai1-1/+1
2011-03-21nohz: Fix get_next_timer_interrupt() vs cpu hotplugHeiko Carstens1-0/+6
2011-03-21nohz: Fix printk_needs_cpu() return value on offline cpusHeiko Carstens1-0/+2
2011-03-21genirq: Fix incorrect proc spurious outputKenji Kaneshige1-1/+1
2011-03-21Prioritize synchronous signals over 'normal' signalsLinus Torvalds1-13/+30
2011-03-21compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin1-0/+22
2011-03-21do_exit(): make sure that we run with get_fs() == USER_DSNelson Elhage1-0/+9
2011-03-21latencytop: fix per task accumulatorKen Chen1-9/+8
2011-03-21futex: Fix errors in nested key ref-countingDarren Hart1-15/+16
2011-03-21sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers1-4/+3
2011-03-21hrtimer: Preserve timer state in remove_hrtimer()Salman Qazi1-2/+11
2011-03-21ring-buffer: Fix typo of time extends per pageSteven Rostedt1-1/+1
2010-08-02futex: futex_find_get_task remove credentails checkMichal Hocko1-13/+4
2010-08-02genirq: Deal with desc->set_type() changing desc->chipThomas Gleixner1-0/+3
2010-08-02sched: Fix over-scheduling bugAlex,Shi1-3/+0
2010-08-02sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon1-0/+6
2010-08-02dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron1-1/+3
2010-07-05tracing: Consolidate protection of reader access to the ring bufferLai Jiangshan1-39/+97
2010-07-05perf: Fix signed comparison in perf_adjust_period()Peter Zijlstra1-1/+4
2010-07-05signals: check_kill_permission(): don't check creds if same_thread_group()Oleg Nesterov1-2/+4
2010-07-05mutex: Fix optimistic spinning vs. BKLTony Breeds1-0/+7
2010-07-05cpumask: fix compat getaffinityKOSAKI Motohiro1-14/+11
2010-07-05posix_timer: Fix error path in timer_createAndrey Vagin1-7/+4
2010-07-05Fix racy use of anon_inode_getfd() in perf_event.cAl Viro1-18/+22
2010-05-26profile: fix stats and data leakageHugh Dickins1-1/+3
2010-05-26revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt1-2/+0
2010-05-12CRED: Fix a race in creds_are_invalid() in credentials debuggingDavid Howells1-2/+0
2010-05-12perf: Fix resource leak in failure path of perf_event_open()Tejun Heo1-1/+1
2010-04-26sched: Use proper type in sched_getaffinity()KOSAKI Motohiro1-1/+1
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