summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-07-29LoongArch: Remove clock setting during cpu hotplug stageBibo Mao1-1/+0
2022-07-29dm: fix dm-raid crash if md_handle_request() splits bioMike Snitzer2-2/+8
2022-07-28Merge tag 'net-5.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds5-14/+10
2022-07-28ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptrZiyang Xuan1-0/+3
2022-07-28thermal/core: Add thermal_trip in thermal_zoneDaniel Lezcano1-0/+8
2022-07-28thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano1-2/+2
2022-07-28thermal/of: Move thermal_trip structure to thermal.hDaniel Lezcano1-0/+12
2022-07-28thermal/core: Remove DROP_FULL and RAISE_FULLDaniel Lezcano1-2/+0
2022-07-28drivers/thermal/cpufreq_cooling : Refactor thermal_power_cpu_get_power tracingLukasz Luba1-20/+8
2022-07-28wait: Fix __wait_event_hrtimeout for RT/DL tasksJuri Lelli1-4/+5
2022-07-28Merge tag 'timers-v5.20-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner1-144/+0
2022-07-28regulator: Consumer load management improvementsMark Brown1-4/+12
2022-07-27Merge tag 'asm-generic-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2022-07-27clocksource/drivers/timer-ti-dm: Move inline functions to driver for am6Tony Lindgren1-144/+0
2022-07-27io_uring: notification completion optimisationPavel Begunkov1-7/+0
2022-07-27regulator: core: Allow drivers to define their init data as constDouglas Anderson1-0/+4
2022-07-27regulator: core: Allow specifying an initial load w/ the bulk APIDouglas Anderson1-4/+8
2022-07-27Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-5/+9
2022-07-26Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz1-0/+1
2022-07-26ACPI: CPPC: Do not prevent CPPC from working in the futureRafael J. Wysocki1-1/+1
2022-07-25net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima1-4/+4
2022-07-25random: handle archrandom with multiple longsJason A. Donenfeld2-20/+10
2022-07-25Merge branch 'for-next/perf' into for-next/coreWill Deacon2-0/+5
2022-07-25Merge branch 'for-next/mte' into for-next/coreWill Deacon1-1/+1
2022-07-25Merge branch 'for-next/mm' into for-next/coreWill Deacon1-0/+12
2022-07-25Merge branch 'for-next/kcsan' into for-next/coreWill Deacon1-0/+8
2022-07-25Merge branch irq/misc-5.20 into irq/irqchip-nextMarc Zyngier2-2/+6
2022-07-25irqchip/mmp: Declare init functions in common header fileBen Dooks1-0/+3
2022-07-25io_uring: add zc notification flush requestsPavel Begunkov1-0/+1
2022-07-25io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov1-1/+11
2022-07-25io_uring: flush notifiers after sendzcPavel Begunkov1-0/+4
2022-07-25io_uring: sendzc with fixed buffersPavel Begunkov1-1/+5
2022-07-25io_uring: allow to pass addr into sendzcPavel Begunkov1-1/+1
2022-07-25io_uring: wire send zc request typePavel Begunkov1-0/+5
2022-07-25io_uring: add notification slot registrationPavel Begunkov1-0/+17
2022-07-25io_uring: cache struct io_notifPavel Begunkov1-0/+7
2022-07-25io_uring: add zc notification infrastructurePavel Begunkov1-0/+5
2022-07-25io_uring: export io_put_task()Pavel Begunkov1-0/+25
2022-07-25Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-sendJens Axboe38-194/+873
2022-07-25io_uring: Add tracepoint for short writesStefan Roesch1-0/+25
2022-07-25fs: Add async write file modification handling.Stefan Roesch1-0/+1
2022-07-25fs: add a FMODE_BUF_WASYNC flags for f_modeStefan Roesch1-0/+3
2022-07-25mm: Add balance_dirty_pages_ratelimited_flags() functionJan Kara1-0/+7
2022-07-25io_uring: support multishot in recvmsgDylan Yudaken1-0/+7
2022-07-25net: copy from user before calling __get_compat_msghdrDylan Yudaken1-3/+2
2022-07-25net: copy from user before calling __copy_msghdrDylan Yudaken1-4/+3
2022-07-25io_uring: add netmsg cacheJens Axboe1-2/+4
2022-07-25io_uring: impose max limit on apoll cacheJens Axboe1-0/+1
2022-07-25io_uring: add abstraction around apoll cacheJens Axboe1-1/+5
2022-07-25io_uring: fix io_uring_cqe_overflow trace formatDylan Yudaken1-1/+1