summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-161-3/+0
|\
| * Merge branch 'linus' into x86/urgent, to pick up dependent changesIngo Molnar2019-05-161-6/+1
| |\
| * | x86/kconfig: Disable CONFIG_GENERIC_HWEIGHT and remove __HAVE_ARCH_SW_HWEIGHTMasahiro Yamada2019-05-131-3/+0
* | | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-151-0/+11
|\ \ \ | |_|/ |/| |
| * | ftrace/x86_32: Remove support for non DYNAMIC_FTRACESteven Rostedt (VMware)2019-05-101-0/+11
* | | compiler: allow all arches to enable CONFIG_OPTIMIZE_INLININGMasahiro Yamada2019-05-141-3/+0
* | | mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport2019-05-141-1/+0
* | | hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-141-1/+1
* | | mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti2019-05-141-1/+1
* | | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-071-1/+0
|\ \ \ | |_|/ |/| |
| * | Make anon_inodes unconditionalDavid Howells2019-04-191-1/+0
| |/
* | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-061-1/+9
|\ \
| * | x86/microcode: Deprecate MICROCODE_OLD_INTERFACEBorislav Petkov2019-04-101-1/+9
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-061-7/+4
|\ \
| * | x86/mm/cpa: Add set_direct_map_*() functionsRick Edgecombe2019-04-301-0/+1
| * | Merge branch 'linus' into x86/mm, to pick up dependent fixIngo Molnar2019-04-261-1/+1
| |\ \
| * | | x86/Kconfig: Deprecate DISCONTIGMEM support for 32-bit x86Mike Rapoport2019-04-251-1/+2
| * | | x86/Kconfig: Make SPARSEMEM default for 32-bit x86Mike Rapoport2019-04-251-6/+1
| | |/ | |/|
* | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-1/+1
|\ \ \
| * | | x86/irq/64: Remove stack overflow debug codeThomas Gleixner2019-04-171-1/+1
| |/ /
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-8/+0
|\ \ \
| * | | x86/pci: Clean up usage of X86_DEV_DMA_OPSChristoph Hellwig2019-04-241-3/+0
| * | | x86/Kconfig: Remove the unused X86_DMA_REMAP KConfig symbolChristoph Hellwig2019-04-101-5/+0
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-11/+0
|\ \ \ \
| * | | | locking/lock_events: Make lock_events available for all archs & other locksWaiman Long2019-04-101-8/+0
| * | | | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-031-3/+0
| | |/ / | |/| |
* | | | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-061-0/+1
|\ \ \ \
| * | | | x86/stacktrace: Use common infrastructureThomas Gleixner2019-04-291-0/+1
| |/ / /
* | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-1/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | asm-generic/tlb, arch: Invert CONFIG_HAVE_RCU_TABLE_INVALIDATEPeter Zijlstra2019-04-031-1/+0
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-04-201-1/+1
|\ \ \ | |/ / |/| |
| * | x86/Kconfig: Fix spelling mistake "effectivness" -> "effectiveness"Colin Ian King2019-04-161-1/+1
| |/
* / x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=yThomas Gleixner2019-03-281-7/+1
|/
* Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-101-1/+0
|\
| * dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig2019-02-201-1/+0
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-061-4/+1
|\ \
| * | x86: Make ARCH_USE_MEMREMAP_PROT a generic Kconfig symbolArd Biesheuvel2019-02-041-4/+1
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-0/+1
|\ \ \
| * \ \ Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-02-271-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-0/+1
* | | | x86: Deprecate a.out supportBorislav Petkov2019-03-051-1/+1
|/ / /
* | / x86/resctrl: Avoid confusion over the new X86_RESCTRL configJohannes Weiner2019-02-021-3/+3
| |/ |/|
* | x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabledSinan Kaya2019-01-221-1/+1
* | x86/intel/lpss: Make PCI dependency explicitSinan Kaya2019-01-111-1/+1
|/
* x86/cache: Rename config option to CONFIG_X86_RESCTRLBorislav Petkov2019-01-091-1/+1
* mm: select HAVE_MOVE_PMD on x86 for faster mremapJoel Fernandes (Google)2019-01-041-0/+1
* Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-291-44/+3
|\
| * eisa: consolidate EISA Kconfig entry in drivers/eisaChristoph Hellwig2018-11-231-18/+1
| * rapidio: consolidate RAPIDIO config entry in drivers/rapidioChristoph Hellwig2018-11-231-9/+0
| * pcmcia: allow PCMCIA support independent of the architectureChristoph Hellwig2018-11-231-2/+0