summaryrefslogtreecommitdiffstats
path: root/arch/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-181-0/+2
|\
| * ACPI/NUMA: Do not map pxm to node when NUMA is turned offBoris Ostrovsky2016-12-151-0/+2
* | mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V2016-12-131-12/+4Star
* | mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V2016-12-131-0/+6
* | mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V2016-12-131-0/+3
|/
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-122-91/+0Star
|\
| * locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-1/+0Star
| * locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-1/+0Star
| * locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-161-0/+1
| * locking/mutex: Kill arch specific codePeter Zijlstra2016-10-251-90/+0Star
* | tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan2016-11-301-0/+2
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-0/+3
|\
| * ia64: move exports to definitionsAl Viro2016-08-081-0/+3
* | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-10-141-4/+0Star
|\ \
| * | libata: remove unused definitions from <asm/libata-portmap.h>Christoph Hellwig2016-09-221-4/+0Star
* | | ia64: implement atomic64_dec_if_positiveVineet Gupta2016-10-081-0/+16
* | | Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-151-20/+13Star
|\ \ \
| * \ \ Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-141-13/+10Star
| |\ \ \
| | * | | ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro2016-09-131-14/+11Star
| | |/ /
| * / / usercopy: fold builtin_const check into inline functionKees Cook2016-09-061-8/+4Star
| |/ /
* / / 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/+0Star
|\ \
| * | rtc: cmos: remove empty asm/mc146818rtc.h filesArnd Bergmann2016-06-041-10/+0Star
* | | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-1/+0Star
* | | signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski2016-08-031-28/+0Star
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-271-5/+26
|\ \ \
| * | | mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V2016-07-271-0/+12
| * | | mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V2016-07-271-5/+14
* | | | Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-07-271-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/+0Star
| * | locking/rwsem: Convert sem->count to 'atomic_long_t'Jason Low2016-06-081-12/+12
| |/
* / Clarify naming of thread info/stack allocatorsLinus Torvalds2016-06-251-4/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-182-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-171-1/+0Star
|\ \
| * | x86/cpufeature: Remove cpu_has_x2apicBorislav Petkov2016-03-311-1/+0Star
| |/
* / 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/+3Star
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-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