1. 6ffc787 system timer: fix crash in <100Hz system timer by David Fries · 18 years ago
  2. 1bf4734 kernel/sys.c: get rid of expensive divides in groups_sort() by Eric Dumazet · 18 years ago
  3. dc99915 parport: add support for the Quatech SPPXP-100 Parallel port PCI ExpressCard by Luís P Mendes · 18 years ago
  4. 1a669c2 Add arch_ptrace_stop by Roland McGrath · 18 years ago
  5. 4749380 drivers/isdn/i4l/isdn_tty.c: remove write_sem by Daniel Walker · 18 years ago
  6. eb31005 drivers/char/tty_io.c: remove pty_sem by Daniel Walker · 18 years ago
  7. d99c4f6 Remove rcu_assign_pointer() penalty for NULL pointers by Paul E. McKenney · 18 years ago
  8. 9cfe015 get rid of NR_OPEN and introduce a sysctl_nr_open by Eric Dumazet · 18 years ago
  9. ece9591 inotify: send IN_ATTRIB events when link count changes by Jan Kara · 18 years ago
  10. 797074e fs: use list_for_each_entry_reverse and kill sb_entry by Akinobu Mita · 18 years ago
  11. f10db62 Avoid divide in IS_ALIGN by Herbert Xu · 18 years ago
  12. b324215 PERCPU : __percpu_alloc_mask() can dynamically size percpu_data storage by Eric Dumazet · 18 years ago
  13. e7ca2d4 Document I_SYNC and I_DATASYNC by Joern Engel · 18 years ago
  14. 0321155 fs: remove dead config CONFIG_HAS_COMPAT_EPOLL_EVENT symbol by Jiri Olsa · 18 years ago
  15. de9330d log2.h: Define order_base_2() macro for convenience. by Robert P. J. Day · 18 years ago
  16. 2646437 proper prototype for vty_init() by Adrian Bunk · 18 years ago
  17. 011e3fc proper prototype for get_filesystem_list() by Adrian Bunk · 18 years ago
  18. a1c9eea proper prototype for signals_init() by Adrian Bunk · 18 years ago
  19. 941e492 read_current_timer() cleanups by Andrew Morton · 18 years ago
  20. 83bad1d scheduled OSS driver removal by Adrian Bunk · 18 years ago
  21. f74596d proper show_interrupts() prototype by Adrian Bunk · 18 years ago
  22. 96c5865 Allow auto-destruction of loop devices by David Woodhouse · 18 years ago
  23. 0a5dcb5 Parallel port: convert port_mutex to the mutex API by Matthias Kaehlcke · 18 years ago
  24. 4e70148 hash: add explicit u32 and u64 versions of hash by Matthew Wilcox · 18 years ago
  25. 64a57fe ide: add ide_read_error() inline helper by Bartlomiej Zolnierkiewicz · 18 years ago
  26. c47137a ide: add ide_read_[alt]status() inline helpers by Bartlomiej Zolnierkiewicz · 18 years ago
  27. 29dd597 ide: remove ide_setup_ports() by Bartlomiej Zolnierkiewicz · 18 years ago
  28. afdd360 ide: remove write-only ->sata_misc[] from ide_hwif_t by Bartlomiej Zolnierkiewicz · 18 years ago
  29. 7c7e92a Palmchip BK3710 IDE driver by Anton Salnikov · 18 years ago
  30. 3d412f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  31. 9914712 Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6 by Linus Torvalds · 18 years ago
  32. 57dfee7 mac68k: add nubus card definitions and a typo fix by Finn Thain · 18 years ago
  33. fa23f5c leds: add possibility to remove leds classdevs during suspend/resume by Rafael J. Wysocki · 18 years ago
  34. a41e3dc HWRNG: add possibility to remove hwrng devices during suspend/resume by Rafael J. Wysocki · 18 years ago
  35. 533354d Misc: Add possibility to remove misc devices during suspend/resume by Rafael J. Wysocki · 18 years ago
  36. f011e2e latency.c: use QoS infrastructure by Mark Gross · 18 years ago
  37. d82b351 pm qos infrastructure and interface by Mark Gross · 18 years ago
  38. 4ef7229 make kernel_shutdown_prepare() static by Adrian Bunk · 18 years ago
  39. e114e47 Smack: Simplified Mandatory Access Control Kernel by Casey Schaufler · 18 years ago
  40. 3b7391d capabilities: introduce per-process capability bounding set by Serge E. Hallyn · 18 years ago
  41. 46c383c Remove unnecessary include from include/linux/capability.h by Andrew Morgan · 18 years ago
  42. e338d26 Add 64-bit capability support to the kernel by Andrew Morgan · 18 years ago
  43. 8f6936f revert "capabilities: clean up file capability reading" by Andrew Morton · 18 years ago
  44. 4249259 VFS/Security: Rework inode_getsecurity and callers to return resulting buffer by David P. Quigley · 18 years ago
  45. 8bc3be2 writeback: speed up writeback of big dirty files by Fengguang Wu · 18 years ago
  46. 0ed361d mm: fix PageUptodate data race by Nick Piggin · 18 years ago
  47. 195cf45 mm/page-writeback: highmem_is_dirtyable option by Bron Gondwana · 18 years ago
  48. 3dfa572 Page allocator: get rid of the list of cold pages by Christoph Lameter · 18 years ago
  49. 9f8f217 Page allocator: clean up pcp draining functions by Christoph Lameter · 18 years ago
  50. f248dcb maps4: move clear_refs code to task_mmu.c by Matt Mackall · 18 years ago
  51. e647309 maps4: introduce a generic page walker by Matt Mackall · 18 years ago
  52. 698dd4b maps4: move is_swap_pte by Matt Mackall · 18 years ago
  53. 8245525 maps4: rework TASK_SIZE macros by Dave Hansen · 18 years ago
  54. 73b1262 tmpfs: move swap swizzling into shmem by Hugh Dickins · 18 years ago
  55. 02098fe swapin needs gfp_mask for loop on tmpfs by Hugh Dickins · 18 years ago
  56. 46017e9 swapin_readahead: move and rearrange args by Hugh Dickins · 18 years ago
  57. aec2c3e VM: allow get_page_unless_zero on compound pages by Christoph Lameter · 18 years ago
  58. 9e2779f is_vmalloc_addr(): Check if an address is within the vmalloc boundaries by Christoph Lameter · 18 years ago
  59. b3bdda0 vmalloc: add const to void* parameters by Christoph Lameter · 18 years ago
  60. 48667e7 Move vmalloc_to_page() to mm/vmalloc. by Christoph Lameter · 18 years ago
  61. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 18 years ago
  62. 9e60fdc gpiolib: pca9539 i2c gpio expander support by eric miao · 18 years ago
  63. e58b9e2 mcp23s08 spi gpio expander support by David Brownell · 18 years ago
  64. 15fae37 gpiolib: pcf857x i2c gpio expander support by David Brownell · 18 years ago
  65. 59fc67d iommu sg merging: PCI: add dma segment boundary support by FUJITA Tomonori · 18 years ago
  66. d22a696 iommu sg merging: add accessors for segment_boundary_mask in device_dma_parameters() by FUJITA Tomonori · 18 years ago
  67. 0291df8 iommu sg: add IOMMU helper functions for the free area management by FUJITA Tomonori · 18 years ago
  68. 4d57cdf iommu sg merging: PCI: add device_dma_parameters support by FUJITA Tomonori · 18 years ago
  69. 6b7b651 iommu sg merging: add device_dma_parameters structure by FUJITA Tomonori · 18 years ago
  70. 74a19741 8250.c: support specifying DW APB UARTs in device platform_data by Will Newton · 18 years ago
  71. 02c9b5c serial: add ADDI-DATA GmbH Communication cardsin8250_pci.c and pci_ids.h by Krauth.Julien · 18 years ago
  72. 7492d4a sdio: fix module device table definition for m68k by Al Viro · 18 years ago
  73. 4d672e7 timerfd: new timerfd API by Davide Libenzi · 18 years ago
  74. 5e05ad7 timerfd: introduce a new hrtimer_forward_now() function by Davide Libenzi · 18 years ago
  75. ed5d2ca exec: rework the group exit and fix the race with kill by Oleg Nesterov · 18 years ago
  76. 59714d6 get_task_comm(): return the result by Andrew Morton · 18 years ago
  77. 0ccf831 lockdep: annotate epoll by Peter Zijlstra · 18 years ago
  78. 3113e88 [PKT_SCHED]: vlan tag match by Stephen Hemminger · 18 years ago
  79. dded916 [NET]: Add if_addrlabel.h to sanitized headers. by Stephen Hemminger · 18 years ago
  80. 03245ce [NET] rtnetlink.c: remove no longer used functions by Adrian Bunk · 18 years ago
  81. a13af4b agp: add chipset flushing support to AGP interface by Dave Airlie · 18 years ago
  82. 9ef9dc6 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  83. 2c8296f Merge branch 'slub-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vm by Linus Torvalds · 18 years ago
  84. da89b79 Explain kmem_cache_cpu fields by Christoph Lameter · 18 years ago
  85. 9824601 SLUB: rename defrag to remote_node_defrag_ratio by Christoph Lameter · 18 years ago
  86. 93890b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 18 years ago
  87. f5bb3a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  88. 9853832 Merge branch 'locks' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 18 years ago
  89. 519cb68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 18 years ago
  90. a2e4e10 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  91. a6cc48e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 18 years ago
  92. 7cf7669 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  93. fa3218d [ARM] 4660/3: at91: allow selecting UART for early kernel messages by Guennadi Liakhovetski · 18 years ago
  94. 6b35e40 virtio: balloon driver by Rusty Russell · 18 years ago
  95. 55a7c06 virtio: Use PCI revision field to indicate virtio PCI ABI version by Anthony Liguori · 18 years ago
  96. 3343660 virtio: PCI device by Anthony Liguori · 18 years ago
  97. 6e5aa7e virtio: reset function by Rusty Russell · 18 years ago
  98. 34a4857 virtio: Tweak virtio_net defines by Rusty Russell · 18 years ago
  99. 50c8ea8 virtio: Net header needs hdr_len by Rusty Russell · 18 years ago
  100. 24a5ae5 virtio: remove unused id field from struct virtio_blk_outhdr by Rusty Russell · 18 years ago