aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/alpha/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-11alpha: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2021-07-28alpha: register early reserved memory in memblockMike Rapoport1-6/+7
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-1/+1
2021-06-29alpha: remove DISCONTIGMEM and NUMAMike Rapoport1-16/+0
2020-12-15alpha: switch from DISCONTIGMEM to SPARSEMEMMike Rapoport1-0/+1
2020-06-12alpha: Fix build around srm_sysrq_reboot_opJoerg Roedel1-1/+6
2020-06-12alpha: c_next should increase position indexMatt Turner1-0/+1
2020-06-12alpha: Replace strncmp with str_has_prefixChuhong Yuan1-1/+1
2020-06-12alpha: fix rtc port rangesMikulas Patocka1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-05-15alpha: constify sysrq_key_opEmil Velikov1-1/+1
2020-05-15tty/sysrq: alpha: export and use __sysrq_get_key_op()Emil Velikov1-2/+11
2020-01-14arch/alpha/setup: Drop dummy_con initializationArvind Sankar1-2/+0
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport1-1/+1
2018-12-14alpha: fix hang caused by the bootmem removalMike Rapoport1-0/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport1-1/+1
2018-10-26alpha: switch to NO_BOOTMEMMike Rapoport1-86/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-04alpha: silence a buffer overflow warningDan Carpenter1-2/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-08-07alpha: move exports to actual definitionsAl Viro1-0/+1
2013-11-16alpha: Allow HZ to be configuredRichard Henderson1-2/+8
2013-11-16alpha: Notice if we're being run under QEMURichard Henderson1-1/+12
2012-03-28Disintegrate asm/system.h for AlphaDavid Howells1-1/+0
2011-10-31alpha: Add export.h for THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-05-25alpha: replace with new cpumask APIsKOSAKI Motohiro1-1/+1
2011-04-17alpha: Remove set but unused variables.Richard Henderson1-3/+3
2009-06-16alpha: bad macro expansion, parameter is memberRoel Kluin1-3/+3
2009-04-01alpha: convert u64 to unsigned long longRandy Dunlap1-1/+1
2008-12-26cpumask: alpha: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumaskRusty Russell1-0/+5
2008-02-08procfs: constify function pointer tablesJan Engelhardt1-1/+1
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells1-1/+0
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-2/+3
2008-02-05arch/alpha: remove duplicate includesLucas Woods1-1/+0
2007-05-30alpha: cleanup in bitops.hRichard Henderson1-1/+2
2007-05-08Fixes and cleanups for earlyprintk aka boot consoleGerd Hoffmann1-9/+0
2007-02-12[PATCH] Dynamic kernel command-line: alphaAlon Bar-Lev1-3/+3
2006-10-11[PATCH] alpha_ksyms.c cleanupAl Viro1-0/+6
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-07-31[PATCH] arch/alpha: Use ARRAY_SIZE macroTobias Klauser1-26/+24
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl1-1/+1
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki1-1/+1
2006-04-11[PATCH] alpha: SMP boot fixesBrian Uhrain says1-0/+17
2006-04-02Manual merge with Linus.Dmitry Torokhov1-10/+4
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-2/+3
2006-03-27[PATCH] unify PFN_* macrosDave Hansen1-8/+1
2006-03-14Input: pcspkr - separate device and driver registrationMichael Neuling1-0/+18
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1486