1. b845f31 mm: Allow architectures to define additional protection bits by Dave Kleikamp · 16 years ago
  2. e5093ff powerpc: Implement task_pt_regs() accessor by Srinivasa Ds · 16 years ago
  3. 058c78f powerpc: Use new printk extension %pS to print symbols on oops by Benjamin Herrenschmidt · 16 years ago
  4. 3a4c6f0 powerpc: move device_to_mask() to dma-mapping.h by Mark Nelson · 16 years ago
  5. 7e5f810 powerpc/cell: cell_dma_dev_setup_iommu() return the iommu table by Mark Nelson · 16 years ago
  6. 3affedc powerpc/dma: implement new dma_*map*_attrs() interfaces by Mark Nelson · 16 years ago
  7. c869236 powerpc/dma: Add struct iommu_table argument to iommu_map_sg() by Mark Nelson · 16 years ago
  8. fabb657 powerpc/spufs: add atomic busy_spus counter to struct cbe_spu_info by Maxim Shchetynin · 16 years ago
  9. 88b90c9 powerpc/ps3: Quiet system bus match output by Geoff Levand · 16 years ago
  10. 2c3e478 powerpc/spufs: only add ".ctx" file with "debug" mount option by Jeremy Kerr · 16 years ago
  11. 6f7dde8 powerpc/spufs: add sizes for context files by Jeremy Kerr · 16 years ago
  12. 23d893f powerpc/spufs: allow spufs files to specify sizes by Jeremy Kerr · 16 years ago
  13. 87ff609 powerpc/spufs: avoid magic numbers for mapping sizes by Jeremy Kerr · 16 years ago
  14. 2442a8b powerpc/spufs: don't extend time time slice if context is not in spu_run by Luke Browning · 16 years ago
  15. 46deed6 powerpc/spufs: provide context debug file by Luke Browning · 16 years ago
  16. 0db9360 powerpc/pseries: Update numa association of hotplug memory add for drconf memory by Nathan Fontenot · 16 years ago
  17. 8342681 powerpc/pseries: Split code into helper routines for drconf memory by Nathan Fontenot · 16 years ago
  18. 3c3f67e powerpc/pseries: Update the device tree correctly for drconf memory add/remove by Nathan Fontenot · 16 years ago
  19. 92ecd17 powerpc/pseries: Use base address to derive starting page frame number by Nathan Fontenot · 16 years ago
  20. 4b6e805 powerpc/pseries: Allow phandle to be specified in formats other than decimal by Nathan Fontenot · 16 years ago
  21. 138fc1e powerpc: Remove old dump_task_* functions by Michael Neuling · 16 years ago
  22. 6a274c0 powerpc: Clean up copy_to/from_user for vsx and fpr by Michael Neuling · 16 years ago
  23. 2d1b202 powerpc: Fixup lwsync at runtime by Kumar Gala · 16 years ago
  24. 5888da1 powerpc: Fix building of feature-fixup tests on ppc32 by Kumar Gala · 16 years ago
  25. e17a256 powerpc: Fix compile warning in init_thread by Michael Neuling · 16 years ago
  26. db7f37d powerpc: Fix building of arch/powerpc/mm/mem.o when MEMORY_HOTPLUG=y and SPARSEMEM=n by Tony Breeds · 16 years ago
  27. f3e909c powerpc: Update for VSX core file and ptrace by Michael Neuling · 16 years ago
  28. 436db69 powerpc: Fix compile error for CONFIG_VSX by Michael Neuling · 16 years ago
  29. a91a03e powerpc: Keep 3 high personality bytes across exec by Eric B Munson · 16 years ago
  30. 89b5810 powerpc: Make sure that include/asm-powerpc/spinlock.h does not trigger compilation warnings by Bart Van Assche · 16 years ago
  31. fcbc5a9 powerpc: Explicitly copy elements of pt_regs by Stephen Rothwell · 16 years ago
  32. 3420b5d powerpc: Remove experimental status of kdump on 64-bit powerpc by Bernhard Walle · 16 years ago
  33. 016b33c powerpc: Add 64 bit version of huge_ptep_set_wrprotect by Andy Whitcroft · 16 years ago
  34. 03d7061 powerpc: Prevent memory corruption due to cache invalidation of unaligned DMA buffer by Andrew Lewis · 16 years ago
  35. 9d4ae9f powerpc/bootwrapper: Pad .dtb by default by Kumar Gala · 16 years ago
  36. 96d5b52 powerpc: Add CONFIG_VSX config option by Michael Neuling · 16 years ago
  37. ce48b21 powerpc: Add VSX context save/restore, ptrace and signal support by Michael Neuling · 16 years ago
  38. 72ffff5 powerpc: Add VSX assembler code macros by Michael Neuling · 16 years ago
  39. b962ce9 powerpc: Add VSX CPU feature by Michael Neuling · 16 years ago
  40. c6e6771 powerpc: Introduce VSX thread_struct and CONFIG_VSX by Michael Neuling · 16 years ago
  41. 6f3d8e6 powerpc: Make load_up_fpu and load_up_altivec callable by Michael Neuling · 16 years ago
  42. 10e3439 powerpc: Move altivec_unavailable by Michael Neuling · 16 years ago
  43. 9c75a31 powerpc: Add macros to access floating point registers in thread_struct. by Michael Neuling · 16 years ago
  44. 9e75118 powerpc: Fix MSR setting in 32 bit signal code by Michael Neuling · 16 years ago
  45. 9b09c6d powerpc: Change the default link address for pSeries zImage kernels by Tony Breeds · 16 years ago
  46. c230328 powerpc: Use an alternative feature section in entry_64.S by Michael Ellerman · 16 years ago
  47. 362e770 powerpc: Add self-tests of the feature fixup code by Michael Ellerman · 16 years ago
  48. 9b1a735 powerpc: Add logic to patch alternative feature sections by Michael Ellerman · 16 years ago
  49. fac23fe powerpc: Introduce infrastructure for feature sections with alternatives by Michael Ellerman · 16 years ago
  50. c1137c3 powerpc: Consolidate feature fixup macros for 64/32 bit by Michael Ellerman · 16 years ago
  51. c5157e5 powerpc: Consolidate CPU and firmware feature fixup macros by Michael Ellerman · 16 years ago
  52. 51c52e8 powerpc: Split out do_feature_fixups() from cputable.c by Michael Ellerman · 16 years ago
  53. b7bcda6 powerpc: Add PPC_NOP_INSTR, a hash define for the preferred nop instruction by Michael Ellerman · 16 years ago
  54. ae0dc73 powerpc: Add tests of the code patching routines by Michael Ellerman · 16 years ago
  55. 411781a powerpc: Add new code patching routines by Michael Ellerman · 16 years ago
  56. 07630a3 powerpc: Add ppc_function_entry() which gets the entry point for a function by Michael Ellerman · 16 years ago
  57. 053a858 powerpc: Make create_branch() return errors if the branch target is too large by Michael Ellerman · 16 years ago
  58. e7a5727 powerpc: Allow create_branch() to return errors by Michael Ellerman · 16 years ago
  59. aaddd3e powerpc: Move code patching code into arch/powerpc/lib/code-patching.c by Michael Ellerman · 16 years ago
  60. 73f38fe drivers/macintosh/smu.c: Improve error handling by Julia Lawall · 16 years ago
  61. 178f8d7 powerpc: asm/elf.h: Reduce userspace header by Adrian Bunk · 16 years ago
  62. d1cdcf2 powerpc: Don't export asm/asm-compat.h to userspace by Adrian Bunk · 16 years ago
  63. 9b4a8dd drivers/macintosh: Various cleanups by Adrian Bunk · 16 years ago
  64. f0c426b powerpc: Move common module code into its own file by Kumar Gala · 16 years ago
  65. 87e9ab1 powerpc: hash_huge_page() should get the WIMG bits from the lpte by Dave Kleikamp · 16 years ago
  66. 0cb9901 powerpc: Tell firmware we support architecture V2.06 by Joel Schopp · 16 years ago
  67. 635f5a6 powerpc: Add cputable entry for Power7 architected mode by Joel Schopp · 16 years ago
  68. 3a8247c powerpc: Only demote individual slices rather than whole process by Paul Mackerras · 16 years ago
  69. e952e6c powerpc: Add cputable entry for POWER7 by Michael Neuling · 16 years ago
  70. e2d7550 powerpc: Fix copy-and-paste error in clrsetbits_le16 by Scott Wood · 16 years ago
  71. 316a405 powerpc: Get rid of bitfields in ppc_bat struct by Becky Bruce · 16 years ago
  72. 7c5c432 powerpc: Change BAT code to use phys_addr_t by Becky Bruce · 16 years ago
  73. bf2737f powerpc: Silly spelling fix in pgtable-ppc32 by Becky Bruce · 16 years ago
  74. 36c35be powerpc: Increase CRASH_HANDLER_MAX by Arnd Bergmann · 16 years ago
  75. 5acb080 powerpc/cell: Disable ptcal in case of crash kdump by Arnd Bergmann · 16 years ago
  76. cf20760 powerpc/pseries: Call pseries_kexec_setup only on pseries by Arnd Bergmann · 16 years ago
  77. aee10c6 powerpc: Provide dummy crash_shutdown_register by Arnd Bergmann · 16 years ago
  78. 41743a4 powerpc: Free a PTE bit on ppc64 with 64K pages by Benjamin Herrenschmidt · 16 years ago
  79. ff1f4ee powerpc: Implement OF PCI address accessors stubs for CONFIG_PCI=n by Anton Vorontsov · 16 years ago
  80. 9a24729 macintosh/media bay: Convert semaphore to mutex by Daniel Walker · 16 years ago
  81. 1baaeea macintosh/therm_windtunnel: Convert semaphore to mutex by Daniel Walker · 16 years ago
  82. b1e2270 spufs: Convert nopfn to fault by Nick Piggin · 16 years ago
  83. 1976aef powerpc: Get rid of CROSS32{AS,LD,OBJCOPY} by Segher Boessenkool · 16 years ago
  84. ad19dbd pcmcia: Use linux/of_{device,platform}.h instead of asm by Stephen Rothwell · 16 years ago
  85. 55b6c8e drivers/net: Use linux/of_{device,platform}.h instead of asm by Stephen Rothwell · 16 years ago
  86. ad9e05a macintosh: Use linux/of_{device,platform}.h instead of asm by Stephen Rothwell · 16 years ago
  87. 7587cb2 hwmon: Use linux/of_platform.h instead of asm by Stephen Rothwell · 16 years ago
  88. 98cad10 pasemi-rng: Use linux/of_platform.h instead of asm by Stephen Rothwell · 16 years ago
  89. 10c0ad4 viotape: Use unlocked_ioctl by Stephen Rothwell · 16 years ago
  90. 74f0609 powerpc: Optimise smp_wmb on 64-bit processors by Nick Piggin · 16 years ago
  91. e9a4b6a Merge branch 'linux-2.6' by Paul Mackerras · 16 years ago
  92. 441dbb5 Merge branch 'next' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx by Paul Mackerras · 16 years ago
  93. 1702b52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 16 years ago
  94. 0acbbee Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  95. 535e49f Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 16 years ago
  96. 0b20715 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 16 years ago
  97. 7476064 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 16 years ago
  98. f72e9df Fix and clean top .gitignore by Eduard - Gabriel Munteanu · 16 years ago
  99. db6c24f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 16 years ago
  100. a4480ac Merge branch 'audit.b52' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 16 years ago