summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro1-1/+0
2009-08-18Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+8
2009-08-18genirq: Wake up irq thread after action has been installedThomas Gleixner1-2/+8
2009-08-18perf_counter: Fix the PARISC buildIngo Molnar1-0/+4
2009-08-18ftrace: Unify effect of writing to trace_options and option/*Zhaolei1-10/+2
2009-08-17timers: Drop write permission on /proc/timer_listAmerigo Wang1-1/+1
2009-08-17perf_counter: Check task on counter read IPIPaul Mackerras1-0/+11
2009-08-17Security/SELinux: seperate lsm specific mmap_min_addrEric Paris1-3/+4
2009-08-13genirq: prevent wakeup of freed irq threadLinus Torvalds1-10/+7
2009-08-13Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-102/+236