lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 19 Nov 2009 16:16:38 -0800
From:	"Pan, Jacob jun" <jacob.jun.pan@...el.com>
To:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC:	"H. Peter Anvin" <hpa@...ux.intel.com>,
	Thomas Gleixner <tglx@...utronix.de>,
	"Van De Ven, Arjan" <arjan.van.de.ven@...el.com>,
	Ingo Molnar <mingo@...e.hu>
Subject: [PATCH 0/3] x86/pic: introduce legacy_pic abstraction

This patchset is intended to allow runtime selection of legacy pic driver. it
decouples legacy pic code by replacing global function calls with an abstracted
legacy_pic structure.

.arch/x86/include/asm/hw_irq.h  |    7 ----
 arch/x86/include/asm/i8259.h   |   19 +++++++----
 arch/x86/include/asm/io_apic.h |    2 -
 arch/x86/kernel/apic/apic.c    |    8 ++--
 arch/x86/kernel/apic/io_apic.c |   67 +++++++++++++++++++---------------------
 arch/x86/kernel/apic/nmi.c     |    2 +-
 arch/x86/kernel/i8259.c        |   64 ++++++++++++++++++++++++++++++++++----
 arch/x86/kernel/irqinit.c      |    2 +-
 arch/x86/kernel/smpboot.c      |    5 ++-
 arch/x86/kernel/visws_quirks.c |   14 +++++---
 10 files changed, 119 insertions(+), 71 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ