index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-03
selftests: mlxsw: tc_police_scale: Make test more robust
Amit Cohen
1
-1
/
+2
2022-03-03
bpf: Small BPF verifier log improvements
Mykola Lysenko
19
-168
/
+168
2022-03-03
libbpf: Add a check to ensure that page_cnt is non-zero
Yuntao Wang
1
-2
/
+2
2022-03-03
bpf: selftests: test skb->tstamp in redirect_neigh
Martin KaFai Lau
2
-0
/
+783
2022-03-03
bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()
Martin KaFai Lau
1
-1
/
+40
2022-03-03
selftests: forwarding: hw_stats_l3: Add a new test
Petr Machata
1
-0
/
+332
2022-03-02
selftests: sdsi: test sysfs setup
David E. Box
2
-0
/
+251
2022-03-02
tools arch x86: Add Intel SDSi provisiong tool
David E. Box
2
-0
/
+579
2022-03-01
selftests/exec: Test for empty string on NULL argv
Kees Cook
2
-0
/
+79
2022-03-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
4
-1
/
+157
2022-03-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-2
/
+13
2022-03-01
Merge tag 'linux-cpupower-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux
Rafael J. Wysocki
11
-62
/
+321
2022-03-01
perf: Add irq and exception return branch types
Anshuman Khandual
2
-1
/
+5
2022-03-01
KVM: selftests: Add test to verify KVM handling of ICR
Sean Christopherson
4
-0
/
+153
2022-03-01
selftests/bpf: Update btf_dump case for conflicting names
Xu Kuohai
1
-13
/
+41
2022-03-01
selftests/powerpc/pmu: Add interface test for mmcra register fields
Kajol Jain
3
-1
/
+82
2022-03-01
libbpf: Skip forward declaration when counting duplicated type names
Xu Kuohai
1
-0
/
+5
2022-03-01
selftests/powerpc/pmu/: Add interface test for mmcr3_src fields
Kajol Jain
3
-1
/
+70
2022-03-01
selftests/powerpc/pmu/: Add interface test for mmcr2_fcs_fch fields
Madhavan Srinivasan
3
-1
/
+87
2022-03-01
selftests/powerpc/pmu/: Add interface test for mmcr2_l2l3 field
Madhavan Srinivasan
3
-1
/
+76
2022-03-01
selftests/powerpc/pmu/: Add interface test for mmcr1_comb field
Athira Rajeev
3
-1
/
+69
2022-03-01
selftests/powerpc/pmu/: Add interface test for mmcr0_pmc56 using pmc5
Athira Rajeev
3
-1
/
+60
2022-03-01
selftests/powerpc/pmu/: Add interface test for mmcr0_fc56 field using pmc1
Athira Rajeev
3
-1
/
+61
2022-03-01
selftests/powerpc/pmu/: Add interface test for mmcr0_pmcjce field
Athira Rajeev
3
-1
/
+61
2022-03-01
selftests/powerpc/pmu/: Add interface test for mmcr0_pmccext bit
Athira Rajeev
3
-1
/
+61
2022-03-01
selftests/powerpc/pmu/: Add interface test for mmcr0_cc56run field
Athira Rajeev
3
-1
/
+61
2022-03-01
selftests/powerpc/pmu/: Add interface test for mmcr0 exception bits
Athira Rajeev
3
-1
/
+63
2022-03-01
selftests/powerpc/pmu: Add macro to extract mmcr3 and mmcra fields
Kajol Jain
1
-0
/
+62
2022-03-01
selftests/powerpc/pmu: Add macro to extract mmcr0/mmcr1 fields
Athira Rajeev
1
-0
/
+64
2022-03-01
selftests/powerpc/pmu: Add macros to extract mmcr fields
Madhavan Srinivasan
1
-0
/
+52
2022-03-01
selftests/powerpc/pmu: Add event_init_sampling function
Madhavan Srinivasan
2
-1
/
+19
2022-03-01
selftests/powerpc/pmu: Add utility functions to post process the mmap buffer
Kajol Jain
2
-0
/
+179
2022-03-01
selftests/powerpc/pmu: Add macros to parse event codes
Madhavan Srinivasan
4
-2
/
+172
2022-03-01
selftests/powerpc/pmu: Add support for perf sampling tests
Athira Rajeev
4
-2
/
+130
2022-03-01
selftests: netfilter: add nfqueue TCP_NEW_SYN_RECV socket race test
Florian Westphal
4
-1
/
+157
2022-03-01
selftests: add new tests for vxlan vnifiltering
Roopa Prabhu
1
-0
/
+579
2022-02-28
libbpf: Fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinning
Stijn Tintel
1
-19
/
+25
2022-02-28
bpf, selftests: Use raw_tp program for atomic test
Hou Tao
2
-83
/
+36
2022-02-28
bpftool: Remove redundant slashes
Yuntao Wang
1
-7
/
+7
2022-02-28
Merge 5.17-rc6 into char-misc-next
Greg Kroah-Hartman
42
-121
/
+442
2022-02-28
selftests/powerpc/pmu: Include mmap_buffer field as part of struct event
Athira Rajeev
1
-0
/
+5
2022-02-26
Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
4
-11
/
+12
2022-02-26
selftests/memfd: clean up mapping in mfd_fail_write
Mike Kravetz
1
-0
/
+1
2022-02-26
selftest/vm: fix map_fixed_noreplace test failure
Aneesh Kumar K.V
1
-12
/
+37
2022-02-25
rtla/osnoise: Fix error message when failing to enable trace instance
Daniel Bristot de Oliveira
1
-1
/
+1
2022-02-25
rtla/osnoise: Free params at the exit
Daniel Bristot de Oliveira
1
-0
/
+1
2022-02-25
rtla/hist: Make -E the short version of --entries
Daniel Bristot de Oliveira
2
-10
/
+10
2022-02-25
selftests/rtc: continuously read RTC in a loop for 30s
Mateusz Jończyk
2
-1
/
+67
2022-02-25
perf jevents: Add support for HiSilicon CPA PMU aliasing
Qi Liu
2
-0
/
+82
2022-02-25
Merge tag 'kvmarm-fixes-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
3
-2
/
+13
[prev]
[next]