summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* freezer: do not sync filesystems from freeze_processesRafael J. Wysocki2007-10-184-1/+14
* freezer: document relationship with memory shrinkingRafael J. Wysocki2007-10-181-2/+11
* PM: Rename hibernation_ops to platform_hibernation_opsRafael J. Wysocki2007-10-183-7/+7
* PM: Rework struct hibernation_opsRafael J. Wysocki2007-10-183-13/+64
* PM: Make suspend_ops staticRafael J. Wysocki2007-10-182-3/+1Star
* PM: Rework struct platform_suspend_opsRafael J. Wysocki2007-10-189-125/+49Star
* PM: Rename struct pm_ops and related thingsRafael J. Wysocki2007-10-1816-62/+62
* PM: Move definition of struct pm_ops to suspend.hRafael J. Wysocki2007-10-1813-127/+122Star
* make kernel/power/main.c:suspend_enter() staticAdrian Bunk2007-10-181-1/+1
* logo.c: get rid of mips_machgroupRalf Baechle2007-10-181-8/+2Star
* fb modedb: Refactor confusing mode_option assignmentGeert Uytterhoeven2007-10-181-1/+3
* tty_ioctl: fix the baud_table check in encode_baud_rateMaciej W. Rozycki2007-10-181-3/+8
* Remove CONFIG_VT_UNICODEJan Engelhardt2007-10-182-22/+1Star
* Kexec: Update URL in MAINTAINERS fileSigned-off-by@vergenet.net":Simon2007-10-181-1/+1
* i4l: Fix random hard freeze with AVM c4 cardKarsten Keil2007-10-181-3/+11
* i4l: fix random freezes with AVM B1 driversKarsten Keil2007-10-181-15/+13Star
* au1100fb: fix modpost warningsRalf Baechle2007-10-181-1/+1
* netport_con.c: fix build errors and warningsRalf Baechle2007-10-181-3/+3
* ext4: lighten up resize transaction requirementsEric Sandeen2007-10-181-3/+43
* ext4: fix setup_new_group_blocks lockingEric Sandeen2007-10-181-3/+3
* ext4: sparse fixesAneesh Kumar K.V2007-10-183-4/+4
* ext4: Convert ext4_extent_idx.ei_leaf to ext4_extent_idx.ei_leaf_loAneesh Kumar K.V2007-10-182-3/+3
* ext4: Convert ext4_extent.ee_start to ext4_extent.ee_start_loAneesh Kumar K.V2007-10-182-6/+4Star
* ext4: Convert s_r_blocks_count and s_free_blocks_countAneesh Kumar K.V2007-10-182-7/+7
* ext4: Convert s_blocks_count to s_blocks_count_loAneesh Kumar K.V2007-10-182-5/+5
* ext4: Convert bg_inode_bitmap and bg_inode_tableAneesh Kumar K.V2007-10-183-9/+9
* ext4: Convert bg_block_bitmap to bg_block_bitmap_loAneesh Kumar K.V2007-10-182-4/+4
* ext4: FLEX_BG Kernel support v2.Jose R. Santos2007-10-182-3/+10
* ext4: Fix sparse warningsAneesh Kumar K.V2007-10-182-9/+11
* Ext4: Uninitialized Block GroupsAndreas Dilger2007-10-187-35/+335
* ext4: remove #ifdef CONFIG_EXT4_INDEXEric Sandeen2007-10-183-39/+2Star
* ext4: Remove (partial, never completed) fragment supportColy Li2007-10-186-67/+6Star
* JBD2: debug code cleanup.Jose R. Santos2007-10-181-14/+6Star
* jbd2: fix commit code to properly abort journalJan Kara2007-10-181-4/+4
* jbd2: JBD_XXX to JBD2_XXX naming cleanupMingming Cao2007-10-189-29/+30
* JBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4Mingming Cao2007-10-183-6/+3Star
* JBD2: replace jbd_kmalloc with kmalloc directly.Mingming Cao2007-10-183-19/+3Star
* JBD: replace jbd_kmalloc with kmalloc directlyMingming Cao2007-10-183-18/+3Star
* JBD2: jbd2 slab allocation cleanupsMingming Cao2007-10-184-99/+27Star
* JBD: JBD slab allocation cleanupsMingming Cao2007-10-184-94/+21Star
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-10-181-1/+3
|\
| * [IA64] fix non-numa buildAndrew Morton2007-10-171-1/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2007-10-1819-489/+689
|\ \
| * | 9p: remove sysctlEric Van Hensbergen2007-10-174-106/+0Star
| * | 9p: fix bad kconfig cross-dependencyEric Van Hensbergen2007-10-175-46/+67
| * | 9p: soften invalidation in loose_modeEric Van Hensbergen2007-10-171-2/+4
| * | 9p: attach-per-userLatchesar Ionkov2007-10-179-72/+247
| * | 9p: rename uid and gid parametersLatchesar Ionkov2007-10-174-14/+18
| * | 9p: define session flagsLatchesar Ionkov2007-10-173-17/+27
| * | 9p: Make transports dynamicEric Van Hensbergen2007-10-1712-285/+379