aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/mca.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/masahiroy/linux-kbuildLinus 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 <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/kernel/git/tip/tipLinus 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/scm/linux/kernel/git/dhowells/linux-asm_systemLinus 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