index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memset
Wei Yongjun
2009-04-10
1
-3
/
+1
*
RDS: remove unused #include <version.h>
Huang Weiyi
2009-04-10
1
-1
/
+0
*
RDS: use get_user_pages_fast()
Andy Grover
2009-04-10
2
-8
/
+2
*
RDS: Establish connection before parsing CMSGs
Andy Grover
2009-04-10
1
-5
/
+5
*
RDS: Fix ordering in a conditional
Andy Grover
2009-04-10
1
-1
/
+1
*
RDS/IW+IB: Allow max credit advertise window.
Steve Wise
2009-04-10
7
-13
/
+13
*
RDS/IW+IB: Set the RDS_LL_SEND_FULL bit when we're throttled.
Steve Wise
2009-04-10
2
-2
/
+2
*
RDS: Correct some iw references in rdma_transport.c
Andy Grover
2009-04-10
1
-6
/
+6
*
RDS/IW+IB: Set recv ring low water mark to 1/2 full.
Steve Wise
2009-04-10
2
-2
/
+2
*
ISDN: update Documentation/isdn/00-INDEX
Tilman Schmidt
2009-04-09
1
-19
/
+26
*
sfc: Don't specify unexistent IRQ
Jean Delvare
2009-04-09
2
-5
/
+0
*
netxen: cache align register map table
Dhananjay Phadke
2009-04-09
1
-1
/
+2
*
netxen: enable GRO support
Amit Kumar Salecha
2009-04-09
2
-3
/
+5
*
netxen: enable rss for NX2031
Dhananjay Phadke
2009-04-09
4
-43
/
+137
*
netxen: sanitize function names
Dhananjay Phadke
2009-04-09
7
-406
/
+233
*
netxen: annotate register access functions
Dhananjay Phadke
2009-04-09
7
-344
/
+239
*
netxen: allocate status rings dynamically
Dhananjay Phadke
2009-04-09
2
-6
/
+30
*
netxen: async link event handling
Dhananjay Phadke
2009-04-09
6
-57
/
+263
*
netxen: defer firmware handshake
Dhananjay Phadke
2009-04-09
3
-42
/
+22
*
netxen: refactor transmit code
Dhananjay Phadke
2009-04-09
5
-120
/
+108
*
netxen: refactor netxen_adapter
Dhananjay Phadke
2009-04-09
3
-59
/
+39
*
netxen: code cleanup
Dhananjay Phadke
2009-04-09
8
-256
/
+146
*
Linux 2.6.30-rc1
v2.6.30-rc1
Linus Torvalds
2009-04-07
1
-2
/
+2
*
Merge branch 'core/softlockup' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2009-04-07
7
-114
/
+283
|
\
|
*
Merge branch 'linus' into core/softlockup
Ingo Molnar
2009-04-07
8557
-359622
/
+934152
|
|
\
|
*
|
softlockup: make DETECT_HUNG_TASK default depend on DETECT_SOFTLOCKUP
Ingo Molnar
2009-04-07
1
-1
/
+1
|
*
|
softlockup: move 'one' to the softlockup section in sysctl.c
Ingo Molnar
2009-02-12
1
-1
/
+3
|
*
|
Merge branch 'linus' into core/softlockup
Ingo Molnar
2009-02-12
2296
-21370
/
+47219
|
|
\
\
|
*
|
|
softlockup: ensure the task has been switched out once
Frederic Weisbecker
2009-02-11
1
-1
/
+7
|
*
|
|
softlockup: remove timestamp checking from hung_task
Mandeep Singh Baines
2009-02-09
3
-45
/
+12
|
*
|
|
softlockup: convert read_lock in hung_task to rcu_read_lock
Mandeep Singh Baines
2009-02-05
1
-2
/
+2
|
*
|
|
softlockup: check all tasks in hung_task
Mandeep Singh Baines
2009-02-05
1
-2
/
+37
|
*
|
|
softlockup: remove unused definition for spawn_softlockup_task
Mandeep Singh Baines
2009-01-31
1
-3
/
+0
|
*
|
|
softlockup: fix potential race in hung_task when resetting timeout
Mandeep Singh Baines
2009-01-18
1
-8
/
+16
|
*
|
|
softlockup: fix to allow compiling with !DETECT_HUNG_TASK
Mandeep Singh Baines
2009-01-16
1
-1
/
+1
|
*
|
|
softlockup: decouple hung tasks check from softlockup detection
Mandeep Singh Baines
2009-01-16
6
-105
/
+261
*
|
|
|
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2009-04-07
13
-16
/
+44
|
\
\
\
\
|
*
|
|
|
branch tracer, intel-iommu: fix build with CONFIG_BRANCH_TRACER=y
Linus Torvalds
2009-04-07
1
-1
/
+3
|
*
|
|
|
branch tracer: Fix for enabling branch profiling makes sparse unusable
Bart Van Assche
2009-04-07
1
-1
/
+2
|
*
|
|
|
ftrace: Correct a text align for event format output
Zhaolei
2009-04-07
1
-1
/
+1
|
*
|
|
|
Update /debug/tracing/README
Nikanth Karthikesan
2009-04-07
1
-2
/
+2
|
*
|
|
|
tracing/ftrace: alloc the started cpumask for the trace file
Frederic Weisbecker
2009-04-07
1
-1
/
+12
|
*
|
|
|
tracing, x86: remove duplicated #include
Huang Weiyi
2009-04-07
1
-1
/
+0
|
*
|
|
|
ftrace: Add check of sched_stopped for probe_sched_wakeup
Zhaolei
2009-04-07
1
-0
/
+3
|
*
|
|
|
function-graph: add proper initialization for init task
Steven Rostedt
2009-04-07
2
-2
/
+8
|
*
|
|
|
tracing/ftrace: fix missing include string.h
Frederic Weisbecker
2009-04-07
1
-0
/
+1
|
*
|
|
|
tracing: fix incorrect return type of ns2usecs()
Lai Jiangshan
2009-04-07
3
-4
/
+3
|
*
|
|
|
tracing: remove CALLER_ADDR2 from wakeup tracer
Steven Rostedt
2009-04-07
1
-1
/
+7
|
*
|
|
|
Merge branch 'tracing/blktrace-fixes' into tracing/urgent
Ingo Molnar
2009-04-07
2
-3
/
+5
|
|
\
\
\
\
|
|
*
|
|
|
blktrace: fix pdu_len when tracing packet command requests
Li Zefan
2009-04-03
2
-1
/
+2
[next]