summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-07-28dm: fix dm-raid crash if md_handle_request() splits bioMike Snitzer
2022-07-28Merge tag 'net-5.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds
2022-07-28ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptrZiyang Xuan
2022-07-28thermal/core: Add thermal_trip in thermal_zoneDaniel Lezcano
2022-07-28thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano
2022-07-28thermal/of: Move thermal_trip structure to thermal.hDaniel Lezcano
2022-07-28thermal/core: Remove DROP_FULL and RAISE_FULLDaniel Lezcano
2022-07-28drivers/thermal/cpufreq_cooling : Refactor thermal_power_cpu_get_power tracingLukasz Luba
2022-07-28wait: Fix __wait_event_hrtimeout for RT/DL tasksJuri Lelli
2022-07-28Merge tag 'timers-v5.20-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner
2022-07-28regulator: Consumer load management improvementsMark Brown
2022-07-27Merge tag 'asm-generic-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-07-27clocksource/drivers/timer-ti-dm: Move inline functions to driver for am6Tony Lindgren
2022-07-27io_uring: notification completion optimisationfor-5.20/io_uring-zerocopy-send-2022-07-29Pavel Begunkov
2022-07-27regulator: core: Allow drivers to define their init data as constDouglas Anderson
2022-07-27regulator: core: Allow specifying an initial load w/ the bulk APIDouglas Anderson
2022-07-26Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-07-26Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz
2022-07-26ACPI: CPPC: Do not prevent CPPC from working in the futureRafael J. Wysocki
2022-07-25net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima
2022-07-25Merge branch 'for-next/perf' into for-next/coreWill Deacon
2022-07-25Merge branch 'for-next/mte' into for-next/coreWill Deacon
2022-07-25Merge branch 'for-next/mm' into for-next/coreWill Deacon
2022-07-25Merge branch 'for-next/kcsan' into for-next/coreWill Deacon
2022-07-25Merge branch irq/misc-5.20 into irq/irqchip-nextMarc Zyngier
2022-07-25irqchip/mmp: Declare init functions in common header fileBen Dooks
2022-07-24io_uring: add zc notification flush requestsPavel Begunkov
2022-07-24io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov
2022-07-24io_uring: flush notifiers after sendzcPavel Begunkov
2022-07-24io_uring: sendzc with fixed buffersPavel Begunkov
2022-07-24io_uring: allow to pass addr into sendzcPavel Begunkov
2022-07-24io_uring: wire send zc request typePavel Begunkov
2022-07-24io_uring: add notification slot registrationPavel Begunkov
2022-07-24io_uring: cache struct io_notifPavel Begunkov
2022-07-24io_uring: add zc notification infrastructurePavel Begunkov
2022-07-24io_uring: export io_put_task()Pavel Begunkov
2022-07-24Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-sendJens Axboe
2022-07-24io_uring: Add tracepoint for short writesStefan Roesch
2022-07-24fs: Add async write file modification handling.Stefan Roesch
2022-07-24fs: add a FMODE_BUF_WASYNC flags for f_modeStefan Roesch
2022-07-24mm: Add balance_dirty_pages_ratelimited_flags() functionJan Kara
2022-07-24io_uring: support multishot in recvmsgDylan Yudaken
2022-07-24net: copy from user before calling __get_compat_msghdrDylan Yudaken
2022-07-24net: copy from user before calling __copy_msghdrDylan Yudaken
2022-07-24io_uring: add netmsg cacheJens Axboe
2022-07-24io_uring: impose max limit on apoll cacheJens Axboe
2022-07-24io_uring: add abstraction around apoll cacheJens Axboe
2022-07-24io_uring: fix io_uring_cqe_overflow trace formatDylan Yudaken
2022-07-24io_uring: multishot recvDylan Yudaken
2022-07-24io_uring: let to set a range for file slot allocationPavel Begunkov