summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-04-01clockevent: Don't remove broadcast device when cpu is deadXiaotian Feng1-1/+4
2010-04-01futex_lock_pi() key refcnt fixMikael Pettersson1-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
2010-01-06clockevents: Prevent clockevent_devices list corruption on cpu hotplugThomas Gleixner1-3/+15
2009-12-18futex: Take mmap_sem for get_user_pages in fault_in_user_writeableAndi Kleen1-2/+8
2009-12-18bsdacct: fix uid/gid misreportingAlexey Dobriyan1-1/+2
2009-12-08perf_event: Adjust frequency and unthrottle for non-group-leader eventsPaul Mackerras1-1/+1
2009-12-08modules: don't export section names of empty sections via sysfsHelge Deller1-1/+4
2009-12-08sched: Fix isolcpus boot optionRusty Russell1-1/+4
2009-12-08sched: Fix boot crash by zalloc()ing most of the cpu masksRusty Russell1-3/+3
2009-12-08uids: Prevent tear down raceThomas Gleixner1-1/+1
2009-11-09param: fix setting arrays of boolRusty Russell1-1/+4
2009-11-09param: fix NULL comparison on oomRusty Russell1-1/+1
2009-11-09param: fix lots of bugs with writing charp params from sysfs, by leaking mem.Rusty Russell1-9/+1
2009-11-09futex: Fix spurious wakeup for requeue_pi reallyThomas Gleixner1-5/+1
2009-11-09futex: Move drop_futex_key_refs out of spinlock'ed regionDarren Hart1-1/+2
2009-11-09futex: Check for NULL keys in match_futexDarren Hart1-1/+2
2009-11-09futex: Handle spurious wake upThomas Gleixner1-3/+15
2009-10-22bsdacct: switch credentials for writing to the accounting fileMichal Schmidt1-1/+7
2009-10-22futex: Fix wakeup race by setting TASK_INTERRUPTIBLE before queue_me()Darren Hart1-12/+3
2009-10-22futex: Detect mismatched requeue targetsDarren Hart1-4/+20
2009-10-22tracing/filters: Fix memory leak when setting a filterLi Zefan1-1/+2
2009-10-12NOHZ: update idle state also when NOHZ is inactiveEero Nurkkala1-2/+7
2009-10-12futex: Fix locking imbalanceThomas Gleixner1-1/+1
2009-10-12futex: Nullify robust lists after cleanupPeter Zijlstra1-2/+6
2009-10-12futex: Move exit_pi_state() call to release_mm()Thomas Gleixner2-2/+2
2009-10-12futex: fix requeue_pi key imbalanceDarren Hart1-1/+0
2009-10-12ftrace: check for failure for all conversionsSteven Rostedt1-8/+3
2009-10-12tracing: correct module boundaries for ftrace_releasejolsa@redhat.com1-8/+4
2009-10-05perf_counter: Fix perf_copy_attr() pointer arithmeticIan Schram1-10/+10
2009-09-24perf_counter: Start counting time enabled when group leader gets enabledPaul Mackerras1-13/+30
2009-09-24perf_counter: Fix buffer overflow in perf_copy_attr()Xiao Guangrong1-0/+1
2009-09-05Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-1/+2
2009-08-29perf_counter: Fix /0 bug in swcountersPeter Zijlstra1-0/+1
2009-08-28modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar1-2/+5
2009-08-28perf_counters: Increase paranoia levelIngo Molnar1-1/+1
2009-08-27module: workaround duplicate section namesJames Bottomley1-1/+2
2009-08-27module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell1-2/+4
2009-08-26clone(): fix race between copy_process() and de_thread()Oleg Nesterov1-15/+5
2009-08-25Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-1/+1
2009-08-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-11/+14
2009-08-25Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-16/+13
2009-08-21perf_counter: Fix typo in read() output generationPeter Zijlstra1-1/+1
2009-08-19Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm...Linus Torvalds1-0/+15
2009-08-19clockevent: Prevent dead lock on clockevents_lockSuresh Siddha2-10/+13
2009-08-18tracing: handle broken names in ftrace filterJiri Olsa1-6/+11