summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-04-17Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier
2011-04-17Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes
2011-04-17posix-cpu-timers: workaround to suppress the problems with mt execOleg Nesterov
2011-04-17tracing: Fix panic when lseek() called on "trace" opened for writingSlava Pestov
2011-04-17PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai
2011-04-17nohz: Fix get_next_timer_interrupt() vs cpu hotplugHeiko Carstens
2011-04-17nohz: Fix printk_needs_cpu() return value on offline cpusHeiko Carstens
2011-04-17sysctl: fix min/max handling in __do_proc_doulongvec_minmax()Eric Dumazet
2011-04-17sysctl: min/max bounds are optionalEric Dumazet
2011-04-17do_exit(): make sure that we run with get_fs() == USER_DSNelson Elhage
2011-04-17latencytop: fix per task accumulatorKen Chen
2011-04-17CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checksDavid Howells
2011-01-06futex: Fix errors in nested key ref-countingDarren Hart
2011-01-06sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers
2011-01-06hrtimer: Preserve timer state in remove_hrtimer()Salman Qazi
2011-01-06ring-buffer: Fix typo of time extends per pageSteven Rostedt
2011-01-06Fix unprotected access to task credentials in waitid()Daniel J Blueman
2011-01-06sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka
2011-01-06pid: make setpgid() system call use RCU read-side critical sectionPaul E. McKenney
2011-01-06sched: Fix select_idle_sibling() logic in select_task_rq_fair()Suresh Siddha
2011-01-06sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra
2011-01-06sched: Fix select_idle_sibling()Mike Galbraith
2011-01-06rcu: apply RCU protection to wake_affine()Daniel J Blueman
2011-01-06sched: Fix rq->clock synchronization when migrating tasksPeter Zijlstra
2011-01-06sched: Fix nr_uninterruptible countPeter Zijlstra
2011-01-06sched: Optimize task_rq_lock()Peter Zijlstra
2011-01-06sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra
2011-01-06sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov
2011-01-06sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov
2011-01-06sched: sched_exec(): Remove the select_fallback_rq() logicOleg Nesterov
2011-01-06sched: move_task_off_dead_cpu(): Remove retry logicOleg Nesterov
2011-01-06sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq()Oleg Nesterov
2011-01-06sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov
2011-01-06compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin
2011-01-06kernel/groups.c: fix integer overflow in groups_searchJerome Marchand
2011-01-06gcov: fix null-pointer dereference for certain module typesPeter Oberparleiter
2011-01-06tracing: t_start: reset FTRACE_ITER_HASH in case of seek/preadChris Wright
2011-01-06tracing: Do not allow llseek to set_ftrace_filterSteven Rostedt
2011-01-06tracing: Fix a race in function profileLi Zefan
2010-08-26mm: make the vma list be doubly linkedLinus Torvalds
2010-08-26tracing: Fix ring_buffer_read_page reading out of page boundaryHuang Ying
2010-08-26tracing: Fix an unallocated memory access in function_graphShaohua Li
2010-08-13irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell
2010-08-02futex: futex_find_get_task remove credentails checkMichal Hocko
2010-08-02kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas
2010-08-02genirq: Deal with desc->set_type() changing desc->chipThomas Gleixner
2010-08-02sched: Fix over-scheduling bugAlex,Shi
2010-08-02sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon
2010-08-02dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron
2010-08-02fix mis-applied upstream commit ac9721f3f54b27a16c7e1afb2481e7ee95a70318Jan Beulich