summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-06-12fs: remove sb->s_modeChristoph Hellwig
2023-06-12block: add a sb_open_mode helperChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig
2023-06-12cdrom: remove the unused mode argument to cdrom_releaseChristoph Hellwig
2023-06-12cdrom: track if a cdrom_device_info was opened for dataChristoph Hellwig
2023-06-12cdrom: remove the unused cdrom_close_write release codeChristoph Hellwig
2023-06-12cdrom: remove the unused mode argument to cdrom_ioctlChristoph Hellwig
2023-06-12cdrom: remove the unused bdev argument to cdrom_openChristoph Hellwig
2023-06-12regmap: Merge up v6.4-rc6Mark Brown
2023-06-12Merge tag 'mlx5-updates-2023-06-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2023-06-12tcp: remove size parameter from tcp_stream_alloc_skb()Eric Dumazet
2023-06-12tcp: let tcp_send_syn_data() build headless packetsEric Dumazet
2023-06-12netlink: support extack in dump ->start()Jakub Kicinski
2023-06-12net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn
2023-06-12net: openvswitch: add support for l4 symmetric hashingAaron Conole
2023-06-12net/sched: taprio: report class offload stats per TXQ, not per TCVladimir Oltean
2023-06-12fs: Fix comment typoMao Zhu
2023-06-12net: ethtool: correct MAX attribute value for statsJakub Kicinski
2023-06-11NFSD: Hoist rq_vec preparation into nfsd_read() [step two]Chuck Lever
2023-06-11sh: Avoid using IRQ0 on SH3 and SH4Sergey Shtylyov
2023-06-11RDMA/mlx5: Fix affinity assignmentMark Bloch
2023-06-11RDMA/cma: Always set static rate to 0 for RoCEMark Zhang
2023-06-11RDMA/mlx5: Handle DCT QP logic separately from low level QP interfacePatrisious Haddad
2023-06-11RDMA/mlx5: Reduce QP table exposureLeon Romanovsky
2023-06-10Merge tag 'arm-fixes-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-10Merge tag 'nf-23-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller
2023-06-10Merge branch 'icc-cbf' into icc-nextGeorgi Djakov
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-06-09Merge tag 'wireless-next-2023-06-09' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-06-09net/mlx5: Add new page type for EC VF pagesDaniel Jurgens
2023-06-09net/mlx5: Update vport caps query/set for EC VFsDaniel Jurgens
2023-06-09net/mlx5: Enable devlink port for embedded cpu VF vportsDaniel Jurgens
2023-06-09net/mlx5: mlx5_ifc updates for embedded CPU SRIOVDaniel Jurgens
2023-06-09syscalls: add sys_ni_posix_timers prototypeArnd Bergmann
2023-06-09include/linux/math.h: fix mult_frac() multiple argument evaluation bugAlexey Dobriyan
2023-06-09arm64: enable perf events based hard lockup detectorDouglas Anderson
2023-06-09watchdog/perf: adapt the watchdog_perf interface for async modelLecopzer Chen
2023-06-09watchdog/perf: add a weak function for an arch to detect if perf can use NMIsDouglas Anderson
2023-06-09watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsDouglas Anderson
2023-06-09watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanlyDouglas Anderson
2023-06-09watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson
2023-06-09watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.cDouglas Anderson
2023-06-09watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()Douglas Anderson
2023-06-09watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cDouglas Anderson
2023-06-09watchdog/hardlockup: add comments to touch_nmi_watchdog()Douglas Anderson
2023-06-09watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen