1. ea24652 i2400m: host/device procotol and core driver definitions by Inaky Perez-Gonzalez · 16 years ago
  2. ea912f4 wimax: debug macros and debug settings for the WiMAX stack by Inaky Perez-Gonzalez · 16 years ago
  3. ace22f0 wimax: headers for kernel API and user space interaction by Inaky Perez-Gonzalez · 16 years ago
  4. 5e07878 debugfs: add helpers for exporting a size_t simple value by Inaky Perez-Gonzalez · 16 years ago
  5. 34c65d8 USB: remove info() macro from usb.h by Greg Kroah-Hartman · 16 years ago
  6. 338b67b USB: remove warn() macro from usb.h by Greg Kroah-Hartman · 16 years ago
  7. 25ff1c3 USB: storage: add last-sector hacks by Alan Stern · 16 years ago
  8. 856395d USB: extension of anchor API to unpoison an anchor by Oliver Neukum · 16 years ago
  9. 49367d8 USB: mark "reject" field of struct urb as atomic_t by Ming Lei · 16 years ago
  10. 3b23dd6 USB: utilize the bus notifiers by Alan Stern · 16 years ago
  11. 2ffcdb3 USB: musb: use new platform data interface of musb to replace old one by Bryan Wu · 16 years ago
  12. 65bfd29 USB: Enhance usage of pm_message_t by Alan Stern · 16 years ago
  13. 68144e0 USB: otg: add otg_put_transceiver() by Philipp Zabel · 16 years ago
  14. 6084f1b USB: otg: gpio_vbus transceiver stub by Philipp Zabel · 16 years ago
  15. 1537e0a USB: storage devices and SAT by Ben Efros · 16 years ago
  16. f150fa1 USB: Allow usbmon as a module even if usbcore is builtin by Pete Zaitcev · 16 years ago
  17. dc023dc USB: Introduce usb_queue_reset() to do resets from atomic contexts by Inaky Perez-Gonzalez · 16 years ago
  18. 9ac39f2 USB: add asynchronous autosuspend/autoresume support by Alan Stern · 16 years ago
  19. d767d88 USB: wusb: annotate association types withe proper endianness by Harvey Harrison · 16 years ago
  20. b92a78e usb host: Oxford OXU210HP HCD driver. by Rodolfo Giometti · 16 years ago
  21. ede6f5a Fix up 64-bit byte swaps for most 32-bit architectures by Linus Torvalds · 16 years ago
  22. 637b180 byteorder: remove the now unused byteorder.h by Harvey Harrison · 16 years ago
  23. 5cbd04a mn10300: introduce asm/swab.h by Harvey Harrison · 16 years ago
  24. 9195947 frv: introduce asm/swab.h by Harvey Harrison · 16 years ago
  25. f15d411 m32r: introduce asm/swab.h by Harvey Harrison · 16 years ago
  26. c6f09f0 m68k: introduce asm/swab.h by Harvey Harrison · 16 years ago
  27. 991c0e6 byteorder: only use linux/swab.h by Harvey Harrison · 16 years ago
  28. db30c70 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  29. c861ea2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  30. 3610639 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  31. cfa97f9 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  32. 7238eb4 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  33. f94181d Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  34. 932adbe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 16 years ago
  35. 40d7ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  36. 5fec8bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 16 years ago
  37. 59e3af2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  38. 8cd3ac3 fs/exec.c: make do_coredump() void by WANG Cong · 16 years ago
  39. d3635ab rapidio: remove excess kernel-doc notation by Randy Dunlap · 16 years ago
  40. cabb3fc twl4030-gpio: cleanup debounce by David Brownell · 16 years ago
  41. a92daf6 autofs4: make autofs type usage explicit by Ian Kent · 16 years ago
  42. 730c9ee autofs4: improve parameter usage by Ian Kent · 16 years ago
  43. e8386a0 kprobes: support probing module __exit function by Masami Hiramatsu · 16 years ago
  44. 1294156 kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() by Masami Hiramatsu · 16 years ago
  45. a06f621 module: add within_module_core() and within_module_init() by Masami Hiramatsu · 16 years ago
  46. d29389d spi_gpio driver by David Brownell · 16 years ago
  47. 5cf0cc4 binfmts.h: include list.h by Hiroshi Shimamoto · 16 years ago
  48. 8c36593 include/linux/interrupt.h: do not include linux/irqnr.h twice by Jesper Juhl · 16 years ago
  49. ba84be2 remove linux/hardirq.h from asm-generic/local.h by Russell King · 16 years ago
  50. 179f7eb percpu_counter: FBC_BATCH should be a variable by Eric Dumazet · 16 years ago
  51. af9379c documentation: when to BUG(), and when to not BUG() by David Brownell · 16 years ago
  52. 5f820f6 poll: allow f_op->poll to sleep by Tejun Heo · 16 years ago
  53. 9fe0608 Create a DIV_ROUND_CLOSEST macro to do division with rounding by Darrick J. Wong · 16 years ago
  54. f1883f8 Remove remaining unwinder code by Alexey Dobriyan · 16 years ago
  55. ea435467 atomic_t: unify all arch definitions by Matthew Wilcox · 16 years ago
  56. 9f572e3 mm: remove CONFIG_OUT_OF_LINE_PFN_TO_PAGE by KOSAKI Motohiro · 16 years ago
  57. 901608d mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accounting by Oleg Nesterov · 16 years ago
  58. 856bf4d fs: sys_sync fix by Nick Piggin · 16 years ago
  59. 4f5a99d fs: remove WB_SYNC_HOLD by Nick Piggin · 16 years ago
  60. edc315f badpage: remove vma from page_remove_rmap by Hugh Dickins · 16 years ago
  61. 2509ef2 badpage: zap print_bad_pte on swap and file by Hugh Dickins · 16 years ago
  62. 79f4b7b badpage: simplify page_alloc flag check+clear by Hugh Dickins · 16 years ago
  63. 20137a4 swapfile: swapon randomize if nonrot by Hugh Dickins · 16 years ago
  64. 7992fde swapfile: swap allocation use discard by Hugh Dickins · 16 years ago
  65. 6a6ba83 swapfile: swapon use discard (trim) by Hugh Dickins · 16 years ago
  66. ebebbbe swapfile: rearrange scan and swap_info by Hugh Dickins · 16 years ago
  67. 22c6f8f swapfile: remove SWP_ACTIVE mask by Hugh Dickins · 16 years ago
  68. 69beeb1d mm: make vread() and vwrite() declaration by KOSAKI Motohiro · 16 years ago
  69. b962716 mm: optimize get_scan_ratio for no swap by Hugh Dickins · 16 years ago
  70. 60371d9 mm: add add_to_swap stub by Hugh Dickins · 16 years ago
  71. ac47b00 mm: remove gfp_mask from add_to_swap by Hugh Dickins · 16 years ago
  72. a2c43ee mm: try_to_free_swap replaces remove_exclusive_swap_page by Hugh Dickins · 16 years ago
  73. 7b1fe59 mm: reuse_swap_page replaces can_share_swap_page by Hugh Dickins · 16 years ago
  74. 2da0299 mm: add dirty_background_bytes and dirty_bytes sysctls by David Rientjes · 16 years ago
  75. 364aeb2 mm: change dirty limit type specifiers to unsigned long by David Rientjes · 16 years ago
  76. 2afd1c9 mm: make page_lock_anon_vma() static by Hugh Dickins · 16 years ago
  77. b5934c5 mm: add_active_or_unevictable into rmap by Hugh Dickins · 16 years ago
  78. 6d91add mm: add Set,ClearPageSwapCache stubs by Hugh Dickins · 16 years ago
  79. 3c1d437 mm: remove GFP_HIGHUSER_PAGECACHE by Hugh Dickins · 16 years ago
  80. e599137 mm: remove cgroup_mm_owner_callbacks by Hugh Dickins · 16 years ago
  81. 64cdd54 mm: cleanup: remove #ifdef CONFIG_MIGRATION by KOSAKI Motohiro · 16 years ago
  82. 1b0bd11 mm: get rid of pagevec_release_nonlru() by KOSAKI Motohiro · 16 years ago
  83. c04fc58 mm: show node to memory section relationship with symlinks in sysfs by Gary Hade · 16 years ago
  84. 75aa199 oom: print triggering task's cpuset and mems allowed by David Rientjes · 16 years ago
  85. 1c0fe6e mm: invoke oom-killer from page fault by Nick Piggin · 16 years ago
  86. 3340289 mm: report the MMU pagesize in /proc/pid/smaps by Mel Gorman · 16 years ago
  87. 08fba69 mm: report the pagesize backing a VMA in /proc/pid/smaps by Mel Gorman · 16 years ago
  88. ac8cc0f Merge branch 'next' into for-linus by James Morris · 16 years ago
  89. 3699c53 CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3] by David Howells · 16 years ago
  90. 29881c4 Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]" by James Morris · 16 years ago
  91. b8ac9fc uio: make uio_info's name and version const by Stephen Rothwell · 16 years ago
  92. e70c412 UIO: Pass information about ioports to userspace (V2) by Hans J. Koch · 16 years ago
  93. 475b44c mtd: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  94. 0aa0dc4 driver core: add root_device_register() by Mark McLoughlin · 16 years ago
  95. d0d85ff Make DEBUG take precedence over DYNAMIC_PRINTK_DEBUG by Cornelia Huck · 16 years ago
  96. b9daa99 driver core: move knode_bus into private structure by Greg Kroah-Hartman · 16 years ago
  97. 93e746d driver core: move knode_driver into private structure by Greg Kroah-Hartman · 16 years ago
  98. 11c3b5c driver core: move klist_children into private structure by Greg Kroah-Hartman · 16 years ago
  99. 2831fe6 driver core: create a private portion of struct device by Greg Kroah-Hartman · 16 years ago
  100. 210272a driver core: Remove completion from struct klist_node by Matthew Wilcox · 16 years ago