summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | um: Fix kmalloc argument order in um/vdso/vma.cDave Jones2011-11-021-1/+1
| * | | | | | um: we need sys/user.h only on i386Richard Weinberger2011-11-021-0/+2
| * | | | | | um: merge delay_{32,64}.cRichard Weinberger2011-11-023-61/+1
| * | | | | | um: kill system-um.hAl Viro2011-11-021-1/+3
| * | | | | | um: segment.h is x86-only and needed only thereAl Viro2011-11-021-0/+10
| * | | | | | um: unify ptrace_user.hAl Viro2011-11-026-69/+28
| * | | | | | um: unify KSTK_...Al Viro2011-11-024-13/+10
| * | | | | | um: fix gcov build breakageAl Viro2011-11-021-2/+2
| * | | | | | um: irq_vectors.h just shadows x86 oneAl Viro2011-11-021-0/+10
| * | | | | | um: required-features.h is there only to shadow x86 one...Al Viro2011-11-021-0/+9
| * | | | | | um: asm/apic.h is there only to shadow the x86 one...Al Viro2011-11-021-0/+4
| * | | | | | um: take ldt.h to arch/x86/um/asm/mm_context.hAl Viro2011-11-024-22/+56
| * | | | | | um: merge signal_{32,64}.cAl Viro2011-11-026-278/+189
| * | | | | | um: no need to play with save_sp in signal frame setup anymoreAl Viro2011-11-022-57/+15
| * | | | | | um: increase stack growth cushion in pagefaultAl Viro2011-11-023-6/+3
| * | | | | | um: merge HOST_... of registers common on i386 and amd64Al Viro2011-11-027-63/+63
| * | | | | | um: sanitize paths in sys_call_table* includesAl Viro2011-11-022-2/+2
| * | | | | | um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.cAl Viro2011-11-022-1/+36
| * | | | | | um: move asm/desc.h into arch/x86/um/asmAl Viro2011-11-021-0/+16
| * | | | | | um: merge host_ldt_{32,64}.hAl Viro2011-11-023-75/+35
| * | | | | | um: merge tls_{32,64}.hAl Viro2011-11-023-64/+35
| * | | | | | um: kill shared/task.h and HOST_TASK_REGSAl Viro2011-11-021-1/+3
| * | | | | | um: bury unused macros around ptrace.hAl Viro2011-11-022-6/+0
| * | | | | | um: take arch/um/sys-x86 to arch/x86/umAl Viro2011-11-0290-0/+6760
| |/ / / / /
* | | | | | Merge git://github.com/herbertx/cryptoLinus Torvalds2011-11-0112-13/+2499
|\ \ \ \ \ \
| * | | | | | crypto: twofish-x86_64-3way - fix ctr blocksize to 1Jussi Kivilinna2011-10-211-1/+1
| * | | | | | crypto: blowfish-x86_64 - fix ctr blocksize to 1Jussi Kivilinna2011-10-211-1/+1
| * | | | | | crypto: twofish - add 3-way parallel x86_64 assembler implementionJussi Kivilinna2011-10-213-0/+790
| * | | | | | crypto: twofish-x86-asm - make assembler functions use twofish_ctx instead of...Jussi Kivilinna2011-10-213-13/+15
| * | | | | | crypto: blowfish-x86_64 - add creditsJussi Kivilinna2011-10-211-0/+5
| * | | | | | crypto: blowfish-x86_64 - improve x86_64 blowfish 4-way performanceJussi Kivilinna2011-10-211-100/+98
| * | | | | | crypto: aes-x86 - quiet sparse noise about symbol not declaredH Hartley Sweeten2011-09-221-0/+1
| * | | | | | crypto: blowfish - add x86_64 assembly implementationJussi Kivilinna2011-09-223-0/+881
| * | | | | | crypto: sha1 - SSSE3 based SHA1 implementation for x86-64Mathias Krause2011-08-104-0/+809
* | | | | | | Cross Memory AttachChristopher Yeoh2011-11-014-1/+11
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2011-10-301-1/+2
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', '...Joerg Roedel2011-10-211-1/+2
| |\ \ \ \ \ \ \ \
| | | | * | | | | | iommu/core: Convert iommu_found to iommu_presentJoerg Roedel2011-10-211-1/+2
| | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-10-3021-771/+1095
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | KVM: SVM: Keep intercepting task switching with NPT enabledJan Kiszka2011-10-301-1/+0
| * | | | | | | | | KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong2011-10-055-30/+140
| * | | | | | | | | x86: TSC deadline definitionsLiu, Jinsong2011-09-253-0/+5
| * | | | | | | | | KVM: Fix simultaneous NMIsAvi Kivity2011-09-252-19/+34
| * | | | | | | | | KVM: x86 emulator: convert push %sreg/pop %sreg to direct decodeAvi Kivity2011-09-251-29/+15
| * | | | | | | | | KVM: x86 emulator: switch lds/les/lss/lfs/lgs to direct decodeAvi Kivity2011-09-251-15/+7
| * | | | | | | | | KVM: x86 emulator: streamline decode of segment registersAvi Kivity2011-09-251-42/+57
| * | | | | | | | | KVM: x86 emulator: simplify OpMem64 decodeAvi Kivity2011-09-251-5/+4
| * | | | | | | | | KVM: x86 emulator: switch src decode to decode_operand()Avi Kivity2011-09-251-93/+63
| * | | | | | | | | KVM: x86 emulator: qualify OpReg inhibit_byte_regs hackAvi Kivity2011-09-251-0/+1
| * | | | | | | | | KVM: x86 emulator: switch OpImmUByte decode to decode_imm()Avi Kivity2011-09-251-4/+1