index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-05-14
tracing: Allow events to share their print functions
Steven Rostedt
13
-92
/
+192
2010-05-14
tracing: Move raw_init from events to class
Steven Rostedt
7
-18
/
+17
2010-05-14
tracing: Move fields from event to class structure
Steven Rostedt
10
-46
/
+102
2010-05-14
tracing: Remove per event trace registering
Steven Rostedt
7
-147
/
+171
2010-05-14
tracing: Let tracepoints have data passed to tracepoint callbacks
Steven Rostedt
14
-210
/
+298
2010-05-14
tracepoints: Add check trace callback type
Mathieu Desnoyers
1
-1
/
+6
2010-05-14
tracing: Create class struct for events
Steven Rostedt
8
-48
/
+56
2010-05-11
sched, wait: Use wrapper functions
Changli Gao
4
-25
/
+18
2010-05-10
sched: Remove a stale comment
Li Zefan
1
-1
/
+0
2010-05-09
ondemand: Make the iowait-is-busy time a sysfs tunable
Arjan van de Ven
1
-1
/
+46
2010-05-09
ondemand: Solve a big performance issue by counting IOWAIT time as busy
Arjan van de Ven
1
-2
/
+28
2010-05-09
sched: Intoduce get_cpu_iowait_time_us()
Arjan van de Ven
3
-0
/
+33
2010-05-09
sched: Eliminate the ts->idle_lastupdate field
Arjan van de Ven
2
-5
/
+1
2010-05-09
sched: Fold updating of the last_update_time_info into update_ts_time_stats()
Arjan van de Ven
1
-11
/
+11
2010-05-09
sched: Update the idle statistics in get_cpu_idle_time_us()
Arjan van de Ven
1
-1
/
+6
2010-05-09
sched: Introduce a function to update the idle statistics
Arjan van de Ven
1
-10
/
+19
2010-05-09
sched: Add a comment to get_cpu_idle_time_us()
Arjan van de Ven
1
-0
/
+14
2010-05-08
cpu_stop: add dummy implementation for UP
Tejun Heo
3
-7
/
+68
2010-05-07
sched: Remove rq argument to the tracepoints
Peter Zijlstra
5
-34
/
+19
2010-05-07
rcu: need barrier() in UP synchronize_sched_expedited()
Paul E. McKenney
1
-0
/
+1
2010-05-06
sched: correctly place paranioa memory barriers in synchronize_sched_expedited()
Paul E. McKenney
1
-10
/
+11
2010-05-06
sched: kill paranoia check in synchronize_sched_expedited()
Tejun Heo
1
-37
/
+3
2010-05-06
sched: replace migration_thread with cpu_stop
Tejun Heo
7
-253
/
+127
2010-05-06
stop_machine: reimplement using cpu_stop
Tejun Heo
6
-173
/
+42
2010-05-06
cpu_stop: implement stop_cpu[s]()
Tejun Heo
2
-9
/
+402
2010-05-05
tracing: Fix "integer as NULL pointer" warning.
Thiago Farina
1
-1
/
+1
2010-05-05
tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one header
Steven Rostedt
3
-57
/
+72
2010-05-04
tracing: Make the documentation clear on trace_event boot option
Li Zefan
1
-1
/
+2
2010-05-04
ring-buffer: Wrap open-coded WARN_ONCE
Borislav Petkov
1
-9
/
+5
2010-05-04
tracing: Convert nop macros to static inlines
Steven Rostedt
1
-12
/
+18
2010-04-30
Linux 2.6.34-rc6
v2.6.34-rc6
Linus Torvalds
1
-1
/
+1
2010-04-30
kgdb: don't needlessly skip PAGE_USER test for Fsl booke
Wufei
1
-5
/
+0
2010-04-30
ARM: 6061/1: PL061 GPIO: Bug fix - setting gpio for HIGH_LEVEL interrupt is n...
viresh kumar
1
-1
/
+1
2010-04-29
xfs: add a shrinker to background inode reclaim
Dave Chinner
6
-9
/
+120
2010-04-29
exofs: Fix "add bdi backing to mount session" fall out
Boaz Harrosh
1
-1
/
+1
2010-04-29
fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCK
Jens Axboe
1
-0
/
+1
2010-04-29
pktcdvd: improve BKL and compat_ioctl.c usage
Arnd Bergmann
2
-6
/
+14
2010-04-29
exofs: Fix "add bdi backing to mount session" fall out
Boaz Harrosh
1
-1
/
+1
2010-04-29
nfs d_revalidate() is too trigger-happy with d_drop()
Al Viro
1
-0
/
+2
2010-04-28
ARM: 5957/1: ARM: RealView SD/MMC Card detection and write-protect using GPIOLIB
Colin Tuckley
2
-1
/
+2
2010-04-28
sfc: Change falcon_probe_board() to fail for unsupported boards
Ben Hutchings
3
-12
/
+7
2010-04-28
sfc: Always close net device at the end of a disabling reset
Ben Hutchings
1
-2
/
+2
2010-04-28
sfc: Wait at most 10ms for the MC to finish reading out MAC statistics
Ben Hutchings
1
-2
/
+11
2010-04-28
sctp: Fix oops when sending queued ASCONF chunks
Vlad Yasevich
4
-16
/
+34
2010-04-28
sctp: fix to calc the INIT/INIT-ACK chunk length correctly is set
Wei Yongjun
1
-7
/
+10
2010-04-28
sctp: per_cpu variables should be in bh_disabled section
Vlad Yasevich
1
-2
/
+2
2010-04-28
sctp: fix potential reference of a freed pointer
Vlad Yasevich
1
-2
/
+4
2010-04-28
sctp: avoid irq lock inversion while call sk->sk_data_ready()
Wei Yongjun
3
-0
/
+12
2010-04-28
Revert "tcp: bind() fix when many ports are bound"
David S. Miller
2
-21
/
+10
2010-04-28
nfs: fix memory leak in nfs_get_sb with CONFIG_NFS_V4
Xiaotian Feng
1
-0
/
+1
[next]