Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
d6e2ca4c05be6a5ab16030a9f227301bd6acc9f0
/
include
d6e2ca4
tracing: convert irq trace points to new macros
by Steven Rostedt
· 16 years ago
12b5fdb
tracing: convert the sched trace points to the TRACE_EVENT macros
by Steven Rostedt
· 16 years ago
da4d030
tracing: new format for specialized trace points
by Steven Rostedt
· 16 years ago
2939b04
tracing: replace TP<var> with TP_<var>
by Steven Rostedt
· 16 years ago
7bffc23
tracing: optimize trace_printk()
by Ingo Molnar
· 16 years ago
8a20d84
tracing: trace_printk() fix, move format array to data section
by Ingo Molnar
· 16 years ago
769b044
tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk()
by Frederic Weisbecker
· 16 years ago
1ba28e0
tracing: add trace_bprintk()
by Lai Jiangshan
· 16 years ago
1427cdf
tracing: infrastructure for supporting binary record
by Lai Jiangshan
· 16 years ago
546e535
Merge branch 'core/printk' into tracing/ftrace
by Ingo Molnar
· 16 years ago
4370aa4
vsprintf: add binary printf
by Lai Jiangshan
· 16 years ago
af438c0
tracing, power-trace: make it build even if the power-tracer is turned off
by Ingo Molnar
· 16 years ago
bc722f5
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
by Ingo Molnar
· 16 years ago
1609743
Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core
by Ingo Molnar
· 16 years ago
2002c25
tracing: add tracing_on/tracing_off to kernel.h
by Steven Rostedt
· 16 years ago
0012693
tracing/function-graph-tracer: use the more lightweight local clock
by Frederic Weisbecker
· 16 years ago
526211b
tracing: move utility functions from ftrace.h to kernel.h
by Ingo Molnar
· 16 years ago
5e1607a
tracing: rename ftrace_printk() => trace_printk()
by Ingo Molnar
· 16 years ago
efed792
tracing: add lockdep tracepoints for lock acquire/release
by Peter Zijlstra
· 16 years ago
28b1bd1
Merge branch 'core/locking' into tracing/ftrace
by Ingo Molnar
· 16 years ago
2602c3b
Merge branch 'rfc/splice/tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
by Ingo Molnar
· 16 years ago
a1be621
Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/core
by Ingo Molnar
· 16 years ago
ef7a4a1
ring-buffer: fix ring_buffer_read_page
by Steven Rostedt
· 16 years ago
219f170
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
b24746c
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
2d44947
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
654952b
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
by Ingo Molnar
· 16 years ago
c79a61f
tracing: make CALLER_ADDRx overwriteable
by Uwe Kleine-Koenig
· 16 years ago
ed662d9
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
by Ingo Molnar
· 16 years ago
fdfa66a
Merge branches 'tracing/ftrace', 'tracing/mmiotrace' and 'linus' into tracing/core
by Ingo Molnar
· 16 years ago
d20e3b0
tracing: add TRACE_FIELD_SPECIAL to record complex entries
by Steven Rostedt
· 16 years ago
5ce04e3
fix warning in io_mapping_map_wc()
by Pallipadi, Venkatesh
· 16 years ago
709ab32
net headers: export dcbnl.h
by Chris Leech
· 16 years ago
5c25222
net headers: cleanup dcbnl.h
by Chris Leech
· 16 years ago
18963ca
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 16 years ago
acdb2c2
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
by Ingo Molnar
· 16 years ago
f2034f1
tracing: create the C style tracing for the irq subsystem
by Steven Rostedt
· 16 years ago
6299280
tracing: create the C style tracing for the sched subsystem
by Steven Rostedt
· 16 years ago
3d7ba93
tracing: add subsystem sched for sched events
by Steven Rostedt
· 16 years ago
0ec2ef1
tracing: add subsystem irq for irq events
by Steven Rostedt
· 16 years ago
eb594e4
tracing: move trace point formats to files in include/trace directory
by Steven Rostedt
· 16 years ago
535d8e8
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
5170836
Fix recursive lock in free_uid()/free_user_ns()
by David Howells
· 16 years ago
54e9912
sched: don't allow setuid to succeed if the user does not have rt bandwidth
by Dhaval Giani
· 16 years ago
f701d35
Merge branches 'tracing/ftrace' and 'linus' into tracing/core
by Ingo Molnar
· 16 years ago
1b49061
Merge branch 'sched/clock' into tracing/ftrace
by Ingo Molnar
· 16 years ago
5d0859c
Merge branch 'sched/clock' into tracing/ftrace
by Ingo Molnar
· 16 years ago
b342501
sched: allow architectures to specify sched_clock_stable
by Ingo Molnar
· 16 years ago
14131f2
tracing: implement trace_clock_*() APIs
by Ingo Molnar
· 16 years ago
af39241
tracing, genirq: add irq enter and exit trace events
by Jason Baron
· 16 years ago
1e42807
block: reduce stack footprint of blk_recount_segments()
by Jens Axboe
· 16 years ago
a682604
rcu: Teach RCU that idle task is not quiscent state at boot
by Paul E. McKenney
· 16 years ago
f4abfb8
Merge branch 'tip/tracing/ftrace' of ssh://master.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
by Ingo Molnar
· 16 years ago
e36b1e1
Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'linus' into tracing/core
by Ingo Molnar
· 16 years ago
3cdfdf9
tracing: wrap arguments with PARAMS
by Steven Rostedt
· 16 years ago
eef62a6
tracing: rename DEFINE_TRACE_FMT to just TRACE_FORMAT
by Steven Rostedt
· 16 years ago
8fed436
ide: fix refcounting in device drivers
by Bartlomiej Zolnierkiewicz
· 16 years ago
c15d8a6
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 16 years ago
6004260
Merge git://git.infradead.org/iommu-2.6
by Linus Torvalds
· 16 years ago
4ab0d47
gpu/drm, x86, PAT: io_mapping_create_wc and resource_size_t
by Venkatesh Pallipadi
· 16 years ago
7bec756
drm: disable encoders before re-routing them
by Jesse Barnes
· 16 years ago
fe56cf4
drm: Fix ordering of bit fields in EDID structure leading huge vsync values.
by Jesse Barnes
· 16 years ago
f3fe8e4
tracing: add schedule events to event trace
by Steven Rostedt
· 16 years ago
b77e38a
tracing: add event trace infrastructure
by Steven Rostedt
· 16 years ago
7c37730
tracing: add DEFINE_TRACE_FMT to tracepoint.h
by Steven Rostedt
· 16 years ago
8b6f92b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
by David S. Miller
· 16 years ago
cd97f39
i2c-dev: Clarify the unit of ioctl I2C_TIMEOUT
by Jean Delvare
· 16 years ago
a7f4463
Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc6' into tracing/core
by Ingo Molnar
· 16 years ago
d38e84e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
770824b
PM: Split up sysdev_[suspend|resume] from device_power_[down|up]
by Rafael J. Wysocki
· 16 years ago
c478f87
Merge branch 'tip/x86/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
by Ingo Molnar
· 16 years ago
adfafef
Merge branch 'hibernate'
by Linus Torvalds
· 16 years ago
216773a
Consolidate driver_probe_done() loops into one place
by Arjan van de Ven
· 16 years ago
2ec77fc
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 16 years ago
b6adea3
8250: fix boot hang with serial console when using with Serial Over Lan port
by Mauro Carvalho Chehab
· 16 years ago
01b24fe
spi_bitbang: add more lowlevel function documentation
by Michael Buesch
· 16 years ago
3ef0e5b
slab: introduce kzfree()
by Johannes Weiner
· 16 years ago
000ab69
ftrace: allow archs to preform pre and post process for code modification
by Steven Rostedt
· 16 years ago
057685c
Merge branch 'for-ingo' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 into tracing/kmemtrace
by Ingo Molnar
· 16 years ago
fe1200b
SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constants
by Christoph Lameter
· 16 years ago
ab00b3e
drm/i915: Keep refs on the object over the lifetime of vmas for GTT mmap.
by Jesse Barnes
· 16 years ago
5c3b82e
drm: Propagate failure from setting crtc base.
by Chris Wilson
· 16 years ago
ea39f83
drm: Release user fbs in drm_release
by Kristian Høgsberg
· 16 years ago
4cd0332
Merge branch 'mainline/function-graph' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/function-graph-tracer
by Ingo Molnar
· 16 years ago
4099909
Merge branches 'tracing/blktrace', 'tracing/ftrace' and 'tracing/urgent' into tracing/core
by Ingo Molnar
· 16 years ago
72c26c9
Merge branch 'linus' into tracing/blktrace
by Ingo Molnar
· 16 years ago
e4dd618
vlan: Update skb->mac_header in __vlan_put_tag().
by Jarek Poplawski
· 16 years ago
ba95fd4
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 16 years ago
97bef7d
Bernhard has moved
by Bernhard Walle
· 16 years ago
ffa7525
jsm: additional device support
by Adam Lackorzynski
· 16 years ago
cc2559b
mm: fix memmap init for handling memory hole
by KAMEZAWA Hiroyuki
· 16 years ago
f2dbcfa
mm: clean up for early_pfn_to_nid()
by KAMEZAWA Hiroyuki
· 16 years ago
287d859
atmel-mci: fix initialization of dma slave data
by Dan Williams
· 16 years ago
1cf6e7d
mm: task dirty accounting fix
by Nick Piggin
· 16 years ago
610d18f
timerfd: add flags check
by Davide Libenzi
· 16 years ago
8f19d47
seq_file: properly cope with pread
by Eric Biederman
· 16 years ago
55ec821
vfs: separate FMODE_PREAD/FMODE_PWRITE into separate flags
by Paul Turner
· 16 years ago
c296861
vmalloc: add __get_vm_area_caller()
by Benjamin Herrenschmidt
· 16 years ago
712406a
tracing/function-graph-tracer: make arch generic push pop functions
by Steven Rostedt
· 16 years ago
5962fc6
netfilter: nf_conntrack: don't try to deliver events for untracked connections
by Patrick McHardy
· 16 years ago
Next »