aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
AgeCommit message (Expand)Author
2023-08-11treewide: Remove uninitialized_var() usageKees Cook
2023-08-08ia64/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-05-17ia64: salinfo: placate defined-but-not-used warningRandy Dunlap
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman
2022-05-01ia64: kprobes: Fix to pass correct trampoline address to the handlerMasami Hiramatsu
2022-05-01Revert "ia64: kprobes: Use generic kretprobe trampoline handler"Masami Hiramatsu
2022-05-01Revert "ia64: kprobes: Fix to pass correct trampoline address to the handler"Masami Hiramatsu
2022-03-23ia64: ensure proper NUMA distance and possible map initializationValentin Schneider
2021-11-26ia64: kprobes: Fix to pass correct trampoline address to the handlerMasami Hiramatsu
2021-07-20ia64: mca_drv: fix incorrect array size calculationArnd Bergmann
2021-05-22ia64: module: fix symbolizer crash on fdescrSergei Trofimovich
2021-04-10ia64: fix format strings for err_injectSergei Trofimovich
2021-04-10ia64: mca: allocate early mca with GFP_ATOMICSergei Trofimovich
2021-03-30ia64: fix ia64_syscall_get_set_arguments() for break-based syscallsSergei Trofimovich
2020-11-05ia64: fix build error with !COREDUMPKrzysztof Kozlowski
2020-11-05ia64: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu
2020-01-27signal/ia64: Use the force_sig(SIGSEGV,...) in ia64_rt_sigreturnEric W. Biederman
2020-01-27signal/ia64: Use the generic force_sigsegv in setup_frameEric W. Biederman
2019-10-05ia64:unwind: fix double free for mod->arch.init_unw_tablechenzefeng
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-20Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-07-23ia64: switch to NO_BOOTMEMMike Rapoport
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu
2018-06-21ia64/kprobes: Don't call the ->break_handler() in ia64 kprobes codeMasami Hiramatsu
2018-06-21ia64/kprobes: Remove jprobe implementationMasami Hiramatsu
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig
2018-04-25signal/ia64: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski
2018-03-05ia64/err-inject: fix spelling mistake: "capapbilities" -> "capabilities"Colin Ian King
2018-03-05ia64/err-inject: Use get_user_pages_fast()Davidlohr Bueso
2018-02-12ia64: fix build failure with CONFIG_SWIOTLBCorentin Labbe
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds