summaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* ia64: disable CONFIG_PERFMON at least for nowLinus Torvalds2018-06-111-0/+1
* Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds2018-06-041-1/+1
|\
| * docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-1/+1
* | swiotlb: move the SWIOTLB config symbol to lib/KconfigChristoph Hellwig2018-05-091-8/+0
* | arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-091-3/+0
* | dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig2018-05-091-3/+1
* | scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig2018-05-091-3/+1
* | iommu-helper: mark iommu_is_span_boundary as inlineChristoph Hellwig2018-05-091-3/+0
* | dma-debug: remove CONFIG_HAVE_DMA_API_DEBUGChristoph Hellwig2018-05-081-1/+0
|/
* Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-311-1/+7
|\
| * ia64: use generic swiotlb_opsChristoph Hellwig2018-01-151-0/+5
| * ia64: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig2018-01-151-1/+1
| * dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig2018-01-101-0/+1
* | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-091-1/+1
|/
* Merge tag 'please-pull-gettime_vsyscall_update' of git://git.kernel.org/pub/s...Linus Torvalds2017-11-131-1/+1
|\
| * ia64: Update fsyscall gettime to use modern vsyscall_updateTony Luck2017-10-311-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* HAVE_ARCH_HARDENED_USERCOPY is unconditional nowAl Viro2017-04-261-1/+0
* CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-1/+0
* get rid of padding, switch to RAW_COPY_USERAl Viro2017-04-061-0/+1
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-081-0/+1
|\
| * ia64/uaccess: Enable hardened usercopyKees Cook2016-07-261-0/+1
* | Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-07-261-1/+0
|\ \ | |/ |/|
| * ia64: remove ARCH_WANT_OPTIONAL_GPIOLIBLinus Walleij2016-06-081-1/+0
* | Clarify naming of thread info/stack allocatorsLinus Torvalds2016-06-241-1/+1
|/
* exit_thread: remove empty bodiesJiri Slaby2016-05-201-0/+1
* PCI: Include pci/hotplug Kconfig directly from pci/KconfigBjorn Helgaas2016-03-081-2/+0
* PCI: Include pci/pcie/Kconfig directly from pci/KconfigBogicevic Sasa2016-03-081-2/+0
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-201-1/+0
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-0/+1
* ia64: remove paravirt codeLuis R. Rodriguez2015-06-101-23/+0
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-241-0/+1
|\
| * ACPI / sleep: Introduce CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORTGraeme Gregory2015-03-251-0/+1
* | ia64: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-13/+5
|/
* Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-181-1/+1
|\
| * PM / Kconfig: Replace PM_RUNTIME with PM in dependenciesRafael J. Wysocki2014-12-131-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-12-181-3/+0
|\ \ | |/ |/|
| * KVM: ia64: removePaolo Bonzini2014-11-201-3/+0
* | PM / Kconfig: Do not select PM directly from Kconfig filesRafael J. Wysocki2014-12-041-1/+0
* | PM / Runtime: Kconfig: move ia64 dependency to arch/ia64/KconfigKevin Hilman2014-11-151-0/+1
|/
* kexec: remove CONFIG_KEXEC dependency on cryptoVivek Goyal2014-08-291-2/+0
* kexec: load and relocate purgatory at kernel load timeVivek Goyal2014-08-081-0/+2
* lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-081-0/+1
* ACPI / processor: Introduce ARCH_MIGHT_HAVE_ACPI_PDCHanjun Guo2014-07-211-0/+1
* ia64: Use irq_init_descThomas Gleixner2014-05-161-0/+1
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-0/+1
|\
| * audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALLAKASHI Takahiro2014-03-201-0/+1
* | ia64: select CONFIG_TTY for use of tty_write_message in unalignedJosh Triplett2014-04-071-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-01-241-0/+1
|\ \
| * | Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on IA64Mark Salter2014-01-021-0/+1
| |/
OpenPOWER on IntegriCloud