1. 8f286c3 stop using DMA_xxBIT_MASK by Andrew Morton · 17 years ago
  2. 34c6538 unify DMA_..BIT_MASK definitions: v3.1 by Borislav Petkov · 17 years ago
  3. 2c62214 Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday(). by Tony Breeds · 17 years ago
  4. 6212e3a Remove struct task_struct::io_wait by Alexey Dobriyan · 17 years ago
  5. 9cd9a00 Hibernation: Enter platform hibernation state in a consistent way by Rafael J. Wysocki · 17 years ago
  6. c7e0831 Hibernation: Check if ACPI is enabled during restore in the right place by Rafael J. Wysocki · 17 years ago
  7. efa4d2f Hibernation: Use temporary page tables for kernel text mapping on x86_64 by Rafael J. Wysocki · 17 years ago
  8. c30bb68 Hibernation: Pass CR3 in the image header on x86_64 by Rafael J. Wysocki · 17 years ago
  9. d158cbd Hibernation: Arbitrary boot kernel support on x86_64 by Rafael J. Wysocki · 17 years ago
  10. d307c4a Hibernation: Arbitrary boot kernel support - generic code by Rafael J. Wysocki · 17 years ago
  11. 50a1efe s2ram: kill old debugging junk by Pavel Machek · 17 years ago
  12. 8f4ce8c serial: turn serial console suspend a boot rather than compile time option by Andres Salomon · 17 years ago
  13. 438e2ce freezer: measure freezing time by Rafael J. Wysocki · 17 years ago
  14. b842ee5 freezer: be more verbose by Rafael J. Wysocki · 17 years ago
  15. f059bca pm_trace displays the wrong time from the RTC by Rafael J. Wysocki · 17 years ago
  16. c3d42d7 unexport pm_power_off_prepare by Adrian Bunk · 17 years ago
  17. d5d8c59 freezer: do not send signals to kernel threads by Rafael J. Wysocki · 17 years ago
  18. e42837b freezer: introduce freezer-friendly waiting macros by Rafael J. Wysocki · 17 years ago
  19. 2e13189 freezer: prevent new tasks from inheriting TIF_FREEZE set by Rafael J. Wysocki · 17 years ago
  20. 232b143 freezer: do not sync filesystems from freeze_processes by Rafael J. Wysocki · 17 years ago
  21. 2776365 freezer: document relationship with memory shrinking by Rafael J. Wysocki · 17 years ago
  22. b3dac3b PM: Rename hibernation_ops to platform_hibernation_ops by Rafael J. Wysocki · 17 years ago
  23. 74f270a PM: Rework struct hibernation_ops by Rafael J. Wysocki · 17 years ago
  24. f242d91 PM: Make suspend_ops static by Rafael J. Wysocki · 17 years ago
  25. e6c5eb9 PM: Rework struct platform_suspend_ops by Rafael J. Wysocki · 17 years ago
  26. 26398a7 PM: Rename struct pm_ops and related things by Rafael J. Wysocki · 17 years ago
  27. 95d9ffb PM: Move definition of struct pm_ops to suspend.h by Rafael J. Wysocki · 17 years ago
  28. a065c86 make kernel/power/main.c:suspend_enter() static by Adrian Bunk · 17 years ago
  29. 41702d9 logo.c: get rid of mips_machgroup by Ralf Baechle · 17 years ago
  30. c40eea9 fb modedb: Refactor confusing mode_option assignment by Geert Uytterhoeven · 17 years ago
  31. 75e8b71 tty_ioctl: fix the baud_table check in encode_baud_rate by Maciej W. Rozycki · 17 years ago
  32. 77bf2ba Remove CONFIG_VT_UNICODE by Jan Engelhardt · 17 years ago
  33. b7c698f Kexec: Update URL in MAINTAINERS file by Signed-off-by@vergenet.net":Simon · 17 years ago
  34. 1ccfd63 i4l: Fix random hard freeze with AVM c4 card by Karsten Keil · 17 years ago
  35. 9713d9e i4l: fix random freezes with AVM B1 drivers by Karsten Keil · 17 years ago
  36. 0c42ea3 au1100fb: fix modpost warnings by Ralf Baechle · 17 years ago
  37. 53da056 netport_con.c: fix build errors and warnings by Ralf Baechle · 17 years ago
  38. 1490410 ext4: lighten up resize transaction requirements by Eric Sandeen · 17 years ago
  39. 5b61528 ext4: fix setup_new_group_blocks locking by Eric Sandeen · 17 years ago
  40. ac39849 ext4: sparse fixes by Aneesh Kumar K.V · 17 years ago
  41. d8dd0b4 ext4: Convert ext4_extent_idx.ei_leaf to ext4_extent_idx.ei_leaf_lo by Aneesh Kumar K.V · 17 years ago
  42. b377611 ext4: Convert ext4_extent.ee_start to ext4_extent.ee_start_lo by Aneesh Kumar K.V · 17 years ago
  43. 308ba3e ext4: Convert s_r_blocks_count and s_free_blocks_count by Aneesh Kumar K.V · 17 years ago
  44. 6bc9fef ext4: Convert s_blocks_count to s_blocks_count_lo by Aneesh Kumar K.V · 17 years ago
  45. 5272f83 ext4: Convert bg_inode_bitmap and bg_inode_table by Aneesh Kumar K.V · 17 years ago
  46. 3a14589 ext4: Convert bg_block_bitmap to bg_block_bitmap_lo by Aneesh Kumar K.V · 17 years ago
  47. ce42158 ext4: FLEX_BG Kernel support v2. by Jose R. Santos · 17 years ago
  48. c1bddad ext4: Fix sparse warnings by Aneesh Kumar K.V · 17 years ago
  49. 717d50e Ext4: Uninitialized Block Groups by Andreas Dilger · 17 years ago
  50. 4074fe3 ext4: remove #ifdef CONFIG_EXT4_INDEX by Eric Sandeen · 17 years ago
  51. f077d0d ext4: Remove (partial, never completed) fragment support by Coly Li · 17 years ago
  52. 6f38c74 JBD2: debug code cleanup. by Jose R. Santos · 17 years ago
  53. a7fa2ba jbd2: fix commit code to properly abort journal by Jan Kara · 17 years ago
  54. cd02ff0 jbd2: JBD_XXX to JBD2_XXX naming cleanup by Mingming Cao · 17 years ago
  55. d802ffa JBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4 by Mingming Cao · 17 years ago
  56. 2d917969 JBD2: replace jbd_kmalloc with kmalloc directly. by Mingming Cao · 17 years ago
  57. a5005da JBD: replace jbd_kmalloc with kmalloc directly by Mingming Cao · 17 years ago
  58. af1e76d JBD2: jbd2 slab allocation cleanups by Mingming Cao · 17 years ago
  59. c089d49 JBD: JBD slab allocation cleanups by Mingming Cao · 17 years ago
  60. d85714d Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 17 years ago
  61. 9d8190f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 17 years ago
  62. 7259888 [IA64] fix non-numa build by Andrew Morton · 17 years ago
  63. c2f73fd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 17 years ago
  64. 727c26e net: libertas sdio driver by Pierre Ossman · 17 years ago
  65. d20ead9 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 17 years ago
  66. 88e4d25 x86: delete vsyscall files during make clean by Sam Ravnborg · 17 years ago
  67. f8bea58 kbuild: fix typo SRCARCH in find_sources by Yinghai Lu · 17 years ago
  68. 982c37c 9p: remove sysctl by Eric Van Hensbergen · 17 years ago
  69. 9e3866b mmc: at91_mci: cleanup: use MCI_ERRORS by Andrew Victor · 17 years ago
  70. 00cedfa mmc: possible leak in mmc_read_ext_csd by Florin Malita · 17 years ago
  71. fb0466c 9p: fix bad kconfig cross-dependency by Eric Van Hensbergen · 17 years ago
  72. 50fd801 9p: soften invalidation in loose_mode by Eric Van Hensbergen · 17 years ago
  73. ba17674 9p: attach-per-user by Latchesar Ionkov · 17 years ago
  74. bd32b82 9p: rename uid and gid parameters by Latchesar Ionkov · 17 years ago
  75. 2405669 9p: define session flags by Latchesar Ionkov · 17 years ago
  76. a80d923 9p: Make transports dynamic by Eric Van Hensbergen · 17 years ago
  77. b381a14 x86: fix kernel rebuild due to vsyscall fallout by Sam Ravnborg · 17 years ago
  78. 9e447a7 .gitignore update for x86 arch by Denis V. Lunev · 17 years ago
  79. c56ec76 Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  80. 21ebddd x86: unify include/asm/debugreg_32/64.h by Thomas Gleixner · 17 years ago
  81. 3f0bde83 x86: unify include/asm/unwind_32/64.h by Thomas Gleixner · 17 years ago
  82. 9d256ff x86: unify include/asm/types_32/64.h by Thomas Gleixner · 17 years ago
  83. 01749f6 x86: unify include/asm/tlb_32/64.h by Thomas Gleixner · 17 years ago
  84. f16ee28 x86: unify include/asm/siginfo_32/64.h by Thomas Gleixner · 17 years ago
  85. 68fdc55 x86: unify include/asm/bug_32/64.h by Thomas Gleixner · 17 years ago
  86. 5c8eec5 x86: unify include/asm/mman_32/64.h by Thomas Gleixner · 17 years ago
  87. c4ac82a x86: unify include/asm/agp_32/64.h by Thomas Gleixner · 17 years ago
  88. 35cc461 x86: unify include/asm/kdebug_32/64.h by Thomas Gleixner · 17 years ago
  89. 612d26a x86: unify include/asm/ioctls_32/64.h by Thomas Gleixner · 17 years ago
  90. b515e47 x86: unify include/asm/floppy_32/64.h by Thomas Gleixner · 17 years ago
  91. 2dc27f0 x86: apply missing DMA/OOM prevention to floppy_32.h by Thomas Gleixner · 17 years ago
  92. 106619c x86: unify include/asm/cache_32/64.h by Thomas Gleixner · 17 years ago
  93. 1f7afb0 x86: unify include/asm/cache_32/64.h by Thomas Gleixner · 17 years ago
  94. 327c21b x86: unify include/asm/dmi_32/64.h by Thomas Gleixner · 17 years ago
  95. f1ea054 x86: unify include/asm/delay_32/64.h by Thomas Gleixner · 17 years ago
  96. 9bfa23d x86: unify include/asm/cache_32/64.h by Thomas Gleixner · 17 years ago
  97. b2bba72 x86: unify include/asm/cacheflush_32/64.h by Thomas Gleixner · 17 years ago
  98. 0b4dc7c x86: unify include/asm/auxvec_32/64.h by Thomas Gleixner · 17 years ago
  99. 17d3670 x86: unify include/asm/agp_32/64.h by Thomas Gleixner · 17 years ago
  100. 003a46c x86: unify some more trivial include/asm-x86/ 32/64 variants by Thomas Gleixner · 17 years ago