Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
348b2b0708f6cdd3d0db95f8d02aa4ad2b3e2fa9
348b2b0
ARM: KVM: VGIC control interface world switch
by Marc Zyngier
· 12 years ago
5863c2c
ARM: KVM: VGIC interrupt injection
by Marc Zyngier
· 12 years ago
a1fcb44
ARM: KVM: vgic: retire queued, disabled interrupts
by Marc Zyngier
· 12 years ago
9d949dc
ARM: KVM: VGIC virtual CPU interface management
by Marc Zyngier
· 12 years ago
b47ef92
ARM: KVM: VGIC distributor handling
by Marc Zyngier
· 12 years ago
330690c
ARM: KVM: VGIC accept vcpu and dist base addresses from user space
by Christoffer Dall
· 12 years ago
1a89dd9
ARM: KVM: Initial VGIC infrastructure code
by Marc Zyngier
· 12 years ago
1638a12
ARM: KVM: Keep track of currently running vcpus
by Marc Zyngier
· 12 years ago
3401d546
KVM: ARM: Introduce KVM_ARM_SET_DEVICE_ADDR ioctl
by Christoffer Dall
· 12 years ago
a96ab03
ARM: gic: add __ASSEMBLY__ guard to C definitions
by Marc Zyngier
· 12 years ago
fdf77a7
ARM: gic: define GICH offsets for VGIC support
by Marc Zyngier
· 12 years ago
7c7945a
ARM: gic: add missing distributor defintions
by Christoffer Dall
· 12 years ago
369e675
Merge remote-tracking branch 'arm-soc/irqchip/gic-vic-move' into kvm-arm/vgic
by Marc Zyngier
· 12 years ago
a749474
KVM: ARM: Add maintainer entry for KVM/ARM
by Christoffer Dall
· 12 years ago
aa024c2
KVM: ARM: Power State Coordination Interface implementation
by Marc Zyngier
· 12 years ago
45e96ea
KVM: ARM: Handle I/O aborts
by Christoffer Dall
· 12 years ago
94f8e64
KVM: ARM: Handle guest faults in KVM
by Christoffer Dall
· 12 years ago
4fe21e4
KVM: ARM: VFP userspace interface
by Rusty Russell
· 12 years ago
c27581e
KVM: ARM: Demux CCSIDR in the userspace API
by Christoffer Dall
· 12 years ago
1138245
KVM: ARM: User space API for getting/setting co-proc registers
by Christoffer Dall
· 12 years ago
5b3e5e5
KVM: ARM: Emulation framework and CP15 emulation
by Christoffer Dall
· 12 years ago
f7ed45b
KVM: ARM: World-switch implementation
by Christoffer Dall
· 12 years ago
86ce853
KVM: ARM: Inject IRQs and FIQs from userspace
by Christoffer Dall
· 12 years ago
d5d8184
KVM: ARM: Memory virtualization setup
by Christoffer Dall
· 12 years ago
342cd0a
KVM: ARM: Hypervisor initialization
by Christoffer Dall
· 12 years ago
749cf76c
KVM: ARM: Initial skeleton to compile KVM support
by Christoffer Dall
· 12 years ago
9e9a367
ARM: Section based HYP idmap
by Christoffer Dall
· 12 years ago
cc577c2
ARM: Add page table and page defines needed by KVM
by Christoffer Dall
· 12 years ago
6abc749
Merge branch 'for-rmk/perf' into for-rmk/virt/kvm/core
by Will Deacon
· 12 years ago
9dcbf46
ARM: perf: simplify __hw_perf_event_init err handling
by Mark Rutland
· 12 years ago
8f3b90b
ARM: perf: remove unnecessary checks for idx < 0
by Mark Rutland
· 12 years ago
76b8a0e
ARM: perf: handle armpmu_register failing
by Mark Rutland
· 12 years ago
40c390c
ARM: perf: don't pretend to support counting of L1I writes
by Will Deacon
· 12 years ago
1764c59
ARM: perf: remove redundant NULL check on cpu_pmu
by Will Deacon
· 12 years ago
9e47b8b
irqchip: Move ARM vic.h to include/linux/irqchip/arm-vic.h
by Rob Herring
· 12 years ago
cdbac5b
ARM: picoxcell: use common irqchip_init function
by Rob Herring
· 12 years ago
e9c5155
ARM: spear: use common irqchip_init function
by Rob Herring
· 12 years ago
44430ec
irqchip: Move ARM VIC to drivers/irqchip
by Rob Herring
· 12 years ago
48cf83d
ARM: samsung: remove unused tick.h
by Rob Herring
· 12 years ago
2cb003c
ARM: remove unneeded vic.h includes
by Rob Herring
· 12 years ago
a036802
ARM: remove mach .handle_irq for VIC users
by Rob Herring
· 12 years ago
7fb7d8a
ARM: VIC: set handle_arch_irq in VIC initialization
by Rob Herring
· 12 years ago
cf21af5
ARM: VIC: shrink down vic.h
by Rob Herring
· 12 years ago
520f7bd
irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.h
by Rob Herring
· 12 years ago
0529e315
ARM: use common irqchip_init for GIC init
by Rob Herring
· 12 years ago
81243e4
irqchip: Move ARM GIC to drivers/irqchip
by Rob Herring
· 12 years ago
1d5cc60
ARM: remove mach .handle_irq for GIC users
by Rob Herring
· 12 years ago
3b953c9
ARM: Use implementor and part defines from cputype.h
by Christoffer Dall
· 12 years ago
59530ad
ARM: Define CPU part numbers and implementors
by Christoffer Dall
· 12 years ago
cfed7d6
ARM: GIC: set handle_arch_irq in GIC initialization
by Rob Herring
· 12 years ago
b1cffeb
ARM: GIC: remove direct use of gic_raise_softirq
by Rob Herring
· 12 years ago
428fef8
ARM: GIC: remove assembly ifdefs from gic.h
by Rob Herring
· 12 years ago
902ef5d
ARM: mach-ux500: use SGI0 to wake up the other core
by Srinidhi Kasagar
· 12 years ago
73171d1
arm: add set_handle_irq() to register the parent IRQ controller handler function
by Thomas Petazzoni
· 12 years ago
f6e916b
irqchip: add basic infrastructure
by Thomas Petazzoni
· 12 years ago
edd9690
irqchip: add to the directories part of the IRQ subsystem in MAINTAINERS
by Thomas Petazzoni
· 12 years ago
9931fac
Linux 3.8-rc3
by Linus Torvalds
· 12 years ago
5c49985
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 12 years ago
57a0c1e
Merge tag 'edac_fixes_for_3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
by Linus Torvalds
· 12 years ago
e53289c
mm: reinstante dropped pmd_trans_splitting() check
by Linus Torvalds
· 12 years ago
08c097f
cred: Remove tgcred pointer from struct cred
by Marc Dionne
· 12 years ago
974b335
Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
ca5c8a4c
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
434fec1
Merge tag 'omap-for-v3.8-rc2/fixes-signed-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
by Olof Johansson
· 12 years ago
2f64a8d
Merge branch 'v3.8-samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes
by Olof Johansson
· 12 years ago
5595e75
Merge tag 'mxs-fixes-3.8' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes
by Olof Johansson
· 12 years ago
2d9e02c
Merge tag 'imx-fixes-3.8' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes
by Olof Johansson
· 12 years ago
ed2c891
Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 12 years ago
5c33d9b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
e8e8962
drm/ttm: fix fence locking in ttm_buffer_object_transfer
by Daniel Vetter
· 12 years ago
5cf87a1
Merge tag 'mvebu_fixes_for_v3.8' of git://git.infradead.org/users/jcooper/linux into fixes
by Olof Johansson
· 12 years ago
0e3a4a2
ARM: clps711x: Fix bad merge of clockevents setup
by Olof Johansson
· 12 years ago
daaeec9
Merge tag 'nomadik-fixes-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik into fixes
by Olof Johansson
· 12 years ago
1ddda1c
ARM: highbank: save and restore L2 cache and GIC on suspend
by Rob Herring
· 12 years ago
9852910
ARM: highbank: add a power request clear
by Rob Herring
· 12 years ago
0b3455a
ARM: highbank: fix secondary boot and hotplug
by Rob Herring
· 12 years ago
c05ee88
ARM: highbank: fix typos with hignbank in power request functions
by Rob Herring
· 12 years ago
3943dee
ARM: dts: fix highbank cpu mpidr values
by Rob Herring
· 12 years ago
36ff67b
ARM: dts: add device_type prop to cpu nodes on Calxeda platforms
by Rob Herring
· 12 years ago
c75be25
Merge branch 'drm-fixes-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 12 years ago
be8a42a
drm/prime: drop reference on imported dma-buf come from gem
by Seung-Woo Kim
· 12 years ago
d9a58a7
xen/netfront: improve truesize tracking
by Ian Campbell
· 12 years ago
f3215be
Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next
by Dave Airlie
· 12 years ago
32fa10b
Merge branch 'master' of git://1984.lsi.us.es/nf
by David S. Miller
· 12 years ago
e37f0d5
ARM: mx5: Fix MX53 flexcan2 clock
by Marek Vasut
· 12 years ago
2a893f9
Merge tag 'pm+acpi-for-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 12 years ago
127aa930
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 12 years ago
6adba67
ARM: OMAP2+: am33xx-hwmod: Fix wrongly terminated am33xx_usbss_mpu_irqs array
by Pantelis Antoniou
· 12 years ago
d287b875
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
36a25de
sctp: fix Kconfig bug in default cookie hmac selection
by Alex Elder
· 12 years ago
f776372
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
44d22e2
EDAC: Cleanup device deregistering path
by Lans Zhang
· 12 years ago
54451663
EDAC: Fix EDAC Kconfig menu
by Borislav Petkov
· 12 years ago
311bd84
EDAC: Fix kernel panic on module unloading
by Konstantin Khlebnikov
· 12 years ago
4c9014f
Merge tag 'nfs-for-3.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
6d3cd5d
ALSA: hda - add mute LED for HP Pavilion 17 (Realtek codec)
by David Henningsson
· 12 years ago
ba607b6
pinctrl: mvebu: make pdma clock on dove mandatory
by Sebastian Hesselbarth
· 12 years ago
db7d77e
ARM: Dove: Add pinctrl clock to DT
by Sebastian Hesselbarth
· 12 years ago
5ce2955
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 12 years ago
d0631c6
Merge branch 'akpm' (fixes from Andrew)
by Linus Torvalds
· 12 years ago
Next »