index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_dfrag.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-03-10
trace_clock: fix preemption bug
Peter Zijlstra
1
-1
/
+8
2009-03-10
tracing: remove funky whitespace in the trace code
Steven Rostedt
9
-78
/
+78
2009-03-10
tracing: update comments to match event code macros
Steven Rostedt
3
-11
/
+12
2009-03-10
tracing: document TRACE_EVENT macro in tracepoint.h
Steven Rostedt
1
-0
/
+103
2009-03-10
tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro
Steven Rostedt
6
-60
/
+60
2009-03-10
tracing: add back the available_events file
Steven Rostedt
1
-0
/
+14
2009-03-10
tracing: do not allow modifying the ftrace events via the event files
Steven Rostedt
1
-3
/
+15
2009-03-10
x86: expand irq-off region in text_poke()
Masami Hiramatsu
1
-2
/
+2
2009-03-10
tracing: fix printk format specifier
Steven Rostedt
1
-7
/
+6
2009-03-10
vsprintf: fix bug in negative value printing
Frederic Weisbecker
1
-7
/
+6
2009-03-10
tracing: Don't assume possible cpu list have continuous numbers
KOSAKI Motohiro
1
-7
/
+7
2009-03-10
doc: add trace_buf_size description to kernel-parameters.txt
KOSAKI Motohiro
1
-0
/
+2
2009-03-10
tracing: remove obsolete TRACE_EVENT_FORMAT macro
Steven Rostedt
5
-13
/
+3
2009-03-10
tracing: convert irq trace points to new macros
Steven Rostedt
1
-14
/
+24
2009-03-10
tracing: convert the sched trace points to the TRACE_EVENT macros
Steven Rostedt
1
-76
/
+246
2009-03-10
tracing: new format for specialized trace points
Steven Rostedt
9
-233
/
+159
2009-03-10
tracing: use generic __stringify
Steven Rostedt
3
-9
/
+5
2009-03-10
tracing: replace TP<var> with TP_<var>
Steven Rostedt
14
-209
/
+154
2009-03-10
tracing: typecast sizeof and offsetof to unsigned int
Steven Rostedt
3
-18
/
+19
2009-03-09
copy_process: fix CLONE_PARENT && parent_exec_id interaction
Oleg Nesterov
1
-6
/
+5
2009-03-09
[CPUFREQ] Add p4-clockmod sysfs-ui removal to feature-removal schedule.
Dave Jones
1
-0
/
+9
2009-03-09
Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod."
Dave Jones
3
-35
/
+18
2009-03-09
Btrfs: fix spinlock assertions on UP systems
Chris Mason
5
-13
/
+13
2009-03-09
Fix fixpoint divide exception in acct_update_integrals
Heiko Carstens
1
-1
/
+5
2009-03-09
tracing: Don't use tracing_record_cmdline() in workqueue tracer
KOSAKI Motohiro
1
-3
/
+2
2009-03-09
tracing: optimize trace_printk()
Ingo Molnar
1
-2
/
+8
2009-03-09
tracing: trace_printk() fix, move format array to data section
Ingo Molnar
1
-1
/
+1
2009-03-09
lguest: fix for CONFIG_SPARSE_IRQ=y
Rusty Russell
2
-7
/
+15
2009-03-09
lguest: fix crash 'unhandled trap 13 at <native_read_msr_safe>'
Rusty Russell
1
-0
/
+5
2009-03-08
x86-32: make sure virt_addr_valid() returns false for fixmap addresses
Jeremy Fitzhardinge
1
-0
/
+2
2009-03-08
x86 mmiotrace: fix remove_kmmio_fault_pages()
Stuart Bennett
1
-7
/
+8
2009-03-08
x86: fix warning about nodeid
Yinghai Lu
1
-9
/
+14
2009-03-08
MIPS: compat: Implement is_compat_task.
Ralf Baechle
1
-0
/
+7
2009-03-08
x86: don't define __this_fixmap_does_not_exist()
Wang Chen
1
-8
/
+11
2009-03-08
ftrace: tracing header should put '#' at the beginning of a line
KOSAKI Motohiro
1
-10
/
+10
2009-03-08
ftrace: fix documentation typo s/trace_max_latency/tracing_max_latency/
KOSAKI Motohiro
1
-1
/
+1
2009-03-08
x86: remove smp_apply_quirks()/smp_checks()
Yinghai Lu
3
-78
/
+77
2009-03-08
mmc: fix data timeout for SEND_EXT_CSD
Adrian Hunter
1
-6
/
+9
2009-03-08
x86: UV: remove uv_flush_tlb_others() WARN_ON
Cliff Wickman
1
-2
/
+0
2009-03-08
Input: serio - fix protocol number for TouchIT213
Dmitry Torokhov
1
-1
/
+1
2009-03-07
percpu: finer grained locking to break deadlock and allow atomic free
Tejun Heo
1
-37
/
+124
2009-03-06
p54: fix race condition in memory management
Christian Lamparter
1
-3
/
+6
2009-03-06
cfg80211: test before subtraction on unsigned
Roel Kluin
1
-1
/
+2
2009-03-06
[IA64] fix PCI DMA flag propagation on SN (Altix) with PICs
Jeremy Higdon
1
-4
/
+3
2009-03-06
tracing: trace_bprintk() cleanups
Ingo Molnar
2
-17
/
+8
2009-03-06
tracing/core: drop the old trace_printk() implementation in favour of trace_b...
Frederic Weisbecker
12
-309
/
+158
2009-03-06
tracing: add trace_bprintk()
Lai Jiangshan
6
-10
/
+133
2009-03-06
tracing: infrastructure for supporting binary record
Lai Jiangshan
7
-0
/
+240
2009-03-06
vsprintf: unify the format decoding layer for its 3 users
Frederic Weisbecker
1
-431
/
+541
2009-03-06
vsprintf: add binary printf
Lai Jiangshan
3
-0
/
+452
[next]