summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel/setup.c
AgeCommit message (Expand)Author
2023-10-17vgacon: clean up global screen_info instancesArnd Bergmann
2023-10-17vgacon: remove screen_info dependencyArnd Bergmann
2023-10-17vgacon: rework screen_info #ifdef checksArnd Bergmann
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman
2023-08-10alpha: remove __init annotation from exported page_is_ram()Masahiro Yamada
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby
2023-06-05init: remove pointless Root_* valuesChristoph Hellwig
2022-09-11alpha: move from strlcpy with unused retval to strscpyWolfram Sang
2021-07-28alpha: register early reserved memory in memblockMike Rapoport
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-06-29alpha: remove DISCONTIGMEM and NUMAMike Rapoport
2020-12-15alpha: switch from DISCONTIGMEM to SPARSEMEMMike Rapoport
2020-06-12alpha: Fix build around srm_sysrq_reboot_opJoerg Roedel
2020-06-12alpha: c_next should increase position indexMatt Turner
2020-06-12alpha: Replace strncmp with str_has_prefixChuhong Yuan
2020-06-12alpha: fix rtc port rangesMikulas Patocka
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-05-15alpha: constify sysrq_key_opEmil Velikov
2020-05-15tty/sysrq: alpha: export and use __sysrq_get_key_op()Emil Velikov
2020-01-14arch/alpha/setup: Drop dummy_con initializationArvind Sankar
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport
2018-12-14alpha: fix hang caused by the bootmem removalMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport
2018-10-26alpha: switch to NO_BOOTMEMMike Rapoport
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-04alpha: silence a buffer overflow warningDan Carpenter
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-08-07alpha: move exports to actual definitionsAl Viro
2013-11-16alpha: Allow HZ to be configuredRichard Henderson
2013-11-16alpha: Notice if we're being run under QEMURichard Henderson
2012-03-28Disintegrate asm/system.h for AlphaDavid Howells
2011-10-31alpha: Add export.h for THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker
2011-05-25alpha: replace with new cpumask APIsKOSAKI Motohiro
2011-04-17alpha: Remove set but unused variables.Richard Henderson
2009-06-16alpha: bad macro expansion, parameter is memberRoel Kluin
2009-04-01alpha: convert u64 to unsigned long longRandy Dunlap
2008-12-26cpumask: alpha: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_t...Rusty Russell
2008-02-08procfs: constify function pointer tablesJan Engelhardt
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle
2008-02-05arch/alpha: remove duplicate includesLucas Woods
2007-05-30alpha: cleanup in bitops.hRichard Henderson
2007-05-08Fixes and cleanups for earlyprintk aka boot consoleGerd Hoffmann
2007-02-12[PATCH] Dynamic kernel command-line: alphaAlon Bar-Lev
2006-10-11[PATCH] alpha_ksyms.c cleanupAl Viro
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones
2006-07-31[PATCH] arch/alpha: Use ARRAY_SIZE macroTobias Klauser
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki