summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-06-241-1/+1
|\
| * arm64: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-241-1/+1
* | arm64: hibernate: Don't hibernate on systems with stuck CPUsJames Morse2016-06-221-0/+6
* | arm64: smp: Add function to determine if cpus are stuck in the kernelJames Morse2016-06-222-0/+30
* | arm64: mm: remove page_mapping check in __sync_icache_dcacheShaokun Zhang2016-06-211-4/+0
* | arm64: fix boot image dependencies to not generate invalid imagesMasahiro Yamada2016-06-211-1/+1
* | arm64: update ASID limitJean-Philippe Brucker2016-06-211-3/+6
|/
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2016-06-182-2/+2
|\
| * Merge tag 'gpmc-omap-fixes-for-v4.7' of https://github.com/rogerq/linux into ...Olof Johansson2016-06-181-1/+1
| |\
| * \ Merge tag 'omap-for-v4.7/fixes-powedomain' of git://git.kernel.org/pub/scm/li...Olof Johansson2016-06-1815-60/+116
| |\ \
| * | | arm64: dts: drop "arm,amba-bus" in favor of "simple-bus" part 2Masahiro Yamada2016-06-032-2/+2
* | | | arm64: kgdb: Match pstate size with gdbserver protocolDaniel Thompson2016-06-162-9/+50
* | | | arm64: spinlock: Ensure forward-progress in spin_unlock_waitWill Deacon2016-06-151-3/+24
* | | | arm64: spinlock: fix spin_unlock_wait for LSE atomicsWill Deacon2016-06-151-3/+7
* | | | arm64: spinlock: order spin_{is_locked,unlock_wait} against local locksWill Deacon2016-06-151-0/+7
* | | | arm64: mm: mark fault_info table constMark Rutland2016-06-141-1/+1
* | | | arm64: fix dump_instr when PAN and UAO are in useMark Rutland2016-06-141-13/+13
| |_|/ |/| |
* | | arm64: mm: always take dirty state from new pte in ptep_set_access_flagsWill Deacon2016-06-081-1/+1
| |/ |/|
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-06-031-0/+9
|\ \
| * | irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx erratum 23144Ganapatrao Kulkarni2016-06-021-0/+9
| |/
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-06-0313-44/+74
|\ \
| * | arm64: fix alignment when RANDOMIZE_TEXT_OFFSET is enabledMark Rutland2016-06-031-1/+3
| * | arm64: move {PAGE,CONT}_SHIFT into KconfigMark Rutland2016-06-032-10/+14
| * | arm64: mm: dump: log span levelMark Rutland2016-06-031-1/+7
| * | arm64: update stale PAGE_OFFSET commentMark Rutland2016-06-031-1/+2
| * | arm64: report CPU number in bad_modeMark Rutland2016-06-031-2/+3
| * | arm64: unistd32.h: wire up missing syscalls for compat tasksWill Deacon2016-06-012-1/+9
| * | arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasksCatalin Marinas2016-05-312-3/+9
| * | arm64: enable CONFIG_SET_MODULE_RONX by defaultMark Rutland2016-05-311-12/+13
| * | arm64: Remove orphaned __addr_ok() definitionRobin Murphy2016-05-311-13/+0
| * | Revert "arm64: hugetlb: partial revert of 66b3923a1a0f"Will Deacon2016-05-311-0/+14
| |/
* | arm64: KVM: vgic-v3: Relax synchronization when SRE==1Marc Zyngier2016-05-311-7/+16
* | arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1Marc Zyngier2016-05-311-4/+2
* | arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE valueMarc Zyngier2016-05-311-1/+12
* | KVM: arm/arm64: vgic-v3: Clear all dirty LRsChristoffer Dall2016-05-311-4/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-275-1/+29
|\
| * Merge tag 'kvm-arm-for-4-7-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-05-245-1/+29
| |\
| | * KVM: arm/arm64: vgic-new: Synchronize changes to active stateChristoffer Dall2016-05-201-0/+2
| | * KVM: arm/arm64: vgic-new: enable buildAndre Przywara2016-05-202-0/+19
| | * KVM: arm/arm64: Provide functionality to pause and resume a guestChristoffer Dall2016-05-201-0/+4
| | * KVM: arm/arm64: Export mmio_read/write_busChristoffer Dall2016-05-201-0/+3
| | * kvm: arm64: Fix EC field in inject_abt64Matt Evans2016-05-201-1/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-251-7/+7
|\ \ \
| * \ \ Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-201-7/+7
| |\ \ \
| | * | | perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo2016-05-161-2/+2
| | * | | perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-161-7/+7
* | | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2016-05-251-0/+2
|\ \ \ \ \
| * | | | | arm64: defconfig: enable Renesas Watchdog TimerWolfram Sang2016-05-141-0/+2
* | | | | | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2016-05-241-55/+68
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'renesas-arm64-dt-pm-domain-for-v4.7' of git://git.kernel.org/pub/s...Arnd Bergmann2016-05-092-54/+176
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud