Displaying 8 results from an estimated 8 matches for "mochel".
Did you mean:
michel
2004 Jul 09
0
LARTC related talks at Swiss Unix Conference 2004
...available until Monday, 9th August.
Provisional Conference Programme
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Operating Systems:
o Keynote: History of Linux - Theodore Ts''o
o Documentation / CodingStyle and Beyond - Greg-KH
o Linux Power Management - Patrick Mochel
o NetBSD Status Report Fall 2004 - Hubert Feyrer
o Old mistakes repeated (but you do get the source code now)
- Poul-Henning Kamp
o Resource Management in Linux using CKRM - Rik van Riel
o The Linux Standard Base: Solving the Cross-Distribution
Compatibility Challenge - Theodo...
2007 Jun 27
0
[PATCH 1/10] Provide basic Xen PM infrastructure
...9261686d840c xen/arch/x86/acpi/power.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/xen/arch/x86/acpi/power.c Tue Jun 26 21:39:59 2007 -0400
@@ -0,0 +1,152 @@
+/* drivers/acpi/sleep/power.c - PM core functionality for Xen
+ *
+ * Copyrights from Linux side:
+ * Copyright (c) 2000-2003 Patrick Mochel
+ * Copyright (C) 2001-2003 Pavel Machek <pavel@suse.cz>
+ * Copyright (c) 2003 Open Source Development Lab
+ * Copyright (c) 2004 David Shaohua Li <shaohua.li@intel.com>
+ * Copyright (c) 2005 Alexey Starikovskiy
<alexey.y.starikovskiy@intel.com>
+ *
+ * Slimmed with Xen specific...
2007 Feb 14
4
[PATCH 3/12] Provide basic Xen PM infrastructure
...gt;> L2_PAGETABLE_SHIFT);
flush_tlb_all_pge();
}
diff -r 13e258a58044 xen/arch/x86/x86_32/power/cpu.c
--- a/xen/arch/x86/x86_32/power/cpu.c Wed Feb 14 11:13:40 2007 +0800
+++ b/xen/arch/x86/x86_32/power/cpu.c Wed Feb 14 14:59:56 2007 +0800
@@ -7,10 +7,91 @@
* Copyright (c) 2001 Patrick Mochel <mochel@osdl.org>
*/
+#ifndef __XEN__
#include <linux/module.h>
#include <linux/suspend.h>
#include <asm/mtrr.h>
#include <asm/mce.h>
+#else
+#include <xen/config.h>
+#include <xen/acpi.h>
+#include <xen/smp.h>
+#include <asm/processor.h>...
2003 Nov 21
2
suspend to disk & early userspace
Hey,
Sorry for dropping in like this, couldn't find any information on this
and I guess I'm too lazy to read all the relevant bits and pieces of the
kernel sources to find out:
I'm currently running encrypted root and swap, but would still like to
use suspend to disk.
Would early userspace be capable of inserting the crypto-loop module
into the kernel, load the keys off my
2016 Oct 24
0
[PATCH v3 34/37] docs: fix locations of several documents that got moved
...- Testing suspend and resume support in device drivers
diff --git a/Documentation/power/pci.txt b/Documentation/power/pci.txt
index 44558882aa60..85c746cbab2c 100644
--- a/Documentation/power/pci.txt
+++ b/Documentation/power/pci.txt
@@ -8,7 +8,7 @@ management. Based on previous work by Patrick Mochel <mochel at transmeta.com>
This document only covers the aspects of power management specific to PCI
devices. For general description of the kernel's interfaces related to device
-power management refer to Documentation/power/devices.txt and
+power management refer to Documentation/po...
2016 Oct 24
0
[PATCH v3 34/37] docs: fix locations of several documents that got moved
...- Testing suspend and resume support in device drivers
diff --git a/Documentation/power/pci.txt b/Documentation/power/pci.txt
index 44558882aa60..85c746cbab2c 100644
--- a/Documentation/power/pci.txt
+++ b/Documentation/power/pci.txt
@@ -8,7 +8,7 @@ management. Based on previous work by Patrick Mochel <mochel at transmeta.com>
This document only covers the aspects of power management specific to PCI
devices. For general description of the kernel's interfaces related to device
-power management refer to Documentation/power/devices.txt and
+power management refer to Documentation/po...
2016 Oct 18
2
[PATCH v2 34/37] docs: fix locations of several documents that got moved
...- Testing suspend and resume support in device drivers
diff --git a/Documentation/power/pci.txt b/Documentation/power/pci.txt
index 44558882aa60..85c746cbab2c 100644
--- a/Documentation/power/pci.txt
+++ b/Documentation/power/pci.txt
@@ -8,7 +8,7 @@ management. Based on previous work by Patrick Mochel <mochel at transmeta.com>
This document only covers the aspects of power management specific to PCI
devices. For general description of the kernel's interfaces related to device
-power management refer to Documentation/power/devices.txt and
+power management refer to Documentation/po...
2016 Oct 18
2
[PATCH v2 34/37] docs: fix locations of several documents that got moved
...- Testing suspend and resume support in device drivers
diff --git a/Documentation/power/pci.txt b/Documentation/power/pci.txt
index 44558882aa60..85c746cbab2c 100644
--- a/Documentation/power/pci.txt
+++ b/Documentation/power/pci.txt
@@ -8,7 +8,7 @@ management. Based on previous work by Patrick Mochel <mochel at transmeta.com>
This document only covers the aspects of power management specific to PCI
devices. For general description of the kernel's interfaces related to device
-power management refer to Documentation/power/devices.txt and
+power management refer to Documentation/po...