Show patches with: Submitter = Mark Rutland       |    Archived = No       |   275 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[PATCHv2,1/4] arm64: add MIDR_EL1 field accessors --- 2014-06-17 Mark Rutland Superseded
[PATCHv2,2/4] arm64: cpuinfo: print info for all CPUs --- 2014-06-17 Mark Rutland New
[PATCHv2,3/4] arm64: cachetype: report weakest cache policy --- 2014-06-17 Mark Rutland New
[PATCHv2,4/4] arm64: add runtime system sanity checks --- 2014-06-17 Mark Rutland New
[PATCHv3,1/4] arm64: head.S: remove unnecessary function alignment --- 2014-06-19 Mark Rutland Superseded
[PATCHv3,2/4] arm64: place initial page tables above the kernel --- 2014-06-19 Mark Rutland New
[PATCHv3,3/4] arm64: Update the Image header --- 2014-06-19 Mark Rutland New
[PATCHv3,4/4] arm64: Enable TEXT_OFFSET fuzzing --- 2014-06-19 Mark Rutland New
[PATCHv4,1/4] arm64: head.S: remove unnecessary function alignment --- 2014-06-24 Mark Rutland Accepted
[PATCHv4,2/4] arm64: place initial page tables above the kernel --- 2014-06-24 Mark Rutland Accepted
[PATCHv4,3/4] arm64: Update the Image header --- 2014-06-24 Mark Rutland Accepted
[PATCHv4,4/4] arm64: Enable TEXT_OFFSET fuzzing --- 2014-06-24 Mark Rutland Accepted
arm: vmlinux.lds.S: drop redundant .comment --- 2014-06-24 Mark Rutland Accepted
[PATCHv3,1/5] arm64: add MIDR_EL1 field accessors --- 2014-06-26 Mark Rutland Superseded
[PATCHv3,2/5] arm64: cpuinfo: record cpu system register values --- 2014-06-26 Mark Rutland New
[PATCHv3,3/5] arm64: cpuinfo: print info for all CPUs --- 2014-06-26 Mark Rutland New
[PATCHv3,4/5] arm64: cachetype: report weakest cache policy --- 2014-06-26 Mark Rutland New
[PATCHv3,5/5] arm64: add runtime system sanity checks --- 2014-06-26 Mark Rutland New
[1/8] arm: perf: move event map macros to pmu.h --- 2014-07-01 Mark Rutland Accepted
[2/8] arm: perf: add macros for empty event mappings --- 2014-07-01 Mark Rutland Accepted
[3/8] arm: perf: armv7: condense event maps --- 2014-07-01 Mark Rutland Accepted
[4/8] arm: perf: armv6: condense event maps --- 2014-07-01 Mark Rutland Accepted
[5/8] arm: perf: xscale: condense event maps --- 2014-07-01 Mark Rutland Accepted
[6/8] arm: perf: clean up PMU names --- 2014-07-01 Mark Rutland Accepted
[7/8] arm: perf: add more specific platform device IDs --- 2014-07-01 Mark Rutland Accepted
[8/8] arm: perf: krait: stop using singleton PMU --- 2014-07-01 Mark Rutland Accepted
efi/arm64: efistub: don't abort if base of DRAM is occupied --- 2014-07-15 Mark Rutland New
[PATCHv4,1/5] arm64: add MIDR_EL1 field accessors --- 2014-07-16 Mark Rutland Accepted
[PATCHv4,2/5] arm64: cpuinfo: record cpu system register values --- 2014-07-16 Mark Rutland Accepted
[PATCHv4,3/5] arm64: cachetype: report weakest cache policy --- 2014-07-16 Mark Rutland Accepted
[PATCHv4,4/5] arm64: add runtime system sanity checks --- 2014-07-16 Mark Rutland Accepted
[PATCHv4,5/5] arm64: cpuinfo: print info for all CPUs --- 2014-07-16 Mark Rutland New
[PATCHv4,5/5] arm64: cpuinfo: print info for all CPUs --- 2014-07-18 Mark Rutland New
[1/2] ARM: abort: don't clear the exclusive monitors --- 2014-08-11 Mark Rutland Accepted
[2/2] ARM: errata: work around Cortex-A15 erratum 830321 using dummy strex --- 2014-08-11 Mark Rutland Accepted
[11/14] arm64: dts: Add initial device tree support for EXYNOS7 --- 2014-08-28 Mark Rutland New
Doc: dt: arch_timer: discourage clock-frequency use --- 2014-08-28 Mark Rutland New
[1/2] arm64: psci: respect MIGRATE_INFO_TYPE --- 2014-09-05 Mark Rutland New
[2/2] arm: psci: don't call CPU_OFF blindly --- 2014-09-05 Mark Rutland New
[1/1] bus: cci: move away from arm_pmu framework --- 2014-10-20 Mark Rutland Accepted
efi: efi-stub: notify on DTB absence --- 2014-10-20 Mark Rutland New
[1/8] arm: perf: factor out callchain code --- 2014-10-21 Mark Rutland Accepted
[2/8] arm: perf: make PMU probing data-driven --- 2014-10-21 Mark Rutland New
[3/8] arm: perf: use IDR types for CPU PMUs --- 2014-10-21 Mark Rutland New
[4/8] arm: perf: limit size of accounting data --- 2014-10-21 Mark Rutland Superseded
[5/8] arm: perf: kill get_hw_events() --- 2014-10-21 Mark Rutland Superseded
[6/8] arm: perf: fold percpu_pmu into pmu_hw_events --- 2014-10-21 Mark Rutland Superseded
[7/8] arm: perf: dynamically allocate cpu hardware data --- 2014-10-21 Mark Rutland New
[8/8] arm: perf: fold hotplug notifier into arm_pmu --- 2014-10-21 Mark Rutland Accepted
[PATCHv2] efi: efi-stub: notify on DTB absence --- 2014-10-23 Mark Rutland Superseded
[06/10] arm64/efi: use UEFI memory map unconditionally if available --- 2014-10-23 Mark Rutland New
[RFC,1/1] arm64: Fix up /proc/cpuinfo --- 2014-10-24 Mark Rutland New
[PATCHv2,1/9] arm: perf: factor out callchain code --- 2014-10-27 Mark Rutland New
[PATCHv2,2/9] arm: perf: add missing pr_info newlines --- 2014-10-27 Mark Rutland Accepted
[PATCHv2,3/9] arm: perf: make PMU probing data-driven --- 2014-10-27 Mark Rutland Accepted
[PATCHv2,4/9] arm: perf: use IDR types for CPU PMUs --- 2014-10-27 Mark Rutland Accepted
[PATCHv2,5/9] arm: perf: limit size of accounting data --- 2014-10-27 Mark Rutland Accepted
[PATCHv2,6/9] arm: perf: kill get_hw_events() --- 2014-10-27 Mark Rutland Accepted
[PATCHv2,7/9] arm: perf: fold percpu_pmu into pmu_hw_events --- 2014-10-27 Mark Rutland Accepted
[PATCHv2,8/9] arm: perf: dynamically allocate cpu hardware data --- 2014-10-27 Mark Rutland Accepted
[PATCHv2,9/9] arm: perf: fold hotplug notifier into arm_pmu --- 2014-10-27 Mark Rutland New
arm64: KVM: fix unmapping with 48-bit VAs --- 2014-10-28 Mark Rutland Superseded
[01/11] of: Add empty of_get_next_parent stub --- 2014-11-07 Mark Rutland New
[02/11] perf: allow for PMU-specific event filtering --- 2014-11-07 Mark Rutland New
[03/11] arm: perf: treat PMUs as CPU affine --- 2014-11-07 Mark Rutland New
[04/11] arm: perf: filter unschedulable events --- 2014-11-07 Mark Rutland Accepted
[05/11] arm: perf: reject multi-pmu groups --- 2014-11-07 Mark Rutland New
[06/11] arm: perf: probe number of counters on affine CPUs --- 2014-11-07 Mark Rutland New
[07/11] arm: perf: document PMU affinity binding --- 2014-11-07 Mark Rutland New
[08/11] arm: perf: add functions to parse affinity from dt --- 2014-11-07 Mark Rutland New
[09/11] arm: perf: parse cpu affinity from dt --- 2014-11-07 Mark Rutland New
[10/11] arm: perf: remove singleton PMU restriction --- 2014-11-07 Mark Rutland Accepted
[11/11] arm: dts: vexpress: describe all PMUs in TC2 dts --- 2014-11-07 Mark Rutland New
arm64: efi: Fix stub cache maintenance --- 2014-11-12 Mark Rutland Accepted
[1/6] arm: realview: specify PMU types --- 2014-11-19 Mark Rutland Accepted
[2/6] arm: pxa: specify PMUs are for XScale CPUs --- 2014-11-19 Mark Rutland Accepted
[3/6] arm: vexpress: specify PMUs are for ARMv7 CPUs --- 2014-11-19 Mark Rutland New
[4/6] arm: iop: specify PMUs are for XScale CPUs --- 2014-11-19 Mark Rutland Accepted
[5/6] arm: shmobile: specify PMUs are for ARMv7 CPUs --- 2014-11-19 Mark Rutland Accepted
[6/6] arm: omap: specify PMUs are for ARMv7 CPUs --- 2014-11-19 Mark Rutland Accepted
arm-cci: simplify sysfs attr handling --- 2015-09-29 Mark Rutland Accepted
[PATCHv4,1/6] arm64: perf: move to shared arm_pmu framework --- 2015-10-02 Mark Rutland New
[PATCHv4,2/6] arm64: perf: add Cortex-A53 support --- 2015-10-02 Mark Rutland New
[PATCHv4,3/6] arm64: perf: add Cortex-A57 support --- 2015-10-02 Mark Rutland New
[PATCHv4,4/6] arm64: dts: juno: describe PMUs separately --- 2015-10-02 Mark Rutland New
[PATCHv4,5/6] MAINTAINERS: update ARM PMU profiling and debugging for arm64 --- 2015-10-02 Mark Rutland New
[PATCHv4,6/6] MAINTAINERS: add myself as arm perf reviewer --- 2015-10-02 Mark Rutland New
arm64: Don't relocate non-existent initrd --- 2015-10-06 Mark Rutland Accepted
arm64: kvm: restore EL1N SP for panic --- 2015-10-12 Mark Rutland Accepted
[v2] arm64: Align .text section to PAGE_SIZE --- 2015-10-26 Mark Rutland New
arm64: page-align sections for DEBUG_RODATA --- 2015-10-26 Mark Rutland Accepted
[PATCHv2] drivers/perf: kill armpmu_register --- 2015-10-28 Mark Rutland Accepted
PSCI_CPU_ON flow --- 2015-11-04 Mark Rutland New
arm64: kvm: avoid %p in __kvm_hyp_panic --- 2015-11-16 Mark Rutland Accepted
arm64: kvm: report original PAR_EL1 upon panic --- 2015-11-16 Mark Rutland Accepted
arm64: efi: correctly align vaddr for runtime maps --- 2015-11-19 Mark Rutland New
[PATCHv2] arm64: efi: correctly map runtime regions --- 2015-11-20 Mark Rutland New
[1/2] arm64: mm: detect bad __create_mapping uses --- 2015-11-20 Mark Rutland Superseded
[2/2] arm64: mm: allow sections for unaligned bases --- 2015-11-20 Mark Rutland Superseded
[PATCHv3] arm64: efi: correctly map runtime regions --- 2015-11-23 Mark Rutland New
« 1 2 3 »