summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds2023-03-051-3/+1
* Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-02-261-1/+1
|\
| * kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada2023-02-051-1/+1
* | Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-231-1/+1
|\ \
| * | efi: Drop minimum EFI version check at bootArd Biesheuvel2023-02-031-1/+1
* | | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-203-1/+2
|\ \ \
| * \ \ Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-311-2/+2
| |\ \ \ | | | |/ | | |/|
| * | | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-0/+1
| * | | objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
| * | | sched/cputime: Fix IA64 build error of missing arch_vtime_task_switch() proto...Ingo Molnar2023-01-111-0/+1
| | |/ | |/|
* | | ia64: fix build error due to switch case label appearing next to declarationJames Morse2023-01-311-2/+5
| |/ |/|
* | elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas2023-01-051-2/+2
|/
* ia64: replace IS_ERR() with IS_ERR_VALUE()ye xingchen2022-11-181-3/+3
* ia64: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-11/+9
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-124-3/+29
|\
| * ia64: mca: use strscpy() is more robust and saferxu xin2022-10-111-1/+1
| * ia64: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-111-1/+1
| * ia64: fix clock_getres(CLOCK_MONOTONIC) to report ITC frequencySergei Trofimovich2022-09-112-1/+27
* | ia64: simplify esi object addition in MakefileMasahiro Yamada2022-10-031-4/+1
* | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-2/+2
|/
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-6/+0
|\
| * profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-6/+0
* | genirq: Add and use an irq_data_update_affinity helperSamuel Holland2022-07-073-5/+5
|/
* Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-042-5/+1
|\
| * ia64: cleanup remove_siblinginfo()Yury Norov2022-06-031-4/+0
| * arch/ia64: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
* | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-031-57/+0
|\ \
| * | ptrace: Remove arch_ptrace_attachEric W. Biederman2022-05-111-57/+0
| |/
* | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-6/+9
|\ \
| * | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-3/+3
| * | fork: Explicity test for idle tasks in copy_threadEric W. Biederman2022-05-071-1/+1
| * | fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
| |/
* | Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-05-301-2/+2
|\ \
| * | ia64: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-2/+2
| |/
* | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-276-64/+39
|\ \
| * | ia64: mca: drop redundant spinlock initializationHaowen Bai2022-05-121-1/+0
| * | vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-28/+4
| * | ia64: replace comments with C99 initializersBenjamin Stürz2022-04-281-32/+32
| * | ia64: ptrace: fix typos in commentsJulia Lawall2022-04-281-1/+1
| * | ia64: fix typos in commentsJulia Lawall2022-04-282-2/+2
| |/
* / mm: use for_each_online_node and node_online instead of open codingPeng Liu2022-04-291-1/+1
|/
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-2/+1
|\
| * arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada2022-03-311-2/+1
* | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-283-6/+5
|\ \
| * | resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-103-4/+3
| * | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-2/+2
| |/
* | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-251-3/+3
|\ \
| * | ia64: Rename 'ip' to 'addr' in 'struct fdesc'Christophe Leroy2022-02-161-3/+3
| |/
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-21/+39
|\ \
| * | ia64: remove CONFIG_SET_FS supportArnd Bergmann2022-02-251-21/+39
| |/