aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-19PM: prevent frozen user mode helpers from failing the freezing of tasksRafael J. Wysocki1-10/+68
2007-07-19PM: disable usermode helper before hibernation and suspendRafael J. Wysocki1-1/+30
2007-07-19PM: introduce hibernation and suspend notifiersRafael J. Wysocki4-7/+39
2007-07-19Freezer: remove redundant check in try_to_freeze_tasksRafael J. Wysocki1-1/+1
2007-07-19Freezer: return int from freeze_processesRafael J. Wysocki1-12/+9
2007-07-19Freezer: use __set_current_state in refrigeratorRafael J. Wysocki1-1/+1
2007-07-19Freezer: avoid freezing kernel threads prematurelyRafael J. Wysocki2-31/+36
2007-07-19Hibernation: prepare to enter the low power stateRafael J. Wysocki1-2/+13
2007-07-19swsusp: fix hibernation code orderingRafael J. Wysocki1-7/+7
2007-07-19swsusp: introduce restore platform operationsRafael J. Wysocki4-19/+72
2007-07-19swsusp: remove code duplication between disk.c and user.cRafael J. Wysocki3-170/+115
2007-07-19swsusp: remove incorrect code from user.cRafael J. Wysocki1-13/+4
2007-07-19PM: Do not require dev spew to get PM_DEBUGBen Collins1-5/+12
2007-07-19freezer: run show_state() when freezing times outAndrew Morton1-0/+1
2007-07-19mm: fault feedback #2Nick Piggin1-8/+13
2007-07-18PM: Remove deprecated sysfs filesAlan Stern1-12/+0
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge3-13/+18
2007-07-18Add common orderly_poweroff()Jeremy Fitzhardinge2-0/+68
2007-07-18usermodehelper: split setup from executionJeremy Fitzhardinge1-56/+135
2007-07-17kernel/auditfilter: kill bogus uninit'd-var compiler warningJeff Garzik1-8/+4
2007-07-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds2-2/+17
2007-07-17destroy_workqueue() can livelockOleg Nesterov1-6/+5
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo5-17/+17
2007-07-17proper prototype for proc_nr_files()Adrian Bunk1-3/+1
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan1-0/+8
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-0/+11
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-2/+3
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki9-12/+14
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter1-2/+2
2007-07-17Allow huge page allocations to use GFP_HIGH_MOVABLEMel Gorman1-0/+8
2007-07-16[HRTIMER] Fix cpu pointer arg to clockevents_notify()David Miller1-1/+1
2007-07-16Remove duplicate comments from sysctl.cLinus Torvalds1-8/+0
2007-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-9/+18
2007-07-16kernel/printk.c: document possible deadlock against schedulerJiri Kosina1-0/+3
2007-07-16modules: remove modlist_lockRusty Russell1-21/+15
2007-07-16make cancel_xxx_work_sync() return a booleanOleg Nesterov1-14/+27
2007-07-16rename cancel_rearming_delayed_work() to cancel_delayed_work_sync()Oleg Nesterov1-3/+3
2007-07-16is_power_of_2: kernel/kfifo.cvignesh babu1-1/+2
2007-07-16make seccomp zerocost in scheduleAndrea Arcangeli1-0/+3
2007-07-16move seccomp from /proc to a prctlAndrea Arcangeli2-0/+34
2007-07-16sprint_symbol() cleanupAndrew Morton1-6/+5
2007-07-16sysctl.c: add text telling people to use CTL_UNNUMBEREDAndrew Morton1-1/+20
2007-07-16FUTEX: Tidy up the codeThomas Gleixner4-85/+74
2007-07-16sys_time() speedupIngo Molnar1-8/+24
2007-07-16namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman3-5/+5
2007-07-16diskquota: 32bit quota tools on 64bit architecturesVasily Tarasov1-0/+1
2007-07-16kerneldoc fix in audit_core_dumpsHenrik Kretzschmar1-1/+1
2007-07-16add a kmem_cache for nsproxy objectsCedric Le Goater1-4/+17
2007-07-16fix create_new_namespaces() return valueCedric Le Goater3-13/+26
2007-07-16user namespace: add unshareSerge E. Hallyn3-4/+49