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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-31
net/mlx5: Fix error handling in irq_pool_request_irq
Shay Drory
1
-3
/
+7
2024-07-31
net/mlx5: Always drain health in shutdown callback
Shay Drory
2
-1
/
+2
2024-07-31
net: Add skbuff.h to MAINTAINERS
Breno Leitao
1
-0
/
+1
2024-07-31
r8169: don't increment tx_dropped in case of NETDEV_TX_BUSY
Heiner Kallweit
1
-6
/
+2
2024-07-31
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-2
/
+2
2024-07-31
riscv: dts: thead: add basic spi node
Kanak Shilledar
4
-0
/
+34
2024-07-31
net/mlx4: Add support for EEPROM high pages query for QSFP/QSFP+/QSFP28
Krzysztof Olędzki
1
-4
/
+4
2024-07-31
ARM: bcm: Select ARM_GIC_V3 for ARCH_BRCMSTB
Florian Fainelli
1
-0
/
+1
2024-08-01
nouveau: set placement to original placement on uvmm validate.
Dave Airlie
1
-0
/
+1
2024-07-31
dt-bindings: clock: nxp,lpc3220-usb-clk: Convert bindings to dtschema
Animesh Agarwal
2
-22
/
+35
2024-07-31
dt-bindings: clock: nxp,lpc3220-clk: Convert bindings to DT schema
Animesh Agarwal
2
-30
/
+51
2024-07-31
clk: thead: fix dependency on clk_ignore_unused
Drew Fustini
1
-1
/
+1
2024-07-31
netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().
Kuniyuki Iwashima
1
-5
/
+9
2024-07-31
netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().
Kuniyuki Iwashima
1
-8
/
+10
2024-07-31
perf test: make metric validation test return early when there is no metric s...
Weilin Wang
1
-2
/
+8
2024-07-31
perf ftrace profile: Add -s/--sort option
Namhyung Kim
2
-2
/
+66
2024-07-31
perf ftrace: Add 'profile' command
Namhyung Kim
3
-3
/
+359
2024-07-31
perf ftrace: Factor out check_ftrace_capable()
Namhyung Kim
1
-24
/
+20
2024-07-31
perf ftrace: Add 'tail' option to --graph-opts
Namhyung Kim
3
-0
/
+20
2024-07-31
perf test pmu: Remove unused test_pmus
Dr. David Alan Gilbert
1
-3
/
+0
2024-07-31
perf tools: Enable evsel__is_aux_event() to work for S390_CPUMSF
Adrian Hunter
1
-1
/
+5
2024-07-31
perf tools: Enable evsel__is_aux_event() to work for ARM/ARM64
Adrian Hunter
1
-0
/
+3
2024-07-31
perf scripts python cs-etm: Restore first sample log in verbose mode
James Clark
1
-5
/
+4
2024-07-31
perf cs-etm: Output 0 instead of 0xdeadbeef when exception packets are flushed
James Clark
1
-2
/
+6
2024-07-31
perf inject: Convert comma to semicolon
Chen Ni
1
-1
/
+1
2024-07-31
perf daemon: Convert comma to semicolon
Chen Ni
1
-1
/
+1
2024-07-31
perf annotate: Convert comma to semicolon
Chen Ni
1
-1
/
+1
2024-07-31
perf vendor events power10: Update JSON/events
Kajol Jain
2
-5
/
+100
2024-07-31
x86/setup: Parse the builtin command line before merging
Borislav Petkov (AMD)
3
-8
/
+23
2024-07-31
Input: tc3589x - use of_property_present()
Rob Herring (Arm)
1
-2
/
+1
2024-07-31
perf annotate: Set instruction name to be used with insn-stat when using raw ...
Athira Rajeev
5
-12
/
+24
2024-07-31
perf annotate: Add support to use libcapstone in powerpc
Athira Rajeev
1
-0
/
+143
2024-07-31
perf annotate: Use capstone_init and remove open_capstone_handle from disasm.c
Athira Rajeev
3
-5
/
+4
2024-07-31
perf annotate: Make capstone_init non-static so that it can be used during sy...
Athira Rajeev
2
-3
/
+14
2024-07-31
perf annotate: Update instruction tracking for powerpc
Athira Rajeev
3
-1
/
+70
2024-07-31
perf annotate: Add more instructions for instruction tracking
Athira Rajeev
1
-0
/
+14
2024-07-31
perf annotate: Add some of the arithmetic instructions to support instruction...
Athira Rajeev
2
-0
/
+100
2024-07-31
perf annotate: Add support to identify memory instructions of opcode 31 in po...
Athira Rajeev
2
-2
/
+108
2024-07-31
perf annotate: Add parse function for memory instructions in powerpc
Athira Rajeev
3
-6
/
+66
2024-07-31
perf annotate: Update parameters for reg extract functions to use raw instruc...
Athira Rajeev
8
-16
/
+96
2024-07-31
perf annotate: Add support to capture and parse raw instruction in powerpc us...
Athira Rajeev
1
-0
/
+102
2024-07-31
perf annotate: Add disasm_line__parse() to parse raw instruction for powerpc
Athira Rajeev
6
-2
/
+79
2024-07-31
perf annotate: Update TYPE_STATE_MAX_REGS to include max of regs in powerpc
Athira Rajeev
1
-0
/
+4
2024-07-31
perf annotate: Add "update_insn_state" callback function to handle arch speci...
Athira Rajeev
5
-383
/
+424
2024-07-31
perf annotate: Move the data structures related to register type to header file
Athira Rajeev
2
-52
/
+57
2024-07-31
perf test: Avoid python leak sanitizer test failures
Ian Rogers
2
-0
/
+6
2024-07-31
perf trace: Remove arg_fmt->is_enum, we can get that from the BTF type
Arnaldo Carvalho de Melo
2
-46
/
+56
2024-07-31
perf trace: Introduce trace__btf_scnprintf()
Arnaldo Carvalho de Melo
1
-22
/
+27
2024-07-31
perf test trace_btf_enum: Add regression test for the BTF augmentation of enu...
Howard Chu
1
-0
/
+61
2024-07-31
perf test: Add landlock workload
Howard Chu
4
-0
/
+69
[prev]
[next]