summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-01-24usb: acpi: add helper to check port lpm capability using acpi _DSMMathias Nyman1-0/+3
2023-01-18efi: tpm: Avoid READ_ONCE() for accessing the event logArd Biesheuvel1-2/+2
2023-01-14efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel1-2/+0
2023-01-14netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik1-1/+1
2023-01-14filelock: new helper: vfs_inode_has_locksJeff Layton1-0/+6
2023-01-14SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto1-0/+5
2023-01-14ext4: fix deadlock due to mbcache entry corruptionJan Kara1-2/+7
2023-01-14mbcache: automatically delete entries from cache on freeingJan Kara1-8/+16
2023-01-14mbcache: add functions to delete entry if unusedJan Kara1-1/+9
2023-01-14mm/highmem: Lift memcpy_[to|from]_page to coreIra Weiny1-0/+18
2023-01-14PM/devfreq: governor: Add a private governor_data for governorKant Fan1-3/+4
2023-01-14nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definitionChristoph Hellwig1-1/+2
2023-01-14net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-23/+35
2023-01-14video: hyperv_fb: Avoid taking busy spinlock on panic pathGuilherme G. Piccoli1-0/+2
2023-01-14net: add inline function skb_csum_is_sctpXin Long1-0/+5
2023-01-14net: switch to storing KCOV handle directly in sk_buffMarco Elver1-24/+13
2023-01-14iio: adis: add '__adis_enable_irq()' implementationRamona Bolboaca1-1/+12
2023-01-14iio: adis: stylistic changesNuno Sá1-23/+25
2023-01-14iio: adis: handle devices that cannot unmask the drdy pinNuno Sá1-0/+2
2023-01-14genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song1-0/+4
2023-01-14net, proc: Provide PROC_FS=n fallback for proc_create_net_single_write()David Howells1-0/+2
2023-01-14eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFDZhang Qilong1-1/+1
2023-01-14debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita1-2/+17
2023-01-14libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita1-2/+10
2023-01-14timerqueue: Use rb_entry_safe() in timerqueue_getnext()Barnabás Pőcze1-1/+1
2023-01-14soc: qcom: apr: make code more reuseableSrinivas Kandagatla1-1/+11
2023-01-04eventfd: provide a eventfd_signal_mask() helperJens Axboe1-0/+7
2023-01-04net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe1-3/+0
2023-01-04signal: kill JOBCTL_TASK_WORKJens Axboe1-3/+1
2023-01-04io_uring: import 5.15-stable io_uringJens Axboe3-39/+12
2023-01-04task_work: add helper for more targeted task_work cancelingJens Axboe1-0/+2
2023-01-04kernel: remove checking for TIF_NOTIFY_SIGNALJens Axboe3-10/+0
2023-01-04entry: Add support for TIF_NOTIFY_SIGNALJens Axboe4-6/+47
2023-01-04file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman1-1/+1
2023-01-04signal: Add task_sigpending() helperJens Axboe1-2/+7
2023-01-04net: add accept helper not installing fdPavel Begunkov1-0/+3
2023-01-04net: provide __sys_shutdown_sock() that takes a socketJens Axboe1-0/+1
2023-01-04fs: expose LOOKUP_CACHED through openat2() RESOLVE_CACHEDJens Axboe1-1/+1
2023-01-04fs: add support for LOOKUP_CACHEDJens Axboe1-0/+1
2023-01-04iov_iter: add helper to save iov_iter stateJens Axboe1-0/+15
2023-01-04kernel: provide create_io_thread() helperJens Axboe1-0/+2
2022-12-19can: sja1000: fix size of OCR_MODE_MASK defineHeiko Schocher1-1/+1
2022-12-19vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein1-0/+8
2022-12-14rtc: mc146818-lib: fix signedness bug in mc146818_get_time()Dan Carpenter1-1/+1
2022-12-14mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang1-4/+4
2022-12-14memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo1-0/+1
2022-12-14rtc: mc146818-lib: extract mc146818_avoid_UIPMateusz Jończyk1-0/+3
2022-12-14rtc: mc146818-lib: fix RTC presence checkMateusz Jończyk1-0/+1
2022-12-08mmc: core: Fix ambiguous TRIM and DISCARD argChristian Löhle1-1/+1
2022-12-02ceph: flush mdlog before umountingXiubo Li1-0/+1