summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ftrace: align __mcount_loc sectionsMatt Fleming2008-11-081-0/+4
* ftrace: remove trace array ctrlSteven Rostedt2008-11-0810-59/+24
* ftrace: remove ctrl_update methodSteven Rostedt2008-11-0811-101/+29
* ftrace: enable trace_printk by defaultSteven Rostedt2008-11-081-1/+1
* ftrace: irqsoff tracer incorrect resetSteven Rostedt2008-11-081-1/+0
* ftrace: fix sched_switch APISteven Rostedt2008-11-083-14/+46
* ftrace: fix boot trace sched startupSteven Rostedt2008-11-083-4/+22
* ftrace: fix set_ftrace_filterSteven Rostedt2008-11-081-0/+3
*-. Merge branches 'tracing/ftrace', 'tracing/fastboot', 'tracing/nmisafe' and 't...Ingo Molnar2008-11-0845-353/+725
|\ \
| | * ftrace: fix breakage in bin_fmt resultsEric Anholt2008-11-051-1/+1
| | * ftrace: ftrace.txt version updateSteven Rostedt2008-11-041-1/+1
| | * ftrace: update txt documentSteven Rostedt2008-11-041-97/+72
| | * Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-11-033-19/+80
| | |\
| | | * tracing, ring-buffer: add paranoid checks for loopsSteven Rostedt2008-11-031-0/+56
| | | * ftrace: use kretprobe trampoline name to test in outputSteven Rostedt2008-11-031-18/+21
| | * | Merge branch 'io-mappings-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-11-0312-105/+390
| | |\ \
| | | * | io mapping: clean up #ifdefsKeith Packard2008-11-032-18/+29
| | | * | io mapping: improve documentationKeith Packard2008-11-031-3/+9
| | | * | i915: use io-mapping interfaces instead of a variety of mapping kludgesKeith Packard2008-10-312-94/+83
| | | * | resources: add io-mapping functions to dynamically map large device aperturesKeith Packard2008-10-312-0/+194
| | | * | x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmapsKeith Packard2008-10-317-11/+96
| | * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-11-0316-60/+89
| | |\ \ \
| | | | \ \
| | | | \ \
| | | *-. \ \ Merge branches 'topic/fix/misc' and 'topic/fix/hda' into for-linusTakashi Iwai2008-11-0316-60/+89
| | | |\ \ \ \
| | | | | * | | ALSA: hda: make a STAC_DELL_EQ optionMatthew Ranostay2008-11-031-6/+10
| | | | | * | | ALSA: hda - Add a quirk for another Acer Aspire (1025:0090)Takashi Iwai2008-11-031-0/+1
| | | | | * | | ALSA: hda - Add digital-mic for ALC269 auto-probe modeTakashi Iwai2008-10-311-2/+20
| | | | | * | | ALSA: hda - Disable broken mic auto-muting in Realtek codesTakashi Iwai2008-10-311-0/+6
| | | | * | | | ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy modelsTakashi Iwai2008-11-031-0/+3
| | | | * | | | ALSA: remove direct access of dev->bus_id in sound/isa/*Takashi Iwai2008-11-038-45/+34
| | | | * | | | sound: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-033-5/+5
| | | | * | | | ALSA: Fix PIT lockup on some chipsets when using the PC-SpeakerZoltan Devai2008-11-031-2/+2
| | | | * | | | ALSA: rawmidi - Add open check in rawmidi callbacksTakashi Iwai2008-11-031-0/+8
| | * | | | | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds2008-11-031-18/+20
| | |\ \ \ \ \ \
| | | * | | | | | proc: revert /proc/uptime to ->read_proc hookAlexey Dobriyan2008-10-271-18/+20
| | * | | | | | | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2008-11-037-14/+61
| | |\ \ \ \ \ \ \
| | | * | | | | | | i915: Add GEM ioctl to get available aperture size.Eric Anholt2008-11-034-0/+38
| | | * | | | | | | drm/radeon: fixup further bus mastering confusion.Alex Deucher2008-10-282-13/+14
| | | * | | | | | | build fix: CONFIG_DRM_I915=y && CONFIG_ACPI=nLen Brown2008-10-282-1/+9
| * | | | | | | | | ftrace: split out hardirq ftrace code into own headerSteven Rostedt2008-11-063-6/+14
| * | | | | | | | | ftrace: fix hardirq header for non ftrace archsSteven Rostedt2008-11-037-38/+5
* | | | | | | | | | ring-buffer: convert to raw spinlocksSteven Rostedt2008-11-061-11/+20
* | | | | | | | | | ftrace: restructure tracing start/stop infrastructureSteven Rostedt2008-11-066-48/+120
* | | | | | | | | | ftrace: soft tracing stop and startSteven Rostedt2008-11-062-2/+84
* | | | | | | | | | ftrace: add quick function trace stopSteven Rostedt2008-11-066-10/+86
* | | | | | | | | | Merge branch 'tracing/fastboot' into tracing/ftraceIngo Molnar2008-11-066-38/+66
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tracing/ftrace: fix a bug when switch current tracer to sched tracerFrederic Weisbecker2008-11-042-3/+3
| * | | | | | | | | | tracing/ftrace: types and naming corrections for sched tracerFrederic Weisbecker2008-11-041-17/+13
| * | | | | | | | | | tracing/fastboot: use sched switch tracer from boot tracerFrederic Weisbecker2008-11-044-3/+12
| * | | | | | | | | | tracing/ftrace: remove unused code in sched_switch tracerFrederic Weisbecker2008-11-041-8/+0
| * | | | | | | | | | tracing/ftrace: fix a race condition in sched_switch tracerFrederic Weisbecker2008-11-041-0/+5
OpenPOWER on IntegriCloud