summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-11-062-6/+0
|\
| * x86: drop unused Kconfig symbolPaul Bolle2011-10-311-3/+0
* | Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-11-062-8/+1
|\ \
| * | xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel2011-09-292-8/+1
* | | Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds2011-11-032-15/+183
|\ \ \
| * | | x86, mrst: add platform support for MSIC MFD driverMika Westerberg2011-10-241-15/+154
| * | | x86, mrst: Some drivers need to known when an SCU is availableAlan Cox2011-10-242-0/+29
* | | | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2011-11-021-12/+6
|\ \ \ \
| * | | | i7core_edac: Drop the edac_mce facilityBorislav Petkov2011-11-011-1/+0
| * | | | x86, MCE: Use notifier chain only for MCE decodingBorislav Petkov2011-10-311-11/+6
| |/ / /
* | | | Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds2011-11-021-10/+0
|\ \ \ \
| * | | | thp: share get_huge_page_tail()Andrea Arcangeli2011-11-021-11/+0
| * | | | mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-021-2/+3
* | | | | Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds2011-11-0287-0/+6571
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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-10-314-1/+11
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2011-10-301-1/+2
|\ \ \ \ \
OpenPOWER on IntegriCloud