1. 1c61fc4 slab - use angle brackets for include of kmalloc_sizes.h by Joe Perches · 16 years ago
  2. 9ac33b2 slab numa fallback logic: Do not pass unfiltered flags to page allocator by Christoph Lameter · 16 years ago
  3. b773ad7 slub statistics: Fix check for DEACTIVATE_REMOTE_FREES by Christoph Lameter · 16 years ago
  4. d7fe321 Merge branch 'for-linus' of git://git.infradead.org/~dedekind/ubi-2.6 by Linus Torvalds · 16 years ago
  5. 4a0d3f3 parisc: fix IOMMU's device boundary overflow bug on 32bits arch by FUJITA Tomonori · 16 years ago
  6. 41f7f60 cpusets: fix obsolete comment by David Rientjes · 16 years ago
  7. 103926c Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 16 years ago
  8. da71aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 16 years ago
  9. 9af6b05 Merge branch 'fixes-25' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 16 years ago
  10. 8cce3e7 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  11. f9c3a38 NFS: use new LSM interfaces to explicitly set mount options by Eric Paris · 16 years ago
  12. e000752 LSM/SELinux: Interfaces to allow FS to control mount options by Eric Paris · 16 years ago
  13. 51f39ea [SCSI] mpt fusion: don't oops if NumPhys==0 by Krzysztof Oledzki · 16 years ago
  14. f6ebef3 [CPUFREQ] fix section mismatch warnings by Sam Ravnborg · 16 years ago
  15. 0e5aa8d [CPUFREQ] Remove debugging message from e_powersaver by Dave Jones · 16 years ago
  16. a07530b [CPUFREQ] Fix missing cpufreq_cpu_put() call in ->store by Dave Jones · 16 years ago
  17. 0db4a8a [CPUFREQ] Fix missing cpufreq_cpu_put() call in ->show by Dave Jones · 16 years ago
  18. 45ab33b [SCSI] iscsi class: regression - fix races with state manipulation and blocking/unblocking by Mike Christie · 16 years ago
  19. 024f801 [SCSI] qla4xxx: regression - add start scan callout by Mike Christie · 16 years ago
  20. 50a29ae [SCSI] qla4xxx: fix host reset dpc race by Mike Christie · 16 years ago
  21. a878539 ahci: work around ATI SB600 h/w quirk by Jeff Garzik · 16 years ago
  22. 6ddd686 pata_hpt*, pata_serverworks: fix UDMA masking by Alan Cox · 16 years ago
  23. 583b33b [S390] incorrect reipl nss name. by Hongjie Yang · 16 years ago
  24. 208e559 [S390] Load disabled wait psw if reipl fails. by Michael Holzheu · 16 years ago
  25. 684de39 [S390] Fix IPL from NSS. by Heiko Carstens · 16 years ago
  26. faa582c [S390] zcrypt: fix ap_device_list handling by Ralph Wuerthner · 16 years ago
  27. fa331ff [S390] sclp_vt220: speed up console output for interactive work by Christian Borntraeger · 16 years ago
  28. a5e2383 [S390] dasd: fix reference counting in display method for proc/dasd/devices by Stefan Weinhuber · 16 years ago
  29. 5c12f24 [S390] dasd: let dasd erp matching recognize alias recovery by Stefan Weinhuber · 16 years ago
  30. 98c7b38 [S390] Get rid of memcpy gcc warning workaround. by Heiko Carstens · 16 years ago
  31. 5ccd0e4 [S390] idle: Fix machine check handling in idle loop. by Heiko Carstens · 16 years ago
  32. 9361a49 [S390] Update default configuration. by Martin Schwidefsky · 16 years ago
  33. 29e8c3c Linux 2.6.25-rc4 by Linus Torvalds · 16 years ago
  34. 9b37ccf module: allow ndiswrapper to use GPL-only symbols by Pavel Roskin · 16 years ago
  35. 27d0483 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  36. 665c1ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  37. dea75bd [IPCONFIG]: The kernel gets no IP from some DHCP servers by Stephen Hemminger · 16 years ago
  38. 3123e66 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  39. 71ca44d Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 16 years ago
  40. 2c6f2db Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  41. 12f981f Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 16 years ago
  42. 10955d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  43. b2a5cd6 kprobes: fix a null pointer bug in register_kretprobe() by Masami Hiramatsu · 16 years ago
  44. 1913130 input: add I2C to config since the driver makes several i2c*() calls by Randy Dunlap · 16 years ago
  45. 9258721 ext3: fix mount option parsing by Josef Bacik · 16 years ago
  46. 348e1e0 hugetlb: fix pool shrinking while in restricted cpuset by Nishanth Aravamudan · 16 years ago
  47. ac09b3a hugetlb: close a difficult to trigger reservation race by Adam Litke · 16 years ago
  48. a07e6ab md: the md RAID10 resync thread could cause a md RAID10 array deadlock by K.Tanaka · 16 years ago
  49. 1c83053 md: fix possible raid1/raid10 deadlock on read error during resync by NeilBrown · 16 years ago
  50. 8ed3a19 md: don't attempt read-balancing for raid10 'far' layouts by Keld Simonsen · 16 years ago
  51. 27c529b md: lock access to rdev attributes properly by NeilBrown · 16 years ago
  52. 2515619 md: make sure a reshape is started when device switches to read-write by NeilBrown · 16 years ago
  53. d0fae18 md: clean up irregularity with raid autodetect by NeilBrown · 16 years ago
  54. a1801f8 md: guard against possible bad array geometry in v1 metadata by NeilBrown · 16 years ago
  55. 8311c29 md: reduce CPU wastage on idle md array with a write-intent bitmap by NeilBrown · 16 years ago
  56. a35e63e md: fix deadlock in md/raid1 and md/raid10 when handling a read error by NeilBrown · 16 years ago
  57. 4666344 iommu: parisc: make the IOMMUs respect the segment boundary limits by FUJITA Tomonori · 16 years ago
  58. 7c8cda6 iommu: parisc: pass struct device to iommu_alloc_range by FUJITA Tomonori · 16 years ago
  59. 3715863 iommu: export iommu_is_span_boundary helper function by FUJITA Tomonori · 16 years ago
  60. 7eb701d hisax_fcpcipnp: move request_irq later in probe by Kyle McMartin · 16 years ago
  61. e4465fd eCryptfs: make ecryptfs_prepare_write decrypt the page by Michael Halcrow · 16 years ago
  62. 87ffbe6 cris: correct syscall numbers in unistd.h for timerfd_settime and timerfd_gettime by Jesper Nilsson · 16 years ago
  63. 07f2402 cris: correct usage of __user for copy to and from user space in lib/usercopy and uaccess.h by Jesper Nilsson · 16 years ago
  64. cee47f5 ACPI: thinkpad-acpi: fix hotkey_get_tablet_mode by Henrique de Moraes Holschuh · 16 years ago
  65. acc1f3e fs/reiserfs/super.c: correct use of ! and & by Julia Lawall · 16 years ago
  66. 022d917 drivers/serial/m32r_sio.c: correct use of ! and & by Julia Lawall · 16 years ago
  67. ae91d60 drivers/isdn: correct use of ! and & by Julia Lawall · 16 years ago
  68. 07fb6f2 drivers/char/isicom.c: correct use of ! and & by Julia Lawall · 16 years ago
  69. fb59e9f memcg: fix oops on NULL lru list by Hugh Dickins · 16 years ago
  70. 9b3c0a0 memcg: simplify force_empty and move_lists by Hirokazu Takahashi · 16 years ago
  71. 2680eed memcg: fix mem_cgroup_move_lists locking by Hugh Dickins · 16 years ago
  72. 6d48ff8 memcg: css_put after remove_list by Hugh Dickins · 16 years ago
  73. b9c565d memcg: remove clear_page_cgroup and atomics by Hugh Dickins · 16 years ago
  74. d5b69e3 memcg: memcontrol uninlined and static by Hugh Dickins · 16 years ago
  75. 8869b8f memcg: memcontrol whitespace cleanups by Hugh Dickins · 16 years ago
  76. 8289546 memcg: remove mem_cgroup_uncharge by Hugh Dickins · 16 years ago
  77. 7e924aa memcg: mem_cgroup_charge never NULL by Hugh Dickins · 16 years ago
  78. 9442ec9d memcg: bad page if page_cgroup when free by Hugh Dickins · 16 years ago
  79. 98837c7 memcg: fix VM_BUG_ON from page migration by Hugh Dickins · 16 years ago
  80. 61469f1 memcg: when do_swap's do_wp_page fails by Hugh Dickins · 16 years ago
  81. 6dbf6d3 memcg: page_cache_release not __free_page by Hugh Dickins · 16 years ago
  82. 427d541 memcg: move_lists on page not page_cgroup by Hugh Dickins · 16 years ago
  83. bd845e3 memcg: mm_match_cgroup not vm_match_cgroup by Hugh Dickins · 16 years ago
  84. acc4988 markers: add an if(0) to __mark_check_format() by Mathieu Desnoyers · 16 years ago
  85. 544adb4 markers: don't risk NULL deref in marker by Jesper Juhl · 16 years ago
  86. 7088655 .gitignore: ignore emacs backup and temporary files. by Chris Dearman · 16 years ago
  87. d5a4630 alpha: remove unused DEBUG_FORCEDAC define in IOMMU by FUJITA Tomonori · 16 years ago
  88. cf54014 alpha: make IOMMU respect the segment boundary limits by FUJITA Tomonori · 16 years ago
  89. 23d7e03 alpha: IOMMU had better access to the free space bitmap at only one place by FUJITA Tomonori · 16 years ago
  90. 3c5f1de alpha: convert IOMMU to use ALIGN() by FUJITA Tomonori · 16 years ago
  91. 040922c include falloc.h in header-y by Eric Sandeen · 16 years ago
  92. 9fe3fd0 CRIS: Import string.c (memcpy) from newlib: fixes compile error with gcc 4 by Jesper Nilsson · 16 years ago
  93. a51f412 ipwireless: fix potential tty == NULL dereference by David Sterba · 16 years ago
  94. 3149be5 sm501: add support for the SM502 programmable PLL by Ville Syrjala · 16 years ago
  95. 245904a sm501: remove a duplicated table by Ville Syrjala · 16 years ago
  96. 7e53370 sm501fb: fix timing limits by Ville Syrjala · 16 years ago
  97. 19d06ef sm501fb: set transp.offset to 0 in 8bpp and 16bpp modes by Ville Syrjala · 16 years ago
  98. fedbb36 sm501fb: RGB offsets are reversed in 16bpp modes by Ville Syrjala · 16 years ago
  99. 5619d82 sm501fb: direct color visual does not work by Ville Syrjala · 16 years ago
  100. 5cba6d2 ndelay(): switch to C function to avoid 64-bit division by Andrew Morton · 16 years ago