index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-12
Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2
-6
/
+12
2014-04-09
tracing: Fix anonymous unions in struct ftrace_event_call
Mathieu Desnoyers
1
-3
/
+9
2014-04-09
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+372
2014-04-09
tracepoint: Fix sparse warnings in tracepoint.c
Mathieu Desnoyers
1
-3
/
+0
2014-04-08
tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints
Mathieu Desnoyers
1
-3
/
+6
2014-04-07
exec: kill bprm->tcomm[], simplify the "basename" logic
Oleg Nesterov
1
-1
/
+1
2014-04-06
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+3
2014-04-04
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-32
/
+70
2014-04-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+137
2014-04-04
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2014-04-03
Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
3
-27
/
+14
2014-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-6
/
+6
2014-04-01
Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-17
/
+35
2014-04-01
Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+30
2014-04-01
Merge tag 'sound-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-0
/
+532
2014-04-01
Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2014-03-26
net: Rename skb->rxhash to skb->hash
Tom Herbert
1
-6
/
+6
2014-03-25
Merge tag 'asoc-v3.15' into asoc-next
Mark Brown
2
-0
/
+532
2014-03-21
Revert "tracing: Move event storage for array from macro to standalone function"
Steven Rostedt (Red Hat)
1
-4
/
+8
2014-03-20
btrfs: Add trace for btrfs_workqueue alloc/destroy
Qu Wenruo
1
-0
/
+55
2014-03-20
tracing: Fix array size mismatch in format string
Vaibhav Nagarnaik
1
-5
/
+2
2014-03-20
Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers'
Rafael J. Wysocki
1
-2
/
+2
2014-03-18
ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocate
Lukas Czerner
1
-33
/
+35
2014-03-18
bcache: Kill unused freelist
Kent Overstreet
1
-4
/
+2
2014-03-18
bcache: Better alloc tracepoints
Kent Overstreet
1
-14
/
+34
2014-03-13
i2c: Add message transfer tracepoints for SMBUS [ver #2]
David Howells
1
-1
/
+223
2014-03-13
i2c: Add message transfer tracepoints for I2C
David Howells
1
-0
/
+150
2014-03-13
Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE
Mathieu Desnoyers
1
-1
/
+3
2014-03-12
Merge remote-tracking branches 'asoc/topic/ml26124', 'asoc/topic/of', 'asoc/t...
Mark Brown
2
-0
/
+532
2014-03-11
Merge tag 'v3.14-rc5' into patchwork
Mauro Carvalho Chehab
2
-9
/
+4
2014-03-10
btrfs: Add ftrace for btrfs_workqueue
Qu Wenruo
1
-0
/
+82
2014-03-09
Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-2
/
+2
2014-03-07
SUNRPC: Fix oops when trace sunrpc_task events in nfs client
Ditang Chen
1
-2
/
+2
2014-03-07
tracing: Evaluate len expression only once in __dynamic_array macro
Filipe Brandenburger
1
-2
/
+4
2014-03-07
tracing: Correctly expand len expressions from __dynamic_array macro
Filipe Brandenburger
1
-1
/
+1
2014-03-07
tracing: Fix event header migrate.h to include tracepoint.h
Steven Rostedt (Red Hat)
1
-0
/
+2
2014-03-07
tracing: Fix event header writeback.h to include tracepoint.h
Steven Rostedt (Red Hat)
1
-0
/
+1
2014-03-07
tracing: Use helper functions in event assignment to shrink macro size
Steven Rostedt
1
-16
/
+6
2014-03-07
tracing: Move event storage for array from macro to standalone function
Steven Rostedt
1
-8
/
+4
2014-03-07
tracing: Move raw output code from macro to standalone function
Steven Rostedt
1
-9
/
+1
2014-03-05
blktrace: fix accounting of partially completed requests
Roman Pen
1
-3
/
+30
2014-03-05
[media] v4l: add stream format for SDR receiver
Antti Palosaari
1
-0
/
+1
2014-02-23
ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
Namjae Jeon
1
-1
/
+32
2014-02-22
ext4: translate fallocate mode bits to strings
Lukas Czerner
1
-2
/
+7
2014-02-22
Revert "writeback: do not sync data dirtied after sync start"
Jan Kara
1
-3
/
+3
2014-02-13
intel_pstate: Remove energy reporting from pstate_sample tracepoint
Dirk Brandewie
1
-6
/
+1
2014-02-11
PM / QoS: Rename device resume latency QoS items
Rafael J. Wysocki
1
-2
/
+2
2014-01-31
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+157
2014-01-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-11
/
+12
2014-01-30
Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+5
[next]