summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-04Remove *.orig pattern from .gitignoreLaurent Pinchart1-1/+0
2024-10-04io_uring/sqpoll: do not put cpumask on stackFelix Moessbauer1-3/+10
2024-10-04io_uring/sqpoll: retain test for whether the CPU is validJens Axboe1-0/+2
2024-10-04xen: allow mapping ACPI data using a different physical addressJuergen Gross8-1/+59
2024-10-04xen: move checks for e820 conflicts further upJuergen Gross1-22/+22
2024-10-04Revert "net: libwx: fix alloc msix vectors failed"Duanqiang Wen1-1/+1
2024-10-04drm/vmwgfx: Prevent unmapping active read buffersZack Rusin2-2/+14
2024-10-04drm/amd/display: Fix Synaptics Cascaded Panamera DSC DeterminationFangzhi Zuo1-1/+1
2024-10-04mm: call the security_mmap_file() LSM hook in remap_file_pages()Shu Han1-0/+4
2024-10-04io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNALJens Axboe1-2/+2
2024-10-04io_uring/sqpoll: do not allow pinning outside of cpusetFelix Moessbauer1-1/+4
2024-10-04netfilter: nf_tables: use rcu chain hook list iterator from netlink dump pathPablo Neira Ayuso1-1/+1
2024-10-04netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E...Simon Horman1-5/+2
2024-10-04netfilter: nf_tables: Keep deleted flowtable hooks until after RCUPhil Sutter1-1/+1
2024-10-04net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabledFurong Xu1-1/+1
2024-10-04virtio_net: Fix mismatched buf address when unmapping for small packetsWenbo Li1-2/+8
2024-10-04bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()Jiwon Kim1-3/+3
2024-10-04net: qrtr: Update packets cloning when broadcastingYoussef Samir1-1/+1
2024-10-04tcp: check skb is non-NULL in tcp_rto_delta_us()Josh Hunt1-2/+19
2024-10-04net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNELThomas Weißschuh1-0/+1
2024-10-04net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Cond...Kaixin Wang1-0/+2
2024-10-04netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet1-12/+2
2024-10-04net: xilinx: axienet: Fix packet countingSean Anderson1-9/+14
2024-10-04net: xilinx: axienet: Schedule NAPI in two stepsSean Anderson1-6/+8
2024-10-04Revert "dm: requeue IO if mapping table not yet available"Mikulas Patocka2-4/+11
2024-10-04ep93xx: clock: Fix off by one in ep93xx_div_recalc_rate()Dan Carpenter1-1/+1
2024-10-04vhost_vdpa: assign irq bypass producer token correctlyJason Wang1-3/+13
2024-10-04cxl/pci: Fix to record only non-zero rangesYanfei Xu1-7/+1
2024-10-04interconnect: icc-clk: Add missed num_nodes initializationKees Cook1-2/+1
2024-10-04coresight: tmc: sg: Do not leak sg_tableSuzuki K Poulose1-1/+1
2024-10-04serial: 8250: omap: Cleanup on error in request_irqMarkus Schneider-Pargmann1-1/+1
2024-10-04driver core: Fix a potential null-ptr-deref in module_add_driver()Jinjie Ruan1-5/+9
2024-10-04dt-bindings: iio: asahi-kasei,ak8975: drop incorrect AK09116 compatibleKrzysztof Kozlowski1-1/+0
2024-10-04iio: magnetometer: ak8975: drop incorrect AK09116 compatibleKrzysztof Kozlowski1-1/+0
2024-10-04iio: magnetometer: ak8975: Convert enum->pointer for data in the match tablesBiju Das1-45/+30
2024-10-04iio: chemical: bme680: Fix read/write ops to device by adding mutexesVasileios Amoiridis1-0/+7
2024-10-04ABI: testing: fix admv8818 attr descriptionAntoniu Miclaus1-1/+1
2024-10-04driver core: Fix error handling in driver API device_rename()Zijun Hu1-5/+10
2024-10-04iio: adc: ad7606: fix standby gpio state to match the documentationGuillaume Stols1-2/+2
2024-10-04iio: adc: ad7606: fix oversampling gpio arrayGuillaume Stols2-4/+5
2024-10-04nvme-multipath: system fails to create generic nvme deviceHannes Reinecke1-1/+1
2024-10-04spi: atmel-quadspi: Avoid overwriting delay register settingsAlexander Dahl1-6/+8
2024-10-04lib/sbitmap: define swap_lock as raw_spinlock_tMing Lei2-3/+3
2024-10-04spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit timeJinjie Ruan1-0/+1
2024-10-04spi: atmel-quadspi: Undo runtime PM changes at driver exit timeJinjie Ruan1-0/+1
2024-10-04f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()Chao Yu1-4/+6
2024-10-04f2fs: get rid of online repaire on corrupted directoryChao Yu3-80/+1
2024-10-04f2fs: clean up w/ dotdot_nameChao Yu1-3/+2
2024-10-04f2fs: prevent atomic file from being dirtied before commitDaeho Jeong3-1/+14
2024-10-04f2fs: compress: don't redirty sparse cluster during {,de}compressYeongjin Gil3-26/+61