1. b6a8401 mm: NUMA aware alloc_thread_info_node() by Eric Dumazet · 13 years ago
  2. b3f80f6 sparc: Add {open_by,name_to}_handle_at and clock_adjtime syscalls. by David S. Miller · 13 years ago
  3. 9889376 sparc: Implement of_iomap(). by David S. Miller · 13 years ago
  4. 930952a sparc: Implement of_address_to_resource(). by David S. Miller · 13 years ago
  5. 1655068 sparc: Provide NO_IRQ definition. by David S. Miller · 13 years ago
  6. ec0afc9 Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  7. 69ebb83 mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionally by Huang Ying · 13 years ago
  8. c816be7 sparc32: Fix might-be-used-uninitialized warning in do_sparc_fault(). by David S. Miller · 13 years ago
  9. 35043c4 sparc: Fix .size directive for do_int_load by Ben Hutchings · 13 years ago
  10. c6fee08 sparc64: Fix build errors with gcc-4.6.0 by David S. Miller · 13 years ago
  11. 0399bb5 sparc32,sun4m: percpu and global register definitions moved to irq.h by Sam Ravnborg · 13 years ago
  12. 1d05995 sparc32: introduce build_device_irq by Sam Ravnborg · 13 years ago
  13. bbdc266 sparc32: introduce sparc_irq_config by Sam Ravnborg · 13 years ago
  14. a2a211c sparc32: fix build with leon or floppy enabled by Sam Ravnborg · 13 years ago
  15. 81043e8 sparc: convert to clocksource_register_hz/khz by John Stultz · 13 years ago
  16. 5a0efea sparc64: Sharpen address space randomization calculations. by David S. Miller · 13 years ago
  17. fd49bf4 sparc32: irq_32.c cleanup by Sam Ravnborg · 13 years ago
  18. 70044df sparc32, sun4d: add comment in empty statement in sun4d_request_irq() by Sam Ravnborg · 13 years ago
  19. a625a12 sparc32,sun4d: drop unused code in sun4d_distribute_irqs() by Sam Ravnborg · 13 years ago
  20. e54f854 sparc32,sun4d: irq, smp files cleanup by Sam Ravnborg · 13 years ago
  21. aba20a8 sparc32,sun4m: irq, smp files cleanup by Sam Ravnborg · 13 years ago
  22. e787098 sparc32,sun4c: irq file cleanup by Sam Ravnborg · 13 years ago
  23. b7afdb7 sparc32: add irq + smp declarations to headers by Sam Ravnborg · 13 years ago
  24. e046b1e sparc32: remove tick14.c by Sam Ravnborg · 13 years ago
  25. 2666e47 sparc32/leon: FPU-FSR only available when FPU present by Daniel Hellstrom · 13 years ago
  26. 7279b82 SPARC/LEON: power down instruction different of different LEONs by Daniel Hellstrom · 13 years ago
  27. 684151a sparc32: added U-Boot build target: uImage by Daniel Hellstrom · 13 years ago
  28. 44ed3c0 sparc64: rename virt_irq => irq - II by Sam Ravnborg · 13 years ago
  29. fe41493 sparc64: rename virt_irq => irq - I by Sam Ravnborg · 13 years ago
  30. 4832b99 sparc64: use up-to-data genirq functions by Sam Ravnborg · 13 years ago
  31. e6ebd52 sparc64: use {get,set}_irq_data for handler_data by Sam Ravnborg · 13 years ago
  32. cae78728 sparc64: all pointers to irq_handler_data renamed to handler_data by Sam Ravnborg · 13 years ago
  33. d4d1ec4 sparc: in handler_irq() rename irq parameter to pil by Sam Ravnborg · 13 years ago
  34. 9f2264a sparc64: fix direct access to irq_desc by Sam Ravnborg · 13 years ago
  35. 0c7c6a3 sparc: Fix sbus_alloc_coherent error handling. by Kristoffer Glembo · 13 years ago
  36. 7feee24 sparc: Make mmu_inval_dma_area take void * instead of unsigned long to minimize casts. by Kristoffer Glembo · 13 years ago
  37. 1b19274 sparc/leon: Make mmu_inval_dma_area flush dcache for LEONs without snooping enabled. by Kristoffer Glembo · 13 years ago
  38. 1830474 sparc/leon: Add LEON dma_ops. by Kristoffer Glembo · 13 years ago
  39. b8682ce sparc: Add pci32_unmap_page. by Kristoffer Glembo · 13 years ago
  40. 5c8345b sparc: Replace open coded page alignment with PAGE_ALIGN macro. by Kristoffer Glembo · 13 years ago
  41. 4c5811b Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  42. e6bee32 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  43. 79d8a8f Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  44. 5229645 vfs: add nonconflicting values for O_PATH by Stephen Rothwell · 13 years ago
  45. 420c1c5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  46. 0586bed Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  47. 8d7718a futex: Sanitize futex ops argument types by Michel Lespinasse · 13 years ago
  48. 37a9d91 futex: Sanitize cmpxchg_futex_value_locked API by Michel Lespinasse · 13 years ago
  49. 4ebb24f dt/sparc: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 13 years ago
  50. f227e08 Merge 2.6.38-rc6 into tty-next by Greg Kroah-Hartman · 13 years ago
  51. a0aeccd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 13 years ago
  52. 3c95c98 tty: add TIOCVHANGUP to allow clean tty shutdown of all ttys by Kay Sievers · 13 years ago
  53. b62818e sparc64: Fix NMI startup bug which also breaks perf. by David S. Miller · 13 years ago
  54. 711c71a sparc: fix size argument to find_next_zero_bit() by Akinobu Mita · 13 years ago
  55. e637804 sparc: use bitmap_set() by Akinobu Mita · 13 years ago
  56. 2492218 sparc32: unaligned memory access (MNA) trap handler bug by Daniel Hellstrom · 13 years ago
  57. 4ea1b72 sparc: Switch do_timer() to xtime_update() by Torben Hohn · 13 years ago
  58. aac7227 rwsem: Move duplicate function prototypes to linux/rwsem.h by Thomas Gleixner · 13 years ago
  59. 41e5887 rwsem: Unify the duplicate rwsem_is_locked() inlines by Thomas Gleixner · 13 years ago
  60. 12249b3 rwsem: Move duplicate init macros and functions to linux/rwsem.h by Thomas Gleixner · 13 years ago
  61. 1c8ed64 rwsem: Move duplicate struct rwsem declaration to linux/rwsem.h by Thomas Gleixner · 13 years ago
  62. c16a87c rwsem: Cleanup includes by Thomas Gleixner · 13 years ago
  63. 24774fb sparc: Replace deprecated spinlock initialization by Thomas Gleixner · 13 years ago
  64. 19df0c2 percpu: align percpu readmostly subsection to cacheline by Tejun Heo · 13 years ago
  65. 373b25c sparc: Use generic irq Kconfig by Thomas Gleixner · 13 years ago
  66. 1c77ff2 genirq: Remove __do_IRQ by Thomas Gleixner · 13 years ago
  67. 8ac1f83 thp: pte alloc trans splitting by Andrea Arcangeli · 13 years ago
  68. d0a2126 mm: unify module_alloc code for vmalloc by David Rientjes · 13 years ago
  69. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  70. fb7b5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 13 years ago
  71. 0bd2cbc Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  72. 5edddaa sparc64: Fix bootup regression due to perf init ordering. by David S. Miller · 13 years ago
  73. 56b85f3 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  74. f70f5b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 by Linus Torvalds · 13 years ago
  75. 0508558 sparc: update copyright in piggyback.c by Sam Ravnborg · 13 years ago
  76. 9202db2 sparc: unify strip command in boot/Makefile by Sam Ravnborg · 13 years ago
  77. 56818a6f sparc: rename piggyback_32 to piggyback by Sam Ravnborg · 13 years ago
  78. 1075c4e sparc: fix tftpboot.img for sparc64 on little-endian host by Sam Ravnborg · 13 years ago
  79. a020bb1 sparc: add $BITS to piggyback arguments by Sam Ravnborg · 13 years ago
  80. 571e08f sparc: remove obsolete ELF support in piggyback_32.c by Sam Ravnborg · 13 years ago
  81. 9c23905 sparc: additional comments to piggyback_32.c by Sam Ravnborg · 13 years ago
  82. b2a39b0 sparc: use _start for the start entry (like 64 bit does) by Sam Ravnborg · 13 years ago
  83. e405ae7 sparc: use trapbase in setup_arch by Sam Ravnborg · 13 years ago
  84. 2fe74fa sparc: refactor piggy_32.c by Sam Ravnborg · 13 years ago
  85. 9663eb2 SPARC/LEON: avoid AMBAPP name duplicates in openprom fs when REG is missing by Daniel Hellstrom · 13 years ago
  86. 2791c1a SPARC/LEON: added support for selecting Timer Core and Timer within core by Daniel Hellstrom · 13 years ago
  87. 9742e72 LEON: added raw AMBA vendor/device number to find TIMER, IRQCTRL by Daniel Hellstrom · 13 years ago
  88. e2305e3 SPARC/LEON: added support for IRQAMP IRQ Controller by Daniel Hellstrom · 13 years ago
  89. 53aea7c SPARC/LEON: find IRQCTRL and Timer via OF-Tree, instead of hardcoded. by Daniel Hellstrom · 13 years ago
  90. 4a3a255 sparc: explicitly cast negative phandle checks to s32 by Andres Salomon · 14 years ago
  91. 5f66dd3 sparc: fix sparse warnings in arch/sparc/prom for 32 bit build by Sam Ravnborg · 13 years ago
  92. 1f42be4 sparc: remove unused prom tree functions by Sam Ravnborg · 13 years ago
  93. a7e4236 sparc: remove unused prom cpu functions by Sam Ravnborg · 13 years ago
  94. efef2e4 sparc: drop prom/palloc.c by Sam Ravnborg · 13 years ago
  95. 743ceee sparc: drop prom/devmap.c by Sam Ravnborg · 13 years ago
  96. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  97. 6c529a2 Merge commit 'v2.6.37-rc7' into perf/core by Ingo Molnar · 14 years ago
  98. b7b8de0 TTY: Add tty ioctl to figure device node of the system console. by Werner Fink · 14 years ago
  99. 2e80a82 perf: Dynamic pmu types by Peter Zijlstra · 14 years ago
  100. 478b2a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago