aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-4/+2
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds1-3/+1
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds1-2/+2
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu1-9/+4
2018-06-21ia64/kprobes: Don't call the ->break_handler() in ia64 kprobes codeMasami Hiramatsu1-10/+0
2018-06-21ia64/kprobes: Remove jprobe implementationMasami Hiramatsu3-161/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds4-5/+30
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-22/+0
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig2-42/+16
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-15/+1
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig1-10/+0
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-12/+0
2018-04-25signal/ia64: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman1-2/+2
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman4-3/+28
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-2/+2
2018-03-05ia64/err-inject: fix spelling mistake: "capapbilities" -> "capabilities"Colin Ian King1-1/+1
2018-03-05ia64/err-inject: Use get_user_pages_fast()Davidlohr Bueso1-1/+1
2018-02-12ia64: fix build failure with CONFIG_SWIOTLBCorentin Labbe1-1/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport1-10/+3
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds3-7/+17
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-77/+19
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-52/+0
2018-01-29Merge tag 'acpi-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+5
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds3-45/+2
2018-01-22Merge branch 'for-4.16-print-symbol' into for-4.16Petr Mladek1-7/+3
2018-01-18Merge branches 'acpi-numa', 'acpi-sysfs', 'acpi-pmic', 'acpi-soc' and 'acpi-ged'Rafael J. Wysocki1-0/+5
2018-01-15ia64: remove an ifdef around the content of pci-dma.cChristoph Hellwig1-7/+0
2018-01-15ia64: clean up swiotlb supportChristoph Hellwig3-38/+19
2018-01-15ia64: use generic swiotlb_opsChristoph Hellwig1-35/+3
2018-01-15ia64: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig1-1/+1
2018-01-15ia64: rename swiotlb_dma_opsChristoph Hellwig1-3/+3
2018-01-12signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic versionEric W. Biederman1-52/+0
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells3-45/+2
2018-01-09ia64: Add .opd based function descriptor dereferenceSergey Senozhatsky2-0/+14
2018-01-06ia64, sched/cputime: Fix build error if CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=yValentin Ilie1-1/+1
2018-01-05ia64: do not use print_symbol()Sergey Senozhatsky1-7/+3
2017-11-27ia64: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27ACPI / NUMA: ia64: Parse all entries of SRAT memory affinity tableGanapatrao Kulkarni1-0/+5
2017-11-17pid: remove pidhashGargi Sharma1-2/+2
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+6
2017-11-13Merge tag 'please-pull-gettime_vsyscall_update' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds4-25/+35
2017-11-02ia64: Convert timers to use timer_setup()Kees Cook2-7/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman55-0/+55
2017-10-31ia64: Update fsyscall gettime to use modern vsyscall_updateTony Luck4-25/+35
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-11/+10
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+3