aboutsummaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06arm64: ftrace: minimize ifdefferyMark Rutland1-10/+8
2019-11-06arm64: implement ftrace with regsTorsten Duwe8-25/+252
2019-11-06arm64: asm-offsets: add S_FPMark Rutland1-0/+1
2019-11-06arm64: insn: add encoder for MOV (register)Mark Rutland2-0/+16
2019-11-06arm64: module/ftrace: intialize PLT at load timeMark Rutland2-52/+35
2019-11-06arm64: module: rework special section handlingMark Rutland1-9/+26
2019-11-06module/ftrace: handle patchable-function-entryMark Rutland6-19/+20
2019-11-06ftrace: add ftrace_init_nop()Mark Rutland2-6/+35
2019-11-04perf/imx_ddr: Dump AXI ID filter info to userspaceJoakim Zhang1-0/+56
2019-11-04docs/perf: Add AXI ID filter capabilities informationJoakim Zhang1-4/+8
2019-11-04perf/imx_ddr: Add driver for DDR PMU in i.MX8MPlusJoakim Zhang1-0/+5
2019-11-04perf/imx_ddr: Add enhanced AXI ID filter supportJoakim Zhang1-21/+42
2019-11-04bindings: perf: imx-ddr: Add new compatible stringJoakim Zhang1-0/+1
2019-11-04docs/perf: Add explanation for DDR_CAP_AXI_ID_FILTER_ENHANCED quirkJoakim Zhang1-0/+5
2019-11-01arm64: perf: Simplify the ARMv8 PMUv3 event attributesShaokun Zhang1-125/+66
2019-10-29drivers/perf: Add CCPI2 PMU support in ThunderX2 UNCORE driver.Ganapatrao Prabhakerrao Kulkarni1-33/+234
2019-10-29Documentation: perf: Update documentation for ThunderX2 PMU uncore driverGanapatrao Prabhakerrao Kulkarni1-9/+11
2019-10-28Documentation: Add documentation for CCN-512 DTS bindingMarek Bykowski1-0/+1
2019-10-28perf: arm-ccn: Enable stats for CCN-512 interconnectMarek Bykowski1-0/+1
2019-10-28arm64: entry-common: don't touch daif before bp-hardeningJames Morse3-38/+30
2019-10-28arm64: Remove asmlinkage from updated functionsJames Morse5-38/+32
2019-10-28arm64: entry: convert el0_sync to CMark Rutland3-211/+227
2019-10-28arm64: entry: convert el1_sync to CMark Rutland3-71/+102
2019-10-28arm64: add local_daif_inherit()Mark Rutland1-0/+16
2019-10-28arm64: Add prototypes for functions called by entry.SJames Morse1-0/+22
2019-10-28arm64: remove __exception annotationsJames Morse6-39/+26
2019-10-28arm64: Silence clang warning on mismatched value/register sizesCatalin Marinas1-1/+1
2019-10-26arm64: Enable and document ARM errata 1319367 and 1319537Marc Zyngier2-0/+14
2019-10-26arm64: KVM: Prevent speculative S1 PTW when restoring vcpu contextMarc Zyngier2-2/+64
2019-10-26arm64: KVM: Disable EL1 PTW when invalidating S2 TLBsMarc Zyngier1-0/+23
2019-10-26arm64: KVM: Reorder system register restoration and stage-2 activationMarc Zyngier1-6/+11
2019-10-25arm64: compat: Workaround Neoverse-N1 #1542419 for compat user-spaceJames Morse1-0/+11
2019-10-25arm64: Fake the IminLine size on systems affected by Neoverse-N1 #1542419James Morse2-2/+9
2019-10-25arm64: errata: Hide CTR_EL0.DIC on systems affected by Neoverse-N1 #1542419James Morse5-2/+54
2019-10-18arm64: Add ARM64_WORKAROUND_1319367 for all A57 and A72 versionsMarc Zyngier2-4/+12
2019-10-16arm64: tags: Preserve tags for addresses translated via TTBR1Will Deacon3-8/+13
2019-10-16arm64: mm: fix inverted PAR_EL1.F checkMark Rutland1-1/+5
2019-10-16arm64: sysreg: fix incorrect definition of SYS_PAR_EL1_FYang Yingliang1-1/+1
2019-10-16arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabledJulien Thierry3-1/+20
2019-10-14arm64: hibernate: check pgd table allocationPavel Tatashin1-1/+8
2019-10-14arm64: cpufeature: Treat ID_AA64ZFR0_EL1 as RAZ when SVE is not enabledJulien Grall1-5/+10
2019-10-13Linux 5.4-rc3Linus Torvalds1-1/+1
2019-10-12tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek1-0/+1
2019-10-12tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)1-0/+2
2019-10-12tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)1-1/+1
2019-10-12recordmcount: Fix nop_mcount() functionSteven Rostedt (VMware)1-4/+1
2019-10-12tracing: Do not create tracefs files if tracefs lockdown is in effectSteven Rostedt (VMware)1-0/+4
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)10-4/+98
2019-10-12tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)6-60/+81
2019-10-12tracing: Have trace events system open call tracing_open_generic_tr()Steven Rostedt (VMware)3-15/+5