aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-1081/+0
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+1
2023-06-16ia64/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-2/+1
2023-06-05init: remove pointless Root_* valuesChristoph Hellwig1-1/+1
2022-09-11ia64: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-06-03arch/ia64: replace cpumask_weight with cpumask_empty where appropriateYury Norov1-1/+1
2022-01-15arch/ia64/kernel/setup.c: use swap() to make code cleanerYang Guang1-4/+1
2021-09-03ia64: make num_rsvd_regions staticGeert Uytterhoeven1-1/+1
2021-09-03ia64: make reserve_elfcorehdr() staticGeert Uytterhoeven1-26/+25
2021-09-03ia64: fix #endif comment for reserve_elfcorehdr()Geert Uytterhoeven1-1/+1
2020-08-06locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits...Peter Zijlstra1-0/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-01-14arch/ia64/setup: Drop dummy_con initializationArvind Sankar1-3/+0
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2019-10-18ia64: Use pr_warn instead of pr_warningKefeng Wang1-1/+1
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2019-09-16Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2019-09-03dma-mapping: fix filename referencesAndy Shevchenko1-1/+1
2019-08-16ia64: remove support for machvecsChristoph Hellwig1-12/+12
2019-08-16ia64: move the screen_info setup to common codeChristoph Hellwig1-0/+34
2019-08-16ia64: move the ROOT_DEV setup to common codeChristoph Hellwig1-0/+9
2019-08-16ia64: remove CONFIG_ACPI ifdefsChristoph Hellwig1-6/+4
2019-08-16ia64: remove the hpsim platformChristoph Hellwig1-11/+2
2019-08-16ia64: remove now unused machvec indirectionsChristoph Hellwig1-1/+0
2019-08-16ia64: remove support for the SGI SN2 platformChristoph Hellwig1-2/+2
2019-08-16tty/serial: remove the sn_console driverChristoph Hellwig1-7/+0
2019-08-08efi: ia64: move SAL systab handling out of generic EFI codeArd Biesheuvel1-1/+1
2019-03-29efi: Unify DMI setup code over the arm/arm64, ia64 and x86 architecturesRobert Richter1-3/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-07-23ia64: switch to NO_BOOTMEMMike Rapoport1-1/+10
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-12/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-01-20sched/clock: Fix hotplug crashPeter Zijlstra1-0/+2
2016-08-07ia64: move exports to definitionsAl Viro1-0/+4
2016-05-30ACPI / NUMA: Move acpi_numa_arch_fixup() to ia64 onlyRobert Richter1-0/+1
2016-01-30ia64: Set System RAM type and descriptorToshi Kani1-3/+3
2015-06-10ia64: remove paravirt codeLuis R. Rodriguez1-12/+0
2015-03-05ia64: fix up obsolete cpu function usage.Rusty Russell1-5/+6
2013-10-23DMI: Parse memory device (type 17) in SMBIOSChen, Gong1-0/+1
2013-06-24[IA64] Delete __cpuinit usage from all ia64 usersPaul Gortmaker1-5/+5
2013-04-30dump_stack: implement arch-specific hardware description in task dumpsTejun Heo1-0/+1
2013-02-17ia64 idle: delete pm_idleLen Brown1-1/+0
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+1
2012-03-28arch/ia64: remove references to cpu_*_mapSrivatsa S. Bhat1-1/+1
2012-03-28Disintegrate asm/system.h for IA64David Howells1-1/+0
2011-12-09[IA64] Merge overlapping reserved regions at bootPetr Tesarik1-0/+19
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering1-18/+0
2010-10-05[IA64] Initialize interrupts later (from init_IRQ())Tony Luck1-4/+0
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori1-6/+0
2010-02-08[IA64] Remove COMPAT_IA32 supportTony Luck1-5/+0
2009-10-29percpu: make percpu symbols in ia64 uniqueTejun Heo1-2/+2
2009-10-02ia64: convert to dynamic percpu allocatorTejun Heo1-12/+0
2009-10-02ia64: initialize cpu maps earlyTejun Heo1-6/+5
2009-07-15ia64: Fix setup_per_cpu_areas() compilation errorFenghua Yu1-0/+6
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox1-16/+16
2009-04-01[IA64] BUG to BUG_ON changesStoyan Gaydarov1-2/+1
2009-03-31Pull pvops into release branchTony Luck1-0/+2
2009-03-26ia64/pv_ops: implement binary patching optimization for native.Isaku Yamahata1-0/+2
2009-03-16cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: ia64Rusty Russell1-2/+2
2008-11-07[IA64] Reserve elfcorehdr memory in CONFIG_CRASH_DUMPJay Lan1-1/+1
2008-11-06[IA64] fix boot panic caused by offline CPUsDoug Chapman1-3/+4
2008-10-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-13/+29
2008-10-20always reserve elfcore header memory in crash kernelSimon Horman1-3/+1
2008-10-20kdump: add is_vmcore_usable() and vmcore_unusable()Simon Horman1-2/+2
2008-10-20kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal1-1/+8
2008-10-17[IA64] Add Variable Page Size and IA64 Support in Intel IOMMUFenghua Yu1-13/+29
2008-09-22[IA64] Ski simulator doesn't need check_sal_cache_flushAlex Chiang1-0/+2
2008-08-12[IA64] Ensure cpu0 can access per-cpu variables in early boot codeTony Luck1-8/+10
2008-08-01[IA64] Move include/asm-ia64 to arch/ia64/include/asmTony Luck1-1/+1
2008-07-17Pull pvops into release branchTony Luck1-0/+10
2008-06-30[IA64] Bugfix for system with 32 cpusTony Luck1-1/+2
2008-06-24[IA64] Fix boot failure on ia64/sn2Jes Sorensen1-2/+1
2008-05-27[IA64] pvops: define initialization hooks, pv_init_ops, for paravirtualized e...Isaku Yamahata1-0/+10
2008-05-27[IA64] Workaround for RSE issueTony Luck1-0/+11
2008-05-14[IA64] Don't reserve crashkernel memory > 4 GBBernhard Walle1-0/+29
2008-04-17Pull miscellaneous into release branchTony Luck1-0/+23
2008-04-17Pull nptcg into release branchTony Luck1-2/+4
2008-04-11[IA64] Fix NUMA configuration issueZoltan Menyhart1-0/+23
2008-04-08[IA64] Minimize per_cpu reservations.holt@sgi.com1-0/+2
2008-04-04[IA64] Kernel parameter for max number of concurrent global TLB purgesFenghua Yu1-1/+1
2008-04-04[IA64] Multiple outstanding ptc.g instruction supportFenghua Yu1-2/+4
2008-03-06[IA64] remove remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-02-04[IA64] constify function pointer tablesJan Engelhardt1-1/+1
2008-01-25sched: remove printk_clock references from ia64Ingo Molnar1-4/+0
2007-12-07[IA64] rename _bss to __bss_startBernhard Walle1-2/+1
2007-10-29[IA64] /proc/cpuinfo "physical id" field cleanupsAlex Chiang1-41/+8
2007-10-22kexec: add BSS to resource treeBernhard Walle1-3/+11
2007-10-19Use extended crashkernel command line on ia64Bernhard Walle1-42/+46
2007-10-16[IA64] Fix build for CONFIG_SMP=nTony Luck1-0/+2
2007-10-16Convert cpu_sibling_map to be a per cpu variableMike Travis1-4/+8
2007-09-01[IA64] Enable early console for Ski simulatorPeter Chubb1-6/+2
2007-08-28[IA64] Clear pending interrupts at CPU boot up timeKenji Kaneshige1-0/+5
2007-08-17[IA64] Enable early console for Ski simulatorPeter Chubb1-0/+7
2007-07-30[IA64] Remove a few duplicate includesJesper Juhl1-1/+0
2007-07-25[IA64] Ensure that machvec is set up takes place before serial consoleHorms1-3/+8
2007-07-19[PATCH] sched: sched_cacheflush is now unusedRalf Baechle1-9/+0
2007-07-16serial: convert early_uart to earlycon for 8250Yinghai Lu1-4/+0
2007-07-09sched: zap the migration init / cache-hot balancing codeIngo Molnar1-6/+0
2007-05-11[IA64] spelling fixes: arch/ia64/Simon Arlott1-3/+3
2007-05-07[IA64] Fix some section mismatch errorsTony Luck1-1/+1
2007-04-30Pull percpu-dtc into release branchTony Luck1-2/+5
2007-04-06[IA64] Fix CPU freq displayed in /proc/cpuinfoVenki Pallipadi1-1/+1
2007-03-20[IA64] Fix get_model_name() for mixed cpu type systemsJack Steiner1-7/+15
2007-03-07[IA64] remove duplicate declaration of efi_initialize_iomem_resourcesHorms1-2/+0
2007-03-06[IA64] kexec: Use EFI_LOADER_DATA for ELF core headerMagnus Damm1-0/+30
2007-02-12[PATCH] Dynamic kernel command-line: ia64Alon Bar-Lev1-2/+2
2007-02-06[IA64] remove per-cpu ia64_phys_stacked_size_p8Chen, Kenneth W1-2/+5
2007-02-05[IA64] use snprintf() on features field of /proc/cpuinfoAron Griffis1-17/+14
2006-12-12[IA64] Take defensive stance on ia64_pal_get_brand_info()Tony Luck1-2/+2
2006-12-12[IA64] Kexec/Kdump: honour non-zero crashkernel offset.Horms1-4/+10
2006-12-12[IA64] CONFIG_KEXEC/CONFIG_CRASH_DUMP permutationsHorms1-0/+15
2006-12-07[IA64] IA64 Kexec/kdumpZou Nan hai1-0/+38
2006-10-31[IA64] move SAL_CACHE_FLUSH check later in bootTroy Heber1-0/+2
2006-10-01[SERIAL] Remove wrong asm/serial.h inclusionsRussell King1-1/+0
2006-09-26Pull model-name into release branchTony Luck1-10/+31
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-21[IA64] sanity check reserved region usageAlex Williamson1-0/+1
2006-06-05[IA64] Add "model name" to /proc/cpuinfoTony Luck1-10/+31
2006-03-26[PATCH] EFI: keep physical table addresses in efi structureBjorn Helgaas1-1/+1
2006-03-26[PATCH] ia64: use i386 dmi_scan.cMatt Domsch1-0/+8
2006-03-25Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-36/+24
2006-03-24[PATCH] kill include/linux/platform.h, default_idle() cleanupAdrian Bunk1-1/+0
2006-03-23IA64: Use early_parm to handle mvec_name and nomcaHorms1-24/+12
2006-03-22[IA64] add init declaration to memory initialization functionsChen, Kenneth W1-6/+6
2006-03-22[IA64] add init declaration to cpu initialization functionsChen, Kenneth W1-6/+6
2006-02-14[IA64] Count disabled cpus as potential hot-pluggable CPUsAshok Raj1-0/+4
2006-02-07[IA64] Fix CONFIG_PRINTK_TIMETony Luck1-0/+4
2006-01-12[PATCH] ia64: task_pt_regs()Al Viro1-1/+1
2006-01-12[PATCH] scheduler cache-hot-autodetectakpm@osdl.org1-0/+6
2006-01-12[PATCH] sched: add cacheflush() asmIngo Molnar1-0/+10
2006-01-05[IA64] Fix compile warnings in setup.cTony Luck1-1/+1
2005-12-06[CPUFREQ] CPU frequency display in /proc/cpuinfoVenkatesh Pallipadi1-1/+7
2005-11-10Pull context-bitmap into release branchTony Luck1-0/+1
2005-11-07[PATCH] ia64: re-implement dma_get_cache_alignment to avoid EXPORT_SYMBOLJohn W. Linville1-0/+7
2005-10-31[IA64] Use bitmaps for efficient context allocation/freePeter Keilty1-0/+1
2005-10-28Pull proc-cpuinfo-siblings into release branchTony Luck1-1/+1
2005-10-28Pull new-efi-memmap into release branchTony Luck1-0/+32
2005-10-25[IA64] fix siblings field value in /proc/cpuinfoSiddha, Suresh B1-1/+1
2005-09-28[IA64] end of kernel 'data' is at _end, not _edataTony Luck1-2/+2
2005-09-19[IA64] ia64: add ar.k0 usage noteBjorn Helgaas1-13/+16
2005-09-19[IA64] include EFI memory information in /proc/iomemKhalid Aziz1-0/+29
2005-09-08[IA64] simplified efi memory map parsingTony Luck1-0/+3
2005-08-24[ACPI] delete CONFIG_ACPI_BOOTLen Brown1-2/+2
2005-07-13Auto merge with /home/aegl/GIT/linusTony Luck1-0/+3
2005-07-12[IA64] improve flush_icache_range()Zoltan Menyhart1-2/+35
2005-07-12[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...Len Brown1-0/+3
2005-07-12[ACPI] fix C1 patch for IA64Venkatesh Pallipadi1-0/+3
2005-06-28[IA64-SGI] pcdp: add PCDP pci interface supportMark Maule1-4/+8
2005-06-08[IA64] Update comment to describe modes set in default control register.Tony Luck1-1/+2
2005-04-25[IA64] print "siblings" before {physical,core,thread} idTony Luck1-1/+1
2005-04-25[IA64] multi-core/multi-thread identificationSuresh Siddha1-2/+67
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+723