1. 0c71001 SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG by Christoph Lameter · 19 years ago
  2. 6cb8f91 Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics by Christoph Lameter · 19 years ago
  3. 8e1f936 mm: clean up and kernelify shrinker registration by Rusty Russell · 19 years ago
  4. 5ad333e Lumpy Reclaim V4 by Andy Whitcroft · 19 years ago
  5. ed7ed36 handle kernelcore=: generic by Mel Gorman · 19 years ago
  6. 396faf0 Allow huge page allocations to use GFP_HIGH_MOVABLE by Mel Gorman · 19 years ago
  7. 2a1e274 Create the ZONE_MOVABLE zone by Mel Gorman · 19 years ago
  8. 769848c Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migrated by Mel Gorman · 19 years ago
  9. 489de30 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 19 years ago
  10. 2e27afb Revert "[NET]: Fix races in net_rx_action vs netpoll." by Linus Torvalds · 19 years ago
  11. add0969 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 19 years ago
  12. e245bef Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  13. 5e70030 ext4: statfs speed up by Badari Pulavarty · 19 years ago
  14. a71ce8c ext3: statfs speed up by Badari Pulavarty · 19 years ago
  15. 2235219 ext2: statfs speed up by Badari Pulavarty · 19 years ago
  16. 8f8a68e remove mm/backing-dev.c:congestion_wait_interruptible() by Adrian Bunk · 19 years ago
  17. 1f1f642 make cancel_xxx_work_sync() return a boolean by Oleg Nesterov · 19 years ago
  18. f5a421a rename cancel_rearming_delayed_work() to cancel_delayed_work_sync() by Oleg Nesterov · 19 years ago
  19. d529880 Remove the last few UMSDOS leftovers by Jesper Juhl · 19 years ago
  20. 608e261 generic bug: use show_regs() instead of dump_stack() by Heiko Carstens · 19 years ago
  21. cc2ea41 uninline check_signature() by Andrew Morton · 19 years ago
  22. cf99aba make seccomp zerocost in schedule by Andrea Arcangeli · 19 years ago
  23. 1d9d02f move seccomp from /proc to a prctl by Andrea Arcangeli · 19 years ago
  24. 132e4b0 cdrom: replace hard-coded constants by kernel.h macro. by Robert P. J. Day · 19 years ago
  25. 213dd26 namespace: ensure clone_flags are always stored in an unsigned long by Eric W. Biederman · 19 years ago
  26. f489592 Remove final two references to "__obsolete_setup" macro by Robert P. J. Day · 19 years ago
  27. dcf5008 remove unused lock_cpu_hotplug_interruptible definition by Nathan Lynch · 19 years ago
  28. ea5a3dcf COBALT: remove all references to Cobalt NVRAM by Robert P. J. Day · 19 years ago
  29. 77ec739 user namespace: add unshare by Serge E. Hallyn · 19 years ago
  30. acce292 user namespace: add the framework by Cedric Le Goater · 19 years ago
  31. 7d69a1f remove CONFIG_UTS_NS and CONFIG_IPC_NS by Cedric Le Goater · 19 years ago
  32. 522ed77 Audit: add TTY input auditing by Miloslav Trmac · 19 years ago
  33. 4f27c00 Improve behaviour of spurious IRQ detect by Alan Cox · 19 years ago
  34. 5216184 fix typo in prefetch.h by Dave Jones · 19 years ago
  35. b663a79 taskstats: add context-switch counters by Maxim Uvarov · 19 years ago
  36. dcae56e Drop an empty isicom.h from being exported to user space. by Robert P. J. Day · 19 years ago
  37. c289dca remove sonypi_camera_command() by Adrian Bunk · 19 years ago
  38. 759448f Kernel utf-8 handling by Jan Engelhardt · 19 years ago
  39. aa0ac36 Remove capability.h from mm.h by Alexey Dobriyan · 19 years ago
  40. 4a19542 O_CLOEXEC for SCM_RIGHTS by Ulrich Drepper · 19 years ago
  41. c5c061b8 Add a flag to indicate deferrable timers in /proc/timer_stats by Venki Pallipadi · 19 years ago
  42. e080706 remove odd and misleading comments from uio.h by Christoph Hellwig · 19 years ago
  43. 1b0fac4 dma-mapping: prevent dma dependent code from linking on !HAS_DMA archs by Dan Williams · 19 years ago
  44. 9e7bf24 fs: clarify "dummy" member in struct inodes_stat_t by Stefan Richter · 19 years ago
  45. e8d6c55 AFS: implement file locking by David Howells · 19 years ago
  46. 0a3021f Remove unnecessary includes of spinlock.h under include/linux by Robert P. J. Day · 19 years ago
  47. 9aacd59 fat: gcc 4.3 warning fix by OGAWA Hirofumi · 19 years ago
  48. c67ad91 percpu_counters(): use cpu notifiers by Andrew Morton · 19 years ago
  49. 21f3da9 fuse warning fix by Andrew Morton · 19 years ago
  50. 9ac1625 Use mutexes instead of semaphores in I2O driver by Matthias Kaehlcke · 19 years ago
  51. 9c1729d Prevent an O_NDELAY writer from blocking when a tty write is blocked by the tty atomic writer mutex by Alan Cox · 19 years ago
  52. 924b42d Use boot based time for process start time and boot time in /proc by Tomas Janousek · 19 years ago
  53. 7c3f1a5 Introduce boot based time by Tomas Janousek · 19 years ago
  54. ed4aaad fix jvc cdrom drive lockup by Zhang, Yanmin · 19 years ago
  55. e1f4a88 introduce write_trylock_irqsave() by Satyam Sharma · 19 years ago
  56. 786d7e1 Fix rmmod/read/write races in /proc entries by Alexey Dobriyan · 19 years ago
  57. 0165ab4 split mmap by Miklos Szeredi · 19 years ago
  58. 6193a2f slob: initial NUMA support by Paul Mundt · 19 years ago
  59. 8f0accc kill vmalloc_earlyreserve by Jan Beulich · 19 years ago
  60. fc9a07e invalidate_mapping_pages(): add cond_resched by Andrew Morton · 19 years ago
  61. 698827f Remove the deprecated "kmem_cache_t" typedef from slab.h. by Robert P. J. Day · 19 years ago
  62. f0c0b2b change zonelist order: zonelist order selection logic by KAMEZAWA Hiroyuki · 19 years ago
  63. 18a8bd9 serial: convert early_uart to earlycon for 8250 by Yinghai Lu · 19 years ago
  64. 23936cc lib: add idr_remove_all by Kristian Hoegsberg · 19 years ago
  65. 96d7fa4 lib: add idr_for_each() by Kristian Hoegsberg · 19 years ago
  66. f2a11b1 LZO1X: fix lzo1x_worst_compress by Nitin Gupta · 19 years ago
  67. 15d10b6 bsg: add SCSI transport-level request support by FUJITA Tomonori · 19 years ago
  68. abae1fd add a struct request pointer to the request structure by FUJITA Tomonori · 19 years ago
  69. 4cf0723 bsg: minor bug fixes by FUJITA Tomonori · 19 years ago
  70. d351af0 bsg: bind bsg to request_queue instead of gendisk by FUJITA Tomonori · 19 years ago
  71. 45e79a3 bsg: add a request_queue argument to scsi_cmd_ioctl() by FUJITA Tomonori · 19 years ago
  72. 3862153 Replace s32, u32 and u64 with __s32, __u32 and __u64 in bsg.h for userspace by FUJITA Tomonori · 19 years ago
  73. 1594a3f bsg: use u32 etc instead of uint32_t by Jens Axboe · 19 years ago
  74. 45977d0e bsg: add sg_io_v4 structure by FUJITA Tomonori · 19 years ago
  75. 337ad41 block: export blk_verify_command for SG v4 by FUJITA Tomonori · 19 years ago
  76. 3d6392c bsg: support for full generic block layer SG v3 by Jens Axboe · 19 years ago
  77. d3502d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  78. 4381ca3 fix return type of skb_checksum_complete() by Al Viro · 19 years ago
  79. d09f51b Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6 by David S. Miller · 19 years ago
  80. 370786f [NETFILTER]: x_tables: add connlimit match by Jan Engelhardt · 19 years ago
  81. 6460d94 [NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices. by Michael Chan · 19 years ago
  82. cf3842e Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 19 years ago
  83. b863ceb [NET]: Add macvlan driver by Patrick McHardy · 19 years ago
  84. 56addd6 [VLAN]: Use multicast list synchronization helpers by Patrick McHardy · 19 years ago
  85. 6c78dcb [VLAN]: Fix promiscous/allmulti synchronization races by Patrick McHardy · 19 years ago
  86. a0a400d [NET]: dev_mcast: add multicast list synchronization helpers by Patrick McHardy · 19 years ago
  87. 2402345 [NET]: Add net_device change_rx_mode callback by Patrick McHardy · 19 years ago
  88. 16cefa8 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 19 years ago
  89. e030dbf Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwillia2/git/iop by Linus Torvalds · 19 years ago
  90. aba2da6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 19 years ago
  91. f787a50 [PATCH] sched: small topology.h cleanup by Ingo Molnar · 19 years ago
  92. 3039f07 ioatdma: add the unisys "i/oat" pci vendor/device id by Dan Williams · 19 years ago
  93. b5e98d6 md: handle_stripe5 - add request/completion logic for async read ops by Dan Williams · 19 years ago
  94. f38e121 md: handle_stripe5 - add request/completion logic for async compute ops by Dan Williams · 19 years ago
  95. 91c0092 md: raid5_run_ops - run stripe operations outside sh->lock by Dan Williams · 19 years ago
  96. a445685 raid5: refactor handle_stripe5 and handle_stripe6 (v3) by Dan Williams · 19 years ago
  97. 9bc89cd async_tx: add the async_tx api by Dan Williams · 19 years ago
  98. 685784a xor: make 'xor_blocks' a library routine for use with async_tx by Dan Williams · 19 years ago
  99. d379b01 dmaengine: make clients responsible for managing channels by Dan Williams · 19 years ago
  100. 7405f74 dmaengine: refactor dmaengine around dma_async_tx_descriptor by Dan Williams · 19 years ago