aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-07atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta1-1/+0
2016-10-07mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie1-0/+1
2016-10-07Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-13/+0
2016-10-04x86/PCI: VMD: Move VMD driver to drivers/pci/hostKeith Busch1-13/+0
2016-10-03Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+12
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2016-09-30x86, locking/spinlocks: Remove ticket (spin)lock implementationPeter Zijlstra1-2/+1
2016-09-22x86/platform/mellanox: Introduce support for Mellanox systems platformVadim Pasternak1-0/+12
2016-09-15x86: Move thread_info into task_structAndy Lutomirski1-0/+1
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar1-1/+0
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf1-1/+0
2016-08-24ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf1-1/+0
2016-08-24x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)Andy Lutomirski1-0/+1
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+2
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-0/+1
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+1
2016-07-26Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2016-07-26x86/uaccess: Enable hardened usercopyKees Cook1-0/+1
2016-07-26mm: Implement stack frame object validationKees Cook1-0/+1
2016-07-25Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2016-07-25Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+48
2016-07-09Merge branch 'linus' into x86/asm, to pick up fixes before merging new changesIngo Molnar1-0/+9
2016-07-08x86/mm: Add memory hotplug support for KASLR memory randomizationThomas Garnier1-0/+15
2016-07-08x86/mm: Implement ASLR for kernel memory regionsThomas Garnier1-0/+17
2016-07-08Merge branch 'x86/mm' into x86/boot, to pick up dependenciesIngo Molnar1-0/+9
2016-06-26x86/KASLR: Extend kernel image physical address randomization to addresses larger than 4GKees Cook1-11/+16
2016-06-26rtc: move mc146818 helper functions out-of-lineArnd Bergmann1-0/+1
2016-06-22ACPI / tables: introduce ARCH_HAS_ACPI_TABLE_UPGRADEAleksey Makarov1-0/+1
2016-06-17isa: Allow ISA-style drivers on modern systemsWilliam Breathitt Gray1-0/+9
2016-06-10x86: Do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij1-2/+1
2016-06-08x86/hweight: Get rid of the special calling conventionBorislav Petkov1-5/+0
2016-06-07GCC plugin infrastructureEmese Revfy1-0/+1
2016-05-21x86 isa: add back X86_32 dependency on CONFIG_ISALinus Torvalds1-2/+2
2016-05-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+2
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek1-0/+1
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-0/+1
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2016-05-16Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-44/+28
2016-05-16bpf: split HAVE_BPF_JIT into cBPF and eBPF variantDaniel Borkmann1-1/+1
2016-05-01isa: Decouple X86_32 dependency from the ISA Kconfig optionWilliam Breathitt Gray1-8/+2
2016-04-22x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSETBaoquan He1-44/+28
2016-04-13Merge tag 'v4.6-rc3' into perf/core, to refresh the treeIngo Molnar1-4/+18
2016-03-31perf/x86: Move Kconfig.perf and other perf configuration bits to events/KconfigPeter Zijlstra1-10/+1
2016-03-31x86/perf/intel/uncore: Make the Intel uncore PMU driver modularKan Liang1-4/+2
2016-03-29base: isa: Remove X86_32 dependencyWilliam Breathitt Gray1-0/+6
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2016-03-22kernel: add kcov code coverageDmitry Vyukov1-0/+1
2016-03-21perf/x86/amd/power: Add AMD accumulated power reporting mechanismHuang Rui1-0/+9
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+16