1. e77414e fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and sh by Al Viro · 15 years ago
  2. bb52d66 Get rid of open-coding in ia64_brk() by Al Viro · 15 years ago
  3. 05d72fa sparc_brk() is not needed anymore by Al Viro · 15 years ago
  4. 2c6a101 switch do_brk() to get_unmapped_area() by Al Viro · 15 years ago
  5. 9206de9 Take arch_mmap_check() into get_unmapped_area() by Al Viro · 15 years ago
  6. 8c7b49b fix a struct file leak in do_mmap_pgoff() by Al Viro · 15 years ago
  7. f8b7256 Unify sys_mmap* by Al Viro · 15 years ago
  8. 0067bd8 Cut hugetlb case early for 32bit on ia64 by Al Viro · 15 years ago
  9. 564b3bf arch_mmap_check() on mn10300 by Al Viro · 15 years ago
  10. 570dcf2 Kill ancient crap in s390 compat mmap by Al Viro · 15 years ago
  11. 2ea1d13 arm: add arch_mmap_check(), get rid of sys_arm_mremap() by Al Viro · 15 years ago
  12. c4caa77 file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area() by Al Viro · 15 years ago
  13. 0ec62d2 kill useless checks in sparc mremap variants by Al Viro · 15 years ago
  14. 9358741 fix pgoff in "have to relocate" case of mremap() by Al Viro · 15 years ago
  15. 097eed1 fix the arch checks in MREMAP_FIXED case by Al Viro · 15 years ago
  16. f106af4 fix checks for expand-in-place mremap by Al Viro · 15 years ago
  17. 1a0ef85 do_mremap() untangling, part 3 by Al Viro · 15 years ago
  18. ecc1a89 do_mremap() untangling, part 2 by Al Viro · 15 years ago
  19. 54f5de7 untangling do_mremap(), part 1 by Al Viro · 15 years ago
  20. 3ef884b Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  21. 4e5df80 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 15 years ago
  22. aa2cf42 Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux by Linus Torvalds · 15 years ago
  23. d71cb81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 15 years ago
  24. ab1831b Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 15 years ago
  25. eae6fa9 Merge branch 'xen/fbdev' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 15 years ago
  26. 02412f4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 15 years ago
  27. 4515c30 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  28. a5eba3f Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 15 years ago
  29. fc1495b Merge git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 15 years ago
  30. 5476ffd V4L/DVB (13592): max2165: 32bit build patch by David Wong · 15 years ago
  31. 04dc1e8 exofs: Multi-device mirror support by Boaz Harrosh · 15 years ago
  32. 06886a5 exofs: Move all operations to an io_engine by Boaz Harrosh · 15 years ago
  33. 8ce9bdd exofs: move osd.c to ios.c by Boaz Harrosh · 15 years ago
  34. cae012d exofs: statfs blocks is sectors not FS blocks by Boaz Harrosh · 15 years ago
  35. 19fe294 exofs: Prints on mount and unmout by Boaz Harrosh · 15 years ago
  36. 9cfdc7a exofs: refactor exofs_i_info initialization into common helper by Boaz Harrosh · 15 years ago
  37. fe33cc1 exofs: dbg-print less by Boaz Harrosh · 15 years ago
  38. 58311c43 exofs: More sane debug print by Boaz Harrosh · 16 years ago
  39. 9f24916 trivial: some small fixes in exofs documentation by Thadeu Lima de Souza Cascardo · 15 years ago
  40. 4361e52 drm/radeon/kms: fix warning about cur_placement being uninitialised. by Dave Airlie · 15 years ago
  41. 115a5c2 Merge remote branch 'korg/drm-radeon-next' of into drm-linus by Dave Airlie · 15 years ago
  42. 0b5e8db Merge remote branch 'anholt/drm-intel-next' into drm-linus by Dave Airlie · 15 years ago
  43. fb53f86 drm/ttm: Print debug information on memory manager when eviction fails by Jerome Glisse · 15 years ago
  44. 99d7e48 drm: Add memory manager debug function by Jerome Glisse · 15 years ago
  45. 550e2d9 drm/radeon/kms: restore surface registers on resume. by Dave Airlie · 15 years ago
  46. 779720a drm/radeon/kms/r600/r700: fallback gracefully on ucode failure by Alex Deucher · 15 years ago
  47. 7cb7d1d drm/ttm: Initialize eviction placement in case the driver callback doesn't by Jerome Glisse · 15 years ago
  48. cf0fe45 drm/radeon/kms: cleanup structure and module if initialization fails by Jerome Glisse · 15 years ago
  49. eaa5fd1 drm/radeon/kms: actualy set the eviction placements we choose by Jerome Glisse · 15 years ago
  50. 4a04a84 drm/radeon/kms: Fix NULL ptr dereference by Jerome Glisse · 15 years ago
  51. b27b637 drm/radeon/kms/avivo: add support for new pll selection algo by Alex Deucher · 15 years ago
  52. 69b3b5e drm/radeon/kms/avivo: fix some bugs in the display bandwidth setup by Alex Deucher · 15 years ago
  53. 2e7b6f7 drm/radeon/kms: fix return value from fence function. by Dave Airlie · 15 years ago
  54. 5cc6fba drm/radeon: Remove tests for -ERESTART from the TTM code. by Thomas Hellstrom · 15 years ago
  55. 98ffc415 drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART. by Thomas Hellstrom · 15 years ago
  56. 312ea8d drm/radeon/kms: Convert radeon to new TTM validation API (V2) by Jerome Glisse · 15 years ago
  57. ca262a999 drm/ttm: Rework validation & memory space allocation (V3) by Jerome Glisse · 15 years ago
  58. a2e68e9 drm: Add search/get functions to get a block in a specific range by Jerome Glisse · 15 years ago
  59. cf2f05d drm/radeon/kms: fix avivo tiling regression since radeon object rework by Dave Airlie · 15 years ago
  60. 3067e02 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  61. f71eaf6 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 15 years ago
  62. 78f1ae1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 15 years ago
  63. fa395aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  64. 3e74683 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 15 years ago
  65. 6825fbc Merge branch 'next-i2c' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 15 years ago
  66. 6bb951a Merge branch 's3c24xx-updates' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 15 years ago
  67. e49aedb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6 by Linus Torvalds · 15 years ago
  68. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  69. f6c4c81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 15 years ago
  70. 382f51f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  71. 701791c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 15 years ago
  72. 4ba1525 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 15 years ago
  73. 3a43aaa Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  74. aed886c Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci by Linus Torvalds · 15 years ago
  75. 67dd2f5 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  76. 5327b9b Doc: use misc-devices/ dir for drivers by Jean Delvare · 15 years ago
  77. e3cc222 Doc: better explanation of procs_running by Luis Garces-Erice · 15 years ago
  78. bfc9dca correct gpio.txt typos by Dominik D. Geyer · 15 years ago
  79. 2770f18 docbook: fix signal_pending() argument by Shawn Bohrer · 15 years ago
  80. 038f7d0 use DMA_BIT_MASK instead of inline constant by Marin Mitov · 15 years ago
  81. 472c064 Use KERN_WARNING instead of KERN_WARN, which does not exist by Randy Dunlap · 15 years ago
  82. 79a56ed nvram: Fix missing smp_lock.h in nvram by Frederic Weisbecker · 15 years ago
  83. fab3a54 ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem) by Theodore Ts'o · 15 years ago
  84. a214238 ext4: Do not override ext2 or ext3 if built they are built as modules by Theodore Ts'o · 15 years ago
  85. 3b799d1 jbd2: Export jbd2_log_start_commit to fix ext4 build by Theodore Ts'o · 15 years ago
  86. 54fe467 hwmon: (adt7475) Add VID support for the ADT7476 by Jean Delvare · 15 years ago
  87. b058b85 hwmon: (adt7475) Add an entry in MAINTAINERS by Jean Delvare · 15 years ago
  88. d8d2ee0 hwmon: (adt7475) Add support for the ADT7476 by Jean Delvare · 15 years ago
  89. ebfaf1f hwmon: (adt7475) Voltage attenuators can be bypassed by Jean Delvare · 15 years ago
  90. d07ca4a hwmon: (adt7475) Print device information on probe by Jean Delvare · 15 years ago
  91. 378933c hwmon: (adt7475) Handle alternative pin functions by Jean Delvare · 15 years ago
  92. 0f14480 hwmon: (adt7475) Move sysfs files removal to a separate function by Jean Delvare · 15 years ago
  93. 3d84998 hwmon: (adt7475) Add support for the ADT7490 by Jean Delvare · 15 years ago
  94. d656b6f hwmon: (adt7475) Improve device detection by Jean Delvare · 15 years ago
  95. 54ecb9e hwmon: (adt7475) Add missing static marker by Jean Delvare · 15 years ago
  96. cffb9dd hwmon: (adt7475) Rework voltage inputs handling by Jean Delvare · 15 years ago
  97. f99318b hwmon: (adt7475) Implement pwm_use_point2_pwm_at_crit by Jean Delvare · 15 years ago
  98. f890c6a hwmon: (adt7475) New documentation by Jean Delvare · 15 years ago
  99. b180d05 hwmon: (adt7475) Add support for the ADT7473 by Jean Delvare · 15 years ago
  100. 7669896 hwmon: (f71882fg) Add support for the f71889fg (version 2) by Hans de Goede · 15 years ago