summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | arm64: Fix size of __early_cpu_boot_statusArun KS2019-05-011-1/+1
| * | | | | | | arm64: mm: Remove pte_unmap_nested()Qian Cai2019-04-301-2/+0
| * | | | | | | arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variableQian Cai2019-04-301-1/+2
| * | | | | | | arm64: compat: Reduce address limit for 64K pagesVincenzo Frascino2019-04-301-1/+1
| * | | | | | | arm64: arch_timer: Ensure counter register reads occur with seqlock heldWill Deacon2019-04-302-6/+42
| * | | | | | | arm64: mmap: Ensure file offset is treated as unsignedBoyang Zhou2019-04-291-1/+1
| * | | | | | | arm64: Kconfig: Tidy up errata workaround help textWill Deacon2019-04-291-16/+13
| * | | | | | | arm64: sysreg: Make mrs_s and msr_s macros work with Clang and LTOKees Cook2019-04-253-19/+38
| * | | | | | | arm64: Expose SVE2 features for userspaceDave Martin2019-04-236-1/+51
| * | | | | | | arm64: Kconfig: Make CONFIG_COMPAT a menuconfig entryWill Deacon2019-04-231-55/+58
| * | | | | | | arm64: compat: Add KUSER_HELPERS config optionVincenzo Frascino2019-04-234-5/+39
| * | | | | | | arm64: compat: Refactor aarch32_alloc_vdso_pages()Vincenzo Frascino2019-04-231-26/+26
| * | | | | | | arm64: compat: Split kuser32Vincenzo Frascino2019-04-233-57/+50
| * | | | | | | arm64: compat: Alloc separate pages for vectors and sigpageVincenzo Frascino2019-04-234-34/+93
| * | | | | | | arm64: vdso: Fix clock_getres() for CLOCK_REALTIMEVincenzo Frascino2019-04-164-5/+8
| * | | | | | | arm64: Use the correct style for SPDX License IdentifierNishad Kamdar2019-04-164-4/+4
| * | | | | | | arm64: instrument smp_{load_acquire,store_release}Mark Rutland2019-04-161-9/+15
| * | | | | | | arm64: mm: check virtual addr in virt_to_page() if CONFIG_DEBUG_VIRTUAL=yMiles Chen2019-04-161-1/+1
| * | | | | | | arm64: Advertise ARM64_HAS_DCPODP cpu featureAndrew Murray2019-04-162-1/+12
| * | | | | | | arm64: add CVADP support to the cache maintenance helperAndrew Murray2019-04-161-0/+4
| * | | | | | | arm64: Expose DC CVADP to userspaceAndrew Murray2019-04-164-0/+8
| * | | | | | | arm64: Handle trapped DC CVADPAndrew Murray2019-04-162-1/+5
| * | | | | | | arm64: HWCAP: encapsulate elf_hwcapAndrew Murray2019-04-163-17/+38
| * | | | | | | arm64: HWCAP: add support for AT_HWCAP2Andrew Murray2019-04-1613-60/+112
| * | | | | | | arm64: ptrace: Add function argument access APIMasami Hiramatsu2019-04-122-0/+23
| * | | | | | | arm64: vdso: use $(LD) instead of $(CC) to link VDSOMasahiro Yamada2019-04-111-10/+3
| * | | | | | | arm64: compat: Reduce address limitVincenzo Frascino2019-04-101-0/+8
| * | | | | | | arm64: Save and restore OSDLR_EL1 across suspend/resumeJean-Philippe Brucker2019-04-091-16/+18
| * | | | | | | arm64: Clear OSDLR_EL1 on CPU bootJean-Philippe Brucker2019-04-091-0/+1
| * | | | | | | arm64: mm: Consolidate early page table allocationWill Deacon2019-04-091-11/+7
| * | | | | | | arm64: mm: enable per pmd page table lockYu Zhao2019-04-093-2/+18
| * | | | | | | KVM: ARM: Remove pgtable page standard functions from stage-2 page tablesAnshuman Khandual2019-04-092-4/+4
| * | | | | | | arm64: mm: don't call page table ctors for init_mmYu Zhao2019-04-091-2/+13
| * | | | | | | arm64: mm: use appropriate ctors for page tablesYu Zhao2019-04-091-12/+24
| * | | | | | | arm64: debug: Clean up brk_handler()Will Deacon2019-04-091-6/+4
| * | | | | | | arm64: probes: Move magic BRK values into brk-imm.hWill Deacon2019-04-097-12/+11
| * | | | | | | arm64: debug: Remove redundant user_mode(regs) checks from debug handlersWill Deacon2019-04-094-27/+5
| * | | | | | | arm64: kprobes: Avoid calling kprobes debug handlers explicitlyWill Deacon2019-04-093-14/+14
| * | | | | | | arm64: debug: Separate debug hooks based on target exception levelWill Deacon2019-04-096-58/+95
| * | | | | | | arm64: debug: Remove meaningless commentWill Deacon2019-04-091-5/+0
| * | | | | | | arm64: debug: Rename addr parameter for non-watchpoint exception hooksWill Deacon2019-04-091-2/+2
| * | | | | | | arm64: debug: Remove unused return value from do_debug_exception()Will Deacon2019-04-091-10/+4
| * | | | | | | arm64: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe2019-04-092-4/+4
| * | | | | | | arm64: Use defines instead of magic numbersAlexandru Elisei2019-04-052-7/+7
| * | | | | | | arm64: vdso: fix and clean-up MakefileMasahiro Yamada2019-04-031-5/+3
| * | | | | | | arm64: mm: Ensure we ignore the initrd if it is placed out of rangeWill Deacon2019-04-031-1/+1
| * | | | | | | arm64: cpu_ops: fix a leaked reference by adding missing of_node_putWen Yang2019-04-031-0/+1
| * | | | | | | arm64: mm: Make show_pte() a static functionWill Deacon2019-04-032-2/+1
| * | | | | | | arm64/vdso: don't leak kernel addressesMatteo Croce2019-04-031-2/+0
| * | | | | | | arm64: setup min_low_pfnMiles Chen2019-04-031-0/+1