1. b11287e sparc64: Fix perf_arch_get_caller_regs(). by David S. Miller · 16 years ago
  2. 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  3. c608558 of: make of_find_device_by_node generic by Jonas Bonn · 16 years ago
  4. cd4cd73 sparc: remove references to of_device and to_of_device by Grant Likely · 16 years ago
  5. 1ab1d63 of/platform: remove all of_bus_type and of_platform_bus_type references by Grant Likely · 16 years ago
  6. eca3930 of: Merge of_platform_bus_type with platform_bus_type by Grant Likely · 16 years ago
  7. 4e4f62b Merge commit 'v2.6.35-rc6' into devicetree/next by Grant Likely · 16 years ago
  8. 9dcdbf7 Merge branch 'linus' into perf/core by Ingo Molnar · 16 years ago
  9. 95977d0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  10. 035ebef of/sparc: move is_root_node() to of.h by Andres Salomon · 16 years ago
  11. 95f72d1 lmb: rename to memblock by Yinghai Lu · 16 years ago
  12. 1636f8a sparc/of: Move of_device fields into struct pdev_archdata by Grant Likely · 16 years ago
  13. c67dda1 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
  14. 43bc2db sparc64: fix the build error due to smp_kgdb_capture_client() by Dongdong Deng · 16 years ago
  15. b7d45c3 sparc64: Fix maybe_change_configuration() PCR setting. by David S. Miller · 16 years ago
  16. c726b61 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 16 years ago
  17. e785059 perf: Convert perf_event to local_t by Peter Zijlstra · 16 years ago
  18. 8d2cacb perf: Cleanup {start,commit,cancel}_txn details by Peter Zijlstra · 16 years ago
  19. b0f82b8 perf: Drop the skip argument from perf_arch_fetch_regs_caller by Frederic Weisbecker · 16 years ago
  20. 0d0659c arch/sparc/kernel: Eliminate what looks like a NULL pointer dereference by Julia Lawall · 16 years ago
  21. c5617b2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  22. cf9b59e Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 16 years ago
  23. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 16 years ago
  24. c75fbb0 kgdb,sparc: Add in kgdb_arch_set_pc for sparc by Jason Wessel · 16 years ago
  25. 7d02093 Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  26. 58f9b0b of: eliminate of_device->node and dev_archdata->{of,prom}_node by Grant Likely · 16 years ago
  27. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 16 years ago
  28. a13c3af perf, sparc: Implement group scheduling transactional APIs by Lin Ming · 16 years ago
  29. d706c1b driver-core: Add device node pointer to struct device by Grant Likely · 16 years ago
  30. 667f0ce sparc64: Fix stack dumping and tracing when function graph is enabled. by David S. Miller · 16 years ago
  31. 87e8f0e sparc64: Show stack backtrace from show_regs() just like other platforms. by David S. Miller · 16 years ago
  32. 28a1f53 sparc64: Fix hardirq tracing in trap return path. by David S. Miller · 16 years ago
  33. baa0677 sparc64: Use correct pt_regs in decode_access_size() error paths. by David S. Miller · 16 years ago
  34. ec68788 sparc64: Run NMIs on the hardirq stack. by David S. Miller · 16 years ago
  35. 2e2dc1d sparc: Fix forgotten kmemleak headers inclusion by Frederic Weisbecker · 16 years ago
  36. 9343af0 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
  37. e182c77 sparc64: Fix memory leak in pci_register_iommu_region(). by David S. Miller · 16 years ago
  38. 25ad403 sparc64: Add kmemleak annotation to sun4v_build_virq() by David S. Miller · 16 years ago
  39. 8b8d8e2 sparc64: Support kmemleak. by David S. Miller · 16 years ago
  40. 9960e9e sparc64: Add function graph tracer support. by David S. Miller · 16 years ago
  41. daecbf5 sparc64: Use a seperate counter for timer interrupts and NMI checks, like x86. by David S. Miller · 16 years ago
  42. f8e8a8e sparc64: Remove profiling from some low-level bits. by David S. Miller · 16 years ago
  43. d96478d sparc64: Kill unnecessary static on local var in ftrace_call_replace(). by David S. Miller · 16 years ago
  44. cb256aa sparc64: Use kstack_valid() in die_if_kernel(). by David S. Miller · 16 years ago
  45. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 16 years ago
  46. 954fbc8 sparc64: Implement perf_arch_fetch_caller_regs by David S. Miller · 16 years ago
  47. 87e8b821 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
  48. b857bd2 sparc: Fix regset register window handling. by David S. Miller · 16 years ago
  49. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 16 years ago
  50. c45140a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  51. 9e8307e sparc64: Properly truncate pt_regs framepointer in perf callback. by David S. Miller · 16 years ago
  52. d2566af arch/sparc/kernel: Use set_cpus_allowed_ptr by Julia Lawall · 16 years ago
  53. 9fdfbc2 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  54. f5c9c9b sparc: Convert sparc to use read/update_persistent_clock by John Stultz · 16 years ago
  55. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  56. 3490042 dma-mapping: sparc: unify 32bit and 64bit dma_set_mask by FUJITA Tomonori · 16 years ago
  57. e28cbf2 improve sys_newuname() for compat architectures by Christoph Hellwig · 16 years ago
  58. baed7fc Add generic sys_ipc wrapper by Christoph Hellwig · 16 years ago
  59. dc1d628 perf: Provide generic perf_sample_data initialization by Peter Zijlstra · 16 years ago
  60. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 16 years ago
  61. 6895210 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  62. c7d5a00 sparc64: Kill off old sys_perfctr system call and state. by David S. Miller · 16 years ago
  63. 0a135ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 16 years ago
  64. b7f3a20 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 by Linus Torvalds · 16 years ago
  65. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
  66. 6556a67 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  67. e0d2724 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  68. c7ec2b5 sparc: use __ratelimit by Akinobu Mita · 16 years ago
  69. 6fb8302 Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core by Ingo Molnar · 16 years ago
  70. 68c6b85 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  71. 6e37738 perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in() by Peter Zijlstra · 16 years ago
  72. 6ebdc66 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 16 years ago
  73. 3b7a17f resource/PCI: mark struct resource as const by Dominik Brodowski · 16 years ago
  74. b26b2d4 resource/PCI: align functions now return start of resource by Dominik Brodowski · 16 years ago
  75. 586f64c Fix of spelling in arch/sparc/kernel/leon_kernel.c no longer needed by Jiri Kosina · 16 years ago
  76. 2ef2d74 sparc64: If 'slot-names' property exist, create sysfs PCI slot information. by David S. Miller · 16 years ago
  77. 198d2f6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by David S. Miller · 16 years ago
  78. 1f47464 sparc64: Fix sun4u execute bit check in TSB I-TLB load. by David S. Miller · 16 years ago
  79. d7ecfb3 sparc: Fix incorrect comparison in of_bus_ambapp_match() by Kristoffer Glembo · 16 years ago
  80. 172d2d0 sparc64: Sync of_create_pci_dev() with drivers/pci/probe.c changes. by David S. Miller · 16 years ago
  81. 8c2fcad Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
  82. e7b8e67 tracing: Unify arch_syscall_addr() implementations by Mike Frysinger · 16 years ago
  83. 2bb4646 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  84. 177867c sparc64: Kill bogus ip_tables.h include. by David S. Miller · 16 years ago
  85. 0d351c3 of/sparc: Remove sparc-local declaration of allnodes and devtree_lock by Grant Likely · 16 years ago
  86. 0da2b30 sparc: remove trailing space in messages by Frans Pop · 16 years ago
  87. 232486e sparc64: Tighten checks in kstack_valid(). by David S. Miller · 16 years ago
  88. f2d6cff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  89. 440ab7a sparc32: Fix thinko in previous change. by David S. Miller · 16 years ago
  90. 1349ea0 sparc: remove redundant return statements by Jan Engelhardt · 16 years ago
  91. f036d9f sparc: Align clone and signal stacks to 16 bytes. by David S. Miller · 16 years ago
  92. 89751a7 of: merge of_find_node_by_phandle by Jeremy Kerr · 16 years ago
  93. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 16 years ago
  94. ab38612 Merge branch 'master' into percpu by Tejun Heo · 16 years ago
  95. 94673e9 sparc: TIF_ABI_PENDING bit removal by David Miller · 16 years ago
  96. 0ada0a7 Merge commit 'v2.6.33-rc5' into secretlab/test-devicetree by Grant Likely · 16 years ago
  97. 6016a36 of: unify phandle name in struct device_node by Grant Likely · 16 years ago
  98. 6abce77 sparc64: Fix UP build. by David S. Miller · 16 years ago
  99. 1091ce6 sparc64: Fix IRQ ->set_affinity() methods. by David S. Miller · 16 years ago
  100. e7bef6b sparc64: Fully support both performance counters. by David S. Miller · 16 years ago