summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-10tracing: fix typos in commentsWenji Huang4-7/+7
2009-02-10tracing: provide correct return value after outputting the eventWenji Huang1-7/+7
2009-02-10tracing: remove unneeded variableWenji Huang1-3/+1
2009-02-10tracing: storage class should be before const qualifierTobias Klauser1-1/+1
2009-02-10tracing, x86: fix constraint for parent variableSteven Rostedt1-5/+4
2009-02-10ring_buffer: fix ring_buffer_read_page()Lai Jiangshan1-13/+20
2009-02-10ring_buffer: fix typing mistakeLai Jiangshan1-5/+4
2009-02-09tracing: clean up splice codeSteven Rostedt1-41/+55
2009-02-09tracing: Move pipe waiting code out of tracing_read_pipe().Eduard - Gabriel Munteanu1-29/+40
2009-02-09tracing: splice support for tracing_pipeEduard - Gabriel Munteanu2-0/+142
2009-02-09tracing/function-graph-tracer: handle the leaf functions from trace_pipeFrederic Weisbecker3-23/+36
2009-02-09tracing/blktrace: move the tracing file to kernel/trace, fixIngo Molnar1-0/+1
2009-02-09tracing: handle unregistering the current tracerArnaldo Carvalho de Melo1-0/+9
2009-02-09tracing/function-graph-tracer: drop the kernel_text_address checkFrederic Weisbecker3-10/+3
2009-02-09tracing/power: move the power trace headers to a dedicated fileFrederic Weisbecker6-33/+39
2009-02-09tracing/function-graph-tracer: provide a selftest for the function graph tracerFrederic Weisbecker3-0/+55
2009-02-09tracing/blktrace: move the tracing file to kernel/traceFrederic Weisbecker5-26/+25
2009-02-09Merge branch 'tip/tracing/core/devel' of git://git.kernel.org/pub/scm/linux/k...Ingo Molnar13-44/+85
2009-02-09Merge commit 'v2.6.29-rc4' into tracing/coreIngo Molnar162-2045/+3099
2009-02-08Linux 2.6.29-rc4v2.6.29-rc4Linus Torvalds1-1/+1
2009-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-updateLinus Torvalds3-18/+76
2009-02-08radeonfb: Fix resume from D3Cold on some platformsBenjamin Herrenschmidt2-67/+20
2009-02-08aty128fb: Properly save PCI state before changing PCI PM levelBenjamin Herrenschmidt1-10/+15
2009-02-08atyfb: Properly save PCI state before changing PCI PM levelBenjamin Herrenschmidt1-5/+15
2009-02-08async: use list_move_tailStefan Richter1-2/+1
2009-02-08async: Rename _special -> _domain for clarity.Cornelia Huck3-24/+29
2009-02-08async: Add some documentation.Cornelia Huck1-0/+47
2009-02-08async: Handle kthread_run() return codes.Cornelia Huck1-2/+9
2009-02-08async: Fix running list handling.Cornelia Huck1-2/+2
2009-02-08trace: trivial fixes in comment typos.Wenji Huang3-7/+7
2009-02-08ring-buffer: use generic version of in_nmiSteven Rostedt3-40/+15
2009-02-08ftrace: change function graph tracer to use new in_nmiSteven Rostedt2-21/+2
2009-02-08nmi: add generic nmi tracking stateSteven Rostedt1-0/+15
2009-02-08ftrace, x86: rename in_nmi variableSteven Rostedt1-11/+11
2009-02-08ring-buffer: allow tracing_off to be used in core kernel codeSteven Rostedt1-0/+9
2009-02-08ring-buffer: add NMI protection for spinlocksSteven Rostedt5-7/+68
2009-02-08trace: remove deprecated entry->cpuSteven Rostedt4-7/+5
2009-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds10-87/+132
2009-02-07module: remove over-zealous check in __module_get()Rusty Russell1-1/+0
2009-02-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds24-901/+481
2009-02-07Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',...Len Brown1744-15883/+32279
2009-02-07ACPI: Kconfig text - Fix the ACPI_CONTAINER module name according to the real...Thierry Vignaud1-1/+1
2009-02-07eeepc-laptop: fix oops when changing backlight brightness during eeepc-laptop...Darren Salt1-1/+2
2009-02-07ACPICA: Fix table entry truncation calculationMyron Stowe1-4/+3
2009-02-07ACPI: Enable bit 11 in _PDC to advertise hw coordPallipadi, Venkatesh1-0/+2
2009-02-07ACPI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-4/+4
2009-02-07ACPI: add missing KERN_* constants to printksFrank Seidel6-11/+12
2009-02-07ACPI: dock: Don't eval _STA on every show_docked sysfs readHolger Macht1-1/+5
2009-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds3-8/+24
2009-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds27-451/+1421