aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/mca.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-2111/+0
2023-08-21kill do_each_thread()Oleg Nesterov1-2/+2
2022-10-11ia64: mca: use strscpy() is more robust and saferxu xin1-1/+1
2022-05-12ia64: mca: drop redundant spinlock initializationHaowen Bai1-1/+0
2021-06-18sched: Change task_struct::statePeter Zijlstra1-1/+1
2021-04-30ia64: mca: always make IA64_MCA_DEBUG an expressionSergei Trofimovich1-2/+2
2021-03-25ia64: mca: allocate early mca with GFP_ATOMICSergei Trofimovich1-1/+1
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+3
2021-02-12ia64: remove unneeded header includes from <asm/mca.h>Masahiro Yamada1-0/+1
2021-02-12ia64: do not typedef struct pal_min_state_area_sMasahiro Yamada1-2/+2
2021-01-18efi: ia64: move IA64-only declarations to new asm/efi.h headerArd Biesheuvel1-0/+1
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-1/+1
2020-03-13ia64: replace setup_irq() by request_irq()afzal mohammed1-36/+14
2019-08-16ia64: remove support for machvecsChristoph Hellwig1-1/+0
2019-08-16ia64: remove CONFIG_ACPI ifdefsChristoph Hellwig1-18/+0
2019-08-16ia64: remove now unused machvec indirectionsChristoph Hellwig1-5/+5
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-03-12ia64: add checks for the return value of memblock_alloc*()Mike Rapoport1-6/+14
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport1-2/+0
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport1-2/+1
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-2/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-2/+2
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport1-2/+2
2017-11-02ia64: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-07-12ia64: move inline before return typeJoe Perches1-1/+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-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-22/+4
2016-09-30sched/core, ia64: Rename set_curr_task()Peter Zijlstra1-5/+5
2016-09-19ia64/mca: Convert to hotplug state machineSebastian Andrzej Siewior1-22/+4
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-1/+1
2016-05-02ia64: Remove superfluous SMP function callAnna-Maria Gleixner1-4/+1
2015-06-15ia64: Use setup_timerVaishali Thakkar1-4/+2
2015-03-05ia64: fix up obsolete cpu function usage.Rusty Russell1-5/+5
2014-08-26ia64: Replace __get_cpu_var usesChristoph Lameter1-8/+8
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+0
2014-03-28[IA64] Keep format strings from leaking into printkKees Cook1-2/+2
2014-03-04ia64: Remove deprecated IRQF_DISABLEDMichael Opdenacker1-6/+0
2013-06-24[IA64] Delete __cpuinit usage from all ia64 usersPaul Gortmaker1-6/+6
2013-04-02Fix initialization of CMCI/CMCP interruptsTony Luck1-13/+24
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-2/+4
2012-03-28arch/ia64: remove references to cpu_*_mapSrivatsa S. Bhat1-2/+4
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for IA64David Howells1-1/+0
2012-02-08[IA64] disable interrupts when exiting from ia64_mca_cmc_int_handler()Jiri Kosina1-0/+2
2011-03-29ia64: Use accessor functions all over the placeThomas Gleixner1-3/+1
2011-03-02[IA64] mca.c: Fix cast from integer to pointer warningJeff Mahoney1-1/+2
2011-02-24[IA64] disable interrupts at end of ia64_mca_cpe_int_handler()Tony Luck1-0/+2
2010-10-07[IA64] Cannot use register_percpu_irq() from ia64_mca_init()Tony Luck1-19/+19
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-07[IA64] __per_cpu_idtrs[] is a memory hogTony Luck1-1/+4
2009-12-14[IA64] Save I-resources to ia64_sal_os_stateTakao Indoh1-3/+8
2009-10-13[IA64] Restore registers in the stack on INITTakao Indoh1-47/+57
2009-09-14[IA64] kdump: Short path to freeze CPUsHidetoshi Seto1-2/+13
2009-06-17Pull for-2.6.31 into releaseTony Luck1-10/+10
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox1-9/+9
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman1-2/+1
2009-06-15[IA64] remove obsolete irq_desc_t typedefThomas Gleixner1-1/+1
2009-03-16cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: ia64Rusty Russell1-3/+3
2008-11-20[IA64] use mprintk instead of printk, in ia64_mca_modify_original_stackHidetoshi Seto1-1/+1
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-2/+2
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-1/+1
2008-04-22[IA64] simplify notify hooks in mca.cHidetoshi Seto1-39/+35
2008-04-22[IA64] do notify DIE_MCA_MONARCH_PROCESS for each monarchsHidetoshi Seto1-4/+5
2008-04-17Pull miscellaneous into release branchTony Luck1-6/+5
2008-04-09[IA64] arch/ia64/kernel/: use time_* macrosS.Caglar Onur1-1/+3
2008-04-09[IA64] kdump: add kdump_on_fatal_mcaHidetoshi Seto1-5/+1
2008-04-03[IA64] Add API for allocating Dynamic TR resource.Xiantao Zhang1-0/+49
2008-03-06[IA64] remove remaining __FUNCTION__ occurrencesHarvey Harrison1-38/+35
2008-02-08[IA64] Fix large MCA bootmem allocationRuss Anderson1-29/+26
2008-02-04[IA64] mca style cleanupHidetoshi Seto1-29/+37
2007-12-19[IA64] Adjust CMCI mask on CPU hotplugHidetoshi Seto1-0/+33
2007-11-06[IA64] Disable/re-enable CPE interrupts on AltixRuss Anderson1-1/+1
2007-10-12[IA64] Fix race when multiple cpus go through MCARuss Anderson1-22/+25
2007-10-12[IA64] Remove needless delay in MCA rendezvousRuss Anderson1-22/+19
2007-08-13[IA64] Clean up CPE handler registrationRuss Anderson1-15/+19
2007-07-30[IA64] fix a few section mismatch warningsSam Ravnborg1-6/+11
2007-07-11[IA64] Support multiple CPUs going through OS_MCARuss Anderson1-7/+53
2007-05-15[IA64] Fix section conflict of ia64_mlogbuf_finishMartin Michlmayr1-1/+0
2007-05-14[IA64] kdump on INIT needs multi-nodes sync-up (v.2)Jay Lan1-0/+4
2007-05-10[IA64] mca.c:121: warning: 'cpe_poll_timer' defined but not usedTony Luck1-0/+2
2007-05-09rename thread_info to stackRoman Zippel1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08move die notifier handling to common codeChristoph Hellwig1-1/+1
2007-03-08[IA64] Proper handling of TLB errors from duplicate itr.d dropinsRuss Anderson1-6/+2
2006-12-12[IA64] CONFIG_KEXEC/CONFIG_CRASH_DUMP permutationsHorms1-1/+1
2006-12-07[IA64] IA64 Kexec/kdumpZou Nan hai1-0/+5
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells1-4/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-18/+14
2006-10-01[PATCH] proper flags type of spin_lock_irqsave()Alexey Dobriyan1-1/+1
2006-09-26[IA64] CMC/CPE: Reverse the order of fetching log and checking poll thresholdHidetoshi Seto1-8/+10
2006-09-26[IA64] printing support for MCA/INITHidetoshi Seto1-18/+198
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar1-5/+5
2006-07-02[PATCH] irq-flags: IA64: Use the new IRQF_ constantsThomas Gleixner1-6/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar1-1/+1
2006-04-13[IA64] ia64_wait_for_slaves() incorrectly reports MCAKeith Owens1-5/+5
2006-04-07[IA64] Pass more data to the MCA/INIT notify_die hooksKeith Owens1-12/+21
2006-03-26[PATCH] bitops: ia64: use cpu_set() instead of __set_bit()Akinobu Mita1-1/+2
2006-03-24[IA64] MCA recovery: kernel context recovery tableRuss Anderson1-25/+73
2006-03-22[IA64] add __init declaration to mca functionsChen, Kenneth W1-6/+6
2006-03-21Pull mca-cleanup into release branchTony Luck1-29/+55
2006-03-21Pull bsp-removal into release branchTony Luck1-1/+5
2006-02-08[IA64] MCA: remove obsolete ifdefKeith Owens1-7/+0
2006-02-08[IA64] MCA: update MCA comm field for user space tasksKeith Owens1-20/+32
2006-02-08[IA64] MCA: print messages in MCA handlerKeith Owens1-2/+23
2006-01-12[PATCH] ia64: task_thread_info()Al Viro1-2/+2
2006-01-05[IA64] support for cpu0 removalAshok Raj1-1/+5
2005-11-07[IA64] Extend notify_die() hooks for IA64Keith Owens1-25/+95
2005-10-25[IA64] another place to use for_each_cpu_mask() in arch/ia64hawkes@sgi.com1-3/+1
2005-10-06[IA64] Avoid kernel hang during CMC interrupt stormBryan Sutula1-0/+5
2005-09-11[PATCH] MCA/INIT: use per cpu stacksKeith Owens1-316/+505
2005-09-10[PATCH] spinlock consolidationIngo Molnar1-10/+1
2005-07-12[ACPI] Evaluate CPEI Processor Override flagAshok Raj1-1/+1
2005-06-01[IA64] Cleanup compile warnings for ski configPeter Chubb1-2/+2
2005-05-17[IA64-SGI] cpe interrupts are not being enabled.Russ Anderson1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1470