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-04-16
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
2
-1
/
+17
2023-04-16
tools/mm/page_owner_sort.c: fix TGID output when cull=tg is used
Steve Chou
1
-1
/
+1
2023-04-16
bpf: Remove bpf_kfunc_call_test_kptr_get() test kfunc
David Vernet
3
-140
/
+5
2023-04-16
selftest, ptrace: Add selftest for syscall user dispatch config api
Gregory Price
3
-1
/
+74
2023-04-16
selftests/timers/posix_timers: Test delivery of signals across threads
Dmitry Vyukov
1
-0
/
+77
2023-04-15
selftests/bpf: Add refcounted_kptr tests
Dave Marchevsky
3
-0
/
+496
2023-04-15
bpf: Migrate bpf_rbtree_remove to possibly fail
Dave Marchevsky
4
-84
/
+182
2023-04-15
selftests/bpf: Modify linked_list tests to work with macro-ified inserts
Dave Marchevsky
4
-67
/
+73
2023-04-15
bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
Dave Marchevsky
1
-10
/
+39
2023-04-15
bpf: Add bpf_refcount_acquire kfunc
Dave Marchevsky
1
-0
/
+13
2023-04-15
bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing
Dave Marchevsky
1
-0
/
+4
2023-04-14
perf test: Simplify for_each_test() to avoid tripping on -Werror=array-bounds
Arnaldo Carvalho de Melo
1
-2
/
+2
2023-04-14
KVM: selftests: Test the PMU event "Instructions retired"
Aaron Lewis
1
-2
/
+32
2023-04-14
KVM: selftests: Copy full counter values from guest in PMU event filter test
Sean Christopherson
1
-90
/
+80
2023-04-14
KVM: selftests: Use error codes to signal errors in PMU event filter test
Sean Christopherson
1
-8
/
+8
2023-04-14
KVM: selftests: Print detailed info in PMU event filter asserts
Aaron Lewis
1
-6
/
+5
2023-04-14
KVM: selftests: Add helpers for PMC asserts in PMU event filter test
Aaron Lewis
1
-25
/
+27
2023-04-14
KVM: selftests: Add a common helper for the PMU event filter guest code
Aaron Lewis
1
-11
/
+18
2023-04-14
selftests/resctrl: Fix incorrect error return on test complete
Reinette Chatre
1
-1
/
+1
2023-04-14
KVM: selftests: Fix spelling mistake "perrmited" -> "permitted"
Colin Ian King
1
-1
/
+1
2023-04-14
x86/hyperv: Mark hv_ghcb_terminate() as noreturn
Guilherme G. Piccoli
1
-0
/
+1
2023-04-14
scsi: message: fusion: Mark mpt_halt_firmware() __noreturn
Josh Poimboeuf
1
-0
/
+1
2023-04-14
x86/cpu: Mark {hlt,resume}_play_dead() __noreturn
Josh Poimboeuf
1
-0
/
+2
2023-04-14
btrfs: Mark btrfs_assertfail() __noreturn
Josh Poimboeuf
1
-0
/
+1
2023-04-14
objtool: Include weak functions in global_noreturns check
Josh Poimboeuf
1
-4
/
+4
2023-04-14
cpu: Mark nmi_panic_self_stop() __noreturn
Josh Poimboeuf
1
-0
/
+1
2023-04-14
cpu: Mark panic_smp_self_stop() __noreturn
Josh Poimboeuf
1
-0
/
+1
2023-04-14
x86/head: Mark *_start_kernel() __noreturn
Josh Poimboeuf
1
-0
/
+2
2023-04-14
init: Mark start_kernel() __noreturn
Josh Poimboeuf
1
-0
/
+1
2023-04-14
init: Mark [arch_call_]rest_init() __noreturn
Josh Poimboeuf
1
-0
/
+2
2023-04-14
objtool: Generate ORC data for __pfx code
Josh Poimboeuf
1
-0
/
+14
2023-04-14
objtool: Separate prefix code from stack validation code
Josh Poimboeuf
1
-38
/
+50
2023-04-14
objtool: Remove superfluous dead_end_function() check
Josh Poimboeuf
1
-2
/
+1
2023-04-14
objtool: Add symbol iteration helpers
Josh Poimboeuf
3
-58
/
+51
2023-04-14
objtool: Add WARN_INSN()
Josh Poimboeuf
3
-115
/
+70
2023-04-14
objtool: Add stackleak instrumentation to uaccess safe list
Josh Poimboeuf
1
-0
/
+2
2023-04-14
Revert "objtool: Support addition to set CFA base"
Josh Poimboeuf
1
-11
/
+0
2023-04-13
tools: ynl: Rename ethtool to ethtool.py
Rahul Rameshbabu
1
-0
/
+0
2023-04-13
tools: ynl: Remove absolute paths to yaml files from ethtool testing tool
Rahul Rameshbabu
1
-2
/
+2
2023-04-13
selftests/bpf: Workaround for older vm_sockets.h.
Alexei Starovoitov
1
-0
/
+5
2023-04-13
selftests/bpf: Fix merge conflict due to SYS() macro change.
Alexei Starovoitov
1
-2
/
+2
2023-04-13
Daniel Borkmann says:
Jakub Kicinski
274
-10020
/
+18457
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
16
-277
/
+502
2023-04-13
Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
14
-276
/
+485
2023-04-13
perf map: Delete two variable initialisations before null pointer checks in s...
Markus Elfring
1
-2
/
+1
2023-04-13
perf vendor events intel: Fix uncore topics for tigerlake
Ian Rogers
2
-88
/
+90
2023-04-13
perf vendor events intel: Fix uncore topics for snowridgex
Ian Rogers
4
-22056
/
+22060
2023-04-13
perf vendor events intel: Fix uncore topics for skylakex
Ian Rogers
5
-26144
/
+26148
2023-04-13
perf vendor events intel: Fix uncore topics for skylake
Ian Rogers
3
-79
/
+81
2023-04-13
perf vendor events intel: Fix uncore topics for sandybridge
Ian Rogers
2
-25
/
+25
[prev]
[next]