| Commit message (Expand) | Author | Files | Lines |
2024-11-10 | filemap: Fix bounds checking in filemap_read() | Trond Myklebust | 1 | -1/+1 |
2024-11-08 | i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not set | Liu Peibao | 2 | -2/+5 |
2024-11-07 | mailmap: add entry for Thorsten Blum | Thorsten Blum | 1 | -0/+1 |
2024-11-07 | ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove() | Andrew Kanner | 1 | -2/+1 |
2024-11-07 | signal: restore the override_rlimit logic | Roman Gushchin | 3 | -4/+8 |
2024-11-07 | fs/proc: fix compile warning about variable 'vmcore_mmap_ops' | Qi Xi | 1 | -4/+5 |
2024-11-07 | ucounts: fix counter leak in inc_rlimit_get_ucounts() | Andrei Vagin | 1 | -2/+1 |
2024-11-07 | selftests: hugetlb_dio: check for initial conditions to skip in the start | Muhammad Usama Anjum | 1 | -7/+12 |
2024-11-07 | mm: fix docs for the kernel parameter ``thp_anon=`` | Maíra Canal | 2 | -2/+2 |
2024-11-07 | mm/damon/core: avoid overflow in damon_feed_loop_next_input() | SeongJae Park | 1 | -7/+21 |
2024-11-07 | mm/damon/core: handle zero schemes apply interval | SeongJae Park | 1 | -4/+4 |
2024-11-07 | mm/damon/core: handle zero {aggregation,ops_update} intervals | SeongJae Park | 1 | -3/+3 |
2024-11-07 | mm/mlock: set the correct prev on failure | Wei Yang | 1 | -3/+6 |
2024-11-07 | objpool: fix to make percpu slot allocation more robust | Masami Hiramatsu (Google) | 1 | -6/+12 |
2024-11-07 | mm/page_alloc: keep track of free highatomic | Yu Zhao | 2 | -3/+8 |
2024-11-07 | bcachefs: Fix UAF in __promote_alloc() error path | Kent Overstreet | 1 | -1/+2 |
2024-11-07 | bcachefs: Change OPT_STR max to be 1 less than the size of choices array | Piotr Zalewski | 1 | -2/+2 |
2024-11-07 | bcachefs: btree_cache.freeable list fixes | Kent Overstreet | 3 | -48/+67 |
2024-11-07 | bcachefs: check the invalid parameter for perf test | Hongbo Li | 1 | -0/+5 |
2024-11-07 | bcachefs: add check NULL return of bio_kmalloc in journal_read_bucket | Pei Xiao | 2 | -0/+3 |
2024-11-07 | bcachefs: Ensure BCH_FS_may_go_rw is set before exiting recovery | Kent Overstreet | 2 | -0/+13 |
2024-11-07 | bcachefs: Fix topology errors on split after merge | Kent Overstreet | 1 | -3/+14 |
2024-11-07 | bcachefs: Ancient versions with bad bkey_formats are no longer supported | Kent Overstreet | 1 | -4/+3 |
2024-11-07 | bcachefs: Fix error handling in bch2_btree_node_prefetch() | Kent Overstreet | 1 | -2/+5 |
2024-11-07 | bcachefs: Fix null ptr deref in bucket_gen_get() | Kent Overstreet | 4 | -18/+17 |
2024-11-07 | drivers: net: ionic: add missed debugfs cleanup to ionic_probe() error path | Wentao Liang | 1 | -0/+1 |
2024-11-07 | net/smc: do not leave a dangling sk pointer in __smc_create() | Eric Dumazet | 1 | -1/+3 |
2024-11-07 | rxrpc: Fix missing locking causing hanging calls | David Howells | 2 | -0/+5 |
2024-11-07 | net/smc: Fix lookup of netdev by using ib_device_get_netdev() | Wenjia Zhang | 2 | -9/+3 |
2024-11-07 | proc/softirqs: replace seq_printf with seq_put_decimal_ull_width | David Wang | 1 | -1/+1 |
2024-11-07 | drm/panthor: Be stricter about IO mapping flags | Jann Horn | 1 | -0/+4 |
2024-11-07 | ASoC: SOF: sof-client-probes-ipc4: Set param_size extension bits | Jyri Sarha | 1 | -0/+1 |
2024-11-07 | drm/panthor: Lock XArray when getting entries for the VM | Liviu Dudau | 1 | -0/+2 |
2024-11-07 | drm: panel-orientation-quirks: Make Lenovo Yoga Tab 3 X90F DMI match less strict | Hans de Goede | 1 | -1/+0 |
2024-11-07 | NFSD: Fix READDIR on NFSv3 mounts of ext4 exports | Chuck Lever | 1 | -8/+5 |
2024-11-07 | ASoC: stm: Prevent potential division by zero in stm32_sai_get_clk_div() | Luo Yifan | 1 | -1/+1 |
2024-11-07 | ASoC: stm: Prevent potential division by zero in stm32_sai_mclk_round_rate() | Luo Yifan | 1 | -2/+2 |
2024-11-07 | ASoC: amd: yc: Support dmic on another model of Lenovo Thinkpad E14 Gen 6 | Markus Petri | 1 | -0/+7 |
2024-11-07 | net: arc: rockchip: fix emac mdio node support | Johan Jonker | 1 | -1/+8 |
2024-11-07 | net: arc: fix the device for dma_map_single/dma_unmap_single | Johan Jonker | 1 | -11/+16 |
2024-11-07 | media: videobuf2-core: copy vb planes unconditionally | Tudor Ambarus | 1 | -13/+15 |
2024-11-07 | virtio_net: Update rss when set queue | Philo Lu | 1 | -14/+51 |
2024-11-07 | virtio_net: Sync rss config to device when virtnet_probe | Philo Lu | 1 | -0/+9 |
2024-11-07 | virtio_net: Add hash_key_length check | Philo Lu | 1 | -0/+6 |
2024-11-07 | virtio_net: Support dynamic rss indirection table size | Philo Lu | 1 | -5/+34 |
2024-11-07 | netfilter: nf_tables: wait for rcu grace period on net_device removal | Pablo Neira Ayuso | 2 | -7/+38 |
2024-11-07 | arm64: Kconfig: Make SME depend on BROKEN for now | Mark Rutland | 1 | -0/+1 |
2024-11-07 | arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hint | Mark Rutland | 3 | -65/+6 |
2024-11-07 | net: stmmac: Fix unbalanced IRQ wake disable warning on single irq case | Nícolas F. R. A. Prado | 1 | -0/+1 |
2024-11-07 | net: vertexcom: mse102x: Fix possible double free of TX skb | Stefan Wahren | 1 | -2/+3 |