summaryrefslogtreecommitdiff
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linux-next' of git://anongit.freedesktop.org/drm/drm-miscStephen Rothwell2023-05-181-6/+5
|\
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-0915-42/+37
| |\
| * | arch/ia64: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-6/+5
* | | cachestat: wire up cachestat for other architecturesNhat Pham2023-05-161-0/+1
| |/ |/|
* | Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-052-3/+3
|\ \
| * | locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-292-3/+3
| |/
* | 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-273-3/+3
|\ \
| * | ia64: fix an addr to taddr in huge_pte_offset()Hugh Dickins2023-04-211-1/+1
| * | ia64: salinfo: placate defined-but-not-used warningRandy Dunlap2023-04-081-1/+1
| * | ia64: mm/contig: fix section mismatch warning/errorRandy Dunlap2023-04-081-1/+1
| |/
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-273-7/+6
|\ \
| * | ia64: don't allow users to override ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)2023-04-181-2/+1
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-053-7/+7
| |/
* | 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
| |/
* | Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-251-0/+1
|\ \
| * | Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle2023-04-051-0/+1
| |/
* | docs: move ia64 architecture docs under Documentation/arch/Jonathan Corbet2023-04-104-4/+4
|/
* cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds2023-03-051-3/+1
* Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-051-1/+4
|\
| * ia64: fix livelock in uaccessAl Viro2023-03-021-1/+4
* | Remove Intel compiler supportMasahiro Yamada2023-03-053-172/+2
* | 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 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-1/+1
|\ \ \
| * | | dma-mapping: no need to pass a bus_type into get_arch_dma_ops()Greg Kroah-Hartman2023-02-151-1/+1
| |/ /
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-233-19/+38
|\ \ \
| * | | mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-091-4/+0
| * | | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-4/+4
| * | | mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)2023-02-021-8/+6
| * | | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
| * | | ia64/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-3/+29
| | |/ | |/|
* | | 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
| | |/ / | |/| |
* | | | Merge tag 'asm-generic-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-202-27/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | char/agp: introduce asm-generic/agp.hMike Rapoport2023-02-132-21/+1
| * | | char/agp: consolidate {alloc,free}_gatt_pages()Mike Rapoport2023-02-131-6/+0
| |/ /
* | | ia64: fix build error due to switch case label appearing next to declarationJames Morse2023-01-311-2/+5
| |/ |/|