summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | ia64: module: use swap() to make code cleanerYang Guang2022-01-151-4/+2
| | |/ | |/|
* | | Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-131-0/+1
|\| |
| * | futex: Wireup futex_waitv syscallAndré Almeida2021-11-251-0/+1
| |/
* / locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior2021-12-071-1/+1
|/
* Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-102-34/+14
|\
| * arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-142-34/+14
* | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-081-2/+0
|\ \
| * | kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-241-2/+0
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-062-2/+2
|\ \
| * | memblock: allow to specify flags with memblock_add_node()David Hildenbrand2021-11-062-2/+2
* | | Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds2021-11-031-2/+2
|\ \ \
| * | | ptrace: Remove the unnecessary arguments from arch_ptrace_stopEric W. Biederman2021-10-061-2/+2
| | |/ | |/|
* | | Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-021-1/+1
|\ \ \
| * | | Merge branch 'for-5.16-vsprintf-pgp' into for-linusPetr Mladek2021-11-028-36/+34
| |\| |