aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-10/+1
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-10/+14
2023-04-13ia64: simplify one-level sysctl registration for kdump_ctl_tableGravatar Luis Chamberlain 1-10/+1
2023-04-10docs: move ia64 architecture docs under Documentation/arch/Gravatar Jonathan Corbet 2-2/+2
2023-04-08ia64: salinfo: placate defined-but-not-used warningGravatar Randy Dunlap 1-1/+1
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Gravatar Valentin Schneider 1-2/+2
2023-03-09module: replace module_layout with module_memoryGravatar Song Liu 1-10/+14
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnGravatar Josh Poimboeuf 1-1/+1
2023-03-06ia64/cpu: Mark play_dead() __noreturnGravatar Josh Poimboeuf 1-2/+2
2023-03-05cpumask: re-introduce constant-sized cpumask optimizationsGravatar Linus Torvalds 1-3/+1
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-1/+1
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-1/+2
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileGravatar Masahiro Yamada 1-1/+1
2023-02-03efi: Drop minimum EFI version check at bootGravatar Ard Biesheuvel 1-1/+1
2023-01-31ia64: fix build error due to switch case label appearing next to declarationGravatar James Morse 1-2/+5
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesGravatar Ingo Molnar 1-2/+2
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledGravatar Peter Zijlstra 1-0/+1
2023-01-13objtool/idle: Validate __cpuidle code as noinstrGravatar Peter Zijlstra 1-1/+0
2023-01-11sched/cputime: Fix IA64 build error of missing arch_vtime_task_switch() proto...Gravatar Ingo Molnar 1-0/+1
2023-01-05elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Gravatar Catalin Marinas 1-2/+2
2022-11-18ia64: replace IS_ERR() with IS_ERR_VALUE()Gravatar ye xingchen 1-3/+3
2022-11-15ia64: ptrace: user_regset_copyin_ignore() always returns 0Gravatar Sergey Shtylyov 1-11/+9
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-3/+29
2022-10-11ia64: mca: use strscpy() is more robust and saferGravatar xu xin 1-1/+1
2022-10-03ia64: simplify esi object addition in MakefileGravatar Masahiro Yamada 1-4/+1
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headGravatar Masahiro Yamada 1-2/+2
2022-09-11ia64: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2022-09-11ia64: fix clock_getres(CLOCK_MONOTONIC) to report ITC frequencyGravatar Sergei Trofimovich 2-1/+27
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-6/+0
2022-07-29profile: setup_profiling_timer() is moslty not implementedGravatar Ben Dooks 1-6/+0
2022-07-07genirq: Add and use an irq_data_update_affinity helperGravatar Samuel Holland 3-5/+5
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxGravatar Linus Torvalds 2-5/+1
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-57/+0
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-6/+9
2022-06-03ia64: cleanup remove_siblinginfo()Gravatar Yury Norov 1-4/+0
2022-06-03arch/ia64: replace cpumask_weight with cpumask_empty where appropriateGravatar Yury Norov 1-1/+1
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-2/+2
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 6-64/+39
2022-05-19ia64: Use do_kernel_power_off()Gravatar Dmitry Osipenko 1-2/+2
2022-05-12ia64: mca: drop redundant spinlock initializationGravatar Haowen Bai 1-1/+0
2022-05-11ptrace: Remove arch_ptrace_attachGravatar Eric W. Biederman 1-57/+0
2022-05-07fork: Generalize PF_IO_WORKER handlingGravatar Eric W. Biederman 1-3/+3
2022-05-07fork: Explicity test for idle tasks in copy_threadGravatar Eric W. Biederman 1-1/+1
2022-05-07fork: Pass struct kernel_clone_args into copy_threadGravatar Eric W. Biederman 1-2/+5
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterGravatar Matthew Wilcox (Oracle) 1-28/+4
2022-04-29mm: use for_each_online_node and node_online instead of open codingGravatar Peng Liu 1-1/+1