Age | Commit message (Expand) | Author | Files | Lines |
2020-12-27 | Merge tag 'objtool-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 4 | -26/+42 |
2020-12-25 | Merge tag 'perf-tools-2020-12-24' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 23 | -391/+688 |
2020-12-24 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 3 | -2/+23 |
2020-12-24 | perf probe: Fix memory leak when synthesizing SDT probes | Arnaldo Carvalho de Melo | 1 | -3/+10 |
2020-12-24 | perf stat aggregation: Add separate thread member | James Clark | 4 | -16/+16 |
2020-12-24 | perf stat aggregation: Add separate core member | James Clark | 5 | -28/+27 |
2020-12-24 | perf stat aggregation: Add separate die member | James Clark | 5 | -36/+26 |
2020-12-24 | perf stat aggregation: Add separate socket member | James Clark | 6 | -51/+41 |
2020-12-24 | perf stat aggregation: Add separate node member | James Clark | 5 | -8/+21 |
2020-12-24 | perf stat aggregation: Start using cpu_aggr_id in map | James Clark | 4 | -11/+11 |
2020-12-24 | perf cpumap: Drop in cpu_aggr_map struct | James Clark | 4 | -20/+35 |
2020-12-24 | perf cpumap: Add new map type for aggregation | James Clark | 2 | -0/+25 |
2020-12-24 | perf stat: Replace aggregation ID with a struct | James Clark | 7 | -127/+173 |
2020-12-24 | perf cpumap: Add new struct for cpu aggregation | James Clark | 2 | -0/+26 |
2020-12-24 | perf cpumap: Use existing allocator to avoid using malloc | James Clark | 1 | -4/+4 |
2020-12-24 | perf tests: Improve topology test to check all aggregation types | James Clark | 1 | -7/+46 |
2020-12-24 | perf tools: Update s390's syscall.tbl copy from the kernel sources | Tiezhu Yang | 1 | -170/+226 |
2020-12-24 | perf tools: Update powerpc's syscall.tbl copy from the kernel sources | Tiezhu Yang | 1 | -7/+19 |
2020-12-24 | perf s390: Move syscall.tbl check into check-headers.sh | Tiezhu Yang | 2 | -4/+1 |
2020-12-24 | perf powerpc: Move syscall.tbl check to check-headers.sh | Tiezhu Yang | 2 | -7/+1 |
2020-12-24 | tools headers UAPI: Synch KVM's svm.h header with the kernel | Arnaldo Carvalho de Melo | 1 | -0/+28 |
2020-12-24 | tools kvm headers: Update KVM headers from the kernel sources | Arnaldo Carvalho de Melo | 1 | -3/+0 |
2020-12-24 | tools headers UAPI: Sync KVM's vmx.h header with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2020-12-24 | tools headers UAPI: Sync kvm.h headers with the kernel sources | Arnaldo Carvalho de Melo | 2 | -1/+56 |
2020-12-24 | tools arch x86: Sync the msr-index.h copy with the kernel sources | Arnaldo Carvalho de Melo | 2 | -1/+2 |
2020-12-24 | tools headers cpufeatures: Sync with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2020-12-24 | tools headers UAPI: Update epoll_pwait2 affected files | Arnaldo Carvalho de Melo | 2 | -1/+4 |
2020-12-23 | Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 12 | -12/+12 |
2020-12-23 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -1/+155 |
2020-12-23 | Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 3 | -0/+130 |
2020-12-22 | kselftest/arm64: check GCR_EL1 after context switch | Vincenzo Frascino | 2 | -1/+155 |
2020-12-20 | Merge tag 'perf-tools-2020-12-19' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 167 | -5873/+7608 |
2020-12-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 36 | -465/+1643 |
2020-12-20 | Merge tag 'close-range-cloexec-unshare-v5.11' of git://git.kernel.org/pub/scm... | Linus Torvalds | 1 | -6/+275 |
2020-12-19 | perf mem: Factor out a function to generate sort order | Kan Liang | 1 | -14/+27 |
2020-12-19 | perf sort: Add sort option for data page size | Kan Liang | 7 | -2/+42 |
2020-12-19 | perf script: Support data page size | Kan Liang | 4 | -4/+34 |
2020-12-19 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+72 |
2020-12-19 | selftests/filesystems: expand epoll with epoll_pwait2 | Willem de Bruijn | 1 | -0/+72 |
2020-12-19 | selftests/core: add regression test for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLO... | Christian Brauner | 1 | -0/+183 |
2020-12-19 | selftests/core: add test for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLOEXEC | Christian Brauner | 1 | -0/+70 |
2020-12-19 | selftests/core: handle missing syscall number for close_range | Christian Brauner | 1 | -1/+17 |
2020-12-19 | selftests/core: fix close_range_test build after XFAIL removal | Tobias Klauser | 1 | -5/+5 |
2020-12-19 | tools/virtio: add barrier for aarch64 | Peng Fan | 1 | -0/+10 |
2020-12-19 | tools/virtio: add krealloc_array | Peng Fan | 1 | -2/+11 |
2020-12-19 | tools/virtio: include asm/bug.h | Peng Fan | 1 | -0/+2 |
2020-12-18 | Merge tag 'ktest-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -8/+12 |
2020-12-18 | tools headers UAPI: Update asm-generic/unistd.h | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2020-12-18 | tools headers cpufeatures: Sync with the kernel sources | Arnaldo Carvalho de Melo | 2 | -1/+9 |
2020-12-18 | tools headers UAPI: Sync linux/prctl.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+5 |