summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/setup.c
AgeCommit message (Expand)AuthorLines
2022-06-03arch/ia64: replace cpumask_weight with cpumask_empty where appropriateYury Norov-1/+1
2022-01-15arch/ia64/kernel/setup.c: use swap() to make code cleanerYang Guang-4/+1
2021-09-03ia64: make num_rsvd_regions staticGeert Uytterhoeven-1/+1
2021-09-03ia64: make reserve_elfcorehdr() staticGeert Uytterhoeven-26/+25
2021-09-03ia64: fix #endif comment for reserve_elfcorehdr()Geert Uytterhoeven-1/+1
2020-08-06locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits...Peter Zijlstra-0/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2020-01-14arch/ia64/setup: Drop dummy_con initializationArvind Sankar-3/+0
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2019-10-18ia64: Use pr_warn instead of pr_warningKefeng Wang-1/+1
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-1/+1
2019-09-16Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2019-09-03dma-mapping: fix filename referencesAndy Shevchenko-1/+1
2019-08-16ia64: remove support for machvecsChristoph Hellwig-12/+12
2019-08-16ia64: move the screen_info setup to common codeChristoph Hellwig-0/+34
2019-08-16ia64: move the ROOT_DEV setup to common codeChristoph Hellwig-0/+9
2019-08-16ia64: remove CONFIG_ACPI ifdefsChristoph Hellwig-6/+4
2019-08-16ia64: remove the hpsim platformChristoph Hellwig-11/+2
2019-08-16ia64: remove now unused machvec indirectionsChristoph Hellwig-1/+0
2019-08-16ia64: remove support for the SGI SN2 platformChristoph Hellwig-2/+2
2019-08-16tty/serial: remove the sn_console driverChristoph Hellwig-7/+0
2019-08-08efi: ia64: move SAL systab handling out of generic EFI codeArd Biesheuvel-1/+1
2019-03-29efi: Unify DMI setup code over the arm/arm64, ia64 and x86 architecturesRobert Richter-3/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+0
2018-07-23ia64: switch to NO_BOOTMEMMike Rapoport-1/+10
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig-12/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar-1/+1
2017-03-02sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum-1/+1
2017-01-20sched/clock: Fix hotplug crashPeter Zijlstra-0/+2
2016-08-07ia64: move exports to definitionsAl Viro-0/+4
2016-05-30ACPI / NUMA: Move acpi_numa_arch_fixup() to ia64 onlyRobert Richter-0/+1
2016-01-30ia64: Set System RAM type and descriptorToshi Kani-3/+3
2015-06-10ia64: remove paravirt codeLuis R. Rodriguez-12/+0
2015-03-05ia64: fix up obsolete cpu function usage.Rusty Russell-5/+6
2013-10-23DMI: Parse memory device (type 17) in SMBIOSChen, Gong-0/+1
2013-06-24[IA64] Delete __cpuinit usage from all ia64 usersPaul Gortmaker-5/+5
2013-04-30dump_stack: implement arch-specific hardware description in task dumpsTejun Heo-0/+1
2013-02-17ia64 idle: delete pm_idleLen Brown-1/+0
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-1/+1
2012-03-28arch/ia64: remove references to cpu_*_mapSrivatsa S. Bhat-1/+1
2012-03-28Disintegrate asm/system.h for IA64David Howells-1/+0
2011-12-09[IA64] Merge overlapping reserved regions at bootPetr Tesarik-0/+19
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering-18/+0
2010-10-05[IA64] Initialize interrupts later (from init_IRQ())Tony Luck-4/+0
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori-6/+0