aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-30ia64: Set System RAM type and descriptorToshi Kani2-6/+13
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
2015-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-7/+3
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka3-7/+3
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-3/+4
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+22
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-12/+12
2015-08-31Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+2
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams1-2/+2
2015-08-14arch: introduce memremap()Dan Williams1-0/+1