summaryrefslogtreecommitdiffstats
path: root/arch/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* ia64/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-08-081-20/+0
* ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr()Alexander Lobakin2022-08-251-1/+1
* ia64: define get_cycles macro for arch-overrideJason A. Donenfeld2022-06-251-0/+1
* hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit2021-12-011-0/+10
* ia64: module: fix symbolizer crash on fdescrSergei Trofimovich2021-05-221-1/+5
* ia64: fix user_stack_pointer() for ptrace()Sergei Trofimovich2021-04-141-7/+1
* ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) signSergei Trofimovich2021-03-301-1/+1
* ia64: Fix kernel BUG at lib/ioremap.c:72!Tony Luck2018-08-201-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-0/+3
|\
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-4/+3
| |\
| * | net: Add a new socket option for a future transmit time.Richard Cochran2018-07-041-0/+3
* | | Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdLinus Torvalds2018-08-141-1/+12
|\ \ \
| * | | ia64: use asm-generic/io.hArnd Bergmann2018-07-311-1/+12
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-132-3/+0
|\ \ \
| * \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-08-021-1/+1
| |\ \ \
| * | | | ia64/kprobes: Don't call the ->break_handler() in ia64 kprobes codeMasami Hiramatsu2018-06-211-1/+0
| * | | | ia64/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-211-2/+0
| | |/ / | |/| |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-81/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-211-16/+0
| * | | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-9/+0
| * | | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-23/+0
| * | | atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland2018-06-211-15/+0
| * | | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-16/+0
| * | | atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-211-2/+0
| * | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
| |/ /
* | / mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds2018-08-011-4/+3
| |/ |/|
* | mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-261-1/+1
|/
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-045-92/+4
|\
| * y2038: ia64: Remove unneeded ipc uapi header filesArnd Bergmann2018-04-205-92/+4
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-0/+1
|\|
| * time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-041-1/+1
|\ \
| * | softirq/ia64: Switch to generic local_softirq_pending() implementationFrederic Weisbecker2018-05-141-1/+1
| * | softirq/ia64: Convert local_softirq_pending() to per-cpu opsFrederic Weisbecker2018-05-141-1/+1
| |/
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-7/+0
|\ \
| * | signal/ia64: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman2018-04-251-7/+0
| |/
* / PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-17/+0
|/
* ia64: Convert remaining atomic operationsMatthew Wilcox2018-03-051-46/+23
* bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2018-02-211-1/+5
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-011-1/+0
|\
| * arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-1/+9
|\ \
| * | ia64: Add .opd based function descriptor dereferenceSergey Senozhatsky2018-01-091-1/+9
| |/
* | Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-311-1/+1
|\ \
| * | asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.hAl Viro2017-12-041-1/+1
| |/
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-313-39/+0
|\ \
| * | ia64: clean up swiotlb supportChristoph Hellwig2018-01-152-19/+0
| * | dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig2018-01-101-2/+0
| * | dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-18/+0
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-302-2/+1
|\ \ \