1. 84c3d4a Merge commit 'origin/master' by Benjamin Herrenschmidt · 16 years ago
  2. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  3. 43d2548 Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build by Benjamin Herrenschmidt · 16 years ago
  4. 585583d powerpc: Fix pte_update for CONFIG_PTE_64BIT and !PTE_ATOMIC_UPDATES by Kumar Gala · 16 years ago
  5. 7c29217 powerpc: fix giveup_vsx to save registers correctly by Michael Neuling · 16 years ago
  6. 0f47331 powerpc: Add PPC_FEATURE_PSERIES_PERFMON_COMPAT by Nathan Lynch · 16 years ago
  7. b3fcaaa powerpc: mman.h export fixups by Stephen Rothwell · 16 years ago
  8. 930074b Merge commit 'jwb/jwb-next' by Benjamin Herrenschmidt · 16 years ago
  9. 11c2d81 Merge commit 'origin/HEAD' into test-merge by Benjamin Herrenschmidt · 16 years ago
  10. bac0c91 Merge branch 'tracing/ftrace' into auto-ftrace-next by Ingo Molnar · 16 years ago
  11. 1bc54c0 powerpc: rework 4xx PTE access and TLB miss by Benjamin Herrenschmidt · 16 years ago
  12. ef3d324 powerpc/mm: Add Strong Access Ordering support by Dave Kleikamp · 16 years ago
  13. 3790704 powerpc/mm: Add SAO Feature bit to the cputable by Dave Kleikamp · 16 years ago
  14. aba46c5 powerpc/mm: Define flags for Strong Access Ordering by Dave Kleikamp · 16 years ago
  15. e5093ff powerpc: Implement task_pt_regs() accessor by Srinivasa Ds · 16 years ago
  16. 3a4c6f0 powerpc: move device_to_mask() to dma-mapping.h by Mark Nelson · 16 years ago
  17. 3affedc powerpc/dma: implement new dma_*map*_attrs() interfaces by Mark Nelson · 16 years ago
  18. c869236 powerpc/dma: Add struct iommu_table argument to iommu_map_sg() by Mark Nelson · 16 years ago
  19. fabb657 powerpc/spufs: add atomic busy_spus counter to struct cbe_spu_info by Maxim Shchetynin · 16 years ago
  20. 86df864 Correct hash flushing from huge_ptep_set_wrprotect() by David Gibson · 16 years ago
  21. 3c3f67e powerpc/pseries: Update the device tree correctly for drconf memory add/remove by Nathan Fontenot · 16 years ago
  22. 138fc1ee0 powerpc: Remove old dump_task_* functions by Michael Neuling · 16 years ago
  23. 2d1b202 powerpc: Fixup lwsync at runtime by Kumar Gala · 16 years ago
  24. e17a256 powerpc: Fix compile warning in init_thread by Michael Neuling · 16 years ago
  25. db7f37d powerpc: Fix building of arch/powerpc/mm/mem.o when MEMORY_HOTPLUG=y and SPARSEMEM=n by Tony Breeds · 16 years ago
  26. f3e909c powerpc: Update for VSX core file and ptrace by Michael Neuling · 16 years ago
  27. a91a03e powerpc: Keep 3 high personality bytes across exec by Eric B Munson · 16 years ago
  28. 89b5810 powerpc: Make sure that include/asm-powerpc/spinlock.h does not trigger compilation warnings by Bart Van Assche · 16 years ago
  29. 016b33c powerpc: Add 64 bit version of huge_ptep_set_wrprotect by Andy Whitcroft · 16 years ago
  30. ce48b21 powerpc: Add VSX context save/restore, ptrace and signal support by Michael Neuling · 16 years ago
  31. 72ffff5 powerpc: Add VSX assembler code macros by Michael Neuling · 16 years ago
  32. b962ce9 powerpc: Add VSX CPU feature by Michael Neuling · 16 years ago
  33. c6e6771 powerpc: Introduce VSX thread_struct and CONFIG_VSX by Michael Neuling · 16 years ago
  34. 9c75a31 powerpc: Add macros to access floating point registers in thread_struct. by Michael Neuling · 16 years ago
  35. fac23fe powerpc: Introduce infrastructure for feature sections with alternatives by Michael Ellerman · 16 years ago
  36. c1137c3 powerpc: Consolidate feature fixup macros for 64/32 bit by Michael Ellerman · 16 years ago
  37. c5157e5 powerpc: Consolidate CPU and firmware feature fixup macros by Michael Ellerman · 16 years ago
  38. b7bcda6 powerpc: Add PPC_NOP_INSTR, a hash define for the preferred nop instruction by Michael Ellerman · 16 years ago
  39. 411781a powerpc: Add new code patching routines by Michael Ellerman · 16 years ago
  40. 07630a3 powerpc: Add ppc_function_entry() which gets the entry point for a function by Michael Ellerman · 16 years ago
  41. e7a5727 powerpc: Allow create_branch() to return errors by Michael Ellerman · 16 years ago
  42. aaddd3e powerpc: Move code patching code into arch/powerpc/lib/code-patching.c by Michael Ellerman · 16 years ago
  43. 178f8d7 powerpc: asm/elf.h: Reduce userspace header by Adrian Bunk · 16 years ago
  44. d1cdcf2 powerpc: Don't export asm/asm-compat.h to userspace by Adrian Bunk · 16 years ago
  45. 3a8247c powerpc: Only demote individual slices rather than whole process by Paul Mackerras · 16 years ago
  46. e952e6c powerpc: Add cputable entry for POWER7 by Michael Neuling · 16 years ago
  47. e2d7550 powerpc: Fix copy-and-paste error in clrsetbits_le16 by Scott Wood · 16 years ago
  48. 316a405 powerpc: Get rid of bitfields in ppc_bat struct by Becky Bruce · 16 years ago
  49. 7c5c432 powerpc: Change BAT code to use phys_addr_t by Becky Bruce · 16 years ago
  50. bf2737f powerpc: Silly spelling fix in pgtable-ppc32 by Becky Bruce · 16 years ago
  51. aee10c6 powerpc: Provide dummy crash_shutdown_register by Arnd Bergmann · 16 years ago
  52. 41743a4 powerpc: Free a PTE bit on ppc64 with 64K pages by Benjamin Herrenschmidt · 16 years ago
  53. ff1f4ee powerpc: Implement OF PCI address accessors stubs for CONFIG_PCI=n by Anton Vorontsov · 16 years ago
  54. 74f0609 powerpc: Optimise smp_wmb on 64-bit processors by Nick Piggin · 16 years ago
  55. e9a4b6a Merge branch 'linux-2.6' by Paul Mackerras · 16 years ago
  56. 441dbb5 Merge branch 'next' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx by Paul Mackerras · 16 years ago
  57. b660398 kbuild: fix a.out.h export to userspace with O= build. by David Woodhouse · 16 years ago
  58. b7d7a24 powerpc: convert to generic helpers for IPI function calls by Jens Axboe · 16 years ago
  59. d14b3dd powerpc/QE: use arch_initcall to probe QUICC Engine GPIOs by Anton Vorontsov · 16 years ago
  60. d3c511a powerpc/cpm: Remove !CONFIG_PPC_CPM_NEW_BINDING code by Kumar Gala · 16 years ago
  61. aba11fc powerpc/e500mc: flush L2 on NAP for e500mc by Kumar Gala · 16 years ago
  62. fc4033b powerpc/85xx: add DOZE/NAP support for e500 core by Kumar Gala · 16 years ago
  63. 395a59d ftrace: store mcount address in rec->ip by Abhishek Sagar · 16 years ago
  64. f34bfb1 Merge branch 'linus' into tracing/ftrace by Ingo Molnar · 16 years ago
  65. 3dfa877 powerpc/booke: Add support for new e500mc core by Kumar Gala · 16 years ago
  66. 5ce4b59 powerpc/4xx: Workaround for PPC440EPx/GRx PCI_28 Errata by Josh Boyer · 16 years ago
  67. bccaea8 powerpc/booke: Fix definitions for dbcr[1-2] and dbsr registers by Jerone Young · 16 years ago
  68. e765ee9 Merge branch 'linus' into tracing/ftrace by Ingo Molnar · 16 years ago
  69. 305c736 [POWERPC] Build fix for drivers/macintosh/mediabay.c by Adrian Bunk · 16 years ago
  70. 598056d [POWERPC] Fix rmb to order cacheable vs. noncacheable by Nick Piggin · 16 years ago
  71. a9653cf Merge branch 'linux-2.6' into merge by Paul Mackerras · 16 years ago
  72. 1f64643 powerpc/spufs: remove class_0_dsisr from spu exception handling by Luke Browning · 16 years ago
  73. 5848f16 powerpc/QE: qe_reset should be __init by Anton Vorontsov · 16 years ago
  74. 5093bb9 powerpc/QE: switch to the cpm_muram implementation by Anton Vorontsov · 16 years ago
  75. 32def33 powerpc/QE: implement support for the GPIO LIB API by Anton Vorontsov · 16 years ago
  76. 9572653 powerpc/QE: prepare QE PIO code for GPIO LIB support by Anton Vorontsov · 16 years ago
  77. 5e41486 powerpc/QE: add support for QE USB clocks routing by Anton Vorontsov · 16 years ago
  78. 83ff9dc powerpc/sysdev: implement FSL GTM support by Anton Vorontsov · 16 years ago
  79. 0f3d6bc powerpc: Improve (in|out)_[bl]eXX() asm code by Trent Piepho · 16 years ago
  80. 7c4f10b powerpc: Check that TASK_SIZE does not overlap KERNEL_START by Rune Torgersen · 16 years ago
  81. 8a3e1c6 Merge branch 'merge' by Paul Mackerras · 16 years ago
  82. ce263d7 KVM: ppc: Remove duplicate function by Hollis Blanchard · 16 years ago
  83. bcf0b08 [POWERPC] Move to runtime allocated exception stacks by Kumar Gala · 16 years ago
  84. cfab3bd [POWERPC] Add "memory" clobber to MMIO accessors by Benjamin Herrenschmidt · 16 years ago
  85. b786af1 [POWERPC] Refactor DCR code by Stephen Neuendorffer · 16 years ago
  86. ccbfac2 ftrace: powerpc clean ups by Steven Rostedt · 16 years ago
  87. e0eca07 ftrace, POWERPC: add irqs_disabled_flags to ppc by Steven Rostedt · 16 years ago
  88. acf4648 Merge branch 'merge' into powerpc-next by Paul Mackerras · 16 years ago
  89. 06a901c [POWERPC] mpic: Fix use of uninitialized variable by Stephen Rothwell · 16 years ago
  90. 475ca39 [POWERPC] mpic: Deal with bogus NIRQ in Feature Reporting Register by Kumar Gala · 16 years ago
  91. 2ca7633 [POWERPC] Tweak VDSO linker script to avoid upsetting old binutils by Roland McGrath · 16 years ago
  92. 09e67ca [POWERPC] Move of_device_get_modalias to drivers/of by Stephen Rothwell · 16 years ago
  93. 7bc228b [POWERPC] Get most of ioctl.h content from <asm-generic/ioctl.h> by Robert P. J. Day · 16 years ago
  94. 0b2cca8 [POWERPC] Add 6xx-style HID0_SLEEP support. by Scott Wood · 16 years ago
  95. a560643 [POWERPC] Defer processing of interrupts when the CPU wakes from sleep mode by Paul Mackerras · 16 years ago
  96. fcff474 Merge branch 'linux-2.6' into powerpc-next by Paul Mackerras · 16 years ago
  97. 9c8387a [POWERPC] Fix uninitialized variable bug in copy_{to|from}_user by Nate Case · 16 years ago
  98. cec08e7 [POWERPC] vmemmap fixes to use smaller pages by Benjamin Herrenschmidt · 16 years ago
  99. 1c21a29 [POWERPC] Fix sparse warnings in arch/powerpc/kernel by Michael Ellerman · 16 years ago
  100. 1c8950f [POWERPC] Make cpus_in_xmon static and remove extern mess from hvc_console.c by Michael Ellerman · 16 years ago