aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-01x86, efi: Add EFI boot stub documentationMatt Fleming1-0/+2
2012-05-26x86: use the new generic strnlen_user() functionLinus Torvalds1-0/+1
2012-05-26x86: use generic strncpy_from_user routineLinus Torvalds1-0/+1
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-0/+1
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-26/+7
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2012-05-23Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-10/+0
2012-05-23Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+31
2012-05-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2012-05-23Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-05-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+1
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2012-05-21timers: Fixup the Kconfig consolidation falloutThomas Gleixner1-2/+0
2012-05-21net: drop NET dependency from HAVE_BPF_JITSam Ravnborg1-1/+1
2012-05-21X86: integrate CMA with DMA-mapping subsystemMarek Szyprowski1-0/+1
2012-05-21x86: Use generic time configThomas Gleixner1-24/+7
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker1-10/+0
2012-05-14Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/uprobesIngo Molnar1-1/+0
2012-05-14x86/vsmp: Fix number of CPUs when vsmp is disabledShai Fultheim1-0/+1
2012-05-08x86: Use kick_all_cpus_sync()Thomas Gleixner1-3/+0
2012-05-05init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner1-1/+0
2012-05-05x86: Use generic init_taskThomas Gleixner1-0/+1
2012-05-03vfs: make word-at-a-time accesses handle a non-existing pageLinus Torvalds1-1/+1
2012-04-27ftrace/x86: Remove the complex ftrace NMI handling codeSteven Rostedt1-1/+0
2012-04-26x86: Use generic idle thread allocationThomas Gleixner1-0/+1
2012-04-24Revert "x86, extable: Disable presorted exception table for now"David Daney1-0/+1
2012-04-20x86, extable: Disable presorted exception table for nowH. Peter Anvin1-1/+0
2012-04-19x86: Select BUILDTIME_EXTABLE_SORTDavid Daney1-0/+1
2012-04-14x86: Drop obsolete ARCH_BOOTMEM supportSam Ravnborg1-4/+0
2012-04-14Merge branch 'perf/core' into perf/uprobesIngo Molnar1-22/+21
2012-04-14x86: Enable HAVE_ARCH_SECCOMP_FILTERWill Drewry1-0/+1
2012-04-12x86, platform: Initial support for sta2x11 I/O hubAlessandro Rubini1-5/+23
2012-04-12x86: Introduce CONFIG_X86_DMA_REMAPAlessandro Rubini1-0/+3
2012-04-12x86-32: Introduce CONFIG_X86_DEV_DMA_OPSAlessandro Rubini1-0/+5
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+17
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+0
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+1
2012-03-28Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds1-0/+7
2012-03-22Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+7
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+2
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+3
2012-03-20geos: Platform driver for Geos and Geos2 single-board computers.Philip A. Prindeville1-0/+7
2012-03-15[PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf1-0/+1
2012-03-14Merge tag 'v3.3-rc7' into x86/platformIngo Molnar1-1/+0
2012-03-13Merge branch 'x86/cleanups' into perf/uprobesIngo Molnar1-4/+17
2012-03-08vfs: use 'unsigned long' accesses for dcache name comparison and hashingLinus Torvalds1-0/+1
2012-03-06x86/geode/net5501: Add platform driver for Soekris Engineering net5501Philip Prindeville1-0/+6
2012-02-27x32: Warn and disable rather than error if binutils too oldH. Peter Anvin1-2/+2
2012-02-23irq_domain/x86: Convert x86 (embedded) to use common irq_domainGrant Likely1-0/+2