index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
decnet
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-30
KVM: arm/arm64: prepare GICv3 emulation to use kvm_io_bus MMIO handling
Andre Przywara
2
-1
/
+39
2015-03-30
KVM: arm/arm64: merge GICv3 RD_base and SGI_base register frames
Andre Przywara
1
-91
/
+83
2015-03-26
KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_bus
Andre Przywara
2
-6
/
+17
2015-03-26
KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGIC
Andre Przywara
3
-0
/
+145
2015-03-26
KVM: arm/arm64: simplify vgic_find_range() and callers
Andre Przywara
3
-17
/
+10
2015-03-26
KVM: arm/arm64: rename struct kvm_mmio_range to vgic_io_range
Andre Przywara
4
-22
/
+22
2015-03-26
KVM: x86: remove now unneeded include directory from Makefile
Andre Przywara
1
-1
/
+1
2015-03-26
KVM: arm/arm64: remove now unneeded include directory from Makefile
Andre Przywara
2
-2
/
+2
2015-03-26
KVM: move iodev.h from virt/kvm/ to include/kvm
Andre Przywara
9
-11
/
+10
2015-03-26
KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.
Nikolay Nikolaev
14
-64
/
+79
2015-03-14
arm/arm64: KVM: Fix migration race in the arch timer
Christoffer Dall
3
-10
/
+39
2015-03-14
arm/arm64: KVM: support for un-queuing active IRQs
Christoffer Dall
4
-38
/
+212
2015-03-14
arm/arm64: KVM: add a common vgic_queue_irq_to_lr fn
Alex Bennée
1
-7
/
+17
2015-03-14
arm/arm64: KVM: export VCPU power state via MP_STATE ioctl
Alex Bennée
2
-6
/
+31
2015-03-12
arm/arm64: KVM: Optimize handling of Access Flag faults
Marc Zyngier
2
-0
/
+61
2015-03-12
arm/arm64: KVM: Implement Stage-2 page aging
Marc Zyngier
7
-23
/
+104
2015-03-12
arm/arm64: KVM: Allow handle_hva_to_gpa to return a value
Marc Zyngier
1
-9
/
+14
2015-03-12
KVM: arm/arm64: add irqfd support
Eric Auger
9
-3
/
+66
2015-03-12
KVM: arm/arm64: remove coarse grain dist locking at kvm_vgic_sync_hwstate
Eric Auger
1
-8
/
+5
2015-03-12
KVM: arm/arm64: implement kvm_arch_intc_initialized
Eric Auger
3
-0
/
+9
2015-03-12
KVM: introduce kvm_arch_intc_initialized and use it in irqfd
Eric Auger
2
-0
/
+17
2015-03-12
KVM: arm/arm64: unset CONFIG_HAVE_KVM_IRQCHIP
Eric Auger
2
-2
/
+0
2015-03-12
arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}
Christoffer Dall
10
-202
/
+20
2015-03-11
KVM: arm/arm64: prefer IS_ENABLED to a static variable
Paolo Bonzini
1
-12
/
+5
2015-03-11
KVM: vgic: add virt-capable compatible strings
Mark Rutland
1
-2
/
+4
2015-02-23
KVM: emulate: fix CMPXCHG8B on 32-bit hosts
Paolo Bonzini
1
-1
/
+2
2015-02-23
KVM: VMX: fix build without CONFIG_SMP
Radim Krčmář
1
-9
/
+14
2015-02-23
arm/arm64: KVM: Add exit reaons to kvm_exit event tracing
Wei Huang
2
-4
/
+8
2015-02-23
ARM: KVM: Fix size check in __coherent_cache_guest_page
Jan Kiszka
1
-1
/
+1
2015-02-23
Linux 4.0-rc1
v4.0-rc1
Linus Torvalds
1
-4
/
+4
2015-02-22
autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation
Al Viro
1
-2
/
+6
2015-02-22
procfs: fix race between symlink removals and traversals
Al Viro
3
-12
/
+22
2015-02-22
debugfs: leave freeing a symlink body until inode eviction
Al Viro
1
-17
/
+17
2015-02-22
Documentation/filesystems/Locking: ->get_sb() is long gone
Al Viro
1
-2
/
+0
2015-02-22
trylock_super(): replacement for grab_super_passive()
Konstantin Khlebnikov
3
-26
/
+22
2015-02-22
fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
David Howells
1
-1
/
+1
2015-02-22
Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
David Howells
4
-9
/
+9
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
34
-71
/
+71
2015-02-22
SELinux: Use d_is_positive() rather than testing dentry->d_inode
David Howells
1
-2
/
+2
2015-02-22
Smack: Use d_is_positive() rather than testing dentry->d_inode
David Howells
1
-2
/
+2
2015-02-22
TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()
David Howells
1
-3
/
+1
2015-02-22
Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inode
David Howells
1
-1
/
+1
2015-02-22
Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sb
David Howells
2
-12
/
+12
2015-02-22
VFS: Split DCACHE_FILE_TYPE into regular and special types
David Howells
2
-8
/
+27
2015-02-22
VFS: Add a fallthrough flag for marking virtual dentries
David Howells
2
-1
/
+27
2015-02-22
VFS: Add a whiteout dentry type
David Howells
1
-6
/
+18
2015-02-22
VFS: Introduce inode-getting helpers for layered/unioned fs environments
David Howells
1
-0
/
+57
2015-02-21
kernel: make READ_ONCE() valid on const arguments
Linus Torvalds
1
-3
/
+3
2015-02-21
blk-throttle: check stats_cpu before reading it from sysfs
Thadeu Lima de Souza Cascardo
1
-0
/
+3
2015-02-20
MIPS: sead3: Corrected get_c0_perfcount_int
Niklas Cassel
1
-1
/
+1
[next]