index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
splice: completely document external interface with kerneldoc
Jens Axboe
2007-07-10
2
-24
/
+96
*
sendfile: remove bad_sendfile() from bad_file_ops
Jens Axboe
2007-07-10
1
-7
/
+0
*
shmem: convert to using splice instead of sendfile()
Hugh Dickins
2007-07-10
1
-25
/
+17
*
relay: use splice_to_pipe() instead of open-coding the pipe loop
Jens Axboe
2007-07-10
1
-91
/
+55
*
pipe: allow passing around of ops private pointer
Jens Axboe
2007-07-10
3
-0
/
+3
*
splice: divorce the splice structure/function definitions from the pipe header
Jens Axboe
2007-07-10
9
-68
/
+83
*
splice: relay support
Tom Zanussi
2007-07-10
1
-50
/
+191
*
sendfile: convert nfsd to splice_direct_to_actor()
Jens Axboe
2007-07-10
4
-19
/
+34
*
sendfile: convert nfs to using splice_read()
Jens Axboe
2007-07-10
1
-6
/
+9
*
loop: convert to using splice_direct_to_actor() instead of sendfile()
Jens Axboe
2007-07-10
1
-20
/
+44
*
splice: add void cookie to the actor data
Jens Axboe
2007-07-10
1
-0
/
+1
*
sendfile: kill generic_file_sendfile()
Jens Axboe
2007-07-10
2
-21
/
+0
*
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
Jens Axboe
2007-07-10
37
-131
/
+43
*
sys_sendfile: switch to using ->splice_read, if available
Jens Axboe
2007-07-10
1
-4
/
+20
*
vmsplice: add vmsplice-to-user support
Jens Axboe
2007-07-10
3
-30
/
+158
*
splice: abstract out actor data
Jens Axboe
2007-07-10
3
-36
/
+84
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...
Linus Torvalds
2007-07-09
33
-883
/
+745
|
\
|
*
firewire: fw-sbp2: fix DMA mapping of management ORBs
Stefan Richter
2007-07-10
1
-12
/
+9
|
*
firewire: fw-sbp2: fix DMA mapping of command ORBs
Stefan Richter
2007-07-10
1
-9
/
+6
|
*
firewire: fw-sbp2: fix DMA mapping of S/G tables
Stefan Richter
2007-07-10
1
-11
/
+8
|
*
firewire: fw-sbp2: add a boundary check
Stefan Richter
2007-07-10
1
-0
/
+5
|
*
firewire: fw-sbp2: correctly align page tables
Stefan Richter
2007-07-10
1
-1
/
+1
|
*
firewire: fw-sbp2: memset wants string.h
Stefan Richter
2007-07-10
1
-0
/
+1
|
*
firewire: fw-sbp2: use correct speed in sbp2_agent_reset
Stefan Richter
2007-07-10
1
-1
/
+1
|
*
firewire: fw-sbp2: correctly dereference by container_of
Jay Fenlason
2007-07-10
1
-2
/
+3
|
*
firewire: Document userspace ioctl interface.
Kristian Høgsberg
2007-07-10
1
-33
/
+264
|
*
firewire: fw-sbp2: implement nonexclusive login
Stefan Richter
2007-07-10
1
-7
/
+15
|
*
firewire: fw-sbp2: let SCSI shutdown commands through before logout
Stefan Richter
2007-07-10
1
-4
/
+2
|
*
firewire: fw-sbp2: implement max sectors limit for some old bridges
Stefan Richter
2007-07-10
1
-1
/
+3
|
*
firewire: simplify a struct type
Stefan Richter
2007-07-10
2
-30
/
+24
|
*
firewire: support S100B...S400B and link slower than PHY
Stefan Richter
2007-07-10
5
-16
/
+45
|
*
firewire: optimize gap count with 1394b leaf nodes
Stefan Richter
2007-07-10
4
-17
/
+14
|
*
firewire: remove unused macro
Stefan Richter
2007-07-10
1
-1
/
+0
|
*
firewire: missing newline in printk
Stefan Richter
2007-07-10
3
-5
/
+5
|
*
firewire: fw-sbp2: remove unused struct member
Stefan Richter
2007-07-10
1
-6
/
+0
|
*
ieee1394: remove old isochronous ABI
Stefan Richter
2007-07-10
15
-528
/
+48
|
*
ieee1394: sbp2: change some module parameters from int to bool
Stefan Richter
2007-07-10
2
-9
/
+8
|
*
ieee1394: first minimal NUMA awareness
Stefan Richter
2007-07-10
1
-0
/
+1
|
*
ieee1394: eth1394: revert parent device to that in 2.6.20
Stefan Richter
2007-07-10
1
-3
/
+1
|
*
ieee1394: nodemgr: parallelize between several hosts
Stefan Richter
2007-07-10
1
-26
/
+43
|
*
ieee1394: convert ieee1394 from "struct class_device" to "struct device"
Kay Sievers
2007-07-10
7
-84
/
+86
|
*
ieee1394: raw1394: fix a 32/64-bits compat fix
Stefan Richter
2007-07-10
1
-1
/
+5
|
*
ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernel, amendment
Stefan Richter
2007-07-10
1
-1
/
+5
|
*
ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernel
Petr Vandrovec
2007-07-10
1
-1
/
+96
|
*
ieee1394: raw1394: Fix write() for 32bit userland on 64bit kernel
Petr Vandrovec
2007-07-10
1
-31
/
+34
|
*
ieee1394: raw1394: Fix read() for 32bit userland on 64bit kernel
Petr Vandrovec
2007-07-10
1
-1
/
+1
|
*
ieee1394: add comments in struct hpsb_packet
Stefan Richter
2007-07-10
1
-3
/
+7
|
*
ieee1394: ohci1394: remove dead CONFIG variable
Stefan Richter
2007-07-10
1
-43
/
+8
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2007-07-09
13
-199
/
+425
|
\
\
|
*
\
Merge branches 'debug-module-param' and 'upstream' into for-linus
Jiri Kosina
2007-07-09
6
-92
/
+303
|
|
\
\
[next]