summaryrefslogtreecommitdiffstats
path: root/scripts/patch-kernel (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-01tools/power turbostat: skip unused counters on BDXLen Brown1-0/+17
2017-03-01tools/power turbostat: fix decoding for GLM, DNV, SKX turbo-ratio limitsLen Brown1-23/+67
2017-03-01tools/power turbostat: skip unused counters on SKXLen Brown1-0/+18
2017-03-01tools/power turbostat: Denverton: use HW CC1 counter, skip C3, C7Len Brown1-0/+20
2017-03-01tools/power turbostat: initial Gemini Lake SOC supportLen Brown1-0/+5
2017-03-01x86: intel-family.h: Add GEMINI_LAKE SOCLen Brown1-0/+1
2017-03-01tools/power turbostat: bug fixes to --add, --show/--hide featuresLen Brown1-61/+77
2017-03-01tools/power turbostat: use tsc_tweak everwhere it is neededLen Brown1-23/+25
2017-03-01tools/power turbostat: print system config, unless --quietLen Brown2-60/+52
2017-03-01tools/power turbostat: show all columns, independent of --debugLen Brown1-7/+0
2017-03-01tools/power turbostat: decode MSR_MISC_FEATURE_CONTROLLen Brown1-0/+24
2017-03-01x86 msr_index.h: Define MSR_MISC_FEATURE_CONTROLLen Brown1-0/+1
2017-03-01tools/power turbostat: decode CPUID(6).TURBOLen Brown1-1/+4
2017-03-01tools/power turbostat: dump Atom P-states correctlyLen Brown1-21/+82
2017-03-01intel_pstate: use MSR_ATOM_RATIOS definitions from msr-index.hLen Brown1-10/+5
2017-03-01x86 msr-index.h: Define Atom specific core ratio MSR locationsLen Brown1-0/+6
2017-03-01tools/power turbostat: further decode MSR_IA32_MISC_ENABLELen Brown1-4/+6
2017-03-01tools/power turbostat: add precision to --debug frequency outputLen Brown1-21/+21
2017-03-01tools/power turbostat: Baytrail c-state supportLen Brown2-9/+39
2017-03-01x86: msr-index.h: Remove unused MSR_NHM_SNB_PKG_CST_CFG_CTLLen Brown1-1/+0
2017-03-01tools/power turbostat: use new name for MSR_PKG_CST_CONFIG_CONTROLLen Brown1-5/+5
2017-03-01intel_idle: use new name for MSR_PKG_CST_CONFIG_CONTROLLen Brown1-3/+3
2017-03-01x86: msr-index.h: Define MSR_PKG_CST_CONFIG_CONTROLLen Brown1-0/+1
2017-02-25tools/power turbostat: update MSR_PKG_CST_CONFIG_CONTROL decodingLen Brown1-1/+1
2017-02-25tools/power turbostat: Baytrail: remove debug line in quiet modeLen Brown1-1/+2
2017-02-25tools/power turbostat: decode Baytrail CC6 and MC6 demotion configurationLen Brown1-0/+42
2017-02-25tools/power turbostat: BYT does not have MSR_MISC_PWR_MGMTLen Brown1-2/+10
2017-02-25tools/power turbostat: Add --show and --hide parametersLen Brown2-120/+347
2017-02-25tools/power turbostat: fix bugs in --add optionLen Brown1-36/+52
2017-02-19Linux 4.10v4.10Linus Torvalds1-1/+1
2017-02-19Fix missing sanity check in /dev/sgAl Viro1-0/+4
2017-02-19scsi: don't BUG_ON() empty DMA transfersJohannes Thumshirn1-1/+2
2017-02-19ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn1-2/+4
2017-02-19printk: use rcuidle console tracepointSergey Senozhatsky1-1/+1
2017-02-18ARM: multi_v7_defconfig: enable Qualcomm RPMCCAndy Gross1-0/+1
2017-02-17irda: Fix lockdep annotations in hashbin_delete().David S. Miller1-18/+16
2017-02-17vxlan: fix oops in dev_fill_metadata_dstPaolo Abeni1-2/+4
2017-02-17dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov1-1/+2
2017-02-17dpaa_eth: small leak on errorDan Carpenter1-1/+1
2017-02-17packet: Do not call fanout_release from atomic contextsAnoob Soman1-9/+22
2017-02-17reset: fix shared reset triggered_count decrement on errorJerome Brunet1-1/+1
2017-02-17ntb: ntb_hw_intel: link_poll isn't clearing the pending status properlyDave Jiang1-1/+23
2017-02-17ntb_transport: Pick an unused queueThomas VanSelus1-1/+1
2017-02-17ntb: ntb_perf missing dmaengine_unmap_putDave Jiang1-0/+2
2017-02-17NTB: ntb_transport: fix debugfs_remove_recursiveAllen Hubbe1-2/+1
2017-02-16Revert "nohz: Fix collision between tick and other hrtimers"Linus Torvalds2-14/+2
2017-02-16vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi1-0/+1
2017-02-16drm/radeon: Use mode h/vdisplay fields to hide out of bounds HW cursorMichel Dänzer1-2/+2
2017-02-16ARM: 8658/1: uaccess: fix zeroing of 64-bit get_user()Kees Cook1-1/+1
2017-02-16ARM: 8657/1: uaccess: consistently check object sizesKees Cook1-12/+32