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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri,  5 Feb 2010 09:37:02 -0500
From:	Brian Gerst <brgerst@...il.com>
To:	hpa@...or.com
Cc:	x86@...nel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/7] x86: Merge 32-bit and 64-bit io.h

This patch series cleans up and merges the 32-bit and 64-bit implementations
of io.h

[PATCH 1/7] x86-32: Move XQUAD definitions to numaq.h
[PATCH 2/7] x86-32: Remove _local variants of in/out from io_32.h
[PATCH 3/7] x86-64: Reorganize io_64.h
[PATCH 4/7] x86-64: Use BUILDIO in io_64.h
[PATCH 5/7] x86: Clean up mem*io functions.
[PATCH 6/7] x86: Simplify flush_write_buffers()
[PATCH 7/7] x86: Merge io.h

 arch/x86/boot/compressed/misc.c |   13 +--
 arch/x86/include/asm/io.h       |  155 ++++++++++++++++++++++++++++++-
 arch/x86/include/asm/io_32.h    |  196 ---------------------------------------
 arch/x86/include/asm/io_64.h    |  181 ------------------------------------
 arch/x86/include/asm/numaq.h    |    4 +
 arch/x86/lib/Makefile           |    2 +-
 arch/x86/lib/io_64.c            |   25 -----
 arch/x86/pci/numaq_32.c         |    6 +-
 8 files changed, 162 insertions(+), 420 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