summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* 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
* | atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() testCatalin Marinas2012-07-301-0/+1
|/
* x86, efi: Add EFI boot stub documentationMatt Fleming2012-06-011-0/+2
* x86: use the new generic strnlen_user() functionLinus Torvalds2012-05-261-0/+1
* x86: use generic strncpy_from_user routineLinus Torvalds2012-05-261-0/+1
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-251-0/+1
|\
| * X86: integrate CMA with DMA-mapping subsystemMarek Szyprowski2012-05-211-0/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-241-26/+7
|\ \
| * | timers: Fixup the Kconfig consolidation falloutThomas Gleixner2012-05-211-2/+0
| * | x86: Use generic time configThomas Gleixner2012-05-211-24/+7
| |/
* | Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-241-1/+4
|\ \
| * \ Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-05-141-1/+0
| |\ \
| * \ \ Merge branch 'perf/core' into perf/uprobesIngo Molnar2012-04-141-22/+21
| |\ \ \
| * \ \ \ Merge branch 'x86/cleanups' into perf/uprobesIngo Molnar2012-03-131-4/+17
| |\ \ \ \
| * | | | | uprobes, mm, x86: Add the ability to install and remove uprobes breakpointsSrikar Dronamraju2012-02-171-1/+4
* | | | | | Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2012-05-231-10/+0
|\ \ \ \ \ \
| * | | | | | MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker2012-05-171-10/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-231-4/+31
|\ \ \ \ \ \
| * | | | | | x86/vsmp: Fix number of CPUs when vsmp is disabledShai Fultheim2012-05-141-0/+1
| * | | | | | x86, platform: Initial support for sta2x11 I/O hubAlessandro Rubini2012-04-121-5/+23
OpenPOWER on IntegriCloud