1. 8e591cb KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls by Michael Ellerman · 12 years ago
  2. 5efdb4b KVM: PPC: MPIC: Add support for KVM_IRQ_LINE by Alexander Graf · 12 years ago
  3. de9ba2f KVM: PPC: Support irq routing and irqfd for in-kernel MPIC by Alexander Graf · 12 years ago
  4. eb1e4f4 kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC by Scott Wood · 12 years ago
  5. 5df554ad kvm/ppc/mpic: in-kernel MPIC emulation by Scott Wood · 12 years ago
  6. c35635e KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty map by Paul Mackerras · 12 years ago
  7. a1b4a0f KVM: PPC: Book3S HV: Make HPT reading code notice R/C bit changes by Paul Mackerras · 12 years ago
  8. 9a6061d KVM: PPC: e500: Add support for EPTCFG register by Mihai Caraman · 12 years ago
  9. 307d900 KVM: PPC: e500: Add support for TLBnPS registers by Mihai Caraman · 12 years ago
  10. a85d2aa KVM: PPC: e500: Expose MMU registers via ONE_REG by Mihai Caraman · 12 years ago
  11. c402a3f Rename EMULATE_DO_PAPR to EMULATE_EXIT_USER by Bharat Bhushan · 12 years ago
  12. 092d62e KVM: PPC: debug stub interface parameter defined by Bharat Bhushan · 12 years ago
  13. adccf65 KVM: PPC: cache flush for kernel managed pages by Bharat Bhushan · 12 years ago
  14. 8c32a2e Added ONE_REG interface for debug instruction by Bharat Bhushan · 12 years ago
  15. 4fe27d2 KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external by Paul Mackerras · 12 years ago
  16. 15b708b KVM: PPC: booke: Added debug handler by Bharat Bhushan · 12 years ago
  17. 78accda KVM: PPC: Added one_reg interface for timer registers by Bharat Bhushan · 12 years ago
  18. 2ae33b3 Merge remote-tracking branch 'upstream/master' into queue by Marcelo Tosatti · 12 years ago
  19. af81d78 powerpc: Rename USER_ESID_BITS* to ESID_BITS* by Aneesh Kumar K.V · 12 years ago
  20. c60ac56 powerpc: Update kernel VSID range by Aneesh Kumar K.V · 12 years ago
  21. e39d1a4 powerpc: Make VSID_BITS* dependency explicit by Aneesh Kumar K.V · 12 years ago
  22. fa759e9 powerpc: Add DSCR FSCR register bit definition by Michael Neuling · 12 years ago
  23. 8170a83 powerpc: Wireup the kcmp syscall to sys_ni by Tony Breeds · 12 years ago
  24. a74f350 powerpc: Remove unused BITOP_LE_SWIZZLE macro by Akinobu Mita · 12 years ago
  25. 8482644 KVM: set_memory_region: Refactor commit_memory_region() by Takuya Yoshikawa · 12 years ago
  26. 14cc0b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  27. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  28. e72837e default SET_PERSONALITY() in linux/elf.h by Al Viro · 12 years ago
  29. 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  30. 561c673 switch lseek to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  31. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  32. 9d3cae2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  33. a0b1c42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  34. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  35. dffff02 Merge remote-tracking branch 'agust/next' into next by Benjamin Herrenschmidt · 12 years ago
  36. b9eaee5 powerpc: Add transactional memory to POWER8 cpu features by Michael Neuling · 12 years ago
  37. 2b0a576 powerpc: Add new transactional memory state to the signal context by Michael Neuling · 12 years ago
  38. 98ae22e powerpc: Add helper functions for transactional memory context switching by Michael Neuling · 12 years ago
  39. afc0770 powerpc: Add transactional memory paca scratch register to show_regs by Michael Neuling · 12 years ago
  40. 97a0aac powerpc: Register defines for various transactional memory registers by Michael Neuling · 12 years ago
  41. 8b3c34c powerpc: New macros for transactional memory support by Michael Neuling · 12 years ago
  42. f4c3aff powerpc: Add additional state needed for transactional memory to thread struct by Michael Neuling · 12 years ago
  43. 14c39a4 powerpc: Add new instructions for transactional memory by Michael Neuling · 12 years ago
  44. 6a6d541 powerpc: Add new CPU feature bit for transactional memory by Michael Neuling · 12 years ago
  45. 6a7e406 powerpc: Move boot_paca into early_setup by Geoff Levand · 12 years ago
  46. 4a564c4 powerpc/ps3: Add macro PS3_VERBOSE_RESULT by Geoff Levand · 12 years ago
  47. 0acb911 powerpc/kvm/book3s_hv: Preserve guest CFAR register value by Paul Mackerras · 12 years ago
  48. 1707dd1 powerpc: Save CFAR before branching in interrupt entry paths by Paul Mackerras · 12 years ago
  49. d64008a burying unused conditionals by Al Viro · 12 years ago
  50. ee53e56 booke: Added DBCR4 SPR number by Bharat Bhushan · 12 years ago
  51. 1d542d9 KVM: PPC: booke: Allow multiple exception types by Bharat Bhushan · 12 years ago
  52. ffe129e KVM: PPC: booke: use vcpu reference from thread_struct by Bharat Bhushan · 12 years ago
  53. 2468dcf powerpc: Add support for context switching the TAR register by Ian Munsie · 12 years ago
  54. f2b4367 perf/powerpc: Fix build error by Sukadev Bhattiprolu · 12 years ago
  55. ca88da3 powerpc/mpc512x: fix sparce warnings for non static symbols by Anatolij Gustschin · 12 years ago
  56. edfcf33 powerpc/512x: add function for chip select parameter configuration by Anatolij Gustschin · 12 years ago
  57. b1ff98c powerpc: trim the crap from syscalls.h by Al Viro · 12 years ago
  58. 09a4d5d powerpc: switch to generic old sigaction() by Al Viro · 12 years ago
  59. a31dd96 powerpc: kill pointless wrappers by Al Viro · 12 years ago
  60. 0980cae powerpc: switch to generic old sigsuspend by Al Viro · 12 years ago
  61. 7cce246 powerpc: switch to generic sigaltstack by Al Viro · 12 years ago
  62. 0aa0203 take sys_rt_sigsuspend() prototype to linux/syscalls.h by Al Viro · 12 years ago
  63. 574c486 consolidate kernel-side struct sigaction declarations by Al Viro · 12 years ago
  64. 92a3ce4 consolidate declarations of k_sigaction by Al Viro · 12 years ago
  65. eaca6ea sanitize rt_sigaction() situation a bit by Al Viro · 12 years ago
  66. 886c3b2 perf/POWER7: Make some POWER7 events available in sysfs by Sukadev Bhattiprolu · 12 years ago
  67. 1c53a27 perf/POWER7: Make generic event translations available in sysfs by Sukadev Bhattiprolu · 12 years ago
  68. 4ae7ebe powerpc: Change hardware breakpoint to allow longer ranges by Michael Neuling · 12 years ago
  69. 94c95cf powerpc: Avoid debug_smp_processor_id() check in SHARED_PROCESSOR by Li Zhong · 12 years ago
  70. 145c52d powerpc/ptrace: Make #defines for all request numbers hex by Michael Neuling · 12 years ago
  71. dfd0436 Merge branch 'merge' into next by Benjamin Herrenschmidt · 12 years ago
  72. abf917c cputime: Generic on-demand virtual cputime accounting by Frederic Weisbecker · 12 years ago
  73. 055dc21 soreuseport: infrastructure by Tom Herbert · 12 years ago
  74. d59577b sk-filter: Add ability to lock a socket filter program by Vincent Bernat · 12 years ago
  75. b9818c3 powerpc: Rename set_break to avoid naming conflict by Michael Neuling · 12 years ago
  76. 1715a82 powerpc: Add DSCR support to ptrace by Alexey Kardashevskiy · 12 years ago
  77. ccae663 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  78. 324b3e6 KVM: PPC: BookE: Add EPR ONE_REG sync by Alexander Graf · 12 years ago
  79. 1c81063 KVM: PPC: BookE: Implement EPR exit by Alexander Graf · 12 years ago
  80. 50c7bb8 KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1 by Alexander Graf · 12 years ago
  81. 6a040ce powerpc/eeh: Fix crash when adding a device in a slot with DDW by Thadeu Lima de Souza Cascardo · 12 years ago
  82. bf99de3 powerpc: Add the DAWR support to the set_break() by Michael Neuling · 12 years ago
  83. 9422de3 powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registers by Michael Neuling · 12 years ago
  84. a8190a5 powerpc: Add DAWR/X SPR number definitions by Michael Neuling · 12 years ago
  85. 79879c1 powerpc: Add DAWR CPU feature bit definition by Michael Neuling · 12 years ago
  86. 1580b3b powerpc: Repack 64bit CPU features to remove holes by Michael Neuling · 12 years ago
  87. cde4d49 powerpc: Remove extra zeros from 32 bit CPU features definitions by Michael Neuling · 12 years ago
  88. 44e9309 powerpc: Implement PPR save/restore by Haren Myneni · 12 years ago
  89. 13e7a8e powerpc: Macros for saving/restore PPR by Haren Myneni · 12 years ago
  90. 9277924 powerpc: Define ppr in thread_struct by Haren Myneni · 12 years ago
  91. a09688c powerpc: Increase exceptions arrays in paca struct to save PPR by Haren Myneni · 12 years ago
  92. d2613868 powerpc: Enable PPR save/restore by Haren Myneni · 12 years ago
  93. 5d75b26 powerpc: Move branch instruction from ACCOUNT_CPU_USER_ENTRY to caller by Haren Myneni · 12 years ago
  94. a413f47 powerpc: Disable relocation on exceptions whenever PR KVM is active by Ian Munsie · 12 years ago
  95. 5ac47f7 powerpc: Relocate prom_init.c on 64bit by Anton Blanchard · 12 years ago
  96. 6f79cb8 powerpc/perf: Change PMU flag representation from decimal to hex by Anshuman Khandual · 12 years ago
  97. e5e84f0 powerpc: Hook up doorbells on server by Ian Munsie · 12 years ago
  98. 919ca86 powerpc: Select either privileged or hypervisor doorbell when sending by Ian Munsie · 12 years ago
  99. 1dbdafe powerpc: Add book3s privileged doorbell exception vectors by Ian Munsie · 12 years ago
  100. 655bb3f powerpc: Add book3s hypervisor doorbell exception vectors by Ian Munsie · 12 years ago