Age | Commit message (Expand) | Author | Files | Lines |
2014-06-21 | tracing: Add __field_struct macro for TRACE_EVENT() | Steven Rostedt | 1 | -0/+33 |
2014-06-21 | tracing: Fix syscall_*regfunc() vs copy_process() race | Oleg Nesterov | 1 | -0/+15 |
2014-06-12 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+20 |
2014-06-12 | Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -26/+58 |
2014-06-12 | Merge branch 'pm-sleep' | Rafael J. Wysocki | 1 | -26/+58 |
2014-06-11 | PM / sleep: trace events for device PM callbacks | Todd E Brandt | 1 | -18/+42 |
2014-06-09 | Merge tag 'for-f2fs-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 1 | -2/+144 |
2014-06-09 | Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -1/+65 |
2014-06-08 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -5/+4 |
2014-06-07 | PM / sleep: trace events for suspend/resume | Todd E Brandt | 1 | -17/+25 |
2014-06-05 | sched, trace: Add a tracepoint for IPI-less remote wakeups | Andy Lutomirski | 1 | -0/+20 |
2014-06-04 | mm/compaction: do not count migratepages when unnecessary | Vlastimil Babka | 1 | -4/+21 |
2014-06-04 | mm: shrinker: add nid to tracepoint output | Dave Hansen | 1 | -4/+11 |
2014-06-04 | mm: shrinker trace points: fix negatives | Dave Hansen | 1 | -3/+3 |
2014-06-04 | mm: get rid of __GFP_KMEMCG | Vladimir Davydov | 1 | -1/+0 |
2014-06-04 | tracing: Add __get_dynamic_array_len() macro for trace events | Steven Rostedt (Red Hat) | 1 | -1/+10 |
2014-06-04 | Merge tag 'sound-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -92/+0 |
2014-06-02 | locks: add some tracepoints in the lease handling code | Jeff Layton | 1 | -0/+96 |
2014-05-22 | Merge remote-tracking branch 'asoc/topic/component' into asoc-next | Mark Brown | 1 | -92/+0 |
2014-05-15 | tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasks | Steven Rostedt (Red Hat) | 1 | -1/+56 |
2014-05-08 | Merge tag 'trace-fixes-v3.15-rc4-v2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2014-05-08 | trace: module: Maintain a valid user count | Romain Izard | 1 | -1/+1 |
2014-05-07 | f2fs: add a tracepoint for f2fs_read_data_page | Chao Yu | 1 | -2/+13 |
2014-05-07 | f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pages | Chao Yu | 1 | -0/+64 |
2014-05-07 | f2fs: add a tracepoint for f2fs_write_{meta,node,data}_page | Chao Yu | 1 | -0/+7 |
2014-05-07 | f2fs: add a tracepoint for f2fs_write_end | Chao Yu | 1 | -0/+30 |
2014-05-07 | f2fs: add a tracepoint for f2fs_write_begin | Chao Yu | 1 | -0/+30 |
2014-04-23 | Fix: tracing: use 'E' instead of 'X' for unsigned module tain flag | Mathieu Desnoyers | 1 | -1/+1 |
2014-04-22 | ASoC: Remove ASoC level IO tracing | Lars-Peter Clausen | 1 | -92/+0 |
2014-04-20 | ext4: rename uninitialized extents to unwritten | Lukas Czerner | 1 | -4/+4 |
2014-04-20 | ext4: get rid of EXT4_MAP_UNINIT flag | Lukas Czerner | 1 | -1/+0 |
2014-04-20 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -9/+0 |
2014-04-14 | ext4: remove temporary shim used to merge COLLAPSE_RANGE and ZERO_RANGE | Theodore Ts'o | 1 | -9/+0 |
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 |