summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-09-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds1-13/+29
2020-09-02regmap: Add can_sleep configuration optionDmitry Osipenko1-0/+3
2020-09-02libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to SandisksTejun Heo1-0/+1
2020-09-02block: remove revalidate_disk()Christoph Hellwig1-1/+0
2020-09-02block: use revalidate_disk_size in set_capacity_revalidate_and_notifyChristoph Hellwig1-2/+2
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig1-0/+1
2020-09-02block: rename bd_invalidatedChristoph Hellwig1-1/+3
2020-09-02dma-buf: fix kernel-doc warning in <linux/dma-buf.h>Randy Dunlap1-1/+2
2020-09-02drm/i915: Fix sha_text population codeSean Paul1-0/+3
2020-09-02mtd: nand: Introduce the ECC engine frameworkMiquel Raynal1-0/+114
2020-09-02block: grant IOPRIO_CLASS_RT to CAP_SYS_NICEKhazhismel Kumykov1-0/+2
2020-09-02blk-iocost: restore inuse update tracepointsTejun Heo1-3/+3
2020-09-02blk-iocost: decouple vrate adjustment from surplus transfersTejun Heo1-9/+4
2020-09-02blk-iocost: calculate iocg->usages[] from iocg->local_stat.usage_usTejun Heo1-5/+2
2020-09-02block: remove an outdated comment on the bd_dev fieldChristoph Hellwig1-1/+1
2020-09-02block: remove the discard_alignment field from struct hd_structChristoph Hellwig2-3/+2
2020-09-02block: remove the alignment_offset field from struct hd_structChristoph Hellwig2-4/+2
2020-09-02block: Move blk_mq_bio_list_merge() into blk-merge.cBaolin Wang1-2/+0
2020-09-02block: remove the BIO_USER_MAPPED flagChristoph Hellwig1-1/+0
2020-09-02block: remove the BIO_NULL_MAPPED flagChristoph Hellwig1-1/+0
2020-09-02block: fix locking for struct block_device size updatesChristoph Hellwig1-0/+1
2020-09-02block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig1-1/+1
2020-09-02block: Make request_queue.rpm_status an enumGeert Uytterhoeven1-1/+2
2020-09-02locks: Remove extra "0x" in tracepoint format specifierChuck Lever1-4/+4
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller22-133/+967
2020-09-01Merge branch 'master' into for-nextJiri Kosina1601-20119/+57123
2020-09-01scif: Fix spelling of EACCESGeert Uytterhoeven1-4/+4
2020-09-01media: v4l2-ctrl: Add frame-skip std encoder controlStanimir Varbanov1-0/+6
2020-09-01media: v4l2-ctrls: Add encoder constant quality controlMaheshwar Ajja1-0/+2
2020-09-01media: uapi: h264: Rename and clarify PPS_FLAG_SCALING_MATRIX_PRESENTEzequiel Garcia1-1/+1
2020-09-01media: uapi: h264: Clean slice invariants syntax elementsEzequiel Garcia2-20/+20
2020-09-01media: uapi: h264: Clarify SLICE_BASED modeEzequiel Garcia1-4/+0
2020-09-01media: uapi: h264: Drop SLICE_PARAMS 'size' fieldEzequiel Garcia1-3/+0
2020-09-01media: uapi: h264: Increase size of DPB entry pic_numEzequiel Garcia2-2/+3
2020-09-01media: uapi: h264: Clean DPB entry interfaceEzequiel Garcia1-1/+1
2020-09-01media: uapi: h264: Increase size of 'first_mb_in_slice' fieldEzequiel Garcia1-1/+2
2020-09-01media: uapi: h264: Split prediction weight parametersEzequiel Garcia2-2/+12
2020-09-01media: uapi: h264: Update reference listsJernej Skrabec1-6/+15
2020-09-01media: cec: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+0
2020-09-01drm: Replace mode->export_head with a booleanVille Syrjälä1-12/+10
2020-09-01drm: Nuke mode->private_flagsVille Syrjälä1-10/+0
2020-09-01HID: core: Sanitize event code and type when mapping inputMarc Zyngier1-13/+29
2020-09-01tracepoint: Optimize using static_call()Steven Rostedt (VMware)3-32/+73
2020-09-01static_call: Allow early initPeter Zijlstra1-2/+13
2020-09-01static_call: Handle tail-callsPeter Zijlstra2-2/+9
2020-09-01static_call: Add static_call_cond()Peter Zijlstra1-0/+86
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf1-0/+6
2020-09-01static_call: Avoid kprobes on inline static_call()sPeter Zijlstra1-0/+11
2020-09-01static_call: Add inline static call infrastructureJosh Poimboeuf4-1/+60
2020-09-01static_call: Add basic static call infrastructureJosh Poimboeuf2-0/+171