| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-01-07 | fscache: Provide and use cache methods to lookup/create/free a volume |  David Howells | 1 | -0/+7 |
| 2022-01-07 | fscache: Implement functions add/remove a cache |  David Howells | 1 | -0/+13 |
| 2022-01-07 | fscache: Implement cookie-level access helpers |  David Howells | 1 | -0/+2 |
| 2022-01-07 | fscache: Implement volume-level access helpers |  David Howells | 1 | -0/+4 |
| 2022-01-07 | fscache: Implement cookie registration |  David Howells | 2 | -0/+156 |
| 2022-01-07 | fscache: Implement volume registration |  David Howells | 1 | -0/+84 |
| 2022-01-07 | fscache: Implement cache registration |  David Howells | 1 | -0/+34 |
| 2022-01-07 | fscache: Introduce new driver |  David Howells | 2 | -1/+7 |
| 2022-01-07 | netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space |  David Howells | 1 | -1/+2 |
| 2022-01-07 | fscache: Remove the contents of the fscache driver, pending rewrite |  David Howells | 2 | -1396/+3 |
| 2022-01-06 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  Jakub Kicinski | 2 | -10/+14 |
| 2022-01-06 | ACPI: APD: Add a fmw property clk-name |  Ajit Kumar Pandey | 1 | -0/+1 |
| 2022-01-06 | drivers: acpi: acpi_apd: Remove unused device property "is-rv" |  Ajit Kumar Pandey | 1 | -1/+0 |
| 2022-01-06 | net/mlx5: Introduce API for bulk request and release of IRQs |  Shay Drory | 1 | -2/+2 |
| 2022-01-07 | random: remove unused irq_flags argument from add_interrupt_randomness() |  Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2022-01-07 | Merge tag 'amd-drm-fixes-5.16-2021-12-31' of ssh://gitlab.freedesktop.org/agd5f/linux into drm-fixes |  Dave Airlie | 1 | -0/+1 |
| 2022-01-06 | NFSv4: Add some support for case insensitive filesystems |  Trond Myklebust | 2 | -0/+4 |
| 2022-01-06 | NFS: don't store 'struct cred *' in struct nfs_access_entry |  NeilBrown | 1 | -1/+3 |
| 2022-01-06 | NFS: pass cred explicitly for access tests |  NeilBrown | 2 | -2/+2 |
| 2022-01-06 | NFS: change nfs_access_get_cached to only report the mask |  NeilBrown | 1 | -2/+2 |
| 2022-01-06 | mm: Remove slab from struct page |  Matthew Wilcox (Oracle) | 2 | -65/+0 |
| 2022-01-06 | Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu into slab-struct_slab-part2-v1 |  Vlastimil Babka | 2 | -68/+3 |
| 2022-01-06 | lib/raid6: Use strict priority ranking for pq gen() benchmarking |  Dirk Müller | 1 | -1/+1 |
| 2022-01-06 | HID: address kernel-doc warnings |  Lukas Bulwahn | 1 | -2/+2 |
| 2022-01-06 | gro: add ability to control gro max packet size |  Coco Li | 1 | -0/+11 |
| 2022-01-06 | net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets |  Miroslav Lichvar | 1 | -5/+7 |
| 2022-01-06 | bootmem: Use page->index instead of page->freelist |  Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-01-06 | mm/kasan: Convert to struct folio and struct slab |  Matthew Wilcox (Oracle) | 1 | -4/+5 |
| 2022-01-06 | mm/memcg: Convert slab objcgs from struct page to struct slab |  Vlastimil Babka | 1 | -48/+0 |
| 2022-01-06 | mm: Convert struct page to struct slab in functions used by other subsystems |  Vlastimil Babka | 2 | -17/+17 |
| 2022-01-06 | mm/slub: Finish struct page to struct slab conversion |  Vlastimil Babka | 1 | -1/+1 |
| 2022-01-06 | mm/slub: Convert most struct page to struct slab by spatch |  Vlastimil Babka | 1 | -3/+3 |
| 2022-01-06 | mm: Convert check_heap_object() to use struct slab |  Matthew Wilcox (Oracle) | 1 | -8/+0 |
| 2022-01-06 | mm: Split slab into its own type |  Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2022-01-06 | mm/slub: Make object_err() static |  Vlastimil Babka | 1 | -3/+0 |
| 2022-01-05 | xdp: Add xdp_do_redirect_frame() for pre-computed xdp_frames |  Toke Høiland-Jørgensen | 1 | -0/+4 |
| 2022-01-05 | xdp: Move conversion to xdp_frame out of map functions |  Toke Høiland-Jørgensen | 1 | -10/+10 |
| 2022-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 2 | -0/+3 |
| 2022-01-05 | Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Linus Torvalds | 1 | -0/+2 |
| 2022-01-05 | block: introduce rq_list_move |  Keith Busch | 1 | -0/+17 |
| 2022-01-05 | block: introduce rq_list_for_each_safe macro |  Keith Busch | 1 | -0/+4 |
| 2022-01-05 | block: move rq_list macros to blk-mq.h |  Keith Busch | 2 | -29/+29 |
| 2022-01-05 | Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrace', 'for-next/xor-neon', 'for-next/kasan', 'for-next/armv8_7-fp', 'for-next/atomics', 'for-next/bti', 'for-next/sve', 'for-next/kselftest' and 'for-next/kcsan', remote-tracking branch 'arm64/for-next/perf' into for-next/... |  Catalin Marinas | 1 | -17/+18 |
| 2022-01-05 | headers/deps: USB: Optimize <linux/usb/ch9.h> dependencies, remove <linux/device.h> |  Ingo Molnar | 1 | -1/+2 |
| 2022-01-05 | Merge tag 'linux-can-next-for-5.17-20220105' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next |  David S. Miller | 2 | -9/+20 |
| 2022-01-05 | net: mdio: add helpers to extract clause 45 regad and devad fields |  Russell King (Oracle) | 1 | -0/+12 |
| 2022-01-05 | can: dev: reorder struct can_priv members for better packing |  Vincent Mailhol | 1 | -3/+3 |
| 2022-01-05 | can: dev: add sanity check in can_set_static_ctrlmode() |  Vincent Mailhol | 1 | -2/+9 |
| 2022-01-05 | can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode() |  Vincent Mailhol | 1 | -2/+5 |
| 2022-01-05 | can: do not increase tx_bytes statistics for RTR frames |  Vincent Mailhol | 1 | -2/+3 |