summaryrefslogtreecommitdiff
path: root/arch/x86_64.c
Commit message (Expand)AuthorAge
* [PATCH] Pass 0 to get_kaslr_offset() in find_kaslr_offsets()Kazuhito Hagio2020-01-07
* [PATCH] Generalize get_kaslr_offset_arm64() for other architecturesKazuhito Hagio2020-01-07
* [PATCH] Fix inconsistent return value from find_vmemmap()Kazuhito Hagio2019-09-06
* [PATCH] x86_64: Fix incorrect exclusion by -e option with KASLRKazuhito Hagio2019-08-30
* [PATCH] x86_64: fix get_kaslr_offset_x86_64() to return kaslr_offset correctlyKazuhito Hagio2019-05-24
* [PATCH] x86_64: Add support for AMD Secure Memory EncryptionLianbo Jiang2019-03-11
* [PATCH] Some improvements of debugging messagesKazuhito Hagio2018-12-07
* [PATCH] x86_64: fix failure of getting kcore vmcoreinfo on kernel 4.19Kazuhito Hagio2018-11-21
* [PATCH] x86_64: fix an unnecessary message with --mem-usage optionKazuhito Hagio2018-11-16
* Fix -i for KASLRKazuhito Hagio2018-06-15
* PATCH 4/4 arch/x86_64: Add 5-level paging supportBaoquan He2018-06-15
* PATCH 3/4 Makedumpfile: Add a new function check_5level_paging()Baoquan He2018-06-15
* PATCH 1/4 arch/x86_64: Cleanup the address translation of the 4-level page ta...Baoquan He2018-06-15
* [PATCH] handle renamed init_level4_pgt -> init_top_pgtJeff Mahoney2018-01-23
* [PATCH v3 2/4] Introduce vtop4_x86_64_pagetableTakao Indoh2018-01-23
* [PATCH] Fix the use of Xen physical and machine addressesPetr Tesarik2017-06-08
* [PATCH v5 2/2] x86_64: Calculate page_offset in case of re-filtering/sadump/v...Pratyush Anand2017-06-08
* [PATCH v5 1/2] Add runtime kaslr offset if it existsPratyush Anand2017-06-08
* [PATCH v3 3/7] x86_64: check physical address in PT_LOAD for none direct mapp...Pratyush Anand2017-03-03
* [PATCH] x86_64: Set zero to phys_base for the kernel older than 2.6.22Atsushi Kumagai2016-12-19
* [PATCH v2 1/2] Adapt code to get value of phys_baseBaoquan He2016-11-11
* [PATCH V2 4/4] x86_64: kill some unused initializationPratyush Anand2016-11-01
* [PATCH V2 3/4] x86_64: kill is_vmalloc_addr_x86_64()Pratyush Anand2016-11-01
* [PATCH V2 2/4] x86_64: translate all VA to PA using page table valuesPratyush Anand2016-11-01
* [PATCH V2 1/4] x86_64: Calculate page_offset from pt_loadPratyush Anand2016-11-01
* [PATCH] Skip null entries to walk page tables correctlyAtsushi Kumagai2016-06-07
* [PATCH] Fix compilation warnings for x86_64Atsushi Kumagai2016-04-19
* [PATCH V7] Exclude page structures of non-dumped pages.Cliff Wickman2015-10-28
* [PATCH v6 5/8] Prepare the dump loads for kcore analysis.Baoquan He2014-09-02
* [PATCH v3 3/7] xen: Take into account new frame table address since Xen 4.3.Daniel Kiper2013-07-23
* [PATCH v3 1/7] xen: Improve calculation of beginning of virtual address space.Daniel Kiper2013-07-23
* [PATCH v3 9/9] Do not fail for symbols removed in Xen4.Petr Tesarik2012-11-16
* [PATCH v3 7/9] Support Xen4 virtuall address space layout.Petr Tesarik2012-11-16
* [PATCH v3 6/9] Fix domain pickled_id computation for xen-3.4+.Petr Tesarik2012-11-16
* [PATCH v3 5/9] Initialize phys_start during early Xen setup.Petr Tesarik2012-11-16
* [PATCH v3 4/9] Split Xen setup into early and late.Petr Tesarik2012-11-16
* [PATCH v3 3/9] Read the Xen crash ELF note into memory at startup.Petr Tesarik2012-11-16
* [PATCH] Support for x86_64 1G pages.Petr Tesarik2012-11-16
* [PATCH] Cleanup: Add elf_info.c for reducing makedumpfile.cKen'ichi Ohmichi2011-09-07
* [PATCH] Cleanup: Move architecture dependant files to "arch" directory.Ken'ichi Ohmichi2011-08-19