aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-12-02Input: remove input_polled_dev implementationDmitry Torokhov1-58/+0
2020-12-02irqtime: Move irqtime entry accounting after irq offset incrementationFrederic Weisbecker2-12/+26
2020-12-02sched/vtime: Consolidate IRQ time accountingFrederic Weisbecker1-10/+6
2020-12-02SUNRPC: Remove unused function xprt_load_transport()Trond Myklebust1-1/+0
2020-12-02SUNRPC: Add a helper to return the transport identifier given a netidTrond Myklebust1-0/+1
2020-12-02SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust1-0/+1
2020-12-02NFS: Improve handling of directory verifiersTrond Myklebust1-1/+7
2020-12-02NFS: Allow the NFS generic code to pass in a verifier to readdirTrond Myklebust1-2/+15
2020-12-02NFS: More readdir cleanupsTrond Myklebust1-1/+0
2020-12-02bio: optimise bvec iterationPavel Begunkov1-2/+15
2020-12-02block: optimise for_each_bvec() advancePavel Begunkov1-5/+15
2020-12-02media: v4l2-fwnode: Remove v4l2_async_notifier_parse_fwnode_endpoints_by_port()Niklas Söderlund1-53/+0
2020-12-02entry: Add syscall_exit_to_user_mode_work()Sven Schnelle1-0/+20
2020-12-02entry: Add exit_to_user_mode() wrapperSven Schnelle1-2/+21
2020-12-02entry_Add_enter_from_user_mode_wrapperSven Schnelle1-1/+23
2020-12-02entry: Support Syscall User Dispatch on common syscall entryGabriel Krisman Bertazi1-0/+2
2020-12-02kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi4-0/+49
2020-12-02Merge branch '20201104_yung_chuan_liao_regmap_soundwire_asoc_add_soundwire_sd...Mark Brown2-0/+67
2020-12-02Merge tag 'soundwire-for-asoc-5.11' of git://git.kernel.org/pub/scm/linux/ker...Mark Brown1-0/+4
2020-12-02drm: document that user-space should force-probe connectorsSimon Ser1-8/+5
2020-12-02drm/i915/pmu: Deprecate I915_PMU_LAST and optimize state trackingTvrtko Ursulin1-1/+1
2020-12-02signal: Expose SYS_USER_DISPATCH si_code typeGabriel Krisman Bertazi1-1/+2
2020-12-01net/smc: Add support for obtaining SMCR device listGuvenc Gulce1-2/+11
2020-12-01net/smc: Add support for obtaining SMCD device listGuvenc Gulce1-0/+28
2020-12-01net/smc: Add SMC-D Linkgroup diagnostic supportGuvenc Gulce1-0/+27
2020-12-01net/smc: Introduce SMCR get link commandGuvenc Gulce1-0/+18
2020-12-01net/smc: Introduce SMCR get linkgroup commandGuvenc Gulce1-0/+15
2020-12-01net/smc: Add support for obtaining system informationGuvenc Gulce1-0/+18
2020-12-01net/smc: Introduce generic netlink interface for diagnostic purposesGuvenc Gulce1-0/+11
2020-12-01inet_ecn: Fix endianness of checksum update when setting ECT(1)Toke Høiland-Jørgensen1-1/+1
2020-12-01Merge tag 'v5.10-rc6' into rdma.git for-nextJason Gunthorpe11-24/+58
2020-12-01net: delete __dev_getfirstbyhwtypeVladimir Oltean1-1/+0
2020-12-01Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2020-12-01bridge: switchdev: Notify about VLAN protocol changesDanielle Ratson1-0/+2
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig3-34/+15
2020-12-01block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig1-2/+2
2020-12-01block: remove the partno field from struct hd_structChristoph Hellwig1-1/+0
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig3-15/+14
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig3-11/+9
2020-12-01block: move the policy field to struct block_deviceChristoph Hellwig2-2/+3
2020-12-01block: move make_it_fail to struct block_deviceChristoph Hellwig2-3/+3
2020-12-01block: move holder_dir to struct block_deviceChristoph Hellwig2-1/+1
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig2-1/+2
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig3-4/+4
2020-12-01block: move disk stat accounting to struct block_deviceChristoph Hellwig3-21/+21
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig1-22/+7
2020-12-01block: simplify part_to_diskChristoph Hellwig1-7/+3
2020-12-01block: simplify the block device claiming interfaceChristoph Hellwig1-4/+2
2020-12-01block: remove ->bd_containsChristoph Hellwig1-1/+3
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig3-5/+12