summaryrefslogtreecommitdiffstats
path: root/arch/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-101-15/+2
|\
| * arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-15/+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 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-0/+5
|\ \
| * | ia64: Add instruction_pointer_set() APIMasami Hiramatsu2021-09-301-0/+5
| |/
* | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+1
|\ \
| * | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
| |/
* / locking: Remove spin_lock_flags() etcArnd Bergmann2021-10-301-17/+6
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-2/+0
|\
| * ia64: make num_rsvd_regions staticGeert Uytterhoeven2021-09-031-1/+0
| * ia64: make reserve_elfcorehdr() staticGeert Uytterhoeven2021-09-031-1/+0
* | printk: Userspace format indexing supportChris Down2021-07-191-2/+2
|/
* mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2021-07-081-1/+1
* mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-1/+1
* Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-021-12/+0
|\
| * asm-generic: use asm-generic/unaligned.h for most architecturesArnd Bergmann2021-05-101-12/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-023-2/+1
|\ \
| * | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
| * | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-1/+0
| * | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-1/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-293-3/+3
|\| |
| * | ia64: headers: drop duplicated wordsRandy Dunlap2021-06-293-3/+3
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-06-281-3/+3
|\ \
| * | mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()Peter Collingbourne2021-06-041-3/+3
| |/
* / locking/atomic: ia64: move to ARCH_ATOMICMark Rutland2021-05-263-40/+60
|/
* mm: remove xlate_dev_kmem_ptr()David Hildenbrand2021-05-072-19/+0
* ia64: module: fix symbolizer crash on fdescrSergei Trofimovich2021-04-301-1/+5
* ia64: drop marked broken DISCONTIGMEM and VIRTUAL_MEM_MAPSergei Trofimovich2021-04-303-39/+2
* arch/ia64/include/asm/pgtable.h: minor typo fixesBhaskar Chowdhury2021-04-301-1/+1
* ia64: fix user_stack_pointer() for ptrace()Sergei Trofimovich2021-04-091-7/+1
* ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) signSergei Trofimovich2021-03-131-1/+1
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-254-11/+10
|\
| * ia64: remove generated/nr-irqs.h generation to fix build warningMasahiro Yamada2021-02-121-1/+3
| * ia64: remove unneeded header includes from <asm/mca.h>Masahiro Yamada2021-02-121-6/+3
| * ia64: do not typedef struct pal_min_state_area_sMasahiro Yamada2021-02-123-4/+4
* | mm: fix prototype warning from kernel test robotBaoquan He2021-02-241-6/+0
* | Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-211-2/+2
|\ \
| * | tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon2021-01-291-1/+1
| * | tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon2021-01-291-1/+1
* | | Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-214-374/+0
|\ \ \
| * | | arch: ia64: Remove rest of perfmon supportViresh Kumar2021-01-224-374/+0
* | | | Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-201-0/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | efi: ia64: move IA64-only declarations to new asm/efi.h headerArd Biesheuvel2021-01-181-0/+13
* | | | Merge tag 'asm-generic-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-01-281-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | ia64: fix xchg() warningArnd Bergmann2021-01-121-1/+1
| |/ /
* | / ia64: fix build failure caused by memory model changesMike Rapoport2021-01-171-0/+1
| |/ |/|