summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-02-19Merge tag 'v5.10.168' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Vignesh Raghavendra
2023-02-16Merge tag 'v5.10.165' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Vignesh Raghavendra
2023-02-15mm/migration: return errno when isolate_huge_page failedMiaohe Lin
2023-02-15nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyChristophe Kerello
2023-02-15mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz
2023-02-15bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listenerJakub Sitnicki
2023-02-08firmware: ti_sci: Introduce Power Management OpsGeorgi Vlaev
2023-02-01units: Add SI metric prefix definitionsAndy Shevchenko
2023-02-01units: Add Watt unitsDaniel Lezcano
2023-02-01panic: Consolidate open-coded panic_on_warn checksKees Cook
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman
2023-02-01kernel/panic: move panic sysctls to its own filetangmeng
2023-02-01sysctl: add a new register_sysctl_init() interfaceXiaoming Ni
2023-02-01clk: Provide new devm_clk helpers for prepared and enabled clocksUwe Kleine-König
2023-01-28Merge tag 'v5.10.162' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Vignesh Raghavendra
2023-01-24usb: acpi: add helper to check port lpm capability using acpi _DSMMathias Nyman
2023-01-18efi: tpm: Avoid READ_ONCE() for accessing the event logArd Biesheuvel
2023-01-14efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel
2023-01-14netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik
2023-01-14filelock: new helper: vfs_inode_has_locksJeff Layton
2023-01-14SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto
2023-01-14ext4: fix deadlock due to mbcache entry corruptionJan Kara
2023-01-14mbcache: automatically delete entries from cache on freeingJan Kara
2023-01-14mbcache: add functions to delete entry if unusedJan Kara
2023-01-14mm/highmem: Lift memcpy_[to|from]_page to coreIra Weiny
2023-01-14PM/devfreq: governor: Add a private governor_data for governorKant Fan
2023-01-14nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definitionChristoph Hellwig
2023-01-14net: add atomic_long_t to net_device_stats fieldsEric Dumazet
2023-01-14video: hyperv_fb: Avoid taking busy spinlock on panic pathGuilherme G. Piccoli
2023-01-14net: add inline function skb_csum_is_sctpXin Long
2023-01-14net: switch to storing KCOV handle directly in sk_buffMarco Elver
2023-01-14iio: adis: add '__adis_enable_irq()' implementationRamona Bolboaca
2023-01-14iio: adis: stylistic changesNuno Sá
2023-01-14iio: adis: handle devices that cannot unmask the drdy pinNuno Sá
2023-01-14genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song
2023-01-14net, proc: Provide PROC_FS=n fallback for proc_create_net_single_write()David Howells
2023-01-14eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFDZhang Qilong
2023-01-14debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita
2023-01-14libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita
2023-01-14timerqueue: Use rb_entry_safe() in timerqueue_getnext()Barnabás Pőcze
2023-01-14soc: qcom: apr: make code more reuseableSrinivas Kandagatla
2023-01-04eventfd: provide a eventfd_signal_mask() helperJens Axboe
2023-01-04net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe
2023-01-04signal: kill JOBCTL_TASK_WORKJens Axboe
2023-01-04io_uring: import 5.15-stable io_uringJens Axboe
2023-01-04task_work: add helper for more targeted task_work cancelingJens Axboe
2023-01-04kernel: remove checking for TIF_NOTIFY_SIGNALJens Axboe
2023-01-04entry: Add support for TIF_NOTIFY_SIGNALJens Axboe
2023-01-04file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman
2023-01-04signal: Add task_sigpending() helperJens Axboe