index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-12
slab: fix gfp flag in setup_cpu_cache()
Pekka Enberg
1
-1
/
+1
2009-06-12
[SCSI] Merge branch 'linus'
James Bottomley
1794
-34790
/
+103078
2009-06-12
lguest: add support for indirect ring entries
Mark McLoughlin
1
-12
/
+29
2009-06-12
lguest: suppress notifications in example Launcher
Rusty Russell
1
-0
/
+15
2009-06-12
lguest: try to batch interrupts on network receive
Rusty Russell
1
-1
/
+16
2009-06-12
lguest: avoid sending interrupts to Guest when no activity occurs.
Rusty Russell
1
-0
/
+9
2009-06-12
lguest: implement deferred interrupts in example Launcher
Rusty Russell
1
-19
/
+22
2009-06-12
lguest: remove obsolete LHREQ_BREAK call
Rusty Russell
4
-43
/
+5
2009-06-12
lguest: have example Launcher service all devices in separate threads
Rusty Russell
1
-574
/
+259
2009-06-12
lguest: use eventfds for device notification
Rusty Russell
5
-6
/
+116
2009-06-12
eventfd: export eventfd_signal and eventfd_fget for lguest
Rusty Russell
1
-0
/
+3
2009-06-12
lguest: allow any process to send interrupts
Rusty Russell
3
-12
/
+18
2009-06-12
lguest: PAE fixes
Rusty Russell
1
-17
/
+21
2009-06-12
lguest: PAE support
Matias Zabaljauregui
9
-48
/
+403
2009-06-12
lguest: Add support for kvm_hypercall4()
Matias Zabaljauregui
2
-10
/
+25
2009-06-12
lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGD
Matias Zabaljauregui
5
-6
/
+6
2009-06-12
lguest: use native_set_* macros, which properly handle 64-bit entries when PA...
Matias Zabaljauregui
2
-21
/
+22
2009-06-12
lguest: map switcher with executable page table entries
Matias Zabaljauregui
2
-2
/
+2
2009-06-12
lguest: fix writev returning short on console output
Rusty Russell
1
-1
/
+6
2009-06-12
lguest: clean up length-used value in example launcher
Rusty Russell
1
-7
/
+4
2009-06-12
lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition.
Matias Zabaljauregui
1
-1
/
+1
2009-06-12
lguest: beyond ARRAY_SIZE of cpu->arch.gdt
Roel Kluin
1
-1
/
+1
2009-06-12
lguest: clean up example launcher compile flags.
Rusty Russell
1
-2
/
+1
2009-06-12
lguest: optimize by coding restore_flags and irq_enable in assembler.
Rusty Russell
3
-30
/
+74
2009-06-12
lguest: improve interrupt handling, speed up stream networking
Rusty Russell
8
-16
/
+43
2009-06-12
lguest: fix race in halt code
Rusty Russell
3
-12
/
+31
2009-06-12
lguest: remove invalid interrupt forcing logic.
Rusty Russell
1
-7
/
+1
2009-06-12
lguest: fix lguest wake on guest clock tick, or fd activity
Rusty Russell
2
-5
/
+5
2009-06-12
sched: export kick_process
Rusty Russell
1
-0
/
+1
2009-06-12
lguest: get more serious about wmb() in example Launcher code
Rusty Russell
1
-3
/
+4
2009-06-12
lguest: clean up lguest_init_IRQ
Rusty Russell
1
-5
/
+4
2009-06-12
lguest: cleanup passing of /dev/lguest fd around example launcher.
Rusty Russell
1
-55
/
+47
2009-06-12
lguest: be paranoid about guest playing with device descriptors.
Rusty Russell
1
-10
/
+17
2009-06-12
virtio: enhance id_matching for virtio drivers
Christian Borntraeger
2
-2
/
+2
2009-06-12
virtio: fix id_matching for virtio drivers
Christian Borntraeger
1
-1
/
+1
2009-06-12
virtio: handle short buffers in virtio_rng.
Rusty Russell
1
-8
/
+16
2009-06-12
virtio_blk: add missing __dev{init,exit} markings
Mike Frysinger
1
-2
/
+2
2009-06-12
virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)
Mark McLoughlin
2
-2
/
+78
2009-06-12
virtio: teach virtio_has_feature() about transport features
Mark McLoughlin
1
-1
/
+3
2009-06-12
virtio: expose features in sysfs
Rusty Russell
1
-0
/
+16
2009-06-12
virtio_pci: optional MSI-X support
Michael S. Tsirkin
2
-20
/
+218
2009-06-12
virtio_pci: split up vp_interrupt
Michael S. Tsirkin
1
-19
/
+34
2009-06-12
virtio: find_vqs/del_vqs virtio operations
Michael S. Tsirkin
10
-89
/
+183
2009-06-12
virtio: add names to virtqueue struct, mapping from devices to queues.
Rusty Russell
14
-31
/
+56
2009-06-12
virtio: meet virtio spec by finalizing features before using device
Rusty Russell
1
-3
/
+4
2009-06-12
virtio: fix obsolete documentation on probe function
Rusty Russell
1
-2
/
+1
2009-06-12
GFS2: Remove lock_kernel from gfs2_put_super()
Steven Whitehouse
1
-4
/
+0
2009-06-12
perf_counter: Add forward/backward attribute ABI compatibility
Peter Zijlstra
4
-10
/
+105
2009-06-12
perf record: Explicity program a default counter
Peter Zijlstra
1
-2
/
+5
2009-06-12
perf_counter: Remove PERF_TYPE_RAW special casing
Peter Zijlstra
1
-5
/
+1
[prev]
[next]