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