summaryrefslogtreecommitdiffstats
path: root/arch/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V2016-07-261-0/+12
* mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V2016-07-261-5/+14
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-254-36/+131
|\
| * locking/atomic, arch/ia64: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra2016-06-161-16/+114
| * locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra2016-06-141-0/+4
| * locking/mutex: Optimize mutex_trylock() fast-pathPeter Zijlstra2016-06-081-1/+1
| * locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update()Jason Low2016-06-081-7/+0
| * locking/rwsem: Convert sem->count to 'atomic_long_t'Jason Low2016-06-081-12/+12
* | Clarify naming of thread info/stack allocatorsLinus Torvalds2016-06-241-4/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-172-3/+3
|\
| * ia64: Fix misspellings in comments.Adam Buchbinder2016-04-182-3/+3
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-161-1/+0
|\ \
| * | x86/cpufeature: Remove cpu_has_x2apicBorislav Petkov2016-03-311-1/+0
| |/
* | locking/rwsem, ia64: Provide __down_write_killable()Michal Hocko2016-04-131-3/+19
|/
* [IA64] Enable preadv2 and pwritev2 syscalls for ia64Tony Luck2016-03-252-1/+3
* ia64/extable: use generic search and sort routinesArd Biesheuvel2016-03-221-5/+3
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-4/+9
|\
| * mm/pkeys: Fix siginfo ABI breakage caused by new u64 fieldDave Hansen2016-03-051-1/+1
| * signals, ia64, mips: Update arch-specific siginfos with pkeys fieldDave Hansen2016-02-181-4/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-192-10/+8
|\ \
| * | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck2016-03-131-2/+2
| * | ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-131-8/+4
| * | net: Facility to report route quality of connected socketsTom Herbert2016-02-251-0/+2
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-182-1/+2
|\ \
| * | fix Christoph's email addressesChristoph Lameter2016-03-171-1/+1
| * | ia64: define ioremap_uc()Luis R. Rodriguez2016-03-171-0/+1
* | | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-03-171-4/+0
|\ \ \ | |/ / |/| |
| * | gpio: Remove unused asm/gpio.h filesBjorn Helgaas2016-02-161-4/+0
| |/
* | PCI: Move pci_dma_* helpers to common codeChristoph Hellwig2016-03-071-2/+0
|/
* [IA64] Enable copy_file_range syscall for ia64Tony Luck2016-01-222-1/+2
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-201-2/+0
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-181-17/+7
|\
| * ia64: define __smp_xxxMichael S. Tsirkin2016-01-121-9/+5
| * ia64: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-8/+2
| * lcoking/barriers, arch: Use smp barriers in smp_store_release()Davidlohr Bueso2016-01-121-1/+1
* | libnvdimm, pfn, pmem: allocate memmap array in persistent memoryDan Williams2016-01-151-0/+1
* | ia64: split off early_ioremap() declarations into asm/early_ioremap.hArd Biesheuvel2016-01-132-4/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-121-0/+3
|\ \
| * | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-041-0/+3
| |/
* | Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2016-01-111-2/+0
|\ \
| * | percpu: remove PERCPU_ENOUGH_ROOM which is stale definitionJungseok Lee2015-11-161-2/+0
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-111-1/+1
|\ \ \ | |_|/ |/| |
| * | lcoking/barriers, arch: Use smp barriers in smp_store_release()Davidlohr Bueso2015-12-041-1/+1
| |/
* | [IA64] Enable mlock2 syscall for ia64Tony Luck2015-12-142-1/+2
|/
* Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-041-5/+0
|\
| * ia64/PCI: Use common struct resource_entry to replace struct iospace_resourceJiang Liu2015-10-161-5/+0
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-031-4/+4
|\ \
| * \ Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Ingo Molnar2015-10-061-0/+1
| |\ \ | | |/
| * | atomic, arch: Audit atomic_{read,set}()Peter Zijlstra2015-09-231-4/+4
* | | [IA64] Wire up kcmp syscallÉmeric MASCHINO2015-10-282-1/+2
| |/ |/|
OpenPOWER on IntegriCloud