summaryrefslogtreecommitdiffstats
path: root/arch/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-151-20/+13
|\
| * Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-141-13/+10
| |\
| | * ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro2016-09-131-14/+11
| * | usercopy: fold builtin_const check into inline functionKees Cook2016-09-061-8/+4
| |/
* | fork: Add generic vmalloced stack supportAndy Lutomirski2016-08-241-1/+1
|/
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-081-3/+15
|\
| * ia64/uaccess: Enable hardened usercopyKees Cook2016-07-261-3/+15
* | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-051-10/+0
|\ \
| * | rtc: cmos: remove empty asm/mc146818rtc.h filesArnd Bergmann2016-06-041-10/+0
* | | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-1/+0
* | | signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski2016-08-021-28/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-261-5/+26
|\ \ \
| * | | 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 tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-07-261-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'acpi-numa'Rafael J. Wysocki2016-07-251-0/+3
| |\ \ \ | | |_|/ | |/| |
| | * | ACPI / NUMA: Move acpi_numa_arch_fixup() to ia64 onlyRobert Richter2016-05-301-0/+3
| | |/
* | | 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
OpenPOWER on IntegriCloud