aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/check.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-10x86/corruption-check: Use pr_*() instead of printk()He Zhe1-5/+8
2018-09-10x86/corruption-check: Fix panic in memory_corruption_check() when boot option without value is providedHe Zhe1-0/+15
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-08-25Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar1-1/+2
2015-08-25x86/mm: Make kernel/check.c explicitly non-modularPaul Gortmaker1-3/+2
2015-06-24mm/memblock: add extra "flags" to memblock to allow selection of memory based on attributeTony Luck1-1/+2
2014-01-21x86/mm: memblock: switch to use NUMA_NO_NODEGrygorii Strashko1-1/+1
2012-05-15x86: kernel/check.c simple_strtoul cleanupShuah Khan1-6/+14
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo1-1/+1
2011-07-14x86: Replace memblock_x86_find_in_range_size() with for_each_free_mem_range()Tejun Heo1-19/+15
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo1-1/+1
2011-03-09x86: Don't check for BIOS corruption in first 64K when there's no need toNaga Chumbalkar1-4/+4
2010-08-27x86: Use memblock to replace early_resYinghai Lu1-7/+9
2009-03-15x86: fix 64k corruption-checkYinghai Lu1-3/+3
2009-03-13x86: fix code paths used by update_mptableJan Beulich1-1/+1
2008-10-27x86: corruption-check: some post-move cleanupsArjan van de Ven1-8/+4
2008-10-27x86: corruption check: run the corruption checks from a work queueArjan van de Ven1-10/+17
2008-10-27x86: corruption check: move the corruption checks into their own fileArjan van de Ven1-0/+158