summaryrefslogtreecommitdiffstats
path: root/mm/pagewalk.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-21arm64: drop unused __local_flush_icache_all()Kefeng Wang1-7/+0
2016-03-21arm64: fix KASLR boot-time I-cache maintenanceMark Rutland1-2/+3
2016-03-21arm64/kernel: fix incorrect EL0 check in inv_entry macroArd Biesheuvel1-1/+1
2016-03-11arm64: kasan: Fix zero shadow mapping overriding kernel image shadowCatalin Marinas1-8/+5
2016-03-11arm64: kasan: Use actual memory node when populating the kernel image shadowCatalin Marinas1-1/+2
2016-03-11arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permissionCatalin Marinas1-1/+2
2016-03-04arm64: Fix misspellings in comments.Adam Buchbinder9-11/+11
2016-03-04arm64: efi: add missing frame pointer assignmentArd Biesheuvel1-0/+1
2016-03-04arm64: make mrs_s prefixing implicit in read_cpuidMark Rutland5-64/+64
2016-03-03arm64: enable CONFIG_DEBUG_RODATA by defaultArd Biesheuvel1-3/+3
2016-03-02arm64: Rework valid_user_regsMark Rutland4-34/+85
2016-03-02arm64: mm: check at build time that PAGE_OFFSET divides the VA space evenlyArd Biesheuvel1-0/+7
2016-03-01arm64: KVM: Move kvm_call_hyp back to its original localtionMarc Zyngier1-2/+2
2016-02-29arm64: mm: treat memstart_addr as a signed quantityArd Biesheuvel2-3/+3
2016-02-29arm64: mm: list kernel sections in orderArd Biesheuvel1-2/+2
2016-02-26arm64: lse: deal with clobbered IP registers after branch via PLTArd Biesheuvel3-25/+27
2016-02-26arm64: mm: dump: Use VA_START directly instead of private LOWEST_ADDRKefeng Wang1-3/+1
2016-02-26arm64: kconfig: add submenu for 8.2 architectural featuresWill Deacon1-0/+4
2016-02-26arm64: kernel: acpi: fix ioremap in ACPI parking protocol cpu_postbootLorenzo Pieralisi1-26/+14
2016-02-26arm64: Add support for Half precision floating pointSuzuki K Poulose3-0/+6
2016-02-26arm64: Remove fixmap include fragilityMark Rutland3-62/+94
2016-02-26arm64: Add workaround for Cavium erratum 27456Andrew Pinski5-1/+35
2016-02-26arm64: mm: Mark .rodata as ROJeremy Linton3-9/+19
2016-02-26arm64/mm: remove unnecessary boundary checkMiles Chen1-2/+0
2016-02-25arm64: Fix building error with 16KB pages and 36-bit VACatalin Marinas1-1/+1
2016-02-25arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose6-13/+19
2016-02-25arm64: capabilities: Handle sign of the feature bitSuzuki K Poulose2-17/+22
2016-02-25arm64: cpufeature: Fix the sign of feature bitsSuzuki K Poulose1-25/+25
2016-02-25arm64: cpufeature: Correct feature register tablesSuzuki K Poulose1-3/+15
2016-02-25arm64: Ensure the secondary CPUs have safe ASIDBits sizeSuzuki K Poulose3-0/+32
2016-02-25arm64: Add helper for extracting ASIDBitsSuzuki K Poulose1-13/+23
2016-02-25arm64: Enable CPU capability verification unconditionallySuzuki K Poulose2-16/+0
2016-02-25arm64: Handle early CPU boot failuresSuzuki K Poulose4-2/+107
2016-02-24arm64: Move cpu_die_early to smp.cSuzuki K Poulose3-19/+23
2016-02-24arm64: Introduce cpu_die_earlySuzuki K Poulose1-9/+15
2016-02-24arm64: Add a helper for parking CPUs in a loopSuzuki K Poulose2-4/+9
2016-02-24arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomnessArd Biesheuvel4-35/+102
2016-02-24efi: stub: use high allocation for converted command lineArd Biesheuvel2-1/+8
2016-02-24efi: stub: add implementation of efi_random_alloc()Ard Biesheuvel2-0/+104
2016-02-24efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOLArd Biesheuvel4-2/+44
2016-02-24arm64: kaslr: randomize the linear regionArd Biesheuvel2-2/+24
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel10-22/+329
2016-02-24arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel5-0/+65
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel8-51/+43
2016-02-24extable: add support for relative extables to search and sort routinesArd Biesheuvel1-9/+41
2016-02-24scripts/sortextable: add support for ET_DYN binariesArd Biesheuvel1-4/+4
2016-02-24arm64: make asm/elf.h available to asm filesArd Biesheuvel1-9/+13
2016-02-24arm64: avoid dynamic relocations in early boot codeArd Biesheuvel2-14/+27
2016-02-24arm64: avoid R_AARCH64_ABS64 relocations for Image header fieldsArd Biesheuvel3-16/+33
2016-02-24arm64: add support for module PLTsArd Biesheuvel7-1/+252