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-09-03
riscv: Fix RISCV_ALTERNATIVE_EARLY
Alexandre Ghiti
4
-65
/
+72
2024-09-03
riscv: Do not restrict memory size because of linear mapping on nommu
Alexandre Ghiti
1
-1
/
+1
2024-09-03
riscv: Fix toolchain vector detection
Anton Blanchard
1
-2
/
+2
2024-09-03
perf record offcpu: Constify control data for BPF
Namhyung Kim
2
-12
/
+13
2024-09-03
uprobes: Use kzalloc to allocate xol area
Sven Schnelle
1
-2
/
+1
2024-09-03
perf lock contention: Constify control data for BPF
Namhyung Kim
2
-34
/
+38
2024-09-03
perf kwork: Constify control data for BPF
Namhyung Kim
4
-10
/
+13
2024-09-03
smb: client: fix double put of @cfile in smb2_rename_path()
Paulo Alcantara
1
-0
/
+2
2024-09-03
perf ftrace latency: Constify control data for BPF
Namhyung Kim
2
-7
/
+8
2024-09-03
perf stat: Constify control data for BPF
Namhyung Kim
2
-4
/
+4
2024-09-03
vfio: mdev: Remove unused function declarations
Zhang Zekun
1
-3
/
+0
2024-09-03
vfio/fsl-mc: Remove unused variable 'hwirq'
Yue Haibing
1
-3
/
+1
2024-09-03
vfio/pci: Remove unused struct 'vfio_pci_mmap_vma'
Dr. David Alan Gilbert
1
-5
/
+0
2024-09-03
drm/xe/pcode: Treat pcode as per-tile rather than per-GT
Matt Roper
11
-79
/
+85
2024-09-03
drm/xe/gsc: Do not attempt to load the GSC multiple times
Daniele Ceraolo Spurio
2
-2
/
+19
2024-09-03
platform/x86/amd: pmf: Make ASUS GA403 quirk generic
Luke D. Jones
1
-1
/
+1
2024-09-03
ACPI: button: Use strscpy() instead of strcpy()
Muhammad Qasim Abdul Majeed
1
-3
/
+3
2024-09-03
perf test: Make watchpoint data 32-bits on i386
Ian Rogers
1
-0
/
+5
2024-09-03
perf test: Skip uprobe test if probe command isn't present
Ian Rogers
1
-0
/
+7
2024-09-03
ACPI: resource: Skip IRQ override on Asus Vivobook Go E1404GAB
Tamim Khan
1
-0
/
+7
2024-09-03
perf time-utils: Fix 32-bit nsec parsing
Ian Rogers
1
-2
/
+2
2024-09-03
perf pmus: Fix name comparisons on 32-bit systems
Ian Rogers
1
-3
/
+3
2024-09-03
riscv: Add license to vmalloc.h
Charlie Jenkins
1
-0
/
+1
2024-09-03
riscv: Add license to fence.h
Charlie Jenkins
1
-0
/
+1
2024-09-03
drm/i915/dp: hide dp_to_i915() inside intel_dp.c
Jani Nikula
2
-2
/
+2
2024-09-03
drm/i915/ddi: stop using dp_to_i915()
Jani Nikula
1
-7
/
+7
2024-09-03
drm/i915/psr: convert intel_psr.[ch] to struct intel_display
Jani Nikula
4
-411
/
+454
2024-09-03
drm/i915/pps: convert intel_pps.[ch] to struct intel_display
Jani Nikula
9
-253
/
+299
2024-09-03
drm/i915/pps: pass intel_dp to pps_name()
Jani Nikula
1
-29
/
+32
2024-09-03
drm/i915/dp: convert intel_dp_link_training.[ch] to struct intel_display
Jani Nikula
1
-50
/
+55
2024-09-03
drm/i915/dp: convert intel_dp_aux.[ch] to struct intel_display
Jani Nikula
4
-64
/
+73
2024-09-03
drm/i915/dp: convert intel_dp_tunnel.[ch] to struct intel_display
Jani Nikula
3
-45
/
+49
2024-09-03
drm/i915/dp: convert g4x_dp.[ch] to struct intel_display
Jani Nikula
1
-70
/
+82
2024-09-03
drm/i915/hdmi: convert to struct intel_display
Jani Nikula
2
-243
/
+258
2024-09-03
drm/xe/display: use xe && 0 to avoid warnings about unused variables
Jani Nikula
1
-3
/
+3
2024-09-03
pinctrl: intel: Inline intel_gpio_community_irq_handler()
Andy Shevchenko
1
-17
/
+6
2024-09-03
fs/ntfs3: Rename ntfs3_setattr into ntfs_setattr
Konstantin Komarov
5
-10
/
+10
2024-09-03
fs/ntfs3: Replace fsparam_flag_no -> fsparam_flag
Konstantin Komarov
1
-27
/
+27
2024-09-03
fs/ntfs3: Add support for the compression attribute
Konstantin Komarov
4
-1
/
+156
2024-09-03
fs/ntfs3: Implement fallocate for compressed files
Konstantin Komarov
2
-11
/
+17
2024-09-03
fs/ntfs3: Make checks in run_unpack more clear
Konstantin Komarov
1
-3
/
+5
2024-09-03
fs/ntfs3: Add rough attr alloc_size check
Konstantin Komarov
1
-0
/
+3
2024-09-03
fs/ntfs3: Stale inode instead of bad
Konstantin Komarov
1
-3
/
+7
2024-09-03
fs/ntfs3: Refactor enum_rstbl to suppress static checker
Konstantin Komarov
1
-2
/
+17
2024-09-03
fs/ntfs3: Fix sparse warning in ni_fiemap
Konstantin Komarov
1
-13
/
+8
2024-09-03
fs/ntfs3: Fix warning possible deadlock in ntfs_set_state
Konstantin Komarov
1
-1
/
+1
2024-09-03
fs/ntfs3: Fix sparse warning for bigendian
Konstantin Komarov
1
-2
/
+1
2024-09-03
fs/ntfs3: Separete common code for file_read/write iter/splice
Konstantin Komarov
1
-40
/
+76
2024-09-03
fs/ntfs3: Optimize large writes into sparse file
Konstantin Komarov
1
-0
/
+36
2024-09-03
fs/ntfs3: Do not call file_modified if collapse range failed
Konstantin Komarov
1
-1
/
+3
[prev]
[next]