summaryrefslogtreecommitdiff
path: root/arch/ia64/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-03-06cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds1-3/+1
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+1
2023-02-24Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-02-21Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-1/+2
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada1-1/+1
2023-02-03efi: Drop minimum EFI version check at bootArd Biesheuvel1-1/+1
2023-02-01ia64: fix build error due to switch case label appearing next to declarationJames Morse1-2/+5
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar1-2/+2
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-0/+1
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2023-01-11sched/cputime: Fix IA64 build error of missing arch_vtime_task_switch() proto...Ingo Molnar1-0/+1
2023-01-05elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas1-2/+2
2022-11-19ia64: replace IS_ERR() with IS_ERR_VALUE()ye xingchen1-3/+3
2022-11-16ia64: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-11/+9
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-3/+29
2022-10-12ia64: mca: use strscpy() is more robust and saferxu xin1-1/+1
2022-10-02ia64: simplify esi object addition in MakefileMasahiro Yamada1-4/+1
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2
2022-09-12ia64: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-12ia64: fix clock_getres(CLOCK_MONOTONIC) to report ITC frequencySergei Trofimovich2-1/+27
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-6/+0
2022-07-30profile: setup_profiling_timer() is moslty not implementedBen Dooks1-6/+0
2022-07-07genirq: Add and use an irq_data_update_affinity helperSamuel Holland3-5/+5
2022-06-05Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2-5/+1
2022-06-04Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-57/+0
2022-06-04Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+9
2022-06-03ia64: cleanup remove_siblinginfo()Yury Norov1-4/+0
2022-06-03arch/ia64: replace cpumask_weight with cpumask_empty where appropriateYury Norov1-1/+1
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-2/+2
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-64/+39
2022-05-19ia64: Use do_kernel_power_off()Dmitry Osipenko1-2/+2
2022-05-13ia64: mca: drop redundant spinlock initializationHaowen Bai1-1/+0
2022-05-11ptrace: Remove arch_ptrace_attachEric W. Biederman1-57/+0
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-3/+3
2022-05-07fork: Explicity test for idle tasks in copy_threadEric W. Biederman1-1/+1
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+5
2022-04-30vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)1-28/+4
2022-04-30mm: use for_each_online_node and node_online instead of open codingPeng Liu1-1/+1
2022-04-29ia64: replace comments with C99 initializersBenjamin Stürz1-32/+32
2022-04-29ia64: ptrace: fix typos in commentsJulia Lawall1-1/+1
2022-04-29ia64: fix typos in commentsJulia Lawall2-2/+2
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada1-2/+1
2022-03-29Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-6/+5
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-3/+3
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-21/+39
2022-03-23drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand1-10/+0
2022-03-11resume_user_mode: Move to resume_user_mode.hEric W. Biederman3-4/+3
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-2/+2
2022-02-25ia64: remove CONFIG_SET_FS supportArnd Bergmann1-21/+39