aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-02-06blk-wbt: Fix detection of dirty-throttled tasksJan Kara1-2/+5
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-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-06net: phy: constify phydev->drvRussell King (Oracle)1-1/+1
2024-02-06hrtimer: Report offline hrtimer enqueueFrederic Weisbecker1-1/+3
2024-02-05net/mlx5: Remove initial segmentation duplicate definitionsGal Pressman1-0/+1
2024-02-05xfrm: generalize xdo_dev_state_update_curlft to allow statistics updateLeon Romanovsky1-1/+1
2024-02-05workqueue: Don't implicitly make UNBOUND workqueues w/ @max_active==1 orderedTejun Heo1-3/+1
2024-02-05usb: 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-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-05filelock: split leases out of struct file_lockJeff Layton2-18/+36
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-05filelock: convert fl_blocker to file_lock_coreJeff Layton1-1/+1
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-05fs/address_space: move i_mmap_rwsem to mitigate a false sharing with i_mmap.JonasZhou1-1/+1
2024-02-04workqueue: Implement BH workqueues to eventually replace taskletsTejun Heo1-0/+11
2024-02-04net: make dev_unreg_count globalEric Dumazet1-0/+1
2024-02-04tun: Fix code style issues in <linux/if_tun.h>Yunjian Wang1-3/+13
2024-02-04iio: commom: st_sensors: ensure proper DMA alignmentNuno Sa1-2/+2
2024-02-04Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman17-38/+34
2024-02-04Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman17-38/+34
2024-02-04Merge tag 'dmaengine-fix-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2024-02-03cxl/cper: Fix errant CPER prints for CXL eventsIra Weiny1-0/+23
2024-02-02bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy1-0/+9
2024-02-02Merge tag 'pci-v6.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+5
2024-02-02Merge tag 'block-6.8-2024-02-01' of git://git.kernel.dk/linuxLinus Torvalds1-8/+2
2024-02-02init: Declare rodata_enabled and mark_rodata_ro() at all timeChristophe Leroy1-4/+0
2024-02-02thermal: core: Change governor name to const char pointerAngeloGioacchino Del Regno1-2/+2
2024-02-02pidfd: implement PIDFD_THREAD flag for pidfd_open()Oleg Nesterov1-1/+2
2024-02-02pidfd: cleanup the usage of __pidfd_prepare's flagsOleg Nesterov1-1/+0
2024-02-02filelock: fl_pid field should be signed intJeff Layton1-1/+1