aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-22libata: remove unused definitions from <asm/libata-portmap.h>Christoph Hellwig1-4/+0
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-3/+15
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-10/+0
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-1/+0
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski1-28/+0
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+26
2016-07-26Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+3
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size changeAneesh Kumar K.V1-0/+12
2016-07-26mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V1-5/+14
2016-07-26ia64/uaccess: Enable hardened usercopyKees Cook1-3/+15
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-36/+131
2016-07-25Merge branch 'acpi-numa'Rafael J. Wysocki1-0/+3
2016-06-24Clarify naming of thread info/stack allocatorsLinus Torvalds1-4/+4
2016-06-16locking/atomic, arch/ia64: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra1-16/+114
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra1-0/+4
2016-06-08locking/mutex: Optimize mutex_trylock() fast-pathPeter Zijlstra1-1/+1
2016-06-08locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update()Jason Low1-7/+0
2016-06-08locking/rwsem: Convert sem->count to 'atomic_long_t'Jason Low1-12/+12
2016-06-04rtc: cmos: remove empty asm/mc146818rtc.h filesArnd Bergmann1-10/+0
2016-05-30ACPI / NUMA: Move acpi_numa_arch_fixup() to ia64 onlyRobert Richter1-0/+3
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2016-04-18ia64: Fix misspellings in comments.Adam Buchbinder2-3/+3
2016-04-13locking/rwsem, ia64: Provide __down_write_killable()Michal Hocko1-3/+19
2016-03-31x86/cpufeature: Remove cpu_has_x2apicBorislav Petkov1-1/+0
2016-03-25[IA64] Enable preadv2 and pwritev2 syscalls for ia64Tony Luck1-1/+1
2016-03-22ia64/extable: use generic search and sort routinesArd Biesheuvel1-5/+3
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+6
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+2
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-4/+0
2016-03-17fix Christoph's email addressesChristoph Lameter1-1/+1
2016-03-17ia64: define ioremap_uc()Luis R. Rodriguez1-0/+1
2016-03-13ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck1-2/+2
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck1-8/+4
2016-03-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig1-2/+0
2016-02-16gpio: Remove unused asm/gpio.h filesBjorn Helgaas1-4/+0
2016-01-22[IA64] Enable copy_file_range syscall for ia64Tony Luck1-1/+1
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-2/+0
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-17/+7
2016-01-15libnvdimm, pfn, pmem: allocate memmap array in persistent memoryDan Williams1-0/+1
2016-01-13ia64: split off early_ioremap() declarations into asm/early_ioremap.hArd Biesheuvel2-4/+11
2016-01-12ia64: define __smp_xxxMichael S. Tsirkin1-9/+5
2016-01-12ia64: reuse asm-generic/barrier.hMichael S. Tsirkin1-8/+2
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
2015-12-14[IA64] Enable mlock2 syscall for ia64Tony Luck1-1/+1
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 Torvalds1-5/+0