| Commit message (Expand) | Author | Files | Lines |
2024-07-26 | erofs: fix race in z_erofs_get_gbuf() | Gao Xiang | 1 | -0/+3 |
2024-07-26 | erofs: support STATX_DIOALIGN | Hongbo Li | 1 | -2/+17 |
2024-07-13 | erofs: silence uninitialized variable warning in z_erofs_scan_folio() | Dan Carpenter | 1 | -1/+1 |
2024-07-11 | erofs: avoid refcounting short-lived pages | Gao Xiang | 3 | -26/+24 |
2024-07-10 | erofs: get rid of z_erofs_map_blocks_iter_* tracepoints | Hongzhen Luo | 2 | -31/+5 |
2024-07-09 | erofs: tidy up stream decompressors | Gao Xiang | 5 | -304/+209 |
2024-07-09 | erofs: refine z_erofs_{init,exit}_subsystem() | Gao Xiang | 8 | -78/+69 |
2024-07-09 | erofs: move each decompressor to its own source file | Gao Xiang | 6 | -50/+44 |
2024-07-08 | erofs: tidy up `struct z_erofs_bvec` | Gao Xiang | 1 | -52/+49 |
2024-07-08 | erofs: teach z_erofs_scan_folios() to handle multi-page folios | Gao Xiang | 1 | -85/+82 |
2024-07-08 | erofs: convert z_erofs_read_fragment() to folios | Gao Xiang | 1 | -8/+7 |
2024-07-08 | erofs: convert z_erofs_pcluster_readmore() to folios | Gao Xiang | 2 | -17/+12 |
2024-07-07 | Linux 6.10-rc7v6.10-rc7 | Linus Torvalds | 1 | -1/+1 |
2024-07-06 | selftests/powerpc: Fix build with USERCFLAGS set | Michael Ellerman | 1 | -4/+1 |
2024-07-05 | gpiolib: of: add polarity quirk for TSC2005 | Dmitry Torokhov | 1 | -0/+8 |
2024-07-05 | tpm: Address !chip->auth in tpm_buf_append_hmac_session*() | Jarkko Sakkinen | 2 | -124/+130 |
2024-07-05 | tpm: Address !chip->auth in tpm_buf_append_name() | Jarkko Sakkinen | 3 | -111/+131 |
2024-07-05 | tpm: Address !chip->auth in tpm2_*_auth_session() | Jarkko Sakkinen | 1 | -2/+12 |
2024-07-04 | bnxt_en: Fix the resource check condition for RSS contexts | Pavan Chebbi | 1 | -1/+5 |
2024-07-04 | mlxsw: core_linecards: Fix double memory deallocation in case of invalid INI ... | Aleksandr Mishin | 1 | -0/+1 |
2024-07-04 | inet_diag: Initialize pad field in struct inet_diag_req_v2 | Shigeru Yoshida | 1 | -0/+2 |
2024-07-04 | tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO. | Kuniyuki Iwashima | 1 | -0/+7 |
2024-07-04 | drm/xe/mcr: Avoid clobbering DSS steering | Matt Roper | 1 | -3/+3 |
2024-07-04 | drm/xe: fix error handling in xe_migrate_update_pgtables | Matthew Auld | 1 | -4/+4 |
2024-07-04 | drm/ttm: Always take the bo delayed cleanup path for imported bos | Thomas Hellström | 1 | -0/+1 |
2024-07-04 | selftests: make order checking verbose in msg_zerocopy selftest | Zijian Zhang | 1 | -1/+1 |
2024-07-04 | selftests: fix OOM in msg_zerocopy selftest | Zijian Zhang | 1 | -1/+11 |
2024-07-04 | ice: use proper macro for testing bit | Petr Oros | 1 | -1/+1 |
2024-07-04 | ice: Reject pin requests with unsupported flags | Jacob Keller | 2 | -16/+23 |
2024-07-04 | ice: Don't process extts if PTP is disabled | Jacob Keller | 1 | -0/+4 |
2024-07-04 | ice: Fix improper extts handling | Milena Olech | 2 | -22/+91 |
2024-07-04 | selftest: af_unix: Add test case for backtrack after finalising SCC. | Kuniyuki Iwashima | 1 | -2/+23 |
2024-07-04 | af_unix: Fix uninit-value in __unix_walk_scc() | Shigeru Yoshida | 1 | -4/+5 |
2024-07-04 | bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() | Sam Sun | 1 | -3/+3 |
2024-07-04 | net: rswitch: Avoid use-after-free in rswitch_poll() | Radu Rendec | 1 | -2/+2 |
2024-07-04 | btrfs: fix folio refcount in __alloc_dummy_extent_buffer() | Boris Burkov | 1 | -1/+1 |
2024-07-04 | btrfs: fix folio refcount in btrfs_do_encoded_write() | Boris Burkov | 1 | -1/+1 |
2024-07-04 | netfilter: nf_tables: unconditionally flush pending work before notifier | Florian Westphal | 1 | -2/+1 |
2024-07-04 | i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr | Piotr Wojtaszczyk | 1 | -38/+10 |
2024-07-03 | tracing: Have memmapped ring buffer use ioctl of "R" range 0x20-2F | Steven Rostedt (Google) | 2 | -1/+2 |
2024-07-03 | riscv: kexec: Avoid deadlock in kexec crash path | Song Shuai | 1 | -9/+1 |
2024-07-03 | riscv: stacktrace: fix usage of ftrace_graph_ret_addr() | Puranjay Mohan | 1 | -1/+2 |
2024-07-03 | riscv: selftests: Fix vsetivli args for clang | Charlie Jenkins | 1 | -1/+1 |
2024-07-03 | perf: RISC-V: Check standard event availability | Samuel Holland | 2 | -3/+41 |
2024-07-03 | drivers/perf: riscv: Reset the counter to hpmevent mapping while starting cpus | Samuel Holland | 1 | -1/+1 |
2024-07-03 | drivers/perf: riscv: Do not update the event data if uptodate | Atish Patra | 1 | -1/+1 |
2024-07-03 | nilfs2: fix incorrect inode allocation from reserved inodes | Ryusuke Konishi | 4 | -12/+20 |
2024-07-03 | nilfs2: add missing check for inode numbers on directory entries | Ryusuke Konishi | 2 | -0/+11 |
2024-07-03 | nilfs2: fix inode number range checks | Ryusuke Konishi | 3 | -3/+10 |
2024-07-03 | mm: avoid overflows in dirty throttling logic | Jan Kara | 1 | -4/+26 |