summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-22BACKPORT: arm64: add support for kernel ASLRArd Biesheuvel
2016-09-22UPSTREAM: arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel
2016-09-22UPSTREAM: arm64: switch to relative exception tablesArd Biesheuvel
2016-09-22UPSTREAM: extable: add support for relative extables to search and sort routinesArd Biesheuvel
2016-09-22UPSTREAM: scripts/sortextable: add support for ET_DYN binariesArd Biesheuvel
2016-09-22UPSTREAM: arm64: futex.h: Add missing PAN togglingJames Morse
2016-09-22UPSTREAM: arm64: make asm/elf.h available to asm filesArd Biesheuvel
2016-09-22UPSTREAM: arm64: avoid dynamic relocations in early boot codeArd Biesheuvel
2016-09-22UPSTREAM: arm64: avoid R_AARCH64_ABS64 relocations for Image header fieldsArd Biesheuvel
2016-09-22UPSTREAM: arm64: add support for module PLTsArd Biesheuvel
2016-09-22UPSTREAM: arm64: move brk immediate argument definitions to separate headerArd Biesheuvel
2016-09-22UPSTREAM: arm64: mm: use bit ops rather than arithmetic in pa/va translationsArd Biesheuvel
2016-09-22UPSTREAM: arm64: mm: only perform memstart_addr sanity check if DEBUG_VMArd Biesheuvel
2016-09-22UPSTREAM: arm64: User die() instead of panic() in do_page_fault()Catalin Marinas
2016-09-22UPSTREAM: arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel
2016-09-22UPSTREAM: arm64: defer __va translation of initrd_start and initrd_endArd Biesheuvel
2016-09-22UPSTREAM: arm64: move kernel image to base of vmalloc areaArd Biesheuvel
2016-09-22BACKPORT: arm64: kvm: deal with kernel symbols outside of linear mappingArd Biesheuvel
2016-09-22UPSTREAM: arm64: decouple early fixmap init from linear mappingArd Biesheuvel
2016-09-22UPSTREAM: arm64: pgtable: implement static [pte|pmd|pud]_offset variantsArd Biesheuvel
2016-09-22UPSTREAM: arm64: introduce KIMAGE_VADDR as the virtual base of the kernel regionArd Biesheuvel
2016-09-22BACKPORT: arm64: add support for ioremap() block mappingsArd Biesheuvel
2016-09-22BACKPORT: arm64: prevent potential circular header dependencies in asm/bug.hArd Biesheuvel
2016-09-22UPSTREAM: of/fdt: factor out assignment of initrd_start/initrd_endArd Biesheuvel
2016-09-22UPSTREAM: of/fdt: make memblock minimum physical address arch configurableArd Biesheuvel
2016-09-22UPSTREAM: arm64: Remove the get_thread_info() functionCatalin Marinas
2016-09-22BACKPORT: arm64: kernel: Don't toggle PAN on systems with UAOJames Morse
2016-09-22UPSTREAM: arm64: cpufeature: Test 'matches' pointer to find the end of the listJames Morse
2016-09-22UPSTREAM: arm64: kernel: Add support for User Access OverrideJames Morse
2016-09-22UPSTREAM: arm64: add ARMv8.2 id_aa64mmfr2 boiler plateJames Morse
2016-09-22UPSTREAM: arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse
2016-09-22UPSTREAM: arm64: use local label prefixes for __reg_num symbolsArd Biesheuvel
2016-09-22UPSTREAM: arm64: vdso: Mark vDSO code as read-onlyDavid Brown
2016-09-22UPSTREAM: arm64: ubsan: select ARCH_HAS_UBSAN_SANITIZE_ALLYang Shi
2016-09-22UPSTREAM: arm64: ptdump: Indicate whether memory should be faultingLaura Abbott
2016-09-22UPSTREAM: arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOCLaura Abbott
2016-09-22UPSTREAM: arm64: mm: avoid calling apply_to_page_range on empty rangeMika Penttilä
2016-09-22UPSTREAM: arm64: Drop alloc function from create_mappingLaura Abbott
2016-09-22UPSTREAM: arm64: prefetch: add missing #include for spin_lock_prefetchWill Deacon
2016-09-22UPSTREAM: arm64: lib: patch in prfm for copy_page if requestedAndrew Pinski
2016-09-22UPSTREAM: arm64: lib: improve copy_page to deal with 128 bytes at a timeWill Deacon
2016-09-22UPSTREAM: arm64: prefetch: add alternative pattern for CPUs without a prefetcherWill Deacon
2016-09-22UPSTREAM: arm64: prefetch: don't provide spin_lock_prefetch with LSEWill Deacon
2016-09-22UPSTREAM: arm64: allow vmalloc regions to be set with set_memory_*Ard Biesheuvel
2016-09-22BACKPORT: arm64: kernel: implement ACPI parking protocolLorenzo Pieralisi
2016-09-21sched: Add Kconfig option DEFAULT_USE_ENERGY_AWARE to set ENERGY_AWARE featur...John Stultz
2016-09-21sched/fair: remove printk while schedule is in progressCaesar Wang
2016-09-20ANDROID: fs: FS tracepoints to track IO.Mohan Srinivasan
2016-09-20sched/walt: Drop arch-specific timer accessChris Redpath
2016-09-20ANDROID: fiq_debugger: Pass task parameter to unwind_frame()Jeff Vander Stoep