summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-1/+1
* ia64/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-08-081-2/+1
* ia64: salinfo: placate defined-but-not-used warningRandy Dunlap2023-05-171-1/+1
* exit: Add and use make_task_dead.Eric W. Biederman2023-02-062-2/+3
* ia64: kprobes: Fix to pass correct trampoline address to the handlerMasami Hiramatsu2022-05-011-4/+4
* Revert "ia64: kprobes: Use generic kretprobe trampoline handler"Masami Hiramatsu2022-05-011-2/+75
* Revert "ia64: kprobes: Fix to pass correct trampoline address to the handler"Masami Hiramatsu2022-05-011-5/+4
* ia64: ensure proper NUMA distance and possible map initializationValentin Schneider2022-03-231-2/+5
* ia64: kprobes: Fix to pass correct trampoline address to the handlerMasami Hiramatsu2021-11-261-4/+5
* ia64: mca_drv: fix incorrect array size calculationArnd Bergmann2021-07-201-1/+1
* ia64: module: fix symbolizer crash on fdescrSergei Trofimovich2021-05-221-4/+25
* ia64: fix format strings for err_injectSergei Trofimovich2021-04-101-11/+11
* ia64: mca: allocate early mca with GFP_ATOMICSergei Trofimovich2021-04-101-1/+1
* ia64: fix ia64_syscall_get_set_arguments() for break-based syscallsSergei Trofimovich2021-03-301-6/+18
* ia64: fix build error with !COREDUMPKrzysztof Kozlowski2020-11-051-1/+1
* ia64: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-11-051-75/+2
* signal/ia64: Use the force_sig(SIGSEGV,...) in ia64_rt_sigreturnEric W. Biederman2020-01-271-9/+1
* signal/ia64: Use the generic force_sigsegv in setup_frameEric W. Biederman2020-01-271-38/+12
* ia64:unwind: fix double free for mod->arch.init_unw_tablechenzefeng2019-10-051-2/+6
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-212-8/+8
|\
| * pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-212-3/+3
| * pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2018-07-212-3/+3
| * pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-212-5/+5
* | Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-201-1/+10
|\ \
| * | ia64: switch to NO_BOOTMEMMike Rapoport2018-07-231-1/+10
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-251-4/+2
|\| |
| * | mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-211-3/+1
| * | mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2018-07-211-2/+2
| |/
* | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-9/+4
* | ia64/kprobes: Don't call the ->break_handler() in ia64 kprobes codeMasami Hiramatsu2018-06-211-10/+0
* | ia64/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-213-161/+1
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-044-5/+30
|\
| * signal/ia64: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman2018-04-251-2/+2
| * signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-254-3/+28
* | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-042-22/+0
|\ \
| * | dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-10/+0
| * | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-12/+0
| |/
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-162-42/+16
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-15/+1
|/
* mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-2/+2
* ia64/err-inject: fix spelling mistake: "capapbilities" -> "capabilities"Colin Ian King2018-03-051-1/+1
* ia64/err-inject: Use get_user_pages_fast()Davidlohr Bueso2018-03-051-1/+1
* ia64: fix build failure with CONFIG_SWIOTLBCorentin Labbe2018-02-121-1/+0
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* pids: introduce find_get_task_by_vpid() helperMike Rapoport2018-02-061-10/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-013-7/+17
|\
| * Merge branch 'for-4.16-print-symbol' into for-4.16Petr Mladek2018-01-221-7/+3
| |\
| | * ia64: do not use print_symbol()Sergey Senozhatsky2018-01-051-7/+3