index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-21
selftests: mlxsw: one_armed_router: Use port MAC for bridge address
Petr Machata
1
-1
/
+2
2023-06-21
selftests: mlxsw: vxlan: Disable IPv6 autogen on bridges
Petr Machata
1
-10
/
+31
2023-06-21
selftests: mlxsw: spectrum: q_in_vni_veto: Disable IPv6 autogen on a bridge
Petr Machata
1
-0
/
+1
2023-06-21
selftests: mlxsw: qos_mc_aware: Disable IPv6 autogen on bridges
Petr Machata
1
-0
/
+2
2023-06-21
selftests: mlxsw: qos_ets_strict: Disable IPv6 autogen on bridges
Petr Machata
1
-2
/
+6
2023-06-21
selftests: mlxsw: qos_dscp_bridge: Disable IPv6 autogen on a bridge
Petr Machata
1
-0
/
+1
2023-06-21
selftests: mlxsw: mirror_gre_scale: Disable IPv6 autogen on a bridge
Petr Machata
1
-0
/
+1
2023-06-21
selftests: mlxsw: extack: Disable IPv6 autogen on bridges
Petr Machata
1
-6
/
+18
2023-06-21
selftests: mlxsw: q_in_q_veto: Disable IPv6 autogen on bridges
Petr Machata
1
-0
/
+8
2023-06-21
selftests: forwarding: router_bridge: Use port MAC for bridge address
Petr Machata
1
-1
/
+2
2023-06-21
selftests: forwarding: mirror_gre_*: Use port MAC for bridge address
Petr Machata
3
-3
/
+6
2023-06-21
selftests: forwarding: mirror_gre_*: Disable IPv6 autogen on bridges
Petr Machata
2
-0
/
+2
2023-06-21
selftests: forwarding: pedit_dsfield: Disable IPv6 autogen on a bridge
Petr Machata
1
-1
/
+3
2023-06-21
selftests: forwarding: skbedit_priority: Disable IPv6 autogen on a bridge
Petr Machata
1
-1
/
+3
2023-06-21
selftests: forwarding: dual_vxlan_bridge: Disable IPv6 autogen on bridges
Petr Machata
1
-0
/
+1
2023-06-21
selftests: forwarding: q_in_vni: Disable IPv6 autogen on bridges
Petr Machata
1
-0
/
+1
2023-06-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
3
-0
/
+159
2023-06-21
perf arm-spe: Fix a dangling Documentation/arm64 reference
Jonathan Corbet
1
-1
/
+1
2023-06-21
kselftest/arm64: Log signal code and address for unexpected signals
Mark Brown
1
-1
/
+2
2023-06-20
perf jit: Fix incorrect file name in DWARF line table
elisabeth
1
-1
/
+5
2023-06-20
perf annotate: Fix instruction association and parsing for LoongArch
WANG Rui
3
-18
/
+109
2023-06-20
Merge tag 'mm-hotfixes-stable-2023-06-20-12-31' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-5
/
+8
2023-06-20
perf annotation: Switch lock from a mutex to a sharded_mutex
Ian Rogers
4
-24
/
+77
2023-06-20
perf sharded_mutex: Introduce sharded_mutex
Ian Rogers
3
-0
/
+63
2023-06-20
tools: Fix incorrect calculation of object size by sizeof
Li Dong
1
-2
/
+2
2023-06-20
perf subcmd: Fix missing check for return value of malloc() in add_cmdname()
Chenyuan Mi
1
-0
/
+2
2023-06-20
perf parse-events: Remove unneeded semicolon
[email protected]
1
-1
/
+1
2023-06-20
perf parse: Add missing newline to pr_debug message in evsel__compute_group_p...
Yang Jihong
1
-1
/
+1
2023-06-20
perf stat: Add missing newline in pr_err messages
Yang Jihong
1
-6
/
+6
2023-06-20
selftests/ftrace: Add funcgraph-retval test case
Donglin Peng
1
-0
/
+44
2023-06-20
Merge tag 'trace-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
3
-52
/
+295
2023-06-20
ptp: Add .getmaxphase callback to ptp_clock_info
Rahul Rameshbabu
1
-2
/
+4
2023-06-20
testptp: Add support for testing ptp_clock_info .adjphase callback
Rahul Rameshbabu
1
-1
/
+18
2023-06-20
testptp: Remove magic numbers related to nanosecond to second conversion
Rahul Rameshbabu
1
-2
/
+2
2023-06-19
selftests: mm: remove duplicate unneeded defines
Muhammad Usama Anjum
17
-100
/
+6
2023-06-19
selftests: mm: remove wrong kernel header inclusion
Muhammad Usama Anjum
1
-1
/
+1
2023-06-19
selftests: damon: add config file
Anders Roxell
1
-0
/
+7
2023-06-19
selftests: error out if kernel header files are not yet built
John Hubbard
2
-4
/
+57
2023-06-19
selftests/mm: move certain uffd*() routines from vm_util.c to uffd-common.c
John Hubbard
4
-63
/
+64
2023-06-19
selftests/mm: fix build failures due to missing MADV_COLLAPSE
John Hubbard
3
-17
/
+10
2023-06-19
selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.h
John Hubbard
1
-1
/
+1
2023-06-19
selftests/mm: fix two -Wformat-security warnings in uffd builds
John Hubbard
1
-10
/
+6
2023-06-19
selftests/mm: .gitignore: add mkdirty, va_high_addr_switch
John Hubbard
1
-0
/
+2
2023-06-19
selftests/mm: fix invocation of tests that are run via shell scripts
John Hubbard
1
-3
/
+3
2023-06-19
selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-...
John Hubbard
1
-1
/
+0
2023-06-19
selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.c
John Hubbard
2
-3
/
+10
2023-06-19
selftests/mm: fix uffd-stress unused function warning
John Hubbard
1
-10
/
+0
2023-06-19
selftests/bpf: Set the default value of consumer_cnt as 0
Hou Tao
14
-128
/
+35
2023-06-19
selftests/bpf: Ensure that next_cpu() returns a valid CPU number
Hou Tao
2
-1
/
+3
2023-06-19
selftests/bpf: Output the correct error code for pthread APIs
Hou Tao
1
-4
/
+6
[prev]
[next]