summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-11-071-1/+1
|\
| * mrst pmu: update commentLen Brown2011-11-061-1/+1
* | Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li...Linus Torvalds2011-11-061-6/+14
|\ \
| * | x86/jump_label: add arch_jump_label_transform_static()Jeremy Fitzhardinge2011-10-251-3/+17
| * | x86/jump_label: drop arch_jump_label_text_poke_early()Jeremy Fitzhardinge2011-10-251-6/+0
* | | Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-11-063-1/+24
|\ \ \
| * | | xen/dom0: set wallclock time in XenJeremy Fitzhardinge2011-09-261-1/+15
| * | | xen: add dom0_op hypercallJeremy Fitzhardinge2011-09-261-0/+8
| * | | xen/acpi: Domain0 acpi parser related platform hypercallYu Ke2011-09-261-0/+1
* | | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0630-2/+31
|\ \ \ \
| * | | | lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker2011-10-311-0/+1
| * | | | x86: efi_32.c is implicitly getting asm/desc.h via module.hPaul Gortmaker2011-10-311-0/+1
| * | | | x86: fix up files really needing to include module.hPaul Gortmaker2011-10-313-0/+3
| * | | | x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-3124-2/+25
| * | | | x86: fix implicit include of <linux/topology.h> in vsyscall_64Paul Gortmaker2011-10-311-0/+1
* | | | | 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