summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorHuang Ying <ying.huang@intel.com>2008-10-31 09:48:15 +0800
committerIngo Molnar <mingo@elte.hu>2008-10-31 10:01:57 +0100
commit9868ee63b896ee4d2ceb8c292e88d7f4e66caaf9 (patch)
tree688fff3c2f44fa260a3a05589fa8b7529ddc9fb8 /tools/perf/scripts/python
parent92be3d6bdf2cb34972ab50e12ad4da1076e690da (diff)
downloadkernel-9868ee63b896ee4d2ceb8c292e88d7f4e66caaf9.tar.gz
kexec/i386: setup kexec page table in C
Impact: change the kexec bootstrap code implementation from assembly to C This patch transforms the kexec page tables setup code from assembler code to C code in machine_kexec_prepare. This improves readability and reduces code line number. Signed-off-by: Huang Ying <ying.huang@intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
> 2021-09-22isystem: delete global -isystem compile optionAlexey Dobriyan 2021-01-04lib/raid6: Let $(UNROLL) rules work with macOS userlandJohn Millikin 2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld 2020-04-09x86: remove always-defined CONFIG_AS_SSSE3Masahiro Yamada 2020-04-09lib/raid6/test: fix build on distros whose /bin/sh is not bashMasahiro Yamada 2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada 2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada 2020-01-13md/raid6: fix algorithm choice under larger PAGE_SIZEZhengyuan Liu 2020-01-13raid6/test: fix a compilation warningZhengyuan Liu 2019-12-09lib: raid6: fix awk build warningsGreg Kroah-Hartman