aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland6-19/+19
2019-08-14arm64: memory: fix flipped VA space falloutMark Rutland2-2/+2
2019-08-14arm64: memory: Cosmetic cleanupsWill Deacon1-12/+11
2019-08-14arm64: memory: Add comments to end of non-trivial #ifdef blocksWill Deacon1-6/+8
2019-08-14arm64: memory: Implement __tag_set() as common functionWill Deacon1-7/+7
2019-08-14arm64: memory: Simplify _VA_START and _PAGE_OFFSET definitionsWill Deacon1-4/+2
2019-08-14arm64: memory: Simplify virt_to_page() implementationWill Deacon1-1/+1
2019-08-14arm64: memory: Rewrite default page_to_virt()/virt_to_page()Will Deacon1-11/+10
2019-08-14arm64: memory: Ensure address tag is masked in conversion macrosWill Deacon1-2/+3
2019-08-14arm64: memory: Fix virt_addr_valid() using __is_lm_address()Will Deacon1-8/+8
2019-08-14Merge tag 'common/for-v5.4-rc1/cpu-topology' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux into for-next/cpu-topologyWill Deacon12-486/+514
2019-08-13arm64: constify sys64_hook instancesMark Rutland1-5/+5
2019-08-13arm64: constify aarch64_insn_encoding_class[]Mark Rutland1-1/+1
2019-08-13arm64: constify icache_policy_str[]Mark Rutland1-1/+1
2019-08-13arm64: prefer __section from compiler_attributes.hNick Desaulniers2-2/+2
2019-08-12arm64: topology: Use PPTT to determine if PE is a threadJeremy Linton1-4/+15
2019-08-12ACPI/PPTT: Add support for ACPI 6.3 thread flagJeremy Linton2-1/+57
2019-08-09PSCI: cpuidle: Refactor CPU suspend power_state parameter handlingLorenzo Pieralisi5-160/+154
2019-08-09ARM: psci: cpuidle: Enable PSCI CPUidle driverLorenzo Pieralisi4-18/+5
2019-08-09ARM: psci: cpuidle: Introduce PSCI CPUidle driverLorenzo Pieralisi4-0/+170
2019-08-09drivers: firmware: psci: Decouple checker from generic ARM CPUidleLorenzo Pieralisi1-9/+7
2019-08-09ARM: cpuidle: Remove overzealous error loggingLorenzo Pieralisi1-3/+9
2019-08-09ARM: cpuidle: Remove useless header includeLorenzo Pieralisi1-1/+0
2019-08-09arm64: mm: Really fix sparse warning in untagged_addr()Will Deacon1-1/+1
2019-08-09arm64: mm: Simplify definition of virt_addr_valid()Will Deacon1-4/+2
2019-08-09docs: arm64: Add layout and 52-bit info to memory documentSteve Capper1-28/+95
2019-08-09arm64: mm: Remove vabits_userSteve Capper7-16/+5
2019-08-09arm64: mm: Introduce 52-bit Kernel VAsSteve Capper8-22/+39
2019-08-09arm64: mm: Modify calculation of VMEMMAP_SIZESteve Capper1-1/+8
2019-08-09arm64: mm: Separate out vmemmapSteve Capper2-2/+7
2019-08-09arm64: mm: Logic to make offset_ttbr1 conditionalSteve Capper4-10/+18
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper8-17/+31
2019-08-09arm64: mm: Introduce VA_BITS_MINSteve Capper6-9/+17
2019-08-09arm64: dump: De-constify VA_START and KASAN_SHADOW_STARTSteve Capper1-3/+16
2019-08-09arm64: kasan: Switch to using KASAN_SHADOW_OFFSETSteve Capper5-18/+51
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper8-22/+16
2019-08-09arm64: mm: Remove bit-masking optimisations for PAGE_OFFSET and VMEMMAP_STARTSteve Capper1-6/+5
2019-08-07arm64/ptrace: Fix typoes in sve_set() commentJulien Grall1-1/+1
2019-08-07arm64: mm: print hexadecimal EC value in mem_abort_decode()Miles Chen1-2/+2
2019-08-07arm64/prefetch: fix a -Wtype-limits warningQian Cai2-11/+12
2019-08-07init/Kconfig: Fix infinite Kconfig recursion on PPCWill Deacon1-1/+1
2019-08-07arm64: Add support for function error injectionLeo Yan4-0/+26
2019-08-07error-injection: Consolidate override function definitionLeo Yan4-29/+9
2019-08-06selftests, arm64: add a selftest for passing tagged pointers to kernelAndrey Konovalov4-0/+53
2019-08-06arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas7-1/+111
2019-08-06arm64: untag user pointers in access_ok and __uaccess_mask_ptrAndrey Konovalov2-4/+8
2019-08-05arm64: Add support for relocating the kernel with RELR relocationsPeter Collingbourne7-6/+137
2019-08-05arm64: Move TIF_* documentation to individual definitionsGeert Uytterhoeven1-18/+7
2019-08-05arm64: mm: free the initrd reserved memblock in a aligned mannerJunhua Huang1-1/+5
2019-08-05arm64: io: Relax implicit barriers in default I/O accessorsWill Deacon1-2/+2