| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2020-10-24 | 2 | -2/+2 |
|\ |
|
| *-. | Merge branches 'pm-core', 'pm-sleep', 'pm-tools' and 'powercap' | Rafael J. Wysocki | 2020-10-23 | 2 | -2/+2 |
| |\ \ |
|
| | | * | Merge tag 'linux-cpupower-5.10-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Rafael J. Wysocki | 2020-10-16 | 2 | -2/+2 |
| | |/| |
|
| | | * | cpupower: speed up generating git version string | Martin Kaistra | 2020-08-20 | 1 | -1/+1 |
| | | * | cpupowerutils: fix spelling mistake "dependant" -> "dependent" | Colin Ian King | 2020-08-20 | 1 | -1/+1 |
* | | | | Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2020-10-23 | 13 | -27/+315 |
|\ \ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 2020-10-22 | 8 | -27/+288 |
| |\ \ \ \ |
|
| | * | | | | bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static | Daniel Borkmann | 2020-10-22 | 1 | -0/+2 |
| | * | | | | bpf, selftests: Extend test_tc_redirect to use modified bpf_redirect_neigh() | Toke Høiland-Jørgensen | 2020-10-22 | 3 | -5/+173 |
| | * | | | | bpf: Fix bpf_redirect_neigh helper api to support supplying nexthop | Toke Høiland-Jørgensen | 2020-10-22 | 1 | -4/+18 |
| | * | | | | bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checked | Martin KaFai Lau | 2020-10-20 | 2 | -18/+70 |
| | * | | | | bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checked | Martin KaFai Lau | 2020-10-20 | 1 | -0/+25 |
| * | | | | | selftests: mptcp: depends on built-in IPv6 | Matthieu Baerts | 2020-10-22 | 1 | -0/+1 |
| * | | | | | selftests: rtnetlink: load fou module for kci_test_encap_fou() test | Po-Hsu Lin | 2020-10-20 | 2 | -0/+6 |
| |/ / / / |
|
| * | | | | selftests: forwarding: Add missing 'rp_filter' configuration | Ido Schimmel | 2020-10-18 | 2 | -0/+20 |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2020-10-23 | 5 | -1/+420 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'kvm-fixes' into 'next' | Paolo Bonzini | 2020-10-22 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| * | | | | | | KVM: x86: do not attempt TSC synchronization on guest writes | Paolo Bonzini | 2020-09-28 | 2 | -0/+169 |
| * | | | | | | KVM: selftests: Add test for user space MSR handling | Alexander Graf | 2020-09-28 | 3 | -0/+250 |
| * | | | | | | KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE" | Sean Christopherson | 2020-09-28 | 1 | -1/+1 |
* | | | | | | | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2020-10-22 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | kbuild: explicitly specify the build id style | Bill Wendling | 2020-10-09 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2020-10-22 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | lkdtm: remove set_fs-based tests | Christoph Hellwig | 2020-09-09 | 1 | -2/+0 |
| | |_|_|_|_|_|/
| |/| | | | | | |
|
* | | | | | | | | Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2020-10-22 | 1 | -50/+0 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | nfsd: remove fault injection code | J. Bruce Fields | 2020-09-26 | 1 | -50/+0 |
* | | | | | | | | | Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarray | Linus Torvalds | 2020-10-20 | 4 | -4/+38 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | ida: Free allocated bitmap in error path | Matthew Wilcox (Oracle) | 2020-10-07 | 1 | -0/+29 |
| * | | | | | | | | | radix tree test suite: Fix compilation | Matthew Wilcox (Oracle) | 2020-10-07 | 3 | -4/+9 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2020-10-18 | 4 | -14/+65 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | kunit: test: add test plan to KUnit TAP format | Brendan Higgins | 2020-10-09 | 4 | -14/+65 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-10-18 | 22 | -69/+208 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2020-10-09 | 22 | -69/+208 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | Merge branch 'scftorture.2020.08.24a' into HEAD | Paul E. McKenney | 2020-09-03 | 18 | -23/+115 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | rcuperf: Change rcuperf to rcuscale | Paul E. McKenney | 2020-08-25 | 11 | -20/+20 |
| | | * | | | | | | | | | torture: Add scftorture to the rcutorture scripting | Paul E. McKenney | 2020-08-25 | 8 | -1/+92 |
| | | * | | | | | | | | | torture: Declare parse-console.sh independence from rcutorture | Paul E. McKenney | 2020-08-25 | 1 | -3/+4 |
| | | |/ / / / / / / / |
|
| | * | | | | | | | | | torture: Add gdb support | Paul E. McKenney | 2020-08-25 | 2 | -8/+46 |
| | * | | | | | | | | | torture: Add kvm.sh --help and update help message | Paul E. McKenney | 2020-08-25 | 1 | -2/+6 |
| | * | | | | | | | | | rcutorture: Add CONFIG_PROVE_RCU_LIST to TREE05 | Paul E. McKenney | 2020-08-25 | 1 | -0/+1 |
| | * | | | | | | | | | torture: Update initrd documentation | Paul E. McKenney | 2020-08-25 | 2 | -34/+37 |
| | * | | | | | | | | | rcutorture: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 2020-08-25 | 1 | -3/+3 |
| | * | | | | | | | | | torture: document --allcpus argument added to the kvm.sh script | Paul Gortmaker | 2020-08-25 | 1 | -0/+1 |
| | |/ / / / / / / / |
|
* | | | | | | | | | | selftests/vm: 10x speedup for hmm-tests | John Hubbard | 2020-10-18 | 1 | -1/+1 |
* | | | | | | | | | | Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2020-10-17 | 164 | -5711/+10441 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | perf c2c: Update documentation for metrics reorganization | Leo Yan | 2020-10-15 | 1 | -16/+18 |
| * | | | | | | | | | | perf c2c: Add metrics "RMT Load Hit" | Leo Yan | 2020-10-15 | 1 | -50/+2 |
| * | | | | | | | | | | perf c2c: Correct LLC load hit metrics | Leo Yan | 2020-10-15 | 1 | -2/+2 |
| * | | | | | | | | | | perf c2c: Change header for LLC local hit | Leo Yan | 2020-10-15 | 1 | -1/+1 |
| * | | | | | | | | | | perf c2c: Use more explicit headers for HITM | Leo Yan | 2020-10-15 | 1 | -4/+4 |