Merge tag 'v4.4.17' into linux-linaro-lsk-v4.4
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / kernel /
2016-08-11 Alex Shi Merge tag 'v4.4.17' into linux-linaro-lsk-v4.4
2016-07-29 Mark BrownMerge tag 'v4.4.16' into linux-linaro-lsk-v4.4
2016-07-29 Mark BrownMerge remote-tracking branch 'lsk/v4.4/topic/mm-kaslr...
2016-07-29 Ard Biesheuvelarm64: relocatable: deal with physically misaligned...
2016-07-29 Ard Biesheuvelarm64: don't map TEXT_OFFSET bytes below the kernel...
2016-07-29 Ard Biesheuvelarm64: kernel: replace early 64-bit literal loads with...
2016-07-29 Ard Biesheuvelarm64: kernel: perform relocation processing from ID map
2016-07-29 Ard Biesheuvelarm64: kernel: use literal for relocated address of...
2016-07-29 Ard Biesheuvelarm64: kernel: don't export local symbols from head.S
2016-07-29 Ard Biesheuvelarm64: simplify kernel segment mapping granularity
2016-07-29 Ard Biesheuvelarm64: cover the .head.text section in the .text segmen...
2016-07-29 Ard Biesheuvelarm64: move early boot code to the .init segment
2016-07-29 Jeremy Lintonarm64: mm: Mark .rodata as RO
2016-07-27 Mark Rutlandarm64: Rework valid_user_regs
2016-07-17 Alex Shi Merge tag 'v4.4.15' into linux-linaro-lsk-v4.4
2016-06-27 Alex Shi Merge tag 'v4.4.14' into linux-linaro-lsk-v4.4
2016-06-24 Catalin Marinasarm64: Provide "model name" in /proc/cpuinfo for PER_LI...
2016-06-21 Alex ShiMerge branch 'v4.4/topic/coresight' into linux-linaro...
2016-06-14 Alex Shi Merge tag 'v4.4.13' into linux-linaro-lsk-v4.4
2016-06-02 Alex Shi Merge tag 'v4.4.12' into linux-linaro-lsk-v4.4
2016-06-02 Alex ShiMerge remote-tracking branch 'v4.4/topic/coresight...
2016-06-01 Julien Grallarm64: cpuinfo: Missing NULL terminator in compat_hwcap_str
2016-05-20 Alex Shi Merge tag 'v4.4.11' into linux-linaro-lsk-v4.4
2016-05-12 Alex Shi Merge tag 'v4.4.10' into linux-linaro-lsk-v4.4
2016-05-12 Alex ShiMerge branch 'v4.4/topic/mm-kaslr' into linux-linaro...
2016-05-11 Mark Rutlandarm64: fix KASLR boot-time I-cache maintenance
2016-05-11 Yang Shiarm64: make irq_stack_ptr more robust
2016-05-11 Ard Biesheuvelarm64: kaslr: randomize the linear region
2016-05-11 Ard Biesheuvelarm64: add support for kernel ASLR
2016-05-11 Ard Biesheuvelarm64: add support for building vmlinux as a relocatabl...
2016-05-11 Ard Biesheuvelarm64: switch to relative exception tables
2016-05-11 Ard Biesheuvelarm64: avoid dynamic relocations in early boot code
2016-05-11 Ard Biesheuvelarm64: avoid R_AARCH64_ABS64 relocations for Image...
2016-05-11 Ard Biesheuvelarm64: add support for module PLTs
2016-05-11 Ard Biesheuvelarm64: allow kernel Image to be loaded anywhere in...
2016-05-11 Ard Biesheuvelarm64: introduce KIMAGE_VADDR as the virtual base of...
2016-05-11 Catalin Marinasarm64: Remove the get_thread_info() function
2016-05-11 James Morsearm64: kernel: Don't toggle PAN on systems with UAO
2016-05-11 James Morsearm64: cpufeature: Test 'matches' pointer to find the...
2016-05-11 James Morsearm64: kernel: Add support for User Access Override
2016-05-11 James Morsearm64: add ARMv8.2 id_aa64mmfr2 boiler plate
2016-05-11 James Morsearm64: cpufeature: Change read_cpuid() to use sysreg...
2016-05-11 David Brownarm64: vdso: Mark vDSO code as read-only
2016-05-11 Will Deaconarm64: prefetch: add alternative pattern for CPUs witho...
2016-05-11 Lorenzo Pieralisiarm64: kernel: implement ACPI parking protocol
2016-05-11 Mark Rutlandarm64: ensure _stext and _etext are page-aligned
2016-05-11 Mark Rutlandarm64: unmap idmap earlier
2016-05-11 Mark Rutlandarm64: unify idmap removal
2016-05-11 Mark Rutlandarm64: mm: place empty_zero_page in bss
2016-05-11 Ard Biesheuvelarm64: hide __efistub_ aliases from kallsyms
2016-05-11 Mark Rutlandarm64: head.S: use memset to clear BSS
2016-05-11 Mark Rutlandarm64: entry: remove pointless SPSR mode check
2016-05-11 Ard Biesheuvelarm64: module: avoid undefined shift behavior in reloc_...
2016-05-11 Ard Biesheuvelarm64: module: fix relocation of movz instruction with...
2016-05-11 Will Deaconarm64: traps: address fallout from printk -> pr_* conve...
2016-05-11 AKASHI Takahiroarm64: ftrace: fix a stack tracer's output under functi...
2016-05-11 AKASHI Takahiroarm64: pass a task parameter to unwind_frame()
2016-05-11 AKASHI Takahiroarm64: ftrace: modify a stack frame in a safe way
2016-05-11 James Morsearm64: remove irq_count and do_softirq_own_stack()
2016-05-11 James Morsearm64: reduce stack use in irq_handler
2016-05-11 Mark Rutlandarm64: mm: fold alternatives into .init
2016-05-11 Mark Rutlandarm64: Remove redundant padding from linker script
2016-05-11 James Morsearm64: don't call C code with el0's fp register
2016-05-11 James Morsearm64: when walking onto the task stack, check sp ...
2016-05-11 James Morsearm64: Add this_cpu_ptr() assembler macro for use in...
2016-05-11 Will Deaconarm64: irq: fix walking from irq stack to task stack
2016-05-11 James Morsearm64: Add do_softirq_own_stack() and enable irq_stacks
2016-05-11 AKASHI Takahiroarm64: Modify stack trace and dump for use with irq_stack
2016-05-11 Jungseok Leearm64: Store struct thread_info in sp_el0
2016-05-11 Catalin Marinasarm64: Add trace_hardirqs_off annotation in ret_to_user
2016-05-11 Li Binarm64: ftrace: fix the comments for ftrace_modify_code
2016-05-11 Li Binarm64: ftrace: stop using kstop_machine to enable/disab...
2016-05-11 Jisheng Zhangarm64: add __init/__initdata section marker to some...
2016-05-05 Alex ShiMerge remote-tracking branch 'lts/linux-4.4.y' into...
2016-04-21 Alex Shi Merge tag 'v4.4.8' into linux-linaro-lsk-v4.4
2016-04-20 Yang Shiarm64: replace read_lock to rcu lock in call_step_hook
2016-04-13 Alex Shi Merge tag 'v4.4.7' into linux-linaro-lsk-v4.4
2016-04-08 Alex ShiMerge remote-tracking branch 'origin/v4.4/topic/OPPv2...
2016-03-22 Alex ShiMerge branch 'v4.4/topic/ro-vdso' into linux-linaro...
2016-03-22 David Brownarm64: vdso: Mark vDSO code as read-only
2016-03-17 Mark BrownMerge remote-tracking branch 'lsk/v4.4/topic/ro-vdso...
2016-02-05 Mark BrownMerge tag 'v4.4.1' into linux-linaro-lsk-v4.4
2016-01-31 Lorenzo Pieralisiarm64: kernel: fix architected PMU registers unconditio...
2016-01-31 Lorenzo Pieralisiarm64: kernel: enforce pmuserenr_el0 initialization...
2016-01-31 John Blackwoodarm64: Clear out any singlestep state on a ptrace detac...
2016-01-09 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2016-01-09 Linus TorvaldsMerge tag 'pci-v4.4-fixes-4' of git://git./linux/kernel...
2016-01-09 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git./linux/kernel...
2016-01-08 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2016-01-08 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2016-01-07 Dave AirlieMerge branch 'linux-4.4' of git://github.com/skeggsb...
2016-01-07 Linus TorvaldsMerge tag 'for-linus-20160106' of git://git.infradead...
2016-01-05 Mark BrownMerge remote-tracking branch 'asoc/fix/rt5645' into...
2016-01-05 Mark BrownMerge remote-tracking branch 'asoc/fix/dapm' into asoc...
2016-01-05 Mark BrownMerge remote-tracking branch 'asoc/fix/arizona' into...
2015-12-31 Linus TorvaldsMerge tag 'pci-v4.4-fixes-3' of git://git./linux/kernel...
2015-12-30 David S. MillerMerge tag 'wireless-drivers-for-davem-2015-12-28' of...
2015-12-29 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2015-12-28 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2015-12-28 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git./linux/kernel...
next