1. 23fd077 Merge ../linux-2.6 by hand by Paul Mackerras · 19 years ago
  2. 451cbaa [PATCH] fat: cleanup and optimization of checksum by OGAWA Hirofumi · 19 years ago
  3. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  4. 621d312 [PATCH] cleanup the usage of SEND_SIG_xxx constants by Oleg Nesterov · 19 years ago
  5. 4098f99 [PATCH] sched: hardcode non-smp set_cpus_allowed by Paul Jackson · 19 years ago
  6. a241ec6 [PATCH] RCU torture-testing kernel module by Paul E. McKenney · 19 years ago
  7. c0398ee [PATCH] include/linux/kernel.h:BUILD_BUG_ON(): fix a comment by Nikita Danilov · 19 years ago
  8. 52303e8 [PATCH] modules: fix sparse warning for every MODULE_PARM by Pavel Roskin · 19 years ago
  9. 6ea05db [PATCH] fuse: remove unused define by Miklos Szeredi · 19 years ago
  10. 29db919 [PATCH] Keys: Add LSM hooks for key management [try #3] by David Howells · 19 years ago
  11. 68860ec [PATCH] cpusets: automatic numa mempolicy rebinding by Paul Jackson · 19 years ago
  12. fb5eeee [PATCH] cpusets: bitmap and mask remap operators by Paul Jackson · 19 years ago
  13. 053199e [PATCH] cpusets: dual semaphore locking overhaul by Paul Jackson · 19 years ago
  14. 15d2bac [PATCH] add_timer() of a pending timer is illegal by Andrew Morton · 19 years ago
  15. dfb7dac [PATCH] unify sys_ptrace prototype by Christoph Hellwig · 19 years ago
  16. 19a4fcb [PATCH] kill sigqueue->lock by Oleg Nesterov · 19 years ago
  17. 2f51201 [PATCH] reduce sizeof(struct file) by Eric Dumazet · 19 years ago
  18. dfc4f94 [PATCH] remove timer debug field by Andrew Morton · 19 years ago
  19. 1bb34a4 [PATCH] NTP shift_right cleanup by john stultz · 19 years ago
  20. 61e1a9e [PATCH] Add kthread_stop_sem() by Alan Stern · 19 years ago
  21. a8db2db [PATCH] introduce setup_timer() helper by Oleg Nesterov · 19 years ago
  22. aaa4059 [PATCH] ext3: Fix unmapped buffers in transaction's lists by Jan Kara · 19 years ago
  23. eb9289e [PATCH] introduce .valid callback for pm_ops by Shaohua Li · 19 years ago
  24. 2c1b4a5 [PATCH] swsusp: rework memory freeing on resume by Rafael J. Wysocki · 19 years ago
  25. 25761b6 [PATCH] swsusp: move snapshot functionality to separate file by Rafael J. Wysocki · 19 years ago
  26. ad74557 [PATCH] introduce get_cpu_sysdev() to retrieve a sysfs entry for a cpu. by Ashok Raj · 19 years ago
  27. bda9868 [PATCH] x86: inline spin_unlock if !CONFIG_DEBUG_SPINLOCK and !CONFIG_PREEMPT by Ingo Molnar · 19 years ago
  28. d381d8a [PATCH] SELinux: canonicalize getxattr() by James Morris · 19 years ago
  29. 0d078f6 [PATCH] CONFIG_IA32 by Brian Gerst · 19 years ago
  30. a7dac44 [libata] change ata_qc_complete() to take error mask as second arg by Jeff Garzik · 19 years ago
  31. 81cfb88 Merge branch 'master' by Jeff Garzik · 19 years ago
  32. 9f75e1e Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 19 years ago
  33. 3947be1 [PATCH] memory hotplug: sysfs and add/remove functions by Dave Hansen · 19 years ago
  34. bdc8cb9 [PATCH] memory hotplug locking: zone span seqlock by Dave Hansen · 19 years ago
  35. 208d54e [PATCH] memory hotplug locking: node_size_lock by Dave Hansen · 19 years ago
  36. 4ca644d [PATCH] memory hotplug prep: __section_nr helper by Dave Hansen · 19 years ago
  37. b8072f0 [PATCH] mm: update comments to pte lock by Hugh Dickins · 19 years ago
  38. f412ac0 [PATCH] mm: fix rss and mmlist locking by Hugh Dickins · 19 years ago
  39. 4c21e2f [PATCH] mm: split page table lock by Hugh Dickins · 19 years ago
  40. deceb6c [PATCH] mm: follow_page with inner ptlock by Hugh Dickins · 19 years ago
  41. c34d1b4 [PATCH] mm: kill check_user_page_readable by Hugh Dickins · 19 years ago
  42. c071880 [PATCH] mm: rmap with inner ptlock by Hugh Dickins · 19 years ago
  43. 508034a [PATCH] mm: unmap_vmas with inner ptlock by Hugh Dickins · 19 years ago
  44. c74df32 [PATCH] mm: ptd_alloc take ptlock by Hugh Dickins · 19 years ago
  45. 1bb3630 [PATCH] mm: ptd_alloc inline and out by Hugh Dickins · 19 years ago
  46. 872fec1 [PATCH] mm: init_mm without ptlock by Hugh Dickins · 19 years ago
  47. 46dea3d [PATCH] mm: ia64 use expand_upwards by Hugh Dickins · 19 years ago
  48. f449952 [PATCH] mm: mm_struct hiwaters moved by Hugh Dickins · 19 years ago
  49. 365e9c87 [PATCH] mm: update_hiwaters just in time by Hugh Dickins · 19 years ago
  50. b581003 [PATCH] core remove PageReserved by Nick Piggin · 19 years ago
  51. 4294621 [PATCH] mm: rss = file_rss + anon_rss by Hugh Dickins · 19 years ago
  52. a8fb561 [PATCH] mm: unlink_file_vma, remove_vma by Hugh Dickins · 19 years ago
  53. ab50b8e [PATCH] mm: vm_stat_account unshackled by Hugh Dickins · 19 years ago
  54. dfcd3c0 [PATCH] Convert mempolicies to nodemask_t by Andi Kleen · 19 years ago
  55. eb92f4e [PATCH] add sem_is_read/write_locked() by Rik Van Riel · 19 years ago
  56. 930fc45 [PATCH] vmalloc_node by Christoph Lameter · 19 years ago
  57. 0169e28 [libata] remove ata_chk_err(), ->check_err() hook. by Jeff Garzik · 19 years ago
  58. d32311f [PATCH] Introduce sg_set_buf by Herbert Xu · 19 years ago
  59. e9d5223 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 19 years ago
  60. 26a940e Cleaned up AMD Au1200 IDE driver: by Pete Popov · 19 years ago
  61. bdf21b1 Philips PNX8550 support: MIPS32-like core with 2 Trimedias on it. by Pete Popov · 19 years ago
  62. 62d3af1 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 19 years ago
  63. fc228a0 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Arnaldo Carvalho de Melo · 19 years ago
  64. 146c987 [PATCH] ppc64 boot: remove include from include/linux/zutil.h by Olaf Hering · 19 years ago
  65. b37665e [PATCH] ppc32: 85xx PHY Platform Update by Andy Fleming · 19 years ago
  66. 360ac8e [ETH]: ether address compare by Stephen Hemminger · 19 years ago
  67. 9a7834d [PATCH] USB: fix pm patches with CONFIG_PM off part 2 by Andrew Morton · 19 years ago
  68. 4f62efe [PATCH] usbcore: Fix handling of sysfs strings and other attributes by Alan Stern · 19 years ago
  69. b724ae7 [PATCH] usbcore: Wrap lines before column 80 by Alan Stern · 19 years ago
  70. be69e5b [PATCH] usbcore: Improve endpoint sysfs file handling by Alan Stern · 19 years ago
  71. 478a3ba [PATCH] USB: Always do usb-handoff by Alan Stern · 19 years ago
  72. c36fc88 [PATCH] usb: Patch for USBDEVFS_IOCTL from 32-bit programs by Pete Zaitcev · 19 years ago
  73. 3099e75 [PATCH] USB: add notifier functions to the USB core for devices and busses by Greg Kroah-Hartman · 20 years ago
  74. 4e67185 [PATCH] add usb transceiver set_suspend() method by Juha Yrj?l? · 19 years ago
  75. 5edbfb7 [PATCH] stop exporting two functions by David Brownell · 19 years ago
  76. e9b7bd4 [PATCH] one less word in struct device by David Brownell · 19 years ago
  77. 390a8c3 [PATCH] remove usb_suspend_device() parameter by David Brownell · 19 years ago
  78. d6e5bcf [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer needed by Greg Kroah-Hartman · 20 years ago
  79. 094f1649 [PATCH] USB: add endpoint information to sysfs by Greg Kroah-Hartman · 20 years ago
  80. 596c96b Merge branch 'master' by Jeff Garzik · 19 years ago
  81. 2f02823 [PATCH] pci_ids: cleanup comments by Grant Coady · 19 years ago
  82. d10211b [PATCH] PCI: fix edac drivers for radisys 82600 borkage by Andrew Morton · 19 years ago
  83. b7924c3 [PATCH] pci_ids: remove non-referenced symbols from pci_ids.h by Grant Coady · 19 years ago
  84. b135c48 [PATCH] pci_ids: remove duplicates from pci_ids.h by Grant Coady · 19 years ago
  85. e04b0ea [PATCH] PCI: Block config access during BIST by Brian King · 19 years ago
  86. a9d1b24 [PATCH] I2C: add i2c module alias for i2c drivers to use by Greg Kroah-Hartman · 19 years ago
  87. 585b316 [PATCH] i2c: SMBus PEC support rewrite, 3 of 3 by Jean Delvare · 19 years ago
  88. 421ef47 [PATCH] i2c: SMBus PEC support rewrite, 2 of 3 by Jean Delvare · 19 years ago
  89. b809554 [PATCH] i2c: SMBus PEC support rewrite, 1 of 3 by Jean Delvare · 19 years ago
  90. eb00a28 [PATCH] i2c: Drop unused parport i2c IDs by Jean Delvare · 19 years ago
  91. 4d4e5ce [PATCH] i2c: New Xicor X1205 RTC driver by Alessandro Zummo · 19 years ago
  92. 30dac74 [PATCH] i2c: Drop I2C_SMBUS_I2C_BLOCK_MAX by Jean Delvare · 19 years ago
  93. d3554b4 [PATCH] i2c: Drop unused per-i2c-algorithm adapter max by Jean Delvare · 19 years ago
  94. 80ce3b7 [PATCH] i2c: Drop out-of-date, colliding ioctl definitions by Jean Delvare · 19 years ago
  95. 31ec5bc [PATCH] i2c: Fix misplaced i2c.h comment by Jean Delvare · 19 years ago
  96. bf813b3 [PATCH] i2c: Drop useless CVS revision IDs by Jean Delvare · 19 years ago
  97. 332bf92 [PATCH] i2c: Fix union i2c_smbus_data definition by Hideki Iwamoto · 19 years ago
  98. 48257c4 Add fs_enet ethernet network driver, for several embedded platforms. by Pantelis Antoniou · 19 years ago
  99. 84860bf Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  100. a4e2b34 [PATCH] tg3: add 5714/5715 support by Michael Chan · 19 years ago