summaryrefslogtreecommitdiff
path: root/arch
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] arm64: fix get_kaslr_offset_arm64() to return kaslr_offset correctlyKazuhito Hagio2019-07-29
* [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] ppc64: fix a typo for checking the file pointer for nullNisha Parrakat2019-02-14
* [PATCH] Some improvements of debugging messagesKazuhito Hagio2018-12-07
* [PATCH] ppc64: increase MAX_PHYSMEM_BITS to 2PBHari Bathini2018-12-05
* [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
* [PATCH] arm64: restore info->page_offset and implement paddr_to_vaddr_arm64()Kazuhito Hagio2018-11-16
* [PATCH] ppc64: increase MAX_PHYSMEM_BITS to 128TBHari Bathini2018-09-26
* [PATCH] arm64: Add runtime kaslr offset if it existsBhupesh Sharma2018-08-20
* [PATCH] arm64: Get 'info->page_offset' from PT_LOAD segments to support KASLR...Bhupesh Sharma2018-08-02
* [PATCH] arm64: Fix calculation of page_offset in case we are running cases ot...Bhupesh Sharma2018-07-03
* [PATCH] makedumpfile/ppc64: Increase the VA rangeHari Bathini2018-06-25
* 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
* arm64: Add support to read symbols like _stext from '/proc/kallsyms'Bhupesh Sharma2018-04-03
* [PATCH] handle renamed init_level4_pgt -> init_top_pgtJeff Mahoney2018-01-23
* [PATCH] ppc64: update hash page table geometryHari Bathini2018-01-23
* [PATCH v3 2/4] Introduce vtop4_x86_64_pagetableTakao Indoh2018-01-23
* [PATCH v2] book3s/ppc64: Lower the max real address to 53 bits for kernels >=...Bhupesh Sharma2018-01-23
* [PATCH v2 2/2] ppc64: get the info of mem reserved for crashkernelPingfan Liu2018-01-23
* [PATCH v2 1/2] ppc64: set page_offset in get_versiondep_info_ppc64()Pingfan Liu2018-01-23
* [PATCH v2] arm64: Fix page table walk of 1GB sectionBradley Bolen2018-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] Add initial sparc64 supportTom Hromatka2017-05-17
* [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 10/10] arm64: fix memory layout as per changes in v4.6 kernelPratyush Anand2016-11-17
* [PATCH 09/10] arm64: Add support for 4level 4K page translations tableAzriel Samson2016-11-17
* [PATCH 08/10] arm64: immunize identity mapped address finding w.r.t. kernel c...Pratyush Anand2016-11-17
* [PATCH 07/10] arm64: use value of VA_BITS and PHYS_OFFSET embedded into vmcorePratyush Anand2016-11-17
* [PATCH 06/10] arm64: fix re-filteringPratyush Anand2016-11-17
* [PATCH 05/10] arm64: fix page_offset definitionPratyush Anand2016-11-17
* [PATCH 04/10] arm64: use already available PAGESIZE() and PAGESHIFT() macrosPratyush Anand2016-11-17
* [PATCH 01/10] arm64: cleanup code, comment, blank space, blank lines etcPratyush Anand2016-11-17
* [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 8/8] ppc64: enable address translation support for radix mmuHari Bathini2016-10-14