summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/mca.c
Commit message (Expand)AuthorAgeFilesLines
* kill do_each_thread()Oleg Nesterov2023-08-211-2/+2
* ia64: mca: use strscpy() is more robust and saferxu xin2022-10-111-1/+1
* ia64: mca: drop redundant spinlock initializationHaowen Bai2022-05-121-1/+0
* sched: Change task_struct::statePeter Zijlstra2021-06-181-1/+1
* ia64: mca: always make IA64_MCA_DEBUG an expressionSergei Trofimovich2021-04-301-2/+2
* ia64: mca: allocate early mca with GFP_ATOMICSergei Trofimovich2021-03-251-1/+1
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-2/+3
|\
| * ia64: remove unneeded header includes from <asm/mca.h>Masahiro Yamada2021-02-121-0/+1
| * ia64: do not typedef struct pal_min_state_area_sMasahiro Yamada2021-02-121-2/+2
* | efi: ia64: move IA64-only declarations to new asm/efi.h headerArd Biesheuvel2021-01-181-0/+1
|/
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-1/+1
* ia64: replace setup_irq() by request_irq()afzal mohammed2020-03-131-36/+14
* ia64: remove support for machvecsChristoph Hellwig2019-08-161-1/+0
* ia64: remove CONFIG_ACPI ifdefsChristoph Hellwig2019-08-161-18/+0
* ia64: remove now unused machvec indirectionsChristoph Hellwig2019-08-161-5/+5
* sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* ia64: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-6/+14
* arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport2019-03-121-2/+0
* arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport2019-03-121-2/+1
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-2/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-2/+2
* memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport2018-10-311-2/+2
* ia64: Convert timers to use timer_setup()Kees Cook2017-11-021-4/+4
* ia64: move inline before return typeJoe Perches2017-07-121-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-031-22/+4
|\
| * ia64/mca: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-22/+4
* | sched/core, ia64: Rename set_curr_task()Peter Zijlstra2016-09-301-5/+5
|/
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* ia64: Remove superfluous SMP function callAnna-Maria Gleixner2016-05-021-4/+1
* ia64: Use setup_timerVaishali Thakkar2015-06-151-4/+2
* ia64: fix up obsolete cpu function usage.Rusty Russell2015-03-051-5/+5
* ia64: Replace __get_cpu_var usesChristoph Lameter2014-08-261-8/+8
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-011-6/+0
|\
| * ia64: Remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-041-6/+0
* | [IA64] Keep format strings from leaking into printkKees Cook2014-03-281-2/+2
|/
* [IA64] Delete __cpuinit usage from all ia64 usersPaul Gortmaker2013-06-241-6/+6
* Fix initialization of CMCI/CMCP interruptsTony Luck2013-04-021-13/+24
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-281-2/+4
|\
| * arch/ia64: remove references to cpu_*_mapSrivatsa S. Bhat2012-03-281-2/+4
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\ \ | |/ |/|
| * Disintegrate asm/system.h for IA64David Howells2012-03-281-1/+0
* | [IA64] disable interrupts when exiting from ia64_mca_cmc_int_handler()Jiri Kosina2012-02-081-0/+2
|/
* ia64: Use accessor functions all over the placeThomas Gleixner2011-03-291-3/+1
* [IA64] mca.c: Fix cast from integer to pointer warningJeff Mahoney2011-03-021-1/+2
* [IA64] disable interrupts at end of ia64_mca_cpe_int_handler()Tony Luck2011-02-241-0/+2