aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2011-02-18 17:51:43 +0900
committerKukjin Kim <kgene.kim@samsung.com>2011-02-18 17:51:53 +0900
commitd1061331b72e2e1420187e4684740b4a481c73a4 (patch)
tree3fff90dd7d8abe6bb19e943c0c9d151f54af6a26 /include/linux/timerqueue.h
parentARM: S5PV210: Update max8998_platform_data (diff)
ARM: S5PV210: Fix regulator names
Since commit 1130e5b3ff4 regulators are exported to debugfs. The names of the regulators that contains slash ('/') causes an ops during kernel boot. This patch fixes this issue. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions
class='deletions'>-3/+13 2015-01-20arm/arm64: KVM: allow userland to request a virtual GICv3Andre Przywara2-13/+36 2015-01-20arm/arm64: KVM: enable kernel side of GICv3 emulationAndre Przywara3-25/+66 2015-01-20arm64: KVM: add SGI generation register emulationAndre Przywara1-0/+111 2015-01-20arm/arm64: KVM: add virtual GICv3 distributor emulationAndre Przywara3-2/+934 2015-01-20arm/arm64: KVM: add opaque private pointer to MMIO dataAndre Przywara1-0/+1 2015-01-20arm/arm64: KVM: split GICv2 specific emulation code from vgic.cAndre Przywara2-805/+848 2015-01-20arm/arm64: KVM: add vgic.h header fileAndre Przywara2-101/+170 2015-01-20arm/arm64: KVM: refactor/wrap vgic_set/get_attr()Andre Przywara1-24/+54 2015-01-20arm/arm64: KVM: refactor MMIO accessorsAndre Przywara1-52/+74 2015-01-20arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variableAndre Przywara1-2/+6 2015-01-20arm/arm64: KVM: make the maximum number of vCPUs a per-VM valueAndre Przywara3-0/+18 2015-01-20arm/arm64: KVM: dont rely on a valid GICH base addressAndre Przywara1-1/+1 2015-01-20arm/arm64: KVM: move kvm_register_device_ops() into vGIC probingAndre Przywara3-3/+5 2015-01-20arm/arm64: KVM: introduce per-VM opsAndre Przywara1-10/+76 2015-01-20arm/arm64: KVM: wrap 64 bit MMIO accesses with two 32 bit onesAndre Przywara1-3/+50 2015-01-20arm/arm64: KVM: refactor vgic_handle_mmio() functionAndre Przywara1-20/+53 2015-01-20arm/arm64: KVM: pass down user space provided GIC type into vGIC codeAndre Przywara1-2/+13 2015-01-16KVM: Add generic support for dirty page loggingMario Smarduch2-0/+86 2015-01-16KVM: Add architecture-defined TLB flush supportMario Smarduch2-0/+5 2015-01-11KVM: arm/arm64: vgic: add init entry to VGIC KVM deviceEric Auger1-1/+13 2015-01-11KVM: arm/arm64: vgic: vgic_init returns -ENODEV when no online vcpuEric Auger1-1/+1 2015-01-08KVM: nVMX: Add nested msr load/restore algorithmWincy Van1-0/+1 2014-12-30timecounter: keep track of accumulated fractional nanosecondsRichard Cochran1-1/+2 2014-12-28kvm: warn on more invariant breakagePaolo Bonzini1-1/+3 2014-12-28kvm: fix sorting of memslots with base_gfn == 0Paolo Bonzini1-5/+17 2014-12-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-2690/+140 2014-12-15Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini3-72/+90 2014-12-15arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall1-8/+22 2014-12-15arm/arm64: KVM: Initialize the vgic on-demand when injecting IRQsChristoffer Dall1-6/+16 2014-12-13arm/arm64: KVM: Add (new) vgic_initialized macroChristoffer Dall1-1/+2 2014-12-13arm/arm64: KVM: Rename vgic_initialized to vgic_readyChristoffer Dall1-3/+3 2014-12-13arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()Peter Maydell1-45/+32 2014-12-04KVM: track pid for VCPU only on KVM_RUN ioctlChristian Borntraeger1-9/+9 2014-12-04KVM: don't check for PF_VCPU when yieldingDavid Hildenbrand