summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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/+5
2009-08-16ring-buffer: Fix advance of reader in rb_buffer_peek()Robert Richter1-6/+4
2009-08-16ring-buffer: Fix memleak in ring_buffer_free()Eric Dumazet1-0/+1
2009-08-16generic-ipi: fix hotplug_cfd()Xiao Guangrong1-1/+1
2009-08-16execve: must clear current->clear_child_tidEric Dumazet1-11/+11
2009-08-16posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAWHiroshi Shimamoto1-0/+7
2009-08-16tracing: Fix missing function_graph events when we splice_read from trace_pipeLai Jiangshan1-3/+7
2009-08-16tracing: Fix invalid function_graph entryLai Jiangshan1-2/+9
2009-07-30sched: fix nr_uninterruptible accounting of frozen tasks reallyThomas Gleixner1-0/+7
2009-07-30tracing/function: Fix the return value of ftrace_trace_onoff_callback()Xiao Guangrong1-1/+1
2009-07-30sched_rt: Fix overload bug on rt group schedulingPeter Zijlstra2-1/+18
2009-07-19kernel/resource.c: fix sign extension in reserve_setup()Zhang Rui1-1/+1
2009-07-19futexes: Fix infinite loop in get_futex_key() on huge pageSonny Rao1-0/+1
2009-07-19futex: Fix the write access fault problem for realThomas Gleixner1-19/+23
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-07-02tracing/urgent: fix unbalanced ftrace_start_upFrederic Weisbecker1-3/+5
2009-06-09cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu3-3/+3
2009-06-08async: Fix lack of boot-time console due to insufficient synchronizationLinus Torvalds1-10/+5
2009-06-04ptrace: revert "ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic"Oleg Nesterov1-0/+2
2009-06-04ptrace: tracehook_report_clone: fix false positivesOleg Nesterov1-1/+1
2009-05-26kmod: Release sub_info on cred allocation failure.Tetsuo Handa1-1/+3
2009-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-26/+4
2009-05-24async: make sure independent async domains can't accidentally entangleJames Bottomley1-8/+12
2009-05-24PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki3-26/+4
2009-05-19futex: setup writeable mapping for futex ops which modify user space dataThomas Gleixner1-11/+13
2009-05-18Merge branches 'sched-fixes-for-linus-2' and 'core-fixes-for-linus-2' of git:...Linus Torvalds2-3/+4
2009-05-18Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2009-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-2/+2
2009-05-16Fix caller information for warn_slowpath_nullLinus Torvalds1-15/+20
2009-05-15PM: check sysdev_suspend(PMSG_FREEZE) return valueBjorn Helgaas1-2/+2
2009-05-15tracing: Append prompt in /debug/tracing/README fileGeunSik Lim1-1/+1
2009-05-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-2/+2
2009-05-15sysrq, intel_fb: fix sysrq g collisionJason Wessel1-2/+2
2009-05-15Revert "mm: add /proc controls for pdflush threads"Jens Axboe1-23/+0
2009-05-12lockdep: increase MAX_LOCKDEP_ENTRIES and MAX_LOCKDEP_CHAINSIngo Molnar1-2/+2
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-2/+1
2009-05-09sched: Fix fallback sched_clock()'s offset when using jiffiesRon1-1/+2
2009-05-08kprobes: fix to use text_mutex around arm/disarm kprobeMasami Hiramatsu1-9/+22
2009-05-06Eliminate thousands of warnings with gcc 3.2 buildAndi Kleen1-3/+10
2009-05-06inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positiveWu Fengguang1-2/+2
2009-05-05Merge branch 'timers/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+11
2009-05-05Merge branch 'irq/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-2/+0
2009-05-05Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2009-05-05Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2009-05-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2009-05-02mm: prevent divide error for small values of vm_dirty_bytesAndrea Righi1-1/+4
2009-05-02clockevents: prevent endless loop in tick_handle_periodic()john stultz1-1/+11