index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-15
[SCSI] aic79xx: make driver respect nvram for IU and QAS settings
James Bottomley
1
-0
/
+4
2009-06-12
[SCSI] FC Pass Thru support
James Smart
5
-2
/
+386
2009-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
9
-115
/
+99
2009-06-12
Merge branch 'topic/slab/earlyboot-v2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
5
-1
/
+29
2009-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
9
-16
/
+154
2009-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest
Linus Torvalds
2
-1
/
+6
2009-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-virtio
Linus Torvalds
4
-18
/
+64
2009-06-12
Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...
Linus Torvalds
1
-0
/
+31
2009-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an...
Linus Torvalds
3
-11
/
+35
2009-06-12
Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Linus Torvalds
3
-26
/
+23
2009-06-12
slab,slub: don't enable interrupts during early boot
Pekka Enberg
4
-0
/
+12
2009-06-12
[SCSI] Merge branch 'linus'
James Bottomley
131
-1117
/
+4576
2009-06-12
lguest: remove obsolete LHREQ_BREAK call
Rusty Russell
1
-1
/
+1
2009-06-12
lguest: use eventfds for device notification
Rusty Russell
1
-0
/
+1
2009-06-12
lguest: improve interrupt handling, speed up stream networking
Rusty Russell
1
-0
/
+4
2009-06-12
virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)
Mark McLoughlin
1
-0
/
+5
2009-06-12
virtio: teach virtio_has_feature() about transport features
Mark McLoughlin
1
-1
/
+3
2009-06-12
virtio_pci: optional MSI-X support
Michael S. Tsirkin
1
-1
/
+9
2009-06-12
virtio: find_vqs/del_vqs virtio operations
Michael S. Tsirkin
1
-11
/
+36
2009-06-12
virtio: add names to virtqueue struct, mapping from devices to queues.
Rusty Russell
3
-7
/
+14
2009-06-12
virtio: fix obsolete documentation on probe function
Rusty Russell
1
-2
/
+1
2009-06-12
module: trim exception table on init free.
Rusty Russell
1
-0
/
+1
2009-06-12
module_param: allow 'bool' module_params to be bool, not just int.
Rusty Russell
1
-9
/
+23
2009-06-12
module_param: add __same_type convenience wrapper for __builtin_types_compati...
Rusty Russell
1
-0
/
+5
2009-06-12
module_param: split perm field into flags and perm
Rusty Russell
1
-2
/
+6
2009-06-12
module_param: invbool should take a 'bool', not an 'int'
Rusty Russell
1
-1
/
+1
2009-06-12
memcg: fix page_cgroup fatal error in FLATMEM
KAMEZAWA Hiroyuki
1
-1
/
+17
2009-06-11
fs/qnx4: sanitize includes
Al Viro
2
-60
/
+1
2009-06-11
Sanitize qnx4 fsync handling
Al Viro
1
-2
/
+0
2009-06-11
New helper - simple_fsync()
Al Viro
1
-0
/
+2
2009-06-11
linux/magic.h: move cramfs magic out of cramfs_fs.h
Mike Frysinger
2
-2
/
+3
2009-06-11
fs: Rearrange inode structure elements to avoid waste due to padding
Theodore Ts'o
1
-1
/
+1
2009-06-11
fs: Remove i_cindex from struct inode
Theodore Ts'o
2
-1
/
+2
2009-06-11
Trim a bit of crap from fs.h
Al Viro
1
-3
/
+0
2009-06-11
dcache: extrace and use d_unlinked()
Alexey Dobriyan
1
-0
/
+5
2009-06-11
quota: Introduce writeout_quota_sb() (version 4)
Jan Kara
1
-0
/
+9
2009-06-11
quota: cleanup dquota sync functions (version 4)
Christoph Hellwig
1
-8
/
+3
2009-06-11
vfs: Rename fsync_super() to sync_filesystem() (version 4)
Jan Kara
1
-1
/
+1
2009-06-11
vfs: Move syncing code from super.c to sync.c (version 4)
Jan Kara
1
-2
/
+1
2009-06-11
vfs: Make sys_sync() use fsync_super() (version 4)
Jan Kara
2
-2
/
+1
2009-06-11
vfs: Make __fsync_super() a static function (version 4)
Jan Kara
1
-1
/
+0
2009-06-11
remove s_async_list
Christoph Hellwig
1
-5
/
+0
2009-06-11
fs: introduce mnt_clone_write
npiggin@suse.de
1
-0
/
+4
2009-06-11
fs: mnt_want_write speedup
npiggin@suse.de
1
-6
/
+15
2009-06-11
Move junk from proc_fs.h to fs/proc/internal.h
Al Viro
1
-24
/
+0
2009-06-11
switch lookup_mnt()
Al Viro
1
-1
/
+1
2009-06-11
switch follow_down()
Al Viro
1
-1
/
+1
2009-06-11
Switch collect_mounts() to struct path
Al Viro
1
-1
/
+1
2009-06-11
switch follow_up() to struct path
Al Viro
1
-1
/
+1
2009-06-11
switch rqst_exp_parent()
Al Viro
1
-2
/
+1
[next]