You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Austin Zhang
8cb51ba8e0
crypto: crc32c - Use Intel CRC32 instruction
...
From NHM processor onward, Intel processors can support hardware accelerated
CRC32c algorithm with the new CRC32 instruction in SSE 4.2 instruction set.
The patch detects the availability of the feature, and chooses the most proper
way to calculate CRC32c checksum.
Byte code instructions are used for compiler compatibility.
No MMX / XMM registers is involved in the implementation.
Signed-off-by: Austin Zhang <austin.zhang@intel.com>
Signed-off-by: Kent Liu <kent.liu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
17 years ago
..
boot
x86: fix build warnings in real mode code
17 years ago
configs
x86: update defconfigs
17 years ago
crypto
crypto: crc32c - Use Intel CRC32 instruction
17 years ago
ia32
tracehook: exec
17 years ago
kernel
x86: cpuid: correct return value on partial operations
17 years ago
kvm
KVM: MMU: Fix torn shadow pte
17 years ago
lguest
lguest: set max_pfn_mapped, growl loudly at Yinghai Lu
17 years ago
lib
x86: msr: propagate errors from smp_call_function_single()
17 years ago
mach-default
x86: add ->pre_time_init to x86_quirks
17 years ago
mach-es7000
x86: move the last Dprintk instance to pr_debug()
17 years ago
mach-generic
…
mach-rdc321x
removed unused #include <linux/version.h>'s
17 years ago
mach-voyager
Merge branch 'generic-ipi' into generic-ipi-for-linus
17 years ago
math-emu
…
mm
x86: fix two modpost warnings in mm/init_64.c
17 years ago
oprofile
x86: fix oprofile + hibernation badness
17 years ago
pci
Merge branch 'linus' into x86/urgent
17 years ago
power
x86: fix i486 suspend to disk CR4 oops
17 years ago
vdso
Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linus
17 years ago
video
…
xen
xen: don't use sysret for sysexit32
17 years ago
Kconfig
[x86] Clean up MAXSMP Kconfig, and limit NR_CPUS to 512
17 years ago
Kconfig.cpu
x86: fix crash due to missing debugctlmsr on AMD K6-3
17 years ago
Kconfig.debug
x86: Fix help message for STRICT_DEVMEM config option
17 years ago
Makefile
x86, RDC321x: add to mach-default
17 years ago
Makefile_32.cpu
…