aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina3-4/+4
2009-12-05Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds10-177/+330
2009-12-05Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds22-575/+3574
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds11-208/+589
2009-12-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-26/+15
2009-12-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-32/+28
2009-12-05Merge branch 'core-softlockup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-12-05Merge branch 'core-signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-13/+33
2009-12-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds11-362/+1040
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+7
2009-12-05Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-160/+358
2009-12-05Merge branch 'core-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+48
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-12-04tree-wide: fix typos "couter" -> "counter"Uwe Kleine-König1-1/+1
2009-12-04fix kerneldoc for set_irq_msi()Liuweni1-2/+2
2009-12-03mutex: Fix missing conditions to build mutex_spin_on_owner()Frederic Weisbecker1-1/+1
2009-12-03mutex: Better control mutex adaptive spinning configFrederic Weisbecker2-2/+5
2009-12-03rcu: Add expedited grace-period support for preemptible RCUPaul E. McKenney5-27/+260
2009-12-03rcu: Enable fourth level of TREE_RCU hierarchyPaul E. McKenney2-3/+18
2009-12-03rcu: Rename "quiet" functionsPaul E. McKenney3-36/+45
2009-12-03Merge branch 'master' into nextJames Morris51-720/+1879
2009-12-02modules: don't export section names of empty sections via sysfsHelge Deller1-1/+4
2009-12-02sched, cputime: Introduce thread_group_times()Hidetoshi Seto4-21/+64
2009-12-02sched, cputime: Cleanups related to task_times()Hidetoshi Seto2-10/+8
2009-12-02sched: Fix isolcpus boot optionRusty Russell1-1/+4
2009-12-02sched: Revert 498657a478c60be092208422fefa9c7b248729c2Tejun Heo1-1/+1
2009-12-02perf: Don't free perf_mmap_data until work has been doneKristian Høgsberg1-1/+2
2009-12-01trace_syscalls: Remove unused syscall_name_to_nr()Lai Jiangshan1-16/+0
2009-12-01trace_syscalls: Simplify syscall profileLai Jiangshan1-16/+8
2009-12-01trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan1-0/+12
2009-12-01trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan1-13/+9
2009-12-01trace_syscalls: Remove enter_id exit_idLai Jiangshan1-20/+10
2009-12-01trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan1-25/+11
2009-12-01trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan1-8/+0
2009-12-01SLOW_WORK: Move slow_work's proc file to debugfsDavid Howells4-12/+18
2009-12-01SLOW_WORK: Fix the CONFIG_MODULES=n caseDavid Howells1-17/+29
2009-12-01perf_event: Initialize data.period in perf_swevent_hrtimer()Xiao Guangrong1-0/+1
2009-12-01trace_kprobes: Fix a memory leak bug and check kstrdup() return valueMasami Hiramatsu1-7/+19
2009-11-27trace_kprobes: Don't output zero offsetLai Jiangshan1-3/+9
2009-11-27trace_kprobes: Always show group nameLai Jiangshan1-1/+1
2009-11-27trace_kprobes: Fix memory leakLai Jiangshan1-1/+3
2009-11-27trace_syscalls: Add syscall nr fieldLai Jiangshan1-0/+8
2009-11-27hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker2-53/+24
2009-11-27hw-breakpoints: Use struct perf_event_attr to define user breakpointsFrederic Weisbecker1-69/+18
2009-11-27softlockup: Fix hung_task_check_count sysctlAnton Blanchard1-1/+1
2009-11-26perf_events: Fix read() bogus counts when in error stateStephane Eranian1-1/+10
2009-11-26sched, time: Define nsecs_to_jiffies()Hidetoshi Seto2-2/+31
2009-11-26sched: Remove task_{u,s,g}time()Hidetoshi Seto2-32/+3
2009-11-26sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto3-24/+41
2009-11-26tracepoint: Add signal loss eventsMasami Hiramatsu1-5/+14