1. dcae56e Drop an empty isicom.h from being exported to user space. by Robert P. J. Day · 17 years ago
  2. c289dca remove sonypi_camera_command() by Adrian Bunk · 17 years ago
  3. 759448f Kernel utf-8 handling by Jan Engelhardt · 17 years ago
  4. aa0ac36 Remove capability.h from mm.h by Alexey Dobriyan · 17 years ago
  5. 4a19542 O_CLOEXEC for SCM_RIGHTS by Ulrich Drepper · 17 years ago
  6. c5c061b8 Add a flag to indicate deferrable timers in /proc/timer_stats by Venki Pallipadi · 17 years ago
  7. e080706 remove odd and misleading comments from uio.h by Christoph Hellwig · 17 years ago
  8. 1b0fac4 dma-mapping: prevent dma dependent code from linking on !HAS_DMA archs by Dan Williams · 17 years ago
  9. 9e7bf24 fs: clarify "dummy" member in struct inodes_stat_t by Stefan Richter · 17 years ago
  10. e8d6c55 AFS: implement file locking by David Howells · 17 years ago
  11. 0a3021f Remove unnecessary includes of spinlock.h under include/linux by Robert P. J. Day · 17 years ago
  12. 9aacd59 fat: gcc 4.3 warning fix by OGAWA Hirofumi · 17 years ago
  13. c67ad91 percpu_counters(): use cpu notifiers by Andrew Morton · 17 years ago
  14. 21f3da9 fuse warning fix by Andrew Morton · 17 years ago
  15. 9ac1625 Use mutexes instead of semaphores in I2O driver by Matthias Kaehlcke · 17 years ago
  16. 9c1729d Prevent an O_NDELAY writer from blocking when a tty write is blocked by the tty atomic writer mutex by Alan Cox · 17 years ago
  17. 924b42d Use boot based time for process start time and boot time in /proc by Tomas Janousek · 17 years ago
  18. 7c3f1a5 Introduce boot based time by Tomas Janousek · 17 years ago
  19. ed4aaad fix jvc cdrom drive lockup by Zhang, Yanmin · 17 years ago
  20. e1f4a88 introduce write_trylock_irqsave() by Satyam Sharma · 17 years ago
  21. 786d7e1 Fix rmmod/read/write races in /proc entries by Alexey Dobriyan · 17 years ago
  22. 0165ab4 split mmap by Miklos Szeredi · 17 years ago
  23. 6193a2f slob: initial NUMA support by Paul Mundt · 17 years ago
  24. 8f0accc kill vmalloc_earlyreserve by Jan Beulich · 17 years ago
  25. fc9a07e invalidate_mapping_pages(): add cond_resched by Andrew Morton · 17 years ago
  26. 698827f Remove the deprecated "kmem_cache_t" typedef from slab.h. by Robert P. J. Day · 17 years ago
  27. f0c0b2b change zonelist order: zonelist order selection logic by KAMEZAWA Hiroyuki · 17 years ago
  28. 18a8bd9 serial: convert early_uart to earlycon for 8250 by Yinghai Lu · 17 years ago
  29. 23936cc lib: add idr_remove_all by Kristian Hoegsberg · 17 years ago
  30. 96d7fa4 lib: add idr_for_each() by Kristian Hoegsberg · 17 years ago
  31. f2a11b1 LZO1X: fix lzo1x_worst_compress by Nitin Gupta · 17 years ago
  32. d3502d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  33. 4381ca3 fix return type of skb_checksum_complete() by Al Viro · 17 years ago
  34. d09f51b Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6 by David S. Miller · 17 years ago
  35. 370786f [NETFILTER]: x_tables: add connlimit match by Jan Engelhardt · 17 years ago
  36. 6460d94 [NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices. by Michael Chan · 17 years ago
  37. cf3842e Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  38. b863ceb [NET]: Add macvlan driver by Patrick McHardy · 17 years ago
  39. 56addd6 [VLAN]: Use multicast list synchronization helpers by Patrick McHardy · 17 years ago
  40. 6c78dcb [VLAN]: Fix promiscous/allmulti synchronization races by Patrick McHardy · 17 years ago
  41. a0a400d [NET]: dev_mcast: add multicast list synchronization helpers by Patrick McHardy · 17 years ago
  42. 2402345 [NET]: Add net_device change_rx_mode callback by Patrick McHardy · 17 years ago
  43. 16cefa8 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 17 years ago
  44. e030dbf Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwillia2/git/iop by Linus Torvalds · 17 years ago
  45. aba2da6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  46. f787a503 [PATCH] sched: small topology.h cleanup by Ingo Molnar · 17 years ago
  47. 3039f07 ioatdma: add the unisys "i/oat" pci vendor/device id by Dan Williams · 17 years ago
  48. b5e98d6 md: handle_stripe5 - add request/completion logic for async read ops by Dan Williams · 18 years ago
  49. f38e121 md: handle_stripe5 - add request/completion logic for async compute ops by Dan Williams · 18 years ago
  50. 91c0092 md: raid5_run_ops - run stripe operations outside sh->lock by Dan Williams · 18 years ago
  51. a445685 raid5: refactor handle_stripe5 and handle_stripe6 (v3) by Dan Williams · 18 years ago
  52. 9bc89cd async_tx: add the async_tx api by Dan Williams · 18 years ago
  53. 685784a xor: make 'xor_blocks' a library routine for use with async_tx by Dan Williams · 18 years ago
  54. d379b01 dmaengine: make clients responsible for managing channels by Dan Williams · 18 years ago
  55. 7405f74 dmaengine: refactor dmaengine around dma_async_tx_descriptor by Dan Williams · 18 years ago
  56. 9374430 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 17 years ago
  57. 0cdf699 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  58. c67ab13 usb gadget stack: remove usb_ep_*_buffer(), part 2 by David Brownell · 18 years ago
  59. 9d8bab5 usb gadget stack: remove usb_ep_*_buffer(), part 1 by David Brownell · 18 years ago
  60. 165fe97 USB: add IAD support to usbfs and sysfs by Craig W. Nadler · 18 years ago
  61. 8b3b01c USB: Add URB_FREE_BUFFER flag and the logic behind it by Marcel Holtmann · 18 years ago
  62. b41a60e USB: add power/persist device attribute by Alan Stern · 18 years ago
  63. f07600c USB: add reset_resume method by Alan Stern · 18 years ago
  64. 51a2f07 USB: introduce usb_anchor by Oliver Neukum · 18 years ago
  65. a5262dc USB: export <linux/usb_gadgetfs> as <linux/usb/gadgetfs.h> by David Brownell · 18 years ago
  66. 8538f96 USB: add USB_DEVICE_AND_INTERFACE_INFO for device matching by Daniel Drake · 18 years ago
  67. 6bc6cff USB: add RESET_RESUME device quirk by Alan Stern · 18 years ago
  68. 0458d5b USB: add USB-Persist facility by Alan Stern · 18 years ago
  69. ec22559 USB: suspend support for usb serial by Oliver Neukum · 18 years ago
  70. 65541cb IB/mlx4: Implement query SRQ by Jack Morgenstein · 18 years ago
  71. 6a775e2 IB/mlx4: Implement query QP by Jack Morgenstein · 18 years ago
  72. bb50cbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 17 years ago
  73. 0806ca2 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 17 years ago
  74. 21ba0f8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  75. dc690d8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  76. 57399ec Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  77. e1bd2ac Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  78. 068345f Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 17 years ago
  79. 5628221 [PATCH] mac80211: ERP IE handling improvements by Daniel Drake · 17 years ago
  80. c397368 Remove old i386 setup code by H. Peter Anvin · 17 years ago
  81. e087db5 Clean up struct screen_info (<linux/screen_info.h>) by H. Peter Anvin · 17 years ago
  82. b9cdad7 i2c: New bus driver for the TAOS evaluation modules by Jean Delvare · 17 years ago
  83. c29c222 i2c-piix4: Add support for the ATI SB700 by Henry Su · 17 years ago
  84. 4b2643d i2c: Fix the i2c_smbus_read_i2c_block_data() prototype by Jean Delvare · 17 years ago
  85. d75d53c i2c: Fix sparse warning in i2c.h by Mark M. Hoffman · 17 years ago
  86. d64f73b i2c: Add kernel documentation by David Brownell · 17 years ago
  87. ed03218 security: Protection for exploiting null dereference using mmap by Eric Paris · 18 years ago
  88. db3d99c [NET_SCHED]: ematch: module autoloading by Patrick McHardy · 17 years ago
  89. 8c979c2 [VLAN]: Fix MAC address handling by Patrick McHardy · 17 years ago
  90. 2957862 [NET]: Fix races in net_rx_action vs netpoll. by Olaf Kirch · 17 years ago
  91. 91a6902 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes by Zhang Rui · 18 years ago
  92. 5122503 sysfs: make directory dentries and inodes reclaimable by Tejun Heo · 18 years ago
  93. 608e266 sysfs: make kobj point to sysfs_dirent instead of dentry by Tejun Heo · 18 years ago
  94. 380e6fb sysfs: implement SYSFS_FLAG_REMOVED flag by Tejun Heo · 18 years ago
  95. b402d72 sysfs: rename sysfs_dirent->s_type to s_flags and make room for flags by Tejun Heo · 18 years ago
  96. ad6a1e1 driver-core: make devt_attr and uevent_attr static by Tejun Heo · 18 years ago
  97. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 18 years ago
  98. 0c096b5 sysfs: add sysfs_dirent->s_name by Tejun Heo · 18 years ago
  99. 72dba58 ida: implement idr based id allocator by Tejun Heo · 18 years ago
  100. 515c535 PM: Remove prev_state from struct dev_pm_info by Rafael J. Wysocki · 18 years ago