aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-25tracing: Remove tracepoint sample codeSteven Rostedt7-182/+1
2013-01-24tracing: Mark tracing_dentry_percpu() staticJosh Triplett1-1/+1
2013-01-24Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar57-1519/+1483
2013-01-24profiling: Remove unused timer hookFrederic Weisbecker2-37/+0
2013-01-24Merge tag 'please-pull-aer-trace' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into perf/coreIngo Molnar4-34/+129
2013-01-24Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar1-1/+1
2013-01-24tracing: Fix unsigned int compare of zero in recursion checkSteven Rostedt1-1/+1
2013-01-24Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar27-262/+512
2013-01-23Merge tag 'usb-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds19-147/+154
2013-01-23Merge tag 'char-misc-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+36
2013-01-23Merge tag 'tty-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+2
2013-01-23Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds10-67/+57
2013-01-23MAINTAINERS: Someone needs to watch over the serial driversGreg Kroah-Hartman1-0/+2
2013-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds5-1/+35
2013-01-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds3-3/+6
2013-01-23USB: EHCI: fix build error in ehci-mxcAlan Stern4-76/+53
2013-01-23Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds3-3/+13
2013-01-23MAINTAINERS: remove meAlan Cox1-2/+0
2013-01-23ALSA: hda - Fix inconsistent pin states after resumeTakashi Iwai1-3/+2
2013-01-22ring-buffer: Remove trace.h from ring_buffer.cSteven Rostedt1-1/+2
2013-01-22ring-buffer: User context bit recursion checkingSteven Rostedt2-31/+67
2013-01-22ftrace: Use only the preempt version of function tracingSteven Rostedt1-47/+14
2013-01-22tracing: Avoid unnecessary multiple recursion checksSteven Rostedt2-36/+110
2013-01-22tracing: Make the trace recursion bits into enumsSteven Rostedt1-13/+17
2013-01-22ftrace: Add context level recursion bit checkingSteven Rostedt2-10/+42
2013-01-22ftrace: Optimize the function tracer list loopSteven Rostedt1-22/+26
2013-01-22ftrace: Fix function tracing recursion self testSteven Rostedt1-1/+2
2013-01-22ftrace: Fix global function tracers that are not recursion safeSteven Rostedt1-2/+16
2013-01-22tracing: Fix selftest function recursion accountingSteven Rostedt1-13/+3
2013-01-22tracing: Fix race with max_tr and changing tracersSteven Rostedt1-7/+22
2013-01-22Revert "drivers/misc/ti-st: remove gpio handling"Luciano Coelho1-1/+36
2013-01-22Merge tag '3.8-pci-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds10-43/+40
2013-01-22async: fix __lowest_in_progress()Tejun Heo1-7/+20
2013-01-22Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds2-6/+10
2013-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds5-15/+26
2013-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds5-34/+38
2013-01-22Merge tag 'fixes-for-v3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-13/+7
2013-01-22Merge tag 'f2fs-for-3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds15-140/+198
2013-01-22Merge tag 'vfio-for-v3.8-rc5' of git://github.com/awilliam/linux-vfioLinus Torvalds1-2/+2
2013-01-22Merge tag 'trace-3.8-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2013-01-22Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds6-19/+31
2013-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-2/+4
2013-01-22wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov1-1/+2
2013-01-22ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov3-14/+64
2013-01-22arm64: makefile: fix uname munging when setting ARCH on native machineWill Deacon2-2/+2
2013-01-22arm64: elf: fix core dumping to match what glibc expectsWill Deacon1-1/+4
2013-01-22USB: EHCI: add a name for the platform-private fieldAlan Stern1-0/+3
2013-01-22USB: EHCI: fix incorrect configuration testAlan Stern1-1/+1
2013-01-22USB: EHCI: Move definition of EHCI_STATS to ehci.hRoger Quadros2-4/+4
2013-01-22tracing: Remove trace.h header from trace_clock.cSteven Rostedt1-2/+0