aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-20ia64: Fix kernel BUG at lib/ioremap.c:72!Tony Luck1-0/+1
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2018-08-14Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+12
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+0
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-81/+0
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+1
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds1-4/+3
2018-07-31ia64: use asm-generic/io.hArnd Bergmann1-1/+12
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov1-1/+1
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran1-0/+3
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland1-16/+0
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland1-9/+0
2018-06-21atomics/treewide: Make test ops optionalMark Rutland1-23/+0
2018-06-21atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland1-15/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland1-16/+0
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland1-2/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-1/+1
2018-06-21ia64/kprobes: Don't call the ->break_handler() in ia64 kprobes codeMasami Hiramatsu1-1/+0
2018-06-21ia64/kprobes: Remove jprobe implementationMasami Hiramatsu1-2/+0
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-92/+4
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-7/+0
2018-05-14softirq/ia64: Switch to generic local_softirq_pending() implementationFrederic Weisbecker1-1/+1
2018-05-14softirq/ia64: Convert local_softirq_pending() to per-cpu opsFrederic Weisbecker1-1/+1
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-17/+0
2018-04-25signal/ia64: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman1-7/+0
2018-04-20y2038: ia64: Remove unneeded ipc uapi header filesArnd Bergmann5-92/+4
2018-04-19time: Add an asm-generic/compat.h fileArnd Bergmann1-0/+1
2018-03-05ia64: Convert remaining atomic operationsMatthew Wilcox1-46/+23
2018-02-21bug.h: work around GCC PR82365 in BUG()Arnd Bergmann1-1/+5
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+0
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+9
2018-01-31Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-39/+0
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+1
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-96/+0
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-2/+2
2018-01-19ia64: Rewrite atomic_add and atomic_subMatthew Wilcox1-18/+19
2018-01-15signal/ia64: Move the ia64 specific si_codes to asm-generic/siginfo.hEric W. Biederman1-27/+0
2018-01-15ia64: clean up swiotlb supportChristoph Hellwig2-19/+0
2018-01-12signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic versionEric W. Biederman1-2/+0
2018-01-12ia64/signal: switch to generic struct siginfoEric W. Biederman1-67/+0
2018-01-10dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig1-2/+0
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig1-18/+0
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells1-2/+2
2018-01-09ia64: Add .opd based function descriptor dereferenceSergey Senozhatsky1-1/+9
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd1-1/+0
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner1-0/+1