Age | Commit message (Expand) | Author | Files | Lines |
2022-10-13 | Merge patch series "Use composable cache instead of L2 cache" | Palmer Dabbelt | 11 | -270/+312 |
2022-10-13 | riscv: Add cache information in AUX vector | Greentime Hu | 2 | -1/+7 |
2022-10-13 | soc: sifive: ccache: define the macro for the register shifts | Zong Li | 1 | -5/+11 |
2022-10-13 | soc: sifive: ccache: use pr_fmt() to remove CCACHE: prefixes | Ben Dooks | 1 | -7/+10 |
2022-10-13 | soc: sifive: ccache: reduce printing on init | Ben Dooks | 1 | -14/+11 |
2022-10-13 | soc: sifive: ccache: determine the cache level from dts | Zong Li | 1 | -1/+5 |
2022-10-13 | soc: sifive: ccache: Rename SiFive L2 cache to Composable cache. | Greentime Hu | 8 | -264/+272 |
2022-10-13 | dt-bindings: sifive-ccache: change Sifive L2 cache to Composable cache | Zong Li | 1 | -5/+23 |
2022-10-13 | Merge tag 'docs-6.1-2' of git://git.lwn.net/linux | Linus Torvalds | 19 | -150/+107 |
2022-10-13 | Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 88 | -275/+684 |
2022-10-13 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -2/+6 |
2022-10-13 | Merge tag 'trace-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds | 6 | -123/+146 |
2022-10-13 | Merge tag 'linux-watchdog-6.1-rc1' of git://www.linux-watchdog.org/linux-watc... | Linus Torvalds | 32 | -223/+1097 |
2022-10-13 | Merge tag 'ceph-for-6.1-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds | 10 | -52/+64 |
2022-10-13 | Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 30 | -116/+342 |
2022-10-13 | Merge tag 'for-linus-6.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2022-10-13 | Documentation: rtla: Correct command line example | Pierre Gondois | 1 | -1/+1 |
2022-10-13 | sunhme: fix an IS_ERR() vs NULL check in probe | Dan Carpenter | 1 | -2/+2 |
2022-10-13 | net: marvell: prestera: fix a couple NULL vs IS_ERR() checks | Dan Carpenter | 1 | -3/+3 |
2022-10-13 | kcm: avoid potential race in kcm_tx_work | Eric Dumazet | 1 | -1/+1 |
2022-10-13 | tcp: Clean up kernel listener's reqsk in inet_twsk_purge() | Kuniyuki Iwashima | 2 | -5/+19 |
2022-10-13 | MAINTAINERS: of: collapse overlay entry into main device tree entry | Frank Rowand | 1 | -11/+3 |
2022-10-13 | Merge patch series "Some style cleanups for recent extension additions" | Palmer Dabbelt | 3 | -29/+26 |
2022-10-13 | riscv: check for kernel config option in t-head memory types errata | Heiko Stuebner | 1 | -0/+3 |
2022-10-13 | riscv: use BIT() marco for cpufeature probing | Heiko Stuebner | 1 | -2/+2 |
2022-10-13 | riscv: use BIT() macros in t-head errata init | Heiko Stuebner | 1 | -2/+2 |
2022-10-13 | riscv: drop some idefs from CMO initialization | Heiko Stuebner | 3 | -17/+14 |
2022-10-13 | riscv: cleanup svpbmt cpufeature probing | Heiko Stuebner | 1 | -8/+5 |
2022-10-13 | riscv: Pass -mno-relax only on lld < 15.0.0 | Fangrui Song | 1 | -0/+2 |
2022-10-13 | cifs: use ALIGN() and round_up() macros | Enzo Matsumiya | 5 | -38/+33 |
2022-10-13 | cifs: find and use the dentry for cached non-root directories also | Ronnie Sahlberg | 1 | -14/+49 |
2022-10-13 | cifs: enable caching of directories for which a lease is held | Ronnie Sahlberg | 4 | -193/+263 |
2022-10-13 | cifs: prevent copying past input buffer boundaries | Paulo Alcantara | 1 | -2/+2 |
2022-10-13 | cifs: fix uninitialised var in smb2_compound_op() | Paulo Alcantara | 1 | -0/+1 |
2022-10-13 | cifs: improve symlink handling for smb2+ | Paulo Alcantara | 14 | -453/+451 |
2022-10-13 | smb3: clarify multichannel warning | Steve French | 1 | -1/+2 |
2022-10-13 | cifs: fix regression in very old smb1 mounts | Ronnie Sahlberg | 1 | -6/+5 |
2022-10-13 | vdpa/ifcvf: add reviewer | Michael S. Tsirkin | 1 | -0/+4 |
2022-10-13 | virtio_pci: use irq to detect interrupt support | Michael S. Tsirkin | 1 | -2/+2 |
2022-10-13 | powerpc/pseries: Fix CONFIG_DTL=n build | Nicholas Piggin | 2 | -74/+80 |
2022-10-13 | powerpc/64s/interrupt: Fix lost interrupts when returning to soft-masked context | Nicholas Piggin | 1 | -2/+13 |
2022-10-13 | Merge tag 'wireless-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Abeni | 5 | -47/+84 |
2022-10-13 | Merge branch 'cve-fixes-2022-10-13' | Johannes Berg | 28 | -89/+161 |
2022-10-13 | RISC-V: Avoid dereferening NULL regs in die() | Palmer Dabbelt | 1 | -3/+6 |
2022-10-13 | highmem: fix kmap_to_page() for kmap_local_page() addresses | Ira Weiny | 1 | -12/+31 |
2022-10-13 | mm/page_alloc: fix incorrect PGFREE and PGALLOC for high-order page | Yafang Shao | 1 | -2/+2 |
2022-10-13 | mm/selftest: uffd: explain the write missing fault check | Peter Xu | 1 | -1/+21 |
2022-10-13 | mm/hugetlb: use hugetlb_pte_stable in migration race check | Peter Xu | 1 | -4/+3 |
2022-10-13 | mm/hugetlb: fix race condition of uffd missing/minor handling | Peter Xu | 1 | -7/+52 |
2022-10-13 | zram: always expose rw_page | Brian Geffon | 1 | -23/+3 |