ima: remove ACPI dependency
On Tue, 4 May 2010, Mimi Zohar wrote: The ACPI dependency moved to the TPM, where it belongs. Although IMA per-se does not require access to the bios measurement log, verifying the IMA boot aggregate does, which requires ACPI. This patch prereq's 'TPM: ACPI/PNP dependency removal' http://lkml.org/... 16 May 2010 20:08
remove all rcu head initializations, except on_stack initializations
On Tue, 4 May 2010, Paul E. McKenney wrote: From: Mathieu Desnoyers <mathieu.desnoyers(a)efficios.com> Remove all rcu head inits. We don't care about the RCU head state before passing it to call_rcu() anyway. Only leave the "on_stack" variants so debugobjects can keep track of objects on stack. T... 4 May 2010 20:11
Add a bootparameter to reserve high linear address space.
On 12/31/1969 04:15 PM, Pavel Machek wrote: Dynamically loaded hypervisor? Do we really want to support that? (Missed this because your datestamp was 1969...) The idea was that you could boot a guest under VMWare fully virtualized then switch it to a VMI guest by loading a module. I don't think it eve... 4 May 2010 20:11
RapidIO: Add switch domain routines
On Mon, 3 May 2010 11:45:57 -0400 Alexandre Bounine <alexandre.bounine(a)idt.com> wrote: +static int +idtcps_set_domain(struct rio_mport *mport, u16 destid, u8 hopcount, + u8 sw_domain) +{ + /* + * Switch domain configuration operates only at global level + */ + rio_mport_write_confi... 5 May 2010 09:19
Exposing TSC "reliability" to userland
On Mon, May 3, 2010 at 1:21 PM, Dan Magenheimer <dan.magenheimer(a)oracle.com> wrote: In a patch posted late last year by Venki: http://lkml.org/lkml/2009/12/17/360 it was noted that some systems that specify the "Invariant TSC" bit in CPUID (on recent processors) are sadly not guaranteed to have... 4 May 2010 20:11
RFC: Network Plugin Architecture (NPA) for vmxnet3
Device passthrough technology allows a guest to bypass the hypervisor and drive the underlying physical device. VMware has been exploring various ways to deliver this technology to users in a manner which is easy to adopt. In this process we have prepared an architecture along with Intel - NPA (Network Plugin Archi... 10 May 2010 17:40
[GIT PULL] ocfs2 fixes for 2.6.34-rc
Linus et al, Here are all the fixes I currently have for 2.6.34-rc. A couple very notable. We could race truncate when O_DIRECT falls back to buffered I/O, and we could crash when creating a directory or symlink runs up against a user's quota. Please pull. Joel The following changes since commit 623e5a... 4 May 2010 19:05
ipmi: Change addr_source to an enum rather than strings
I already have three IPMI patches queued: http://userweb.kernel.org/~akpm/mmotm/broken-out/ipmi-raise-precedence-of-pnp-based-discovery-mechanisms-acpi-pci.patch http://userweb.kernel.org/~akpm/mmotm/broken-out/ipmi-convert-tracking-of-the-acpi-device-pointer-to-a-pnp-device.patch http://userweb.kernel.org/~akpm... 4 May 2010 19:05
[PATCH 01/13] tty: replace BKL with a new tty_lock
As a preparation for replacing the big kernel lock in the TTY layer, wrap all the callers in new macros tty_lock, tty_lock_nested and tty_unlock. Every user of tty_lock_nested should come with a comment explaining why we could get the lock recursively. This will help turning the BTM into a nonrecursive lock. ... 4 May 2010 19:05
[PATCH 05/13] tty: make ldisc_mutex nest under tty_lock
Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> --- drivers/char/tty_io.c | 2 +- drivers/char/tty_ldisc.c | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c index b1a40a1..82c723a 100644 --- a/drivers/char/tty_io.c +++ b/drivers/... 4 May 2010 19:05