summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | tracing: handle broken names in ftrace filterJiri Olsa2009-08-181-6/+11
| * | | ftrace: Unify effect of writing to trace_options and option/*Zhaolei2009-08-181-10/+2
* | | | Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm...Linus Torvalds2009-08-191-0/+15
|\ \ \ \ | | |_|/ | |/| |
| * | | perf_counter: Fix the PARISC buildIngo Molnar2009-08-181-0/+4
| * | | perf_counter: Check task on counter read IPIPaul Mackerras2009-08-171-0/+11
| | |/ | |/|
* | | mm: revert "oom: move oom_adj value"KOSAKI Motohiro2009-08-181-1/+0
* | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-08-181-2/+8
|\ \ \ | |_|/ |/| |
| * | genirq: Wake up irq thread after action has been installedThomas Gleixner2009-08-181-2/+8
| |/
* | Security/SELinux: seperate lsm specific mmap_min_addrEric Paris2009-08-171-3/+4
|/
* genirq: prevent wakeup of freed irq threadLinus Torvalds2009-08-131-10/+7
* Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-131-102/+236
|\
| * perf_counter: Report the cloning task as parent on perf_counter_fork()Peter Zijlstra2009-08-131-2/+2
| * perf_counter: Fix an ipi-deadlockPeter Zijlstra2009-08-131-1/+5
| * perf: Rework/fix the whole read vs group stuffPeter Zijlstra2009-08-131-72/+202
| * perf_counter: Fix swcounter context invariancePeter Zijlstra2009-08-131-26/+18
| * perf_counter: Provide hw_perf_counter_setup_online() APIsIngo Molnar2009-08-131-1/+9