aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Merge branch 'pci/resource' into nextBjorn Helgaas3-46/+48
2016-03-15Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/virtualization' and 'pci/vpd' into nextBjorn Helgaas2-6/+0
2016-03-12ia64/PCI: Keep CPU physical (not virtual) addresses in shadow ROM resourceBjorn Helgaas2-19/+16
2016-03-12ia64/PCI: Use ioremap() instead of open-coded equivalentBjorn Helgaas1-3/+2
2016-03-12ia64/PCI: Use temporary struct resource * to avoid repetitionBjorn Helgaas2-27/+22
2016-03-08PCI: Include pci/hotplug Kconfig directly from pci/KconfigBjorn Helgaas1-2/+0
2016-03-08PCI: Include pci/pcie/Kconfig directly from pci/KconfigBogicevic Sasa1-2/+0
2016-03-08PCI: Set ROM shadow location in arch code, not in PCI coreBjorn Helgaas1-6/+16
2016-03-08PCI: Mark shadow copy of VGA ROM as IORESOURCE_PCI_FIXEDBjorn Helgaas1-1/+2
2016-03-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig1-2/+0
2016-01-22[IA64] Enable copy_file_range syscall for ia64Tony Luck3-1/+3
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2-3/+0
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-20/+10
2016-01-15libnvdimm, pfn, pmem: allocate memmap array in persistent memoryDan Williams1-0/+1
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-7/+7
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov1-2/+1
2016-01-13ia64: split off early_ioremap() declarations into asm/early_ioremap.hArd Biesheuvel2-4/+11
2016-01-12Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-7/+5
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2016-01-12ia64: define __smp_xxxMichael S. Tsirkin1-9/+5
2016-01-12ia64: reuse asm-generic/barrier.hMichael S. Tsirkin1-8/+2
2016-01-12ia64: rename nop->iosapic_nopMichael S. Tsirkin1-3/+3
2016-01-12lcoking/barriers, arch: Use smp barriers in smp_store_release()Davidlohr Bueso1-1/+1
2016-01-11Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+0
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek1-0/+3
2015-12-23ia64: ftrace: Fix the comments for ftrace_modify_code()Li Bin1-7/+5
2015-12-14[IA64] Enable mlock2 syscall for ia64Tony Luck3-1/+3
2015-12-04module: use a structure to encapsulate layout.Rusty Russell1-7/+7
2015-12-04lcoking/barriers, arch: Use smp barriers in smp_store_release()Davidlohr Bueso1-1/+1
2015-11-16percpu: remove PERCPU_ENOUGH_ROOM which is stale definitionJungseok Lee1-2/+0
2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-273/+100
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2015-10-28[IA64] Wire up kcmp syscallÉmeric MASCHINO3-1/+3
2015-10-16ia64/PCI/ACPI: Use common interface to support PCI host bridgeJiang Liu1-187/+48
2015-10-16ia64/PCI: Use common struct resource_entry to replace struct iospace_resourceJiang Liu2-14/+8
2015-10-16ia64/PCI/ACPI: Use common ACPI resource parsing interface for host bridgeJiang Liu1-221/+193
2015-10-06Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new changesIngo Molnar2-2/+4
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+1
2015-09-25Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+3
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra1-4/+4
2015-09-15ia64: Enable userfaultfd and membarrier system callsLuck, Tony3-1/+5
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas1-2/+3
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig1-9/+0
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig1-6/+0
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig1-7/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig1-3/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-25/+0
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-0/+1