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