index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-31
tracing/filters: Defer pred allocation
Li Zefan
2
-3
/
+0
2009-08-26
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
1
-28
/
+18
2009-08-26
tracing: add comments to explain TRACE_EVENT out of protection
Steven Rostedt
1
-2
/
+11
2009-08-26
tracing/events: fix the include file dependencies
Xiao Guangrong
1
-2
/
+1
2009-08-26
tracing/filters: Support filtering for char * strings
Li Zefan
1
-0
/
+1
2009-08-26
tracing/filters: Add __field_ext() to TRACE_EVENT
Li Zefan
1
-1
/
+8
2009-08-26
tracing: Move tracepoint callbacks from declaration to definition
Josh Stone
1
-28
/
+18
2009-08-19
tracing/syscalls: Add filtering support
Li Zefan
2
-7
/
+14
2009-08-19
tracing/events: Add trace_define_common_fields()
Li Zefan
1
-7
/
+1
2009-08-19
tracing/events: Add ftrace_event_call param to define_fields()
Li Zefan
1
-1
/
+1
2009-08-19
tracing/syscalls: Add fields format for exit events
Li Zefan
1
-1
/
+2
2009-08-17
tracing/events: Add module tracepoints
Li Zefan
1
-3
/
+11
2009-08-11
tracing: Add fields format definition for syscall events
Frederic Weisbecker
1
-0
/
+1
2009-08-11
tracing: Add ftrace event call parameter to its field descriptor handler
Frederic Weisbecker
1
-1
/
+2
2009-08-11
tracing: Add perf counter support for syscalls tracing
Jason Baron
2
-1
/
+53
2009-08-11
tracing: Add individual syscalls tracepoint id support
Jason Baron
1
-4
/
+18
2009-08-11
tracing: Add trace events for each syscall entry/exit
Jason Baron
1
-2
/
+59
2009-08-11
tracing: Add ftrace_event_call void * 'data' field
Jason Baron
1
-2
/
+3
2009-08-11
tracing: Add DECLARE_TRACE_WITH_CALLBACK() macro
Jason Baron
1
-4
/
+27
2009-08-11
Merge branch 'linus' into tracing/core
Ingo Molnar
36
-123
/
+273
2009-08-10
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-5
/
+7
2009-08-10
perf_counter: Correct PERF_SAMPLE_RAW output
Peter Zijlstra
1
-0
/
+2
2009-08-10
Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2009-08-09
perf_counter: Fix tracepoint sampling to be part of generic sampling
Frederic Weisbecker
1
-5
/
+5
2009-08-09
perf_counter: Fix/complete ftrace event records sampling
Frederic Weisbecker
2
-2
/
+11
2009-08-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hch/xfs-icache-races
Linus Torvalds
1
-1
/
+2
2009-08-07
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-5
/
+3
2009-08-07
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2
-1
/
+3
2009-08-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-6
/
+7
2009-08-07
bzip2/lzma/gzip: fix comments describing decompressor API
Phillip Lougher
1
-13
/
+19
2009-08-07
mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY aware
KAMEZAWA Hiroyuki
1
-0
/
+28
2009-08-07
vfs: add __destroy_inode
Christoph Hellwig
1
-0
/
+1
2009-08-07
vfs: fix inode_init_always calling convention
Christoph Hellwig
1
-1
/
+1
2009-08-06
Input: matrix_keypad - make matrix keymap size dynamic
Eric Miao
1
-6
/
+7
2009-08-06
ftrace: Fix perf-tracepoint OOPS
Peter Zijlstra
1
-5
/
+3
2009-08-05
KVM: fix ack not being delivered when msi present
Michael S. Tsirkin
1
-0
/
+1
2009-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
1
-1
/
+1
2009-08-05
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-0
/
+1
2009-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-1
/
+1
2009-08-05
tty-ldisc: make refcount be atomic_t 'users' count
Linus Torvalds
1
-1
/
+1
2009-08-03
mtd: fix the conversion from dev to mtd_info
Saeed Bishara
1
-1
/
+1
2009-08-03
mtd: let include/linux/mtd/partitions.h stand on its own
Nicolas Pitre
1
-0
/
+2
2009-08-02
perf_counter: Full task tracing
Peter Zijlstra
1
-1
/
+12
2009-08-01
block: Add a wrapper for setting minimum request size without a queue
Martin K. Petersen
1
-0
/
+1
2009-07-31
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-1
/
+1
2009-07-31
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+13
2009-07-31
clocksource: Save mult_orig in clocksource_disable()
Magnus Damm
1
-1
/
+13
2009-07-31
cb710: use SG_MITER_TO_SG/SG_MITER_FROM_SG
Sebastian Andrzej Siewior
1
-26
/
+3
2009-07-31
lib/scatterlist: add a flags to signalize mapping direction
Sebastian Andrzej Siewior
1
-0
/
+2
2009-07-31
io context: fix ref counting
Li Zefan
1
-1
/
+1
[next]