1. 64b3d0e powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDED by Benjamin Herrenschmidt · 16 years ago
  2. ec98ce4 Merge branch 'master' into next by James Morris · 16 years ago
  3. 3f9b5d4 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufs into merge by Paul Mackerras · 16 years ago
  4. 6065726 powerpc/spufs: Fix spinning in spufs_ps_fault on signal by Jeremy Kerr · 16 years ago
  5. 745ca24 CRED: Pass credentials through dentry_open() by David Howells · 16 years ago
  6. 1330deb CRED: Wrap task credential accesses in the PowerPC arch by David Howells · 16 years ago
  7. 5ed487b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  8. 2c552d8 [PATCH] don't pass bogus flags to LOOKUP_PARENT lookup in spufs by Al Viro · 16 years ago
  9. a02efb9 Merge commit 'origin' into master by Benjamin Herrenschmidt · 16 years ago
  10. 34318c2 powerpc/spufs: Explain conditional decrement of aff_sched_count by Andre Detsch · 16 years ago
  11. 10baa26 powerpc/spufs: Improve search of node for contexts with SPU affinity by Andre Detsch · 16 years ago
  12. 837ef88 powerpc/spufs: Use kmalloc rather than kzalloc for switch log buffer by Jeremy Kerr · 16 years ago
  13. f027faa powerpc/spufs: Don't spu_acquire_saved unnecessarily in regs read by Jeremy Kerr · 16 years ago
  14. 14f693e powerpc/spufs: Don't require full buffer in switch_log read by Jeremy Kerr · 16 years ago
  15. f5ed0eb powerpc/spufs: Use state_mutex for switch_log locking, and prevent multiple openers by Jeremy Kerr · 16 years ago
  16. e869446 powerpc/spufs: sputrace: Don't block until the read buffer is full by Jeremy Kerr · 16 years ago
  17. baf3992 powerpc/spufs: sputrace: Only enable logging on open(), prevent multiple openers by Jeremy Kerr · 16 years ago
  18. 92b29b8 Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  19. 6dc6472 Merge commit 'origin' by Benjamin Herrenschmidt · 16 years ago
  20. 5b9261d sputrace: use marker_synchronize_unregister() by Mathieu Desnoyers · 16 years ago
  21. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  22. 6747c2e powerpc/spufs: add a missing mutex_unlock by Kou Ishizaki · 16 years ago
  23. ba0b996 powerpc/spufs: use inc_nlink by Jeremy Kerr · 16 years ago
  24. e2ed6e4 powerpc/spufs: set nlink count for spufs root correctly by Jeremy Kerr · 16 years ago
  25. b2e601d powerpc/spufs: Fix possible scheduling of a context to multiple SPEs by Andre Detsch · 16 years ago
  26. b65fe03 powerpc/spufs: Fix race for a free SPU by Jeremy Kerr · 16 years ago
  27. 9f43e39 powerpc/spufs: Fix multiple get_spu_context() by Jeremy Kerr · 16 years ago
  28. cb9808d powerpc/spufs: Remove invalid semicolon after if statement by Ilpo Järvinen · 16 years ago
  29. 8d5636f powerpc/spufs: reference context while dropping state mutex in scheduler by Jeremy Kerr · 16 years ago
  30. d9dd421 powerpc/spufs: fix npc setting for NOSCHED contexts by Jeremy Kerr · 16 years ago
  31. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  32. e9f7635 Merge commit 'jk/jk-merge' by Benjamin Herrenschmidt · 16 years ago
  33. a352894 spufs: use new vm_ops->access to allow local state access from gdb by Benjamin Herrenschmidt · 16 years ago
  34. ad1ede1 powerpc/spufs: better placement of spu affinity reference context by Andre Detsch · 16 years ago
  35. 0855b54 powerpc/spufs: fix aff_mutex and cbe_spu_info[n].list_mutex deadlock by Andre Detsch · 16 years ago
  36. 9bcab84 powerpc/spufs: correct kcalloc usage by Milton Miller · 16 years ago
  37. fabb657 powerpc/spufs: add atomic busy_spus counter to struct cbe_spu_info by Maxim Shchetynin · 16 years ago
  38. 2c3e478 powerpc/spufs: only add ".ctx" file with "debug" mount option by Jeremy Kerr · 16 years ago
  39. 6f7dde8 powerpc/spufs: add sizes for context files by Jeremy Kerr · 16 years ago
  40. 23d893f powerpc/spufs: allow spufs files to specify sizes by Jeremy Kerr · 16 years ago
  41. 87ff609 powerpc/spufs: avoid magic numbers for mapping sizes by Jeremy Kerr · 16 years ago
  42. 2442a8b powerpc/spufs: don't extend time time slice if context is not in spu_run by Luke Browning · 16 years ago
  43. 46deed6 powerpc/spufs: provide context debug file by Luke Browning · 16 years ago
  44. b1e2270 spufs: Convert nopfn to fault by Nick Piggin · 16 years ago
  45. 028fda0 powerpc/spufs: fix missed stop-and-signal event by Luke Browning · 16 years ago
  46. 2c911a1 powerpc/spufs: synchronize interaction between spu exception handling and time slicing by Luke Browning · 16 years ago
  47. 1f64643 powerpc/spufs: remove class_0_dsisr from spu exception handling by Luke Browning · 16 years ago
  48. d84050f powerpc/spufs: wait for stable spu status in spu_stopped() by Luke Browning · 16 years ago
  49. dfe1e09 [POWERPC] spufs: Fix compile error by FUJITA Tomonori · 16 years ago
  50. 08fcf1d [POWERPC] spufs: Fix pointer reference in find_victim by Luke Browning · 16 years ago
  51. 2a5f2e3 Merge branch 'for-2.6.26' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx into merge by Paul Mackerras · 16 years ago
  52. 02539d7 [POWERPC] spufs: lockdep annotations for spufs_dir_close by Christoph Hellwig · 16 years ago
  53. 7a28a15 [POWERPC] spufs: don't requeue victim contex in find_victim if it's not in spu_run by Christoph Hellwig · 16 years ago
  54. 826be06 [POWERPC] spufs: spu_create should send inotify IM_CREATE event by Christoph Hellwig · 16 years ago
  55. de10289 [POWERPC] spufs: handle faults while the context switch pending flag is set by Luke Browning · 16 years ago
  56. f3d69e0 [POWERPC] spufs: fix concurrent delivery of class 0 & 1 exceptions by Luke Browning · 16 years ago
  57. 7a21420 [POWERPC] spufs: try to route SPU interrupts to local node by Luke Browning · 16 years ago
  58. 093c16b [POWERPC] spufs: set SPU_CONTEXT_SWITCH_PENDING before synchronising SPU irqs by Luke Browning · 16 years ago
  59. d29694f [POWERPC] spufs: don't acquire state_mutex interruptible while performing callback by Jeremy Kerr · 16 years ago
  60. c0bace5 [POWERPC] spufs: update master runcntl with context lock held by Jeremy Kerr · 16 years ago
  61. 55d7cd7 [POWERPC] spufs: fix post-stopped update of MFC_CNTL register by Jeremy Kerr · 16 years ago
  62. 1ca4264 [POWERPC] spufs: fix save of mfc_cntl register by Jeremy Kerr · 16 years ago
  63. 943906b [POWERPC] spufs: don't touch suspend bits when purging DMA queue by Jeremy Kerr · 16 years ago
  64. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  65. ec31b212 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  66. 595f403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufs by Paul Mackerras · 16 years ago
  67. d0eb801 [POWERPC] spufs: add .gitignore for spu_save_dump.h & spu_restore_dump.h by Kumar Gala · 16 years ago
  68. 3734dfc [POWERPC] spufs: trace spu_acquire_saved events by Julio M. Merino Vidal · 16 years ago
  69. 8a476d4 [POWERPC] spufs: fix marker name for find_victim by Julio M. Merino Vidal · 16 years ago
  70. 5345788 [POWERPC] spufs: add marker for destroy_spu_context by Julio M. Merino Vidal · 16 years ago
  71. d6508aa [POWERPC] spufs: add sputrace marker parameter names by Julio M. Merino Vidal · 16 years ago
  72. 5158e9b [POWERPC] spufs: add context switch notification log by Christoph Hellwig · 16 years ago
  73. 6674713 powerpc: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  74. 9a64388d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  75. 950e4da arch: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  76. 858c52d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufs by Paul Mackerras · 16 years ago
  77. e48b1b4 [POWERPC] Replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  78. ada397e [POWERPC] spufs: fix incorrect file descriptors in SPU coredump note names by Gerhard Stenzel · 16 years ago
  79. 36d29ed [POWERPC] spufs: save MFC command channel before purging MFC queue by Jeremy Kerr · 16 years ago
  80. 4eb5aef [POWERPC] spufs: reacquire LS pointer in spu_process_callback by Jeremy Kerr · 16 years ago
  81. af8b44e [POWERPC] spufs: add newline to signal{1,2}_type files by Jeremy Kerr · 16 years ago
  82. c368392 [POWERPC] spufs: fix rescheduling of non-runnable contexts by Jeremy Kerr · 16 years ago
  83. ce7c191 [POWERPC] spufs: don't (ab)use SCHED_IDLE by Jeremy Kerr · 16 years ago
  84. 2a58aa3 [POWERPC] spufs: fix use time accounting on SPE-overcommit by Andre Detsch · 16 years ago
  85. fae9ca7 [POWERPC] spufs: synchronize IRQ when disabling by Arnd Bergmann · 16 years ago
  86. 71791be [POWERPC] spufs: fix order of sputrace thread IDs by Jeremy Kerr · 16 years ago
  87. 0111a70 [POWERPC] spufs: fix invalid scheduling of forgotten contexts by Jeremy Kerr · 16 years ago
  88. d588313 [POWERPC] spufs: fix context destruction during psmap fault by Jeremy Kerr · 16 years ago
  89. 61b36fc [POWERPC] cell: fix spurious false return from spu_trap_data_{map,seg} by Andre Detsch · 16 years ago
  90. 4ef1101 [POWERPC] spufs: fix scheduler starvation by idle contexts by Jeremy Kerr · 16 years ago
  91. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  92. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  93. fb40bd7 Linux Kernel Markers: support multiple probes by Mathieu Desnoyers · 16 years ago
  94. dde0013 Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  95. 90d09e1 mount options: fix spufs by Miklos Szeredi · 16 years ago
  96. 74bedc4 libfs: rename simple_attr_close to simple_attr_release by Christoph Hellwig · 16 years ago
  97. 8b88b09 libfs: allow error return from simple attributes by Christoph Hellwig · 16 years ago
  98. 85687ff [POWERPC] spufs: Fix timing dependent false return from spufs_run_spu by Luke Browning · 16 years ago
  99. e66686b4 [POWERPC] spufs: No need to have a runnable SPU for libassist update by Luke Browning · 16 years ago
  100. 732377c [POWERPC] spufs: Update SPU_Status[CISHP] in backing runcntl write by Masato Noguchi · 16 years ago