summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-2/+2
|\
| * treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-2/+2
* | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-3/+3
|\ \
| * | sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| * | ia64/cpu: Mark play_dead() __noreturnJosh Poimboeuf2023-03-061-2/+2
| |/
* | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-271-1/+1
|\ \
| * | ia64: salinfo: placate defined-but-not-used warningRandy Dunlap2023-04-081-1/+1
| |/
* | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-04-271-10/+1
|\ \
| * | ia64: simplify one-level sysctl registration for kdump_ctl_tableLuis Chamberlain2023-04-131-10/+1
| |/
* | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-10/+14
|\ \
| * | module: replace module_layout with module_memorySong Liu2023-03-091-10/+14
| |/
* / docs: move ia64 architecture docs under Documentation/arch/Jonathan Corbet2023-04-102-2/+2
|/
* 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