aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-02-16sched: Fix race between ttwu() and task_rq_lock()Peter Zijlstra1-27/+46
2010-02-16sched: Fix SMT scheduler regression in find_busiest_queue()Suresh Siddha1-2/+13
2010-02-15Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-10/+5
2010-02-15Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-1/+25
2010-02-15Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+2
2010-02-15tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in commentsUwe Kleine-König1-1/+1
2010-02-15kprobes: Add mcount to the kprobes blacklistMasami Hiramatsu1-0/+1
2010-02-14perf_events: Fix FORK eventsPeter Zijlstra1-6/+5
2010-02-14tracing/kprobes: Fix probe parsingHeiko Carstens1-1/+1
2010-02-11ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSETSuresh Siddha1-0/+88
2010-02-11ftrace: Allow to remove a single function from function graph filterLi Zefan2-21/+33
2010-02-11devres/irq: Fix devm_irq_match commentJean Delvare1-1/+1
2010-02-10x86: Change range end to start+sizeYinghai Lu1-10/+10
2010-02-10x86: Move range related operation to one fileYinghai Lu2-1/+164
2010-02-10Merge remote branch 'linus/master' into x86/bootmemH. Peter Anvin132-5965/+12156
2010-02-10x86: Avoid race condition in pci_enable_msix()Brandon Phiilps1-9/+43
2010-02-09tracing: Add correct/incorrect to sort keys for branch annotation outputSteven Rostedt1-2/+17
2010-02-09Export the symbol of getboottime and mmonotonic_to_bootbasedJason Wang1-0/+2
2010-02-09kthread, sched: Remove reference to kthread_create_on_cpuAnton Blanchard1-1/+1
2010-02-09Remove reference to kthread_create_on_cpuAnton Blanchard1-1/+1
2010-02-08Lose the first argument of audit_inode_child()Al Viro1-5/+2
2010-02-08sched: cpuacct: Use bigger percpu counter batch values for stats countersAnton Blanchard1-1/+19
2010-02-08Merge branch 'sched/urgent' into sched/coreIngo Molnar32-296/+464
2010-02-08kernel/sched.c: Suppress unused var warningAndrew Morton1-1/+1
2010-02-05posix-timers.c: Don't export local functionsH Hartley Sweeten1-1/+1
2010-02-05clocksource: add suspend callbackMagnus Damm2-0/+13
2010-02-05clocksource: add argument to resume callbackMagnus Damm1-1/+1
2010-02-05tree-wide: fix 'lenght' typo in comments and codeDaniel Mack1-1/+1
2010-02-05devres: typo fix s/dev/devm/Baruch Siach1-1/+1
2010-02-05Remove redundant trailing semicolons from macrosEdward Z. Yang1-3/+3
2010-02-05fix comment typo boo -> boot in ksysfs.cThadeu Lima de Souza Cascardo1-1/+1
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder1-1/+1
2010-02-05kprobes: Add mcount to the kprobes blacklistMasami Hiramatsu1-0/+1
2010-02-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-6/+45
2010-02-04Fix misspellings of "invocation" in comments.Adam Buchbinder1-1/+1
2010-02-04Fix misspellings of "truly" in comments.Adam Buchbinder1-2/+2
2010-02-04perf_events: Optimize perf_event_task_tick()Peter Zijlstra1-4/+4
2010-02-04sched: Remove member rt_se from struct rt_rqYong Zhang1-2/+0
2010-02-04sched: Change usage of rt_rq->rt_se to rt_rq->tg->rt_se[cpu]Yong Zhang1-2/+8
2010-02-04ftrace: Remove record freezingMasami Hiramatsu1-39/+0
2010-02-04kprobes: Check probe address is reservedMasami Hiramatsu1-1/+3
2010-02-04ftrace/alternatives: Introducing *_text_reserved functionsMasami Hiramatsu1-0/+15
2010-02-04kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu1-27/+2
2010-02-04syslog: use defined constants instead of raw numbersKees Cook1-26/+19
2010-02-04syslog: distinguish between /proc/kmsg and syscallsKees Cook1-3/+4
2010-02-04perf: Make bp_len type to u64 generic across the archMahesh Salgaonkar2-2/+2
2010-02-03hrtimer, softirq: Fix hrtimer->softirq trampolinePeter Zijlstra1-10/+5
2010-02-03futex: Handle futex value corruption gracefullyThomas Gleixner1-2/+19
2010-02-03futex: Handle user space corruption gracefullyThomas Gleixner1-0/+7
2010-02-03futex_lock_pi() key refcnt fixMikael Pettersson1-1/+1