summaryrefslogtreecommitdiff
path: root/arch/ia64
AgeCommit message (Expand)AuthorFilesLines
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-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-7/+3
2015-09-09mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka3-7/+3
2015-09-09Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+4
2015-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-6/+22
2015-09-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-2/+2
2015-09-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-12/+12
2015-09-01Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+2
2015-08-28mm: ZONE_DEVICE for "device memory"Dan Williams1-2/+2
2015-08-14arch: introduce memremap()Dan Williams1-0/+1
2015-08-12Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar1-4/+20
2015-08-11arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams1-1/+1
2015-08-07mm: tlb.c: Fix error messageNik Nyby1-2/+2
2015-08-03locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a...Andrey Konovalov1-2/+2
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner2-15/+1
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra1-2/+0
2015-07-27ia64: Provide atomic_{or,xor,and}Peter Zijlstra1-4/+22
2015-07-27ia64/iosapic: Use irq_set_chip_handler_name_locked()Thomas Gleixner1-3/+3
2015-07-27ia64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu4-7/+7
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi1-3/+2
2015-07-18mm: clean up per architecture MM hook header filesLaurent Dufour2-15/+1
2015-07-17treewide: Use helper function to access irq_data->msi_descJiang Liu2-2/+2
2015-07-03Merge tag 'please-pull-put_kernel_page' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+0
2015-07-03[IA64] Drop debug test/printk that some special pages are marked reservedTony Luck1-4/+0
2015-07-02Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...Linus Torvalds2-12/+2
2015-07-01mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nidMel Gorman1-12/+7
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2015-06-29Merge tag 'please-pull-misc-4.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+5
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-9/+0
2015-06-26mm/hugetlb: remove arch_prepare/release_hugepage from arch headersDominik Dingel1-9/+0
2015-06-26Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+1
2015-06-25mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hookZhang Zhen1-4/+0
2015-06-25mm: new mm hook frameworkLaurent Dufour1-0/+15
2015-06-25mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen1-5/+0
2015-06-23Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-32/+0
2015-06-23Merge tag 'please-pull-paravirt' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds33-3317/+68
2015-06-23Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-13/+19
2015-06-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+3
2015-06-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-8/+1
2015-06-16ia64: don't use module_init in non-modular sim/simscsi.c codePaul Gortmaker1-10/+1
2015-06-16ia64: don't use module_init for non-modular core kernel/mca.c codePaul Gortmaker1-2/+1
2015-06-16ia64: Use setup_timerVaishali Thakkar1-4/+2
2015-06-16ia64: export flush_icache_range for module useLuis R. Rodriguez1-0/+3
2015-06-11ia64: remove paravirt codeLuis R. Rodriguez33-3317/+68
2015-06-08PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas1-19/+0