summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-04-30next_pidmap: fix overflow conditionLinus Torvalds1-1/+4
2011-04-30repair gdbstub to match the gdbserial protocol specificationJason Wessel1-6/+3
2011-04-30Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier1-1/+1
2011-04-30Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes1-2/+6
2011-04-30genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner1-1/+1
2011-04-30ptrace: use safer wake up on ptrace_detach()Tejun Heo1-1/+1
2011-02-09tracing: Fix panic when lseek() called on "trace" opened for writingSlava Pestov1-2/+10
2011-02-09posix-cpu-timers: workaround to suppress the problems with mt execOleg Nesterov1-0/+8
2011-02-09PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai1-1/+1
2010-12-09do_exit(): make sure that we run with get_fs() == USER_DSNelson Elhage1-0/+9
2010-11-22sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers1-4/+3
2010-09-20compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin1-0/+22
2010-09-20tracing: Do not allow llseek to set_ftrace_filterSteven Rostedt1-1/+1
2010-05-26clockevent: Prevent dead lock on clockevents_lockSuresh Siddha2-10/+13
2010-05-26trace: Fix inappropriate substraction on tracing_pages_allocated in trace_fre...Wang Sheng-Hui1-1/+1
2010-04-01sched: wakeup preempt when small overlapPeter Zijlstra5-13/+21
2010-04-01printk: robustify printk, fix #2Peter Zijlstra1-1/+1
2010-04-01futex: Handle user space corruption gracefullyThomas Gleixner1-0/+7
2010-04-01futex: Handle futex value corruption gracefullyThomas Gleixner1-2/+19
2010-01-18fix more leaks in audit_tree.c tag_chunk()Al Viro1-3/+6
2010-01-18fix braindamage in audit_tree.c untag_chunk()Al Viro1-2/+2
2010-01-18kernel/signal.c: fix kernel information leak with print-fatal-signals=1Andi Kleen1-1/+2
2009-11-09printk: robustify printkPeter Zijlstra3-3/+19
2009-10-12time: catch xtime_nsec underflows and fix themjohn stultz1-0/+22
2009-09-08kthreads: fix kthread_create() vs kthread_stop() raceOleg Nesterov1-1/+1
2009-09-08do_sigaltstack: avoid copying 'stack_t' as a structure to user spaceLinus Torvalds1-7/+8
2009-09-08clone(): fix race between copy_process() and de_thread()Oleg Nesterov1-15/+6
2009-08-16execve: must clear current->clear_child_tidEric Dumazet1-11/+11
2009-07-19kernel/resource.c: fix sign extension in reserve_setup()Zhang Rui1-1/+1
2009-07-19security: use mmap_min_addr indepedently of security modelsChristoph Lameter1-2/+0
2009-07-02bsdacct: fix access to invalid filp in acct_on()Renaud Lottiaux1-2/+4
2009-05-08clockevents: prevent endless loop in tick_handle_periodic()john stultz1-1/+11
2009-05-02fix ptrace slownessMiklos Szeredi1-0/+8
2009-05-02exit_notify: kill the wrong capable(CAP_KILL) check (CVE-2009-1337)Oleg Nesterov1-2/+1
2009-05-02kprobes: Fix locking imbalance in kretprobesAnanth N Mavinakayanahalli1-3/+1
2009-03-16x86-64: seccomp: fix 32/64 syscall holeRoland McGrath1-3/+4
2009-03-16Fix fixpoint divide exception in acct_update_integralsHeiko Carstens1-1/+5
2009-03-16copy_process: fix CLONE_PARENT && parent_exec_id interactionOleg Nesterov1-6/+5
2009-02-12genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup()Dean Nelson1-0/+1
2009-02-12wait: prevent exclusive waiter starvationJohannes Weiner2-9/+54
2009-02-02relay: fix lock imbalance in relay_late_setup_filesJiri Slaby1-1/+3
2009-01-24clocksource: introduce clocksource_forward_now()Roman Zippel1-38/+33
2009-01-24'kill sig -1' must only apply to caller's namespaceSukadev Bhattiprolu1-1/+2
2009-01-18System call wrappers part 32Heiko Carstens1-6/+5
2009-01-18System call wrappers part 31Heiko Carstens2-8/+7
2009-01-18System call wrappers part 30Heiko Carstens1-1/+1
2009-01-18System call wrappers part 27Heiko Carstens4-5/+5
2009-01-18System call wrappers part 26Heiko Carstens1-2/+2
2009-01-18System call wrappers part 24Heiko Carstens1-6/+7
2009-01-18System call wrappers part 23Heiko Carstens1-3/+3