summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* posix_timer: Fix error path in timer_createAndrey Vagin2010-07-051-7/+4
* clockevent: Don't remove broadcast device when cpu is deadXiaotian Feng2010-04-011-1/+4
* futex_lock_pi() key refcnt fixMikael Pettersson2010-04-011-1/+1
* futex: Handle user space corruption gracefullyThomas Gleixner2010-04-011-0/+7
* futex: Handle futex value corruption gracefullyThomas Gleixner2010-04-011-2/+19
* fix more leaks in audit_tree.c tag_chunk()Al Viro2010-01-181-3/+6
* fix braindamage in audit_tree.c untag_chunk()Al Viro2010-01-181-2/+2
* kernel/signal.c: fix kernel information leak with print-fatal-signals=1Andi Kleen2010-01-181-1/+2
* clockevents: Prevent clockevent_devices list corruption on cpu hotplugThomas Gleixner2010-01-061-3/+15
* futex: Take mmap_sem for get_user_pages in fault_in_user_writeableAndi Kleen2009-12-181-2/+8
* bsdacct: fix uid/gid misreportingAlexey Dobriyan2009-12-181-1/+2
* perf_event: Adjust frequency and unthrottle for non-group-leader eventsPaul Mackerras2009-12-081-1/+1
* modules: don't export section names of empty sections via sysfsHelge Deller2009-12-081-1/+4
* sched: Fix isolcpus boot optionRusty Russell2009-12-081-1/+4
* sched: Fix boot crash by zalloc()ing most of the cpu masksRusty Russell2009-12-081-3/+3
* uids: Prevent tear down raceThomas Gleixner2009-12-081-1/+1
* param: fix setting arrays of boolRusty Russell2009-11-091-1/+4
* param: fix NULL comparison on oomRusty Russell2009-11-091-1/+1
* param: fix lots of bugs with writing charp params from sysfs, by leaking mem.Rusty Russell2009-11-091-9/+1
* futex: Fix spurious wakeup for requeue_pi reallyThomas Gleixner2009-11-091-5/+1
* futex: Move drop_futex_key_refs out of spinlock'ed regionDarren Hart2009-11-091-1/+2
* futex: Check for NULL keys in match_futexDarren Hart2009-11-091-1/+2
* futex: Handle spurious wake upThomas Gleixner2009-11-091-3/+15
* bsdacct: switch credentials for writing to the accounting fileMichal Schmidt2009-10-221-1/+7
* futex: Fix wakeup race by setting TASK_INTERRUPTIBLE before queue_me()Darren Hart2009-10-221-12/+3
* futex: Detect mismatched requeue targetsDarren Hart2009-10-221-4/+20
* tracing/filters: Fix memory leak when setting a filterLi Zefan2009-10-221-1/+2
* NOHZ: update idle state also when NOHZ is inactiveEero Nurkkala2009-10-121-2/+7
* futex: Fix locking imbalanceThomas Gleixner2009-10-121-1/+1
* futex: Nullify robust lists after cleanupPeter Zijlstra2009-10-121-2/+6
* futex: Move exit_pi_state() call to release_mm()Thomas Gleixner2009-10-122-2/+2
* futex: fix requeue_pi key imbalanceDarren Hart2009-10-121-1/+0
* ftrace: check for failure for all conversionsSteven Rostedt2009-10-121-8/+3
* tracing: correct module boundaries for ftrace_releasejolsa@redhat.com2009-10-121-8/+4
* perf_counter: Fix perf_copy_attr() pointer arithmeticIan Schram2009-10-051-10/+10
* perf_counter: Start counting time enabled when group leader gets enabledPaul Mackerras2009-09-241-13/+30
* perf_counter: Fix buffer overflow in perf_copy_attr()Xiao Guangrong2009-09-241-0/+1
* Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-09-051-1/+2
|\
| * perf_counter: Fix /0 bug in swcountersPeter Zijlstra2009-08-291-0/+1
| * perf_counters: Increase paranoia levelIngo Molnar2009-08-281-1/+1
* | modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar2009-08-281-2/+5
|/
* module: workaround duplicate section namesJames Bottomley2009-08-271-1/+2
* module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell2009-08-271-2/+4
* clone(): fix race between copy_process() and de_thread()Oleg Nesterov2009-08-261-15/+5
* Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-251-1/+1
|\
| * perf_counter: Fix typo in read() output generationPeter Zijlstra2009-08-211-1/+1
* | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-08-253-11/+14
|\ \
| * | clockevent: Prevent dead lock on clockevents_lockSuresh Siddha2009-08-192-10/+13
| * | timers: Drop write permission on /proc/timer_listAmerigo Wang2009-08-171-1/+1
* | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-08-252-16/+13
|\ \ \