| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-04-17 | Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 3 | -6/+9 |
| 2021-04-17 | Merge tag 'libnvdimm-fixes-for-5.12-rc8' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -0/+1 |
| 2021-04-17 | KVM: Kill off the old hva-based MMU notifier callbacks | Sean Christopherson | 1 | -8/+0 |
| 2021-04-17 | KVM: Move x86's MMU notifier memslot walkers to generic code | Sean Christopherson | 1 | -0/+14 |
| 2021-04-17 | KVM: constify kvm_arch_flush_remote_tlbs_memslot | Paolo Bonzini | 1 | -1/+1 |
| 2021-04-17 | KVM: Move prototypes for MMU notifier callbacks to generic code | Sean Christopherson | 1 | -0/+8 |
| 2021-04-17 | ethtool: add interface to read RMON stats | Jakub Kicinski | 1 | -0/+43 |
| 2021-04-17 | ethtool: add interface to read standard MAC Ctrl stats | Jakub Kicinski | 1 | -0/+12 |
| 2021-04-17 | ethtool: add interface to read standard MAC stats | Jakub Kicinski | 1 | -0/+31 |
| 2021-04-17 | ethtool: add a new command for reading standard stats | Jakub Kicinski | 1 | -0/+10 |
| 2021-04-17 | Merge tag 'mlx5-updates-2021-04-16' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 2 | -0/+51 |
| 2021-04-17 | kasan: remove redundant config option | Walter Wu | 1 | -1/+1 |
| 2021-04-17 | net: Add a WWAN subsystem | Loic Poulain | 1 | -0/+111 |
| 2021-04-16 | time/timecounter: Mark 1st argument of timecounter_cyc2time() as const | Marc Kleine-Budde | 1 | -1/+1 |
| 2021-04-16 | net/mlx5: Add register layout to support extended link state | Moshe Tal | 2 | -0/+51 |
| 2021-04-16 | mtd: core: Constify buf in mtd_write_user_prot_reg() | Tudor Ambarus | 1 | -2/+3 |
| 2021-04-16 | perf core: Add PERF_COUNT_SW_CGROUP_SWITCHES event | Namhyung Kim | 1 | -0/+7 |
| 2021-04-16 | perf core: Factor out __perf_sw_event_sched | Namhyung Kim | 1 | -21/+12 |
| 2021-04-16 | PCI: tegra: Add Tegra194 MCFG quirks for ECAM errata | Vidya Sagar | 1 | -0/+1 |
| 2021-04-16 | iommu: Streamline registration interface | Robin Murphy | 1 | -24/+6 |
| 2021-04-16 | iommu: Statically set module owner | Robin Murphy | 1 | -8/+1 |
| 2021-04-16 | Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis... | Joerg Roedel | 8 | -126/+60 |
| 2021-04-16 | debugfs: Implement debugfs_create_str() | Peter Zijlstra | 1 | -0/+17 |
| 2021-04-16 | sched: Move SCHED_DEBUG sysctl to debugfs | Peter Zijlstra | 1 | -5/+3 |
| 2021-04-16 | cpumask: Introduce DYING mask | Peter Zijlstra | 1 | -0/+20 |
| 2021-04-16 | cpumask: Make cpu_{online,possible,present,active}() inline | Peter Zijlstra | 1 | -31/+66 |
| 2021-04-16 | perf: Add support for SIGTRAP on perf events | Marco Elver | 1 | -0/+1 |
| 2021-04-16 | signal: Introduce TRAP_PERF si_code and si_perf to siginfo | Marco Elver | 2 | -0/+3 |
| 2021-04-16 | perf: Support only inheriting events if cloned with CLONE_THREAD | Marco Elver | 1 | -2/+3 |
| 2021-04-16 | perf: Rework perf_event_exit_event() | Peter Zijlstra | 1 | -0/+1 |
| 2021-04-16 | blk-mq: bypass IO scheduler's limit_depth for passthrough request | Lin Feng | 1 | -0/+6 |
| 2021-04-16 | fs: split receive_fd_replace from __receive_fd | Christoph Hellwig | 1 | -7/+4 |
| 2021-04-16 | useful constants: struct qstr for ".." | Al Viro | 1 | -0/+1 |
| 2021-04-16 | ethtool: add FEC statistics | Jakub Kicinski | 1 | -0/+40 |
| 2021-04-16 | ethtool: move ethtool_stats_init | Jakub Kicinski | 1 | -0/+6 |
| 2021-04-15 | Merge tag 'nand/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mt... | Richard Weinberger | 4 | -4/+36 |
| 2021-04-15 | Merge tag 'spi-nor/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Richard Weinberger | 3 | -1/+9 |
| 2021-04-15 | Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br... | Mark Brown | 1 | -0/+3 |
| 2021-04-15 | Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/next | Marc Zyngier | 1 | -0/+7 |
| 2021-04-15 | bug: Provide dummy version of bug_get_file_line() when !GENERIC_BUG | Marc Zyngier | 1 | -0/+7 |
| 2021-04-15 | Merge branch 'for-next/mte-async-kernel-mode' into for-next/core | Catalin Marinas | 1 | -0/+6 |
| 2021-04-15 | Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'fo... | Catalin Marinas | 2 | -0/+4 |
| 2021-04-15 | tty: clean include/linux/tty.h up | Greg Kroah-Hartman | 1 | -34/+0 |
| 2021-04-15 | tty: move some tty-only functions to drivers/tty/tty.h | Greg Kroah-Hartman | 1 | -16/+0 |
| 2021-04-15 | tty: make tty_release_redirect() static | Greg Kroah-Hartman | 1 | -1/+0 |
| 2021-04-15 | tty: move some internal tty lock enums and functions out of tty.h | Greg Kroah-Hartman | 1 | -26/+0 |
| 2021-04-15 | tty: audit: move some local functions out of tty.h | Greg Kroah-Hartman | 1 | -10/+0 |
| 2021-04-15 | tty: create internal tty.h file | Greg Kroah-Hartman | 1 | -12/+0 |
| 2021-04-15 | Merge tag 'mlx5-updates-2021-04-13' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 1 | -2/+1 |
| 2021-04-14 | net: stmmac: Add support for external trigger timestamping | Tan Tee Min | 1 | -0/+2 |