summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in KconfigMasami Hiramatsu2013-01-211-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-201-2/+1
|\
| * introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro2012-12-191-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-191-2/+0
* | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-0/+2
|\ \
| * | mm: numa: Add fault driven placement and migrationPeter Zijlstra2012-12-111-0/+2
* | | Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-0/+1
|\ \ \
| * | | x86/PCI: Add NumaChip remote PCI supportDaniel J Blueman2012-12-071-0/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-121-0/+1
|\ \ \ | | |/ | |/|
| * | x86, um: switch to generic fork/vfork/cloneAl Viro2012-11-281-0/+1
| |/
* | Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-111-8/+3
|\ \
| * | x86, 386 removal: Remove CONFIG_XADDH. Peter Anvin2012-11-291-5/+0
| * | x86, 386 removal: Remove CONFIG_M386 from KconfigH. Peter Anvin2012-11-291-3/+3
| |/
* | Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-12-111-0/+44
|\ \
| * | x86, topology: Debug CPU0 hotplugFenghua Yu2012-11-141-0/+15
| * | x86, Kconfig: Add config switch for CPU0 hotplugFenghua Yu2012-11-141-0/+29
| |/
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-111-1/+1
|\ \
| * | arch/x86/Kconfig: Allow turning off CONFIG_X86_MPPARSE when either ACPI or SF...Bin Gao2012-10-261-1/+1
| |/
* | context_tracking: New context tracking susbsystemFrederic Weisbecker2012-11-301-1/+1
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-0/+2
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-131-0/+1
|\ \
| * | x86, um: convert to saner kernel_execve() semanticsAl Viro2012-10-121-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-0/+1
|\ \ \ | |/ /
| * | x86: split ret_from_forkAl Viro2012-09-301-0/+1
| |/
* | thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGEGerald Schaefer2012-10-091-0/+1
* | Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entryCatalin Marinas2012-10-091-0/+1
* | Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config optionCatalin Marinas2012-10-091-0/+1
* | Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas2012-10-091-0/+2
* | Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-041-13/+8
|\ \
| * | x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUESTMarcelo Tosatti2012-08-231-13/+8
| |/
* | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-011-0/+11
|\ \
| * | x86, smap: Add a header file with macros for STAC/CLACH. Peter Anvin2012-09-211-0/+11
| |/
* | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-10-011-10/+10
|\ \
| * | x86, microcode: Straighten out Kconfig textBorislav Petkov2012-08-221-10/+10
| |/
* | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-011-0/+1
|\ \
| * | x86, mce: Enable MCA support by defaultBorislav Petkov2012-09-171-0/+1
| |/
* | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-011-20/+30
|\ \
| * | x86/Kconfig: Clean up Kconfig defaultsJan Beulich2012-09-131-20/+30
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-011-11/+1
|\ \
| * | cputime: Make finegrained irqtime accounting generally availableFrederic Weisbecker2012-09-251-11/+1
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-011-0/+3
|\ \
| * | ftrace/x86: Add support for -mfentry to x86_64Steven Rostedt2012-08-231-0/+1
| * | perf: Add ability to attach user stack dump to sampleJiri Olsa2012-08-101-0/+1
| * | perf: Unified API to record selective sets of arch registersJiri Olsa2012-08-101-0/+1
| |/
* | x86: Exit RCU extended QS on notify resumeFrederic Weisbecker2012-09-261-0/+1
* | x86/kconfig: Remove outdated reference to Intel CPUs in CONFIG_SWIOTLBJoe Millenbach2012-09-051-4/+4
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-08-031-1/+1
|\
| * x86: CONFIG_CC_STACKPROTECTOR=y is no longer experimentalJean Delvare2012-07-091-1/+1
* | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-301-0/+1
OpenPOWER on IntegriCloud