summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* param_sysfs_builtin memchr argument fixDave Young2007-10-181-1/+7
* stop using DMA_xxBIT_MASKAndrew Morton2007-10-181-2/+8
* unify DMA_..BIT_MASK definitions: v3.1Borislav Petkov2007-10-182-13/+14
* Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday().Tony Breeds2007-10-184-1/+22
* Remove struct task_struct::io_waitAlexey Dobriyan2007-10-184-34/+2
* Hibernation: Enter platform hibernation state in a consistent wayRafael J. Wysocki2007-10-181-17/+46
* Hibernation: Check if ACPI is enabled during restore in the right placeRafael J. Wysocki2007-10-185-35/+74
* Hibernation: Use temporary page tables for kernel text mapping on x86_64Rafael J. Wysocki2007-10-181-6/+33
* Hibernation: Pass CR3 in the image header on x86_64Rafael J. Wysocki2007-10-182-7/+17
* Hibernation: Arbitrary boot kernel support on x86_64Rafael J. Wysocki2007-10-184-8/+94
* Hibernation: Arbitrary boot kernel support - generic codeRafael J. Wysocki2007-10-182-19/+54
* s2ram: kill old debugging junkPavel Machek2007-10-182-43/+1
* serial: turn serial console suspend a boot rather than compile time optionAndres Salomon2007-10-187-27/+32
* freezer: measure freezing timeRafael J. Wysocki2007-10-181-3/+15
* freezer: be more verboseRafael J. Wysocki2007-10-181-6/+9
* pm_trace displays the wrong time from the RTCRafael J. Wysocki2007-10-181-1/+1
* unexport pm_power_off_prepareAdrian Bunk2007-10-181-1/+0
* freezer: do not send signals to kernel threadsRafael J. Wysocki2007-10-183-46/+93
* freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki2007-10-187-13/+45
* freezer: prevent new tasks from inheriting TIF_FREEZE setRafael J. Wysocki2007-10-181-0/+1
* 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/+1
* PM: Rework struct platform_suspend_opsRafael J. Wysocki2007-10-189-125/+49
* 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/+122
* make kernel/power/main.c:suspend_enter() staticAdrian Bunk2007-10-181-1/+1
* logo.c: get rid of mips_machgroupRalf Baechle2007-10-181-8/+2
* 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/+1
* 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/+13
* 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-171-3/+43
* ext4: fix setup_new_group_blocks lockingEric Sandeen2007-10-171-3/+3
* ext4: sparse fixesAneesh Kumar K.V2007-10-173-4/+4
* ext4: Convert ext4_extent_idx.ei_leaf to ext4_extent_idx.ei_leaf_loAneesh Kumar K.V2007-10-172-3/+3
* ext4: Convert ext4_extent.ee_start to ext4_extent.ee_start_loAneesh Kumar K.V2007-10-172-6/+4
* ext4: Convert s_r_blocks_count and s_free_blocks_countAneesh Kumar K.V2007-10-172-7/+7
* ext4: Convert s_blocks_count to s_blocks_count_loAneesh Kumar K.V2007-10-172-5/+5
* ext4: Convert bg_inode_bitmap and bg_inode_tableAneesh Kumar K.V2007-10-173-9/+9
* ext4: Convert bg_block_bitmap to bg_block_bitmap_loAneesh Kumar K.V2007-10-172-4/+4
* ext4: FLEX_BG Kernel support v2.Jose R. Santos2007-10-172-3/+10
* ext4: Fix sparse warningsAneesh Kumar K.V2007-10-172-9/+11
* Ext4: Uninitialized Block GroupsAndreas Dilger2007-10-177-35/+335