summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-12-07net: add net device refcount tracker to struct neighbourEric Dumazet1-0/+1
2021-12-07ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet1-0/+1
2021-12-07sit: add net device refcount tracking to ip_tunnelEric Dumazet1-0/+3
2021-12-07net: dst: add net device refcount tracking to dst_entryEric Dumazet2-0/+18
2021-12-07drop_monitor: add net device refcount trackerEric Dumazet1-0/+4
2021-12-07net: add net device refcount tracker to struct netdev_queueEric Dumazet1-0/+2
2021-12-07net: add net device refcount tracker to struct netdev_rx_queueEric Dumazet1-0/+2
2021-12-07net: add net device refcount tracker infrastructureEric Dumazet1-0/+45
2021-12-07lib: add reference counting tracking infrastructureEric Dumazet1-0/+73
2021-12-07platform/x86: wmi: Add no_notify_data flag to struct wmi_driverHans de Goede1-0/+1
2021-12-06tracing: Add '__rel_loc' using trace event macrosMasami Hiramatsu3-2/+150
2021-12-06tracing: Support __rel_loc relative dynamic data location attributeMasami Hiramatsu1-0/+1
2021-12-06blk-mq: Delete busy_iter_fnJohn Garry1-1/+0
2021-12-06blk-mq: Drop busy_iter_fn blk_mq_hw_ctx argumentJohn Garry1-2/+1
2021-12-06security,selinux: remove security_add_mnt_opt()Ondrej Mosnacek3-12/+0
2021-12-06Merge tag 'regulator-fix-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+8
2021-12-06Merge remote-tracking branch 'drm/drm-next' into msm-next-stagingRob Clark38-273/+599
2021-12-06iommu/virtio: Add definitions for VIRTIO_IOMMU_F_BYPASS_CONFIGJean-Philippe Brucker1-1/+7
2021-12-06iommu: Log iova range in map/unmap trace eventsDafna Hirschfeld1-4/+6
2021-12-06Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman31-71/+190
2021-12-06ARM: ixp4xx: remove unused header file pata_ixp4xx_cf.hJonathan Corbet1-21/+0
2021-12-05Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2021-12-05fs: support mapped mounts of mapped filesystemsChristian Brauner1-8/+9
2021-12-05fs: add i_user_ns() helperChristian Brauner1-4/+9
2021-12-05fs: port higher-level mapping helpersChristian Brauner2-8/+12
2021-12-05fs: remove unused low-level mapping helpersChristian Brauner1-56/+0
2021-12-05Merge tag 'renesas-pinctrl-for-v5.17-tag1' of git://git.kernel.org/pub/scm/li...Linus Walleij1-0/+3
2021-12-04memremap: remove support for external pgmap refcountsChristoph Hellwig1-15/+3
2021-12-04f2fs: fix the f2fs_file_write_iter tracepointEric Biggers1-6/+6
2021-12-04bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao1-0/+7
2021-12-04dax: fix up some of the block device related ifdefsChristoph Hellwig1-17/+16
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig1-2/+4
2021-12-04iomap: add a IOMAP_DAX flagChristoph Hellwig1-0/+5
2021-12-04fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig1-1/+6
2021-12-04fsdax: simplify the pgoff calculationChristoph Hellwig1-1/+0
2021-12-04dax: remove dax_capableChristoph Hellwig1-14/+0
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig1-4/+15
2021-12-04locking: Mark racy reads of owner->on_cpuMarco Elver1-1/+1
2021-12-04locking: Make owner_on_cpu() into <linux/sched.h>Kefeng Wang1-0/+9
2021-12-04lockdep: Remove softirq accounting on PREEMPT_RT.Thomas Gleixner1-8/+15
2021-12-04locking/rtmutex: Add rt_mutex_lock_nest_lock() and rt_mutex_lock_killable().Sebastian Andrzej Siewior1-0/+9
2021-12-04qed*: esl priv flag support through ethtoolManish Chopra1-0/+3
2021-12-04qed*: enhance tx timeout debug infoManish Chopra1-0/+11
2021-12-04blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei2-8/+9
2021-12-04block: switch to atomic_t for request referencesJens Axboe1-1/+1
2021-12-04mm: move filemap_range_needs_writeback() into headerJens Axboe2-2/+29
2021-12-04Merge SA_IMMUTABLE-fixes-for-v5.16-rc2Eric W. Biederman1-0/+1
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski3-2/+2
2021-12-03Bluetooth: Add hci_cmd_sync_cancel to public APIBenjamin Berg1-0/+1
2021-12-03fs: account for filesystem mappingsChristian Brauner2-6/+191