summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-011-6/+0
|\
| * asm/user.h: killed unused macrosAl Viro2022-01-301-6/+0
* | 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 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-03-281-209/+0
|\ \ \
| * | | ia64: termbits.h is identical to asm-generic oneIlpo Järvinen2022-02-251-209/+0
| | |/ | |/|
* | | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-254-25/+8
|\ \ \
| * | | asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy2022-02-161-19/+0
| * | | asm-generic: Define 'func_desc_t' to commonly describe function descriptorsChristophe Leroy2022-02-161-0/+3
| * | | asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy2022-02-162-2/+1
| * | | ia64: Rename 'ip' to 'addr' in 'struct fdesc'Christophe Leroy2022-02-163-5/+5
| |/ /
* | | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\ \ \
| * | | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
| |/ /
* | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-236-47/+48
|\ \ \
| * \ \ Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann2022-02-255-46/+47
| |\ \ \
| | * | | ia64: remove CONFIG_SET_FS supportArnd Bergmann2022-02-255-43/+45
| | * | | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-3/+2
| | |/ /
| * / / signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-1/+1
| |/ /
* | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\ \ \
| * | | arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+1
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-222-19/+2
|\ \ \
| * | | drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2022-03-221-10/+0
| * | | mm, memory_hotplug: drop arch_free_nodedataMichal Hocko2022-03-221-5/+0
| * | | mm: handle uninitialized numa nodes gracefullyMichal Hocko2022-03-221-2/+2
| * | | mm, memory_hotplug: make arch_alloc_nodedata independent on CONFIG_MEMORY_HOT...Michal Hocko2022-03-221-2/+0
| |/ /
* | | Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-03-221-1/+0
|\ \ \
| * | | arch: Remove references to CONFIG_NFSD_V3 in the default configsChuck Lever2022-03-111-1/+0
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-211-7/+14
|\ \ \
| * | | lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel2022-02-111-7/+14
| | |/ | |/|
* | | Merge tag 'core-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-211-3/+3
|\ \ \
| * | | fork, IA64: Provide alloc_thread_stack_node() for IA64Sebastian Andrzej Siewior2022-02-221-3/+3
| | |/ | |/|
* / | elfcore: Replace CONFIG_{IA64, UML} checks with a new optionCatalin Marinas2022-02-151-0/+1
|/ /
* | ia64: make IA64_MCA_RECOVERY bool instead of tristateRandy Dunlap2022-01-301-1/+1
* | PCI/sysfs: Find shadow ROM before static attribute initializationBjorn Helgaas2022-01-261-2/+2
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-2/+0
|\
| * include: move find.h from asm_generic to linuxYury Norov2022-01-151-2/+0
* | proc: remove PDE_DATA() completelyMuchun Song2022-01-221-5/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-7/+2
|\ \
| * | mm: percpu: generalize percpu related configKefeng Wang2022-01-201-7/+2
| |/
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-173-3/+3
|\ \
| * | exit: Add and use make_task_dead.Eric W. Biederman2021-12-133-3/+3
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-156-19/+14
|\ \ \
| * | | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-151-0/+1
| * | | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-9/+7
| * | | ia64: topology: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-151-1/+2
| * | | ia64: fix typo in a commentJason Wang2022-01-151-1/+1
| * | | arch/ia64/kernel/setup.c: use swap() to make code cleanerYang Guang2022-01-151-4/+1