1. a428271 [AX.25]: Fix unchecked ax25_linkfail_register uses by Ralf Baechle · 18 years ago
  2. 58bc574 [AX.25]: Fix unchecked nr_add_node uses. by Ralf Baechle · 18 years ago
  3. 81dcd16 [AX.25]: Fix unchecked ax25_listen_register uses by Ralf Baechle · 18 years ago
  4. 8d5cf59 [AX.25]: Fix unchecked ax25_protocol_register uses. by Ralf Baechle · 18 years ago
  5. c9266b9 [AX.25]: Mark all kmalloc users __must_check by Ralf Baechle · 18 years ago
  6. bd2b334 [TG3]: replace kmalloc+memset with kzalloc by Yan Burman · 18 years ago
  7. e25db64 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 18 years ago
  8. 7686fcf [PATCH] more work_struct fixes: tas300x sound drivers by Al Viro · 18 years ago
  9. 8a8b836 [SPARC]: Make bitops use same spinlocks as atomics. by David S. Miller · 18 years ago
  10. 928ee51 [CPUFREQ] longhaul compile fix. by Dave Jones · 18 years ago
  11. 8ec9822 [CPUFREQ] Advise not to use longhaul on VIA C7. by Dave Jones · 18 years ago
  12. a507ac4 [CPUFREQ] set policy->curfreq on initialization by Mattia Dongili · 18 years ago
  13. 216da72 [SPARC]: Update defconfig. by David S. Miller · 18 years ago
  14. 5a08900 [SPARC64]: Mirror x86_64's PERCPU_ENOUGH_ROOM definition. by David S. Miller · 18 years ago
  15. 9bc83dc [SUNKBD]: Fix sunkbd_enable(sunkbd, 0); obvious. by Fabrice Knevez · 18 years ago
  16. b06824c [DocBook]: Fix two typos in generic IRQ docs. by David S. Miller · 18 years ago
  17. 729e7d7 [SPARC64]: Minor irq handling cleanups. by David S. Miller · 18 years ago
  18. 15f1483 [SPARC64]: Kill no-remapping-needed code in head.S by David S. Miller · 18 years ago
  19. 825020c [PATCH] sys_mincore: s/max/min/ by Oleg Nesterov · 18 years ago
  20. 2bb71b5 [PATCH] m68k trivial build fixes by Al Viro · 18 years ago
  21. 4fb23e4 Fix up mm/mincore.c error value cases by Linus Torvalds · 18 years ago
  22. c7ef259 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 18 years ago
  23. 99f5e97 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 18 years ago
  24. a08727b Make workqueue bit operations work on "atomic_long_t" by Linus Torvalds · 18 years ago
  25. 2f77d10 Fix incorrect user space access locking in mincore() by Linus Torvalds · 18 years ago
  26. 5c9a761 [PATCH] pata_via: Cable detect error by Alan · 18 years ago
  27. 2bfc361 [PATCH] Fix help text for CONFIG_ATA_PIIX by Alan · 18 years ago
  28. 0457882 [PATCH] initializer entry defined twice in pata_rz1000 by Ira Snyder · 18 years ago
  29. 9825d73 [PATCH] ata: fix platform_device_register_simple() error check by Akinobu Mita · 18 years ago
  30. 551c012 [PATCH] ahci: do not mangle saved HOST_CAP while resetting controller by Tejun Heo · 18 years ago
  31. 33480a0 [PATCH] libata: don't initialize sg in ata_exec_internal() if DMA_NONE (take #2) by Tejun Heo · 18 years ago
  32. c10340a [libata] sata_svw: Disable ATAPI DMA on current boards (errata workaround) by Jeff Garzik · 18 years ago
  33. da02d2a [libata] use kmap_atomic(KM_IRQ0) in SCSI simulator by Jeff Garzik · 18 years ago
  34. fae07dc [PATCH] ata_piix: use piix_host_stop() in ich_pata_ops by Tejun Heo · 18 years ago
  35. f98b657 [PATCH] ata_piix: IDE mode SATA patch for Intel ICH9 by Jason Gaston · 18 years ago
  36. 0b0df6f IB/mthca: Use DEFINE_MUTEX() instead of mutex_init() by Roland Dreier · 18 years ago
  37. 82da703 IB/mthca: Add HCA profile module parameters by Leonid Arsh · 18 years ago
  38. 0221872 Fix "delayed_work_pending()" macro expansion by Linus Torvalds · 18 years ago
  39. bf628dc IB/srp: Fix FMR mapping for 32-bit kernels and addresses above 4G by Roland Dreier · 18 years ago
  40. c59a3da IB: Fix ib_dma_alloc_coherent() wrapper by Roland Dreier · 18 years ago
  41. 701dfbe Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 18 years ago
  42. d1526e2 Remove stack unwinder for now by Linus Torvalds · 18 years ago
  43. e42734e [S390] cio: css_register_subchannel race. by Stefan Bader · 18 years ago
  44. da1cf23 [S390] Save prefix register for dump on panic by Michael Holzheu · 18 years ago
  45. 58be944 [S390] Fix reboot hang by Michael Holzheu · 18 years ago
  46. a45e141 [S390] Fix reboot hang on LPARs by Michael Holzheu · 18 years ago
  47. b3c14d0 [S390] sclp_cpi module license. by Christian Borntraeger · 18 years ago
  48. 13e742b [S390] zcrypt: module unload fixes. by Ralph Wuerthner · 18 years ago
  49. 028cf91 [S390] Hipersocket multicast queue: make sure outbound handler is called by Ursula Braun · 18 years ago
  50. 86b2247 [S390] hypfs fixes by Christian Borntraeger · 18 years ago
  51. 240bfbe [S390] update default configuration by Martin Schwidefsky · 18 years ago
  52. d1998ef [PATCH] ib_verbs: Use explicit if-else statements to avoid errors with do-while macros by Ben Collins · 18 years ago
  53. cc01644 Linux v2.6.20-rc1 by Linus Torvalds · 18 years ago
  54. 2bf540b [NETFILTER]: bridge-netfilter: remove deferred hooks by Patrick McHardy · 18 years ago
  55. 8bce65b [IPV6]: Make fib6_node subtree depend on IPV6_SUBTREES by Kim Nordlund · 18 years ago
  56. 6ab792f [SCTP]: Add support for SCTP_CONTEXT socket option. by Ivan Skytte Jorgensen · 18 years ago
  57. 882a382 [SCTP]: Enable auto loading of SCTP when creating an ipv6 SCTP socket. by Sridhar Samudrala · 18 years ago
  58. 29c7cf9 [SCTP]: Handle address add/delete events in a more efficient way. by Sridhar Samudrala · 18 years ago
  59. 6931ba7 [TCP]: Fix oops caused by __tcp_put_md5sig_pool() by David S. Miller · 18 years ago
  60. befffe9 [IPV6]: Fix IPV6_UNICAST_HOPS getsockopt(). by Brian Haley · 18 years ago
  61. 832e3ca [DCCP] ccid3: return value in ccid3_hc_rx_calc_first_li by Ian McDonald · 18 years ago
  62. e1b4b9f [NETFILTER]: {ip,ip6,arp}_tables: fix exponential worst-case search for loops by Al Viro · 18 years ago
  63. a96be24 [NETFILTER]: ip_tables: ipt and ipt_compat checks unification by Dmitry Mishin · 18 years ago
  64. 11078c3 [NETFILTER]: x_tables: add missing try to load conntrack from match/targets by Yasuyuki Kozakai · 18 years ago
  65. fe0b929 [NETFILTER]: x_tables: error if ip_conntrack is asked to handle IPv6 packets by Yasuyuki Kozakai · 18 years ago
  66. 083e69e [NETFILTER]: nf_nat: fix NF_NAT dependency by Yasuyuki Kozakai · 18 years ago
  67. 3a41135 [NETFILTER]: Fix INET=n linking error by Patrick McHardy · 18 years ago
  68. e05135d Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  69. 8eefb2b Merge branch 'release' of master.kernel.org:/home/ftp/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 18 years ago
  70. f89bce3 Driver core: deprecate PM_LEGACY, default it to N by David Brownell · 18 years ago
  71. 6eefd34 Driver core: Make platform_device_add_data accept a const pointer by Scott Wood · 18 years ago
  72. c63e078 Driver core: "platform_driver_probe() can save codespace": save codespace by Andrew Morton · 18 years ago
  73. 29a7f3a DebugFS : file/directory removal fix by Mathieu Desnoyers · 18 years ago
  74. 65c3333 DebugFS : more file/directory creation error handling by Mathieu Desnoyers · 18 years ago
  75. 63223a0 DebugFS : file/directory creation error handling by Mathieu Desnoyers · 18 years ago
  76. bafb232e DebugFS : coding style fixes by Mathieu Desnoyers · 18 years ago
  77. 4f36557 DebugFS : inotify create/mkdir support by Mathieu Desnoyers · 18 years ago
  78. 44c53c4 driver core: delete virtual directory on class_unregister() by Akinobu Mita · 18 years ago
  79. 1f71740 Driver core: show "initstate" of module by Kay Sievers · 18 years ago
  80. 4e581ff [CPUFREQ] Trivial cleanup for acpi read/write port in acpi-cpufreq.c by Venkatesh Pallipadi · 18 years ago
  81. e9ccb79 [ARM] Merge AT91 and devel branches by Russell King · 18 years ago
  82. 408966b [ARM] 4017/1: [Jornada7xx] - Updating Jornada720.c by Kristoffer Ericson · 18 years ago
  83. 7806ca8 [IA64] Move sg_dma_{len,address} from pci.h to scatterlist.h by Tony Luck · 18 years ago
  84. 3c8cd0c [ARM] 3992/1: i.MX/MX1 CPU Frequency scaling support by Pavel Pisa · 18 years ago
  85. 47fd705 [ARM] Provide a method to alter the control register by Russell King · 18 years ago
  86. 0282884 [ARM] 4016/1: prefetch macro is wrong wrt gcc's "delete-null-pointer-checks" by Nicolas Pitre · 18 years ago
  87. aef6fba [PATCH] Add missing KORENIX PCI ID's by Russell King · 18 years ago
  88. ec8c044 [PATCH] Optimize D-cache alias handling on fork by Ralf Baechle · 18 years ago
  89. bcd0228 [PATCH] MIPS: Fix COW D-cache aliasing on fork by Atsushi Nemoto · 18 years ago
  90. 9de455b [PATCH] Pass vma argument to copy_user_highpage(). by Atsushi Nemoto · 18 years ago
  91. 77fff4a [PATCH] Fix COW D-cache aliasing on fork by Atsushi Nemoto · 18 years ago
  92. 1fb8cacc [PATCH] Add support for Korenix 16C950-based PCI cards by Russell King · 18 years ago
  93. 5faad62 Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  94. bbc7610 Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 18 years ago
  95. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  96. 0743b86 [PATCH] sstfb: add sysfs interface by Helge Deller · 18 years ago
  97. 3161986 [PATCH] fbdev: remove references to non-existent fbmon_valid_timings() by Geert Uytterhoeven · 18 years ago
  98. f13c152 [PATCH] HPT37x: read f_CNT saved by BIOS from port by Sergei Shtylyov · 18 years ago
  99. 26c068d [PATCH] ide: HPT3xx: fix PCI clock detection by Sergei Shtylyov · 18 years ago
  100. 73d1dd9 [PATCH] ide: fix the case of multiple HPT3xx chips present by Sergei Shtylyov · 18 years ago