summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-21io_uring: check for non-NULL file pointer in io_file_can_poll()Jens Axboe1-1/+2
2024-06-21nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errorsRyusuke Konishi1-1/+1
2024-06-21nilfs2: return the mapped address from nilfs_get_page()Matthew Wilcox (Oracle)1-30/+27
2024-06-21btrfs: fix leak of qgroup extent records after transaction abortFilipe Manana1-9/+1
2024-06-21btrfs: make btrfs_destroy_delayed_refs() return voidFilipe Manana1-6/+3
2024-06-21btrfs: remove unnecessary prototype declarations at disk-io.cFilipe Manana1-9/+0
2024-06-21wifi: ath10k: fix QCOM_RPROC_COMMON dependencyDmitry Baryshkov1-0/+1
2024-06-21selftests/mm: compaction_test: fix bogus test success on Aarch64Dev Jain1-7/+13
2024-06-21selftests/mm: log a consistent test name for check_compactionMark Brown1-16/+19
2024-06-21selftests/mm: conform test to TAP format outputMuhammad Usama Anjum1-47/+44
2024-06-21selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepagesDev Jain1-0/+2
2024-06-21mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAILHailong.Liu1-3/+2
2024-06-21mm, vmalloc: fix high order __GFP_NOFAIL allocationsMichal Hocko1-5/+23
2024-06-21i2c: acpi: Unbind mux adapters before deleteHamish Martin1-4/+15
2024-06-21i2c: add fwnode APIsRussell King (Oracle)4-81/+120
2024-06-21HID: i2c-hid: elan: fix reset suspend current leakageJohan Hovold1-12/+47
2024-06-21HID: i2c-hid: elan: Add ili9882t timingCong Yang1-12/+38
2024-06-21firmware: qcom_scm: disable clocks if qcom_scm_bw_enable() failsGabor Juhos1-6/+12
2024-06-21mmc: davinci: Don't strip remove function when driver is builtinUwe Kleine-König1-2/+2
2024-06-21serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescalerHugo Villeneuve1-5/+18
2024-06-21serial: sc16is7xx: replace hardcoded divisor value with BIT() macroHugo Villeneuve1-1/+1
2024-06-21misc/pvpanic-pci: register attributes via pci_driverThomas Weißschuh1-3/+1
2024-06-21misc/pvpanic: deduplicate common codeThomas Weißschuh4-122/+80
2024-06-21arm64: dts: qcom: sa8155p-adp: fix SDHC2 CD pin configurationVolodymyr Babchuk1-17/+13
2024-06-21arm64: dts: qcom: sm8150: align TLMM pin configuration with DT schemaKrzysztof Kozlowski3-281/+157
2024-06-21drm/amd/display: Fix incorrect DSC instance for MSTHersen Wu1-12/+36
2024-06-21drm/amd/display: drop unnecessary NULL checks in debugfsAlexey Kodanev1-56/+16
2024-06-21xtensa: fix MAKE_PC_FROM_RA second argumentMax Filippov4-8/+10
2024-06-21xtensa: stacktrace: include <asm/ftrace.h> for prototypeRandy Dunlap1-0/+1
2024-06-21iio: accel: mxc4005: Reset chip on probe() and resume()Hans de Goede1-0/+68
2024-06-21iio: accel: mxc4005: allow module autoloading via OF compatibleLuca Ceresoli1-0/+8
2024-06-21usb: gadget: f_fs: Fix race between aio_cancel() and AIO request completeWesley Cheng1-1/+6
2024-06-21usb: gadget: f_fs: use io_data->status consistentlyJohn Keeping1-4/+4
2024-06-21btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo1-1/+1
2024-06-21Bluetooth: qca: fix invalid device address checkJohan Hovold2-2/+38
2024-06-21ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet2-1/+6
2024-06-21af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().Kuniyuki Iwashima1-1/+1
2024-06-21af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().Kuniyuki Iwashima1-1/+1
2024-06-21af_unix: Use skb_queue_empty_lockless() in unix_release_sock().Kuniyuki Iwashima1-1/+1
2024-06-21af_unix: annotate lockless accesses to sk->sk_errEric Dumazet1-4/+5
2024-06-21af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().Kuniyuki Iwashima1-8/+2
2024-06-21af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.Kuniyuki Iwashima1-1/+1
2024-06-21af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.Kuniyuki Iwashima1-4/+4
2024-06-21af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb().Kuniyuki Iwashima1-1/+1
2024-06-21af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().Kuniyuki Iwashima1-4/+4
2024-06-21af_unix: Annotate data-race of sk->sk_state in unix_stream_connect().Kuniyuki Iwashima1-5/+2
2024-06-21af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...Kuniyuki Iwashima1-13/+12
2024-06-21af_unix: Annotate data-race of sk->sk_state in unix_inq_len().Kuniyuki Iwashima1-1/+1
2024-06-21af_unix: Annodate data-races around sk->sk_state for writers.Kuniyuki Iwashima1-6/+8
2024-06-21af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer.Kuniyuki Iwashima1-2/+8