index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-virtio
Linus Torvalds
2009-06-12
16
-158
/
+592
|
\
|
*
virtio: enhance id_matching for virtio drivers
Christian Borntraeger
2009-06-12
2
-2
/
+2
|
*
virtio: fix id_matching for virtio drivers
Christian Borntraeger
2009-06-12
1
-1
/
+1
|
*
virtio: handle short buffers in virtio_rng.
Rusty Russell
2009-06-12
1
-8
/
+16
|
*
virtio_blk: add missing __dev{init,exit} markings
Mike Frysinger
2009-06-12
1
-2
/
+2
|
*
virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)
Mark McLoughlin
2009-06-12
2
-2
/
+78
|
*
virtio: teach virtio_has_feature() about transport features
Mark McLoughlin
2009-06-12
1
-1
/
+3
|
*
virtio: expose features in sysfs
Rusty Russell
2009-06-12
1
-0
/
+16
|
*
virtio_pci: optional MSI-X support
Michael S. Tsirkin
2009-06-12
2
-20
/
+218
|
*
virtio_pci: split up vp_interrupt
Michael S. Tsirkin
2009-06-12
1
-19
/
+34
|
*
virtio: find_vqs/del_vqs virtio operations
Michael S. Tsirkin
2009-06-12
10
-89
/
+183
|
*
virtio: add names to virtqueue struct, mapping from devices to queues.
Rusty Russell
2009-06-12
14
-31
/
+56
|
*
virtio: meet virtio spec by finalizing features before using device
Rusty Russell
2009-06-12
1
-3
/
+4
|
*
virtio: fix obsolete documentation on probe function
Rusty Russell
2009-06-12
1
-2
/
+1
*
|
Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...
Linus Torvalds
2009-06-12
9
-231
/
+980
|
\
\
|
*
|
CUSE: implement CUSE - Character device in Userspace
Tejun Heo
2009-06-09
4
-0
/
+652
|
*
|
fuse: export symbols to be used by CUSE
Tejun Heo
2009-04-28
4
-9
/
+39
|
*
|
fuse: update fuse_conn_init() and separate out fuse_conn_kill()
Tejun Heo
2009-04-28
3
-53
/
+72
|
*
|
fuse: don't use inode in fuse_file_poll
Miklos Szeredi
2009-04-28
1
-3
/
+2
|
*
|
fuse: don't use inode in fuse_do_ioctl() helper
Miklos Szeredi
2009-04-28
1
-14
/
+21
|
*
|
fuse: don't use inode in fuse_sync_release()
Miklos Szeredi
2009-04-28
3
-39
/
+36
|
*
|
fuse: create fuse_do_open() helper for CUSE
Miklos Szeredi
2009-04-28
3
-27
/
+42
|
*
|
fuse: clean up args in fuse_finish_open() and fuse_release_fill()
Miklos Szeredi
2009-04-28
3
-23
/
+30
|
*
|
fuse: don't use inode in helpers called by fuse_direct_io()
Miklos Szeredi
2009-04-28
3
-34
/
+32
|
*
|
fuse: add members to struct fuse_file
Miklos Szeredi
2009-04-28
2
-2
/
+10
|
*
|
fuse: prepare fuse_direct_io() for CUSE
Miklos Szeredi
2009-04-28
1
-10
/
+23
|
*
|
fuse: clean up fuse_write_fill()
Miklos Szeredi
2009-04-28
1
-9
/
+8
|
*
|
fuse: use struct path in release structure
Miklos Szeredi
2009-04-28
2
-7
/
+5
|
*
|
fuse: misc cleanups
Tejun Heo
2009-04-28
1
-37
/
+44
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an...
Linus Torvalds
2009-06-12
36
-262
/
+256
|
\
\
\
|
*
|
|
module: cleanup FIXME comments about trimming exception table entries.
Rusty Russell
2009-06-12
16
-32
/
+0
|
*
|
|
module: trim exception table on init free.
Rusty Russell
2009-06-12
7
-1
/
+101
|
*
|
|
module: merge module_alloc() finally
Amerigo Wang
2009-06-12
3
-11
/
+12
|
*
|
|
uml module: fix uml build process due to this merge
Amerigo Wang
2009-06-12
3
-25
/
+2
|
*
|
|
x86 module: merge the rest functions with macros
Amerigo Wang
2009-06-12
4
-224
/
+161
|
*
|
|
x86 module: merge the same functions in module_32.c and module_64.c
Amerigo Wang
2009-06-12
4
-124
/
+99
|
*
|
|
uvesafb: improve parameter handling.
Rusty Russell
2009-06-12
1
-6
/
+4
|
*
|
|
module_param: allow 'bool' module_params to be bool, not just int.
Rusty Russell
2009-06-12
2
-16
/
+49
|
*
|
|
module_param: add __same_type convenience wrapper for __builtin_types_compati...
Rusty Russell
2009-06-12
1
-0
/
+5
|
*
|
|
module_param: split perm field into flags and perm
Rusty Russell
2009-06-12
2
-8
/
+9
|
*
|
|
module_param: invbool should take a 'bool', not an 'int'
Rusty Russell
2009-06-12
3
-4
/
+4
|
*
|
|
cyber2000fb.c: use proper method for stopping unload if CONFIG_ARCH_SHARK
Rusty Russell
2009-06-12
1
-5
/
+4
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Linus Torvalds
2009-06-12
48
-563
/
+442
|
\
\
\
|
*
|
|
ide: re-implement ide_pci_init_one() on top of ide_pci_init_two()
Bartlomiej Zolnierkiewicz
2009-06-10
1
-54
/
+16
|
*
|
|
ide: unexport ide_find_dma_mode()
Bartlomiej Zolnierkiewicz
2009-06-10
1
-1
/
+0
|
*
|
|
ide: fix PowerMac bootup oops
Hugh Dickins
2009-06-10
1
-26
/
+21
|
*
|
|
ide: skip probe if there are no devices on the port (v2)
Bartlomiej Zolnierkiewicz
2009-06-08
1
-3
/
+9
|
*
|
|
sl82c105: add printk() logging facility
Sergei Shtylyov
2009-06-08
1
-4
/
+5
|
*
|
|
ide-tape: fix proc warning
Borislav Petkov
2009-06-08
1
-22
/
+13
|
*
|
|
ide: add IDE_DFLAG_NIEN_QUIRK device flag
Bartlomiej Zolnierkiewicz
2009-06-07
5
-10
/
+13
[next]