aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/smpboot.c
AgeCommit message (Expand)Author
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2022-06-03ia64: cleanup remove_siblinginfo()Yury Norov
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-01-18efi: ia64: move IA64-only declarations to new asm/efi.h headerArd Biesheuvel
2020-09-11ia64: Remove perfmonChristoph Hellwig
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2019-08-16ia64: remove support for machvecsChristoph Hellwig
2019-08-16ia64: remove now unused machvec indirectionsChristoph Hellwig
2019-08-16ia64: remove support for the SGI SN2 platformChristoph Hellwig
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner
2015-06-22Merge tag 'please-pull-paravirt' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-06-10ia64: remove paravirt codeLuis R. Rodriguez
2015-06-02ia64: make cpu_callin_map non-volatile.Rusty Russell
2015-03-05ia64: fix up obsolete cpu function usage.Rusty Russell
2013-06-24[IA64] Delete __cpuinit usage from all ia64 usersPaul Gortmaker
2013-04-08ia64: Use generic idle loopThomas Gleixner
2013-01-03IA64: drivers: remove __dev* attributes.Greg Kroah-Hartman
2012-11-28death to idle_regs()Al Viro
2012-06-05ia64: SMP: Remove call to ipi_call_lock_irq()/ipi_call_unlock_irq()Yong Zhang
2012-04-26ia64: Use generic idle thread allocationThomas Gleixner
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-28arch/ia64: remove references to cpu_*_mapSrivatsa S. Bhat
2012-03-28Disintegrate asm/system.h for IA64David Howells
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-29ia64: Convert migrate_platform_irqs() to new irq chip functionsThomas Gleixner
2010-08-09x86, ia64, smp: use workqueues unconditionally during do_boot_cpu()Suresh Siddha
2010-08-09topology: alternate fix for ia64 tiger_defconfig build breakageLee Schermerhorn
2010-06-29workqueue: increase max_active of keventd and kill current_is_keventd()Tejun Heo
2010-05-27[IA64] Fix build breakageTony Luck
2010-05-27numa: ia64: support numa_mem_id() for memoryless nodesLee Schermerhorn
2010-05-27numa: ia64: use generic percpu var numa_node_id() implementationLee Schermerhorn
2010-02-08[IA64] Remove COMPAT_IA32 supportTony Luck
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox
2009-06-15[IA64] remove obsolete irq_desc_t typedefThomas Gleixner
2009-03-16cpumask: Use accessors code.: ia64Rusty Russell
2009-02-19[IA64] Remove redundant cpu_clear() in __cpu_disable pathAlex Chiang
2009-02-19[IA64] Revert "prevent ia64 from invoking irq handlers on offline CPUs"Alex Chiang
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell
2008-10-08Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched...Ingo Molnar
2008-09-10[IA64] prevent ia64 from invoking irq handlers on offline CPUsPaul E. McKenney
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul
2008-08-25[IA64] Fix ia64 build failure when CONFIG_SFC=mRobin Holt
2008-08-12[IA64] Ensure cpu0 can access per-cpu variables in early boot codeTony Luck
2008-07-17Pull pvops into release branchTony Luck