Age | Commit message (Expand) | Author | Files | Lines |
2024-05-03 | alpha: remove LCA and APECS based machines | Arnd Bergmann | 1 | -71/+8 |
2024-05-03 | alpha: sable: remove early machine support | Arnd Bergmann | 1 | -9/+2 |
2024-05-03 | alpha: remove DECpc AXP150 (Jensen) support | Arnd Bergmann | 1 | -16/+3 |
2023-10-17 | vgacon: clean up global screen_info instances | Arnd Bergmann | 1 | -4/+2 |
2023-10-17 | vgacon: remove screen_info dependency | Arnd Bergmann | 1 | -1/+1 |
2023-10-17 | vgacon: rework screen_info #ifdef checks | Arnd Bergmann | 1 | -0/+2 |
2023-08-20 | Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p... | Greg Kroah-Hartman | 1 | -2/+1 |
2023-08-10 | alpha: remove __init annotation from exported page_is_ram() | Masahiro Yamada | 1 | -2/+1 |
2023-07-25 | tty: sysrq: switch sysrq handlers from int to u8 | Jiri Slaby | 1 | -1/+1 |
2023-06-05 | init: remove pointless Root_* values | Christoph Hellwig | 1 | -1/+1 |
2022-09-11 | alpha: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -2/+2 |
2021-07-28 | alpha: register early reserved memory in memblock | Mike Rapoport | 1 | -6/+7 |
2021-07-01 | kernel.h: split out panic and oops helpers | Andy Shevchenko | 1 | -1/+1 |
2021-06-29 | alpha: remove DISCONTIGMEM and NUMA | Mike Rapoport | 1 | -16/+0 |
2020-12-15 | alpha: switch from DISCONTIGMEM to SPARSEMEM | Mike Rapoport | 1 | -0/+1 |
2020-06-12 | alpha: Fix build around srm_sysrq_reboot_op | Joerg Roedel | 1 | -1/+6 |
2020-06-12 | alpha: c_next should increase position index | Matt Turner | 1 | -0/+1 |
2020-06-12 | alpha: Replace strncmp with str_has_prefix | Chuhong Yuan | 1 | -1/+1 |
2020-06-12 | alpha: fix rtc port ranges | Mikulas Patocka | 1 | -1/+1 |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 1 | -1/+0 |
2020-05-15 | alpha: constify sysrq_key_op | Emil Velikov | 1 | -1/+1 |
2020-05-15 | tty/sysrq: alpha: export and use __sysrq_get_key_op() | Emil Velikov | 1 | -2/+11 |
2020-01-14 | arch/alpha/setup: Drop dummy_con initialization | Arvind Sankar | 1 | -2/+0 |
2019-03-12 | arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0) | Mike Rapoport | 1 | -1/+1 |
2018-12-14 | alpha: fix hang caused by the bootmem removal | Mike Rapoport | 1 | -0/+1 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -1/+0 |
2018-10-31 | memblock: replace __alloc_bootmem with memblock_alloc_from | Mike Rapoport | 1 | -1/+1 |
2018-10-26 | alpha: switch to NO_BOOTMEM | Mike Rapoport | 1 | -86/+12 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-04 | alpha: silence a buffer overflow warning | Dan Carpenter | 1 | -2/+3 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-08-07 | alpha: move exports to actual definitions | Al Viro | 1 | -0/+1 |
2013-11-16 | alpha: Allow HZ to be configured | Richard Henderson | 1 | -2/+8 |
2013-11-16 | alpha: Notice if we're being run under QEMU | Richard Henderson | 1 | -1/+12 |
2012-03-28 | Disintegrate asm/system.h for Alpha | David Howells | 1 | -1/+0 |
2011-10-31 | alpha: Add export.h for THIS_MODULE/EXPORT_SYMBOL | Paul Gortmaker | 1 | -0/+1 |
2011-05-25 | alpha: replace with new cpumask APIs | KOSAKI Motohiro | 1 | -1/+1 |
2011-04-17 | alpha: Remove set but unused variables. | Richard Henderson | 1 | -3/+3 |
2009-06-16 | alpha: bad macro expansion, parameter is member | Roel Kluin | 1 | -3/+3 |
2009-04-01 | alpha: convert u64 to unsigned long long | Randy Dunlap | 1 | -1/+1 |
2008-12-26 | cpumask: alpha: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_t... | Rusty Russell | 1 | -0/+5 |
2008-02-08 | procfs: constify function pointer tables | Jan Engelhardt | 1 | -1/+1 |
2008-02-08 | aout: remove unnecessary inclusions of {asm, linux}/a.out.h | David Howells | 1 | -1/+0 |
2008-02-07 | Introduce flags for reserve_bootmem() | Bernhard Walle | 1 | -2/+3 |
2008-02-05 | arch/alpha: remove duplicate includes | Lucas Woods | 1 | -1/+0 |
2007-05-30 | alpha: cleanup in bitops.h | Richard Henderson | 1 | -1/+2 |
2007-05-08 | Fixes and cleanups for earlyprintk aka boot console | Gerd Hoffmann | 1 | -9/+0 |
2007-02-12 | [PATCH] Dynamic kernel command-line: alpha | Alon Bar-Lev | 1 | -3/+3 |
2006-10-11 | [PATCH] alpha_ksyms.c cleanup | Al Viro | 1 | -0/+6 |
2006-10-04 | Remove all inclusions of <linux/config.h> | Dave Jones | 1 | -1/+0 |