summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-06remap_range: merge do_clone_file_range() into vfs_clone_file_range()Amir Goldstein1-3/+0
2024-02-06fs: remove the inode argument to ->d_real() methodAmir Goldstein1-7/+11
2024-02-06fs: make file_dentry() a simple accessorAmir Goldstein1-1/+12
2024-02-06serial: core: introduce uart_port_tx_flags()Jiri Slaby (SUSE)1-5/+27
2024-02-06dt-bindings: clock: mpfs: add more MSSPLL output definitionsConor Dooley1-0/+5
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche2-0/+4
2024-02-06fs: Move enum rw_hint into a new header fileBart Van Assche2-14/+26
2024-02-06pidfd: exit: kill the no longer used thread_group_exited()Oleg Nesterov1-2/+0
2024-02-06accel/ivpu: Add job status for jobs aborted by the driverGrzegorz Trzebiatowski1-0/+1
2024-02-06bonding: Add independent control state machineAahil Awatramani4-0/+27
2024-02-06net: phy: constify phydev->drvRussell King (Oracle)1-1/+1
2024-02-06net: dst: Make dst_destroy() static and return void.Sebastian Andrzej Siewior1-1/+0
2024-02-06hrtimer: Report offline hrtimer enqueueFrederic Weisbecker1-1/+3
2024-02-06net/mlx5: Remove initial segmentation duplicate definitionsGal Pressman1-0/+1
2024-02-06xfrm: get global statistics from the offloaded deviceLeon Romanovsky1-0/+3
2024-02-06xfrm: generalize xdo_dev_state_update_curlft to allow statistics updateLeon Romanovsky2-8/+5
2024-02-06workqueue: Don't implicitly make UNBOUND workqueues w/ @max_active==1 orderedTejun Heo1-3/+1
2024-02-06usb: core: hcd: Convert from tasklet to BH workqueueTejun Heo1-1/+1
2024-02-05wifi: cw1200: Convert to GPIO descriptorsLinus Walleij1-4/+0
2024-02-05block: update cached timestamp post schedule/preemptionJens Axboe2-1/+17
2024-02-05block: cache current nsec time in struct blk_plugJens Axboe1-0/+1
2024-02-05block: move cgroup time handling code into blk.hJens Axboe1-42/+0
2024-02-05regmap: rework ->max_register handlingJan Dakinevich1-0/+5
2024-02-05spi: Remove the @multi_cs_cap to prevent kernel-doc warningsR SUNDAR1-2/+0
2024-02-05ASoC: tas2781: add module parameter to tascodec_init()Gergo Koteles1-0/+1
2024-02-05media: mc: Add num_links flag to media_padLaurent Pinchart1-0/+2
2024-02-05PM: sleep: stats: Define suspend_stats next to the code using itRafael J. Wysocki1-56/+15
2024-02-05mtd: flashchip: explicitly include <linux/wait.h>Tudor Ambarus1-0/+1
2024-02-05PM: sleep: stats: Use unsigned int for success and failure countersRafael J. Wysocki1-2/+2
2024-02-05PM: sleep: stats: Use an array of step failure countersRafael J. Wysocki1-8/+4
2024-02-05mtd: spinand: Add support for 5-byte IDsEzra Buehler1-1/+1
2024-02-05PM: sleep: stats: Use array of suspend step namesRafael J. Wysocki1-1/+2
2024-02-05filelock: don't do security checks on nfsd setlease callsJeff Layton1-0/+7
2024-02-05rxrpc: Fix counting of new acks and nacksDavid Howells1-3/+5
2024-02-05filelock: split leases out of struct file_lockJeff Layton3-27/+45
2024-02-05filelock: remove temporary compatibility macrosJeff Layton1-16/+0
2024-02-05lockd: adapt to breakup of struct file_lockJeff Layton2-5/+4
2024-02-05afs: adapt to breakup of struct file_lockJeff Layton1-2/+2
2024-02-05filelock: convert fl_blocker to file_lock_coreJeff Layton2-3/+3
2024-02-05filelock: have fs/locks.c deal with file_lock_core directlyJeff Layton1-16/+16
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton2-19/+41
2024-02-05filelock: add some new helper functionsJeff Layton1-0/+44
2024-02-05media: v4l2-common.h: kerneldoc: correctly format return valuesHans Verkuil1-8/+9
2024-02-05media: cec.h: Fix kerneldocRicardo Ribalda1-2/+0
2024-02-05media: videodev2.h: Fix kerneldocRicardo Ribalda1-16/+16
2024-02-05media: videobuf2: Fix doc commentAndrzej Pietrasiewicz1-1/+1
2024-02-05fs/address_space: move i_mmap_rwsem to mitigate a false sharing with i_mmap.JonasZhou1-1/+1
2024-02-05sctp: preserve const qualifier in sctp_sk()Eric Dumazet1-4/+1
2024-02-05drm/rect: fix kernel-doc typosRandy Dunlap1-2/+2
2024-02-05Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie8-79/+113