summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-04Linux 6.6.54v6.6.54Greg Kroah-Hartman1-1/+1
2024-10-04Revert: "dm-verity: restart or panic on an I/O error"Mikulas Patocka1-21/+2
2024-10-04spi: atmel-quadspi: Fix wrong register value written to MRAlexander Dahl1-1/+1
2024-10-04x86/tdx: Fix "in-kernel MMIO" checkAlexey Gladkov (Intel)1-0/+6
2024-10-04thunderbolt: Fix NULL pointer dereference in tb_port_update_credits()Mika Westerberg1-0/+3
2024-10-04thunderbolt: Fix minimum allocated USB 3.x and PCIe bandwidthGil Fine1-5/+5
2024-10-04thunderbolt: Send uevent after asymmetric/symmetric switchMika Westerberg1-2/+2
2024-10-04wifi: brcmfmac: add linefeed at end of fileArend van Spriel1-1/+1
2024-10-04iio: magnetometer: ak8975: Fix 'Unexpected device' errorAndré Apitzsch1-6/+5
2024-10-04perf/arm-cmn: Fail DTC counter allocation correctlyRobin Murphy1-1/+1
2024-10-04usb: yurex: Fix inconsistent locking bug in yurex_read()Harshit Mogalapalli1-1/+3
2024-10-04bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()Oleg Nesterov1-3/+6
2024-10-04Documentation: KVM: fix warning in "make htmldocs"Paolo Bonzini1-0/+1
2024-10-04i2c: isch: Add missed 'else'Andy Shevchenko1-2/+1
2024-10-04i2c: aspeed: Update the stop sw state when the bus recovery occursTommy Huang1-8/+8
2024-10-04mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r...Liam R. Howlett1-0/+2
2024-10-04module: Fix KCOV-ignored file nameDmitry Vyukov1-1/+1
2024-10-04spi: fspi: add support for imx8ulpHaibo Chen1-0/+10
2024-10-04mm: only enforce minimum stack gap size if it's sensibleDavid Gow1-1/+1
2024-10-04lockdep: fix deadlock issue between lockdep and rcuZhiguo Niu1-16/+32
2024-10-04dm-verity: restart or panic on an I/O errorMikulas Patocka1-2/+21
2024-10-04bpf: lsm: Set bpf_lsm_blob_sizes.lbs_task to 0Song Liu1-1/+0
2024-10-04mm/filemap: optimize filemap folio addingKairui Song2-14/+98
2024-10-04lib/xarray: introduce a new helper xas_get_orderKairui Song3-18/+71
2024-10-04mm/filemap: return early if failed to allocate memory for splitKairui Song1-1/+4
2024-10-04thunderbolt: Improve DisplayPort tunnel setup process to be more robustGil Fine1-41/+43
2024-10-04thunderbolt: Configure asymmetric link if needed and bandwidth allowsGil Fine1-123/+558
2024-10-04thunderbolt: Add support for asymmetric linkGil Fine5-55/+381
2024-10-04thunderbolt: Introduce tb_switch_depth()Mika Westerberg2-2/+11
2024-10-04thunderbolt: Introduce tb_for_each_upstream_port_on_path()Mika Westerberg1-0/+15
2024-10-04thunderbolt: Introduce tb_port_path_direction_downstream()Gil Fine3-10/+25
2024-10-04thunderbolt: Change bandwidth reservations to comply USB4 v2Gil Fine3-3/+76
2024-10-04thunderbolt: Make is_gen4_link() available to the rest of the driverGil Fine2-7/+30
2024-10-04thunderbolt: Use weight constants in tb_usb3_consumed_bandwidth()Mika Westerberg1-3/+6
2024-10-04thunderbolt: Use constants for path weight and priorityMika Westerberg1-12/+27
2024-10-04thunderbolt: Create multiple DisplayPort tunnels if there are more DP IN/OUT ...Gil Fine1-9/+17
2024-10-04thunderbolt: Expose tb_tunnel_xxx() log macros to the rest of the driverMika Westerberg2-22/+28
2024-10-04thunderbolt: Use tb_tunnel_dbg() where possible to make logging more consistentMika Westerberg1-35/+30
2024-10-04thunderbolt: Fix debug log when DisplayPort adapter not available for pairingGil Fine1-4/+3
2024-10-04dt-bindings: spi: nxp-fspi: add imx8ulp supportHaibo Chen1-0/+1
2024-10-04dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95Peng Fan1-6/+12
2024-10-04btrfs: fix race setting file private on concurrent lseek using same fdFilipe Manana3-3/+34
2024-10-04btrfs: update comment for struct btrfs_inode::lockFilipe Manana1-14/+18
2024-10-04btrfs: reorder btrfs_inode to fill gapsDavid Sterba1-8/+8
2024-10-04btrfs: subpage: fix the bitmap dump which can cause bitmap corruptionQu Wenruo1-2/+8
2024-10-04lib/bitmap: add bitmap_{read,write}()Syed Nayyar Waris1-0/+77
2024-10-04x86/entry: Remove unwanted instrumentation in common_interrupt()Dmitry Vyukov2-5/+9
2024-10-04x86/idtentry: Incorporate definitions/declarations of the FRED entriesXin Li1-8/+63
2024-10-04serial: don't use uninitialized value in uart_poll_init()Jiri Slaby (SUSE)1-7/+6
2024-10-04tty: serial: kgdboc: Fix 8250_* kgdb over serialMichael Trimarchi1-1/+2