index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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-lguest
Linus Torvalds
2009-06-12
21
-818
/
+1103
|
\
|
*
lguest: add support for indirect ring entries
Mark McLoughlin
2009-06-12
1
-12
/
+29
|
*
lguest: suppress notifications in example Launcher
Rusty Russell
2009-06-12
1
-0
/
+15
|
*
lguest: try to batch interrupts on network receive
Rusty Russell
2009-06-12
1
-1
/
+16
|
*
lguest: avoid sending interrupts to Guest when no activity occurs.
Rusty Russell
2009-06-12
1
-0
/
+9
|
*
lguest: implement deferred interrupts in example Launcher
Rusty Russell
2009-06-12
1
-19
/
+22
|
*
lguest: remove obsolete LHREQ_BREAK call
Rusty Russell
2009-06-12
4
-43
/
+5
|
*
lguest: have example Launcher service all devices in separate threads
Rusty Russell
2009-06-12
1
-574
/
+259
|
*
lguest: use eventfds for device notification
Rusty Russell
2009-06-12
5
-6
/
+116
|
*
eventfd: export eventfd_signal and eventfd_fget for lguest
Rusty Russell
2009-06-12
1
-0
/
+3
|
*
lguest: allow any process to send interrupts
Rusty Russell
2009-06-12
3
-12
/
+18
|
*
lguest: PAE fixes
Rusty Russell
2009-06-12
1
-17
/
+21
|
*
lguest: PAE support
Matias Zabaljauregui
2009-06-12
9
-48
/
+403
|
*
lguest: Add support for kvm_hypercall4()
Matias Zabaljauregui
2009-06-12
2
-10
/
+25
|
*
lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGD
Matias Zabaljauregui
2009-06-12
5
-6
/
+6
|
*
lguest: use native_set_* macros, which properly handle 64-bit entries when PA...
Matias Zabaljauregui
2009-06-12
2
-21
/
+22
|
*
lguest: map switcher with executable page table entries
Matias Zabaljauregui
2009-06-12
2
-2
/
+2
|
*
lguest: fix writev returning short on console output
Rusty Russell
2009-06-12
1
-1
/
+6
|
*
lguest: clean up length-used value in example launcher
Rusty Russell
2009-06-12
1
-7
/
+4
|
*
lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition.
Matias Zabaljauregui
2009-06-12
1
-1
/
+1
|
*
lguest: beyond ARRAY_SIZE of cpu->arch.gdt
Roel Kluin
2009-06-12
1
-1
/
+1
|
*
lguest: clean up example launcher compile flags.
Rusty Russell
2009-06-12
1
-2
/
+1
|
*
lguest: optimize by coding restore_flags and irq_enable in assembler.
Rusty Russell
2009-06-12
3
-30
/
+74
|
*
lguest: improve interrupt handling, speed up stream networking
Rusty Russell
2009-06-12
8
-16
/
+43
|
*
lguest: fix race in halt code
Rusty Russell
2009-06-12
3
-12
/
+31
|
*
lguest: remove invalid interrupt forcing logic.
Rusty Russell
2009-06-12
1
-7
/
+1
|
*
lguest: fix lguest wake on guest clock tick, or fd activity
Rusty Russell
2009-06-12
2
-5
/
+5
|
*
sched: export kick_process
Rusty Russell
2009-06-12
1
-0
/
+1
|
*
lguest: get more serious about wmb() in example Launcher code
Rusty Russell
2009-06-12
1
-3
/
+4
|
*
lguest: clean up lguest_init_IRQ
Rusty Russell
2009-06-12
1
-5
/
+4
|
*
lguest: cleanup passing of /dev/lguest fd around example launcher.
Rusty Russell
2009-06-12
1
-55
/
+47
|
*
lguest: be paranoid about guest playing with device descriptors.
Rusty Russell
2009-06-12
1
-10
/
+17
*
|
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
[next]