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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-14
drm/edid: make drm_edid_block_valid() static
Jani Nikula
1
-2
/
+0
2024-08-13
drm/mipi-dsi: add more multi functions for better error handling
Tejas Vipin
1
-0
/
+10
2024-08-13
drm: Remove struct drm_mode_config_funcs.output_poll_changed
Thomas Zimmermann
1
-16
/
+0
2024-08-13
drm: Remove struct drm_driver.lastclose
Thomas Zimmermann
1
-28
/
+0
2024-08-13
drm/fbdev-helper: Remove drm_fb_helper_output_poll_changed()
Thomas Zimmermann
1
-6
/
+0
2024-08-13
drm: fixed: Don't use "proxy" headers
Andy Shevchenko
1
-1
/
+2
2024-08-12
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
548
-4565
/
+13753
2024-08-12
drm: Add missing documentation for struct drm_plane_size_hint
Mohammed Anees
1
-0
/
+2
2024-08-12
drm/panic: Move copyright notice to the top
Jocelyn Falempe
1
-3
/
+6
2024-08-12
drm/panic: Move drm_panic_register prototype to drm_crtc_internal.h
Jocelyn Falempe
1
-12
/
+0
2024-08-09
Merge tag 'drm-misc-next-2024-08-09' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
3
-14
/
+0
2024-08-08
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
14
-56
/
+207
2024-08-05
Merge tag 'drm-xe-next-2024-07-30' of https://gitlab.freedesktop.org/drm/xe/k...
Dave Airlie
1
-5
/
+13
2024-08-04
profiling: remove profile=sleep support
Tetsuo Handa
1
-1
/
+0
2024-08-03
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2
-0
/
+2
2024-08-03
runtime constants: deal with old decrepit linkers
Linus Torvalds
1
-6
/
+5
2024-08-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-4
/
+5
2024-08-02
Merge branch 'kvm-fixes' into HEAD
Paolo Bonzini
1
-4
/
+5
2024-08-02
Merge tag 'riscv-for-linus-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2024-08-02
Merge tag 'asm-generic-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+1
2024-08-02
Merge tag 'sound-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+1
2024-08-02
Revert "drm: Introduce 'power saving policy' drm property"
Hamza Mahfooz
3
-14
/
+0
2024-08-02
uretprobe: change syscall number, again
Arnd Bergmann
1
-4
/
+1
2024-08-01
Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-12
/
+6
2024-08-01
RISC-V: Enable the IPI before workqueue_online_cpu()
Nick Hu
1
-0
/
+1
2024-07-31
minmax: fix up min3() and max3() too
Linus Torvalds
1
-2
/
+10
2024-07-31
ALSA: ump: Transmit RPN/NRPN message at each MSB/LSB data reception
Takashi Iwai
1
-0
/
+1
2024-07-31
drm/dp: Describe target_rr_divider in struct drm_dp_as_sdp
Mitul Golani
1
-0
/
+1
2024-07-30
Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+8
2024-07-30
net: drop bad gso csum_start and offset in virtio_net_hdr
Willem de Bruijn
1
-11
/
+5
2024-07-30
drm/xe/oa/uapi: Make bit masks unsigned
Geert Uytterhoeven
1
-4
/
+4
2024-07-30
minmax: improve macro expansion and type checking
Linus Torvalds
2
-15
/
+68
2024-07-30
mptcp: sched: check both directions for backup
Matthieu Baerts (NGI0)
1
-1
/
+1
2024-07-29
Merge branch '6.11/scsi-queue' into 6.11/scsi-fixes
Martin K. Petersen
2
-0
/
+2
2024-07-29
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-4
/
+3
2024-07-29
profiling: attempt to remove per-cpu profile flip buffer
Linus Torvalds
1
-1
/
+0
2024-07-29
btrfs: zoned: fix zone_unusable accounting on making block group read-write a...
Naohiro Aota
1
-0
/
+8
2024-07-29
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
108
-1233
/
+1893
2024-07-28
minmax: simplify min()/max()/clamp() implementation
Linus Torvalds
1
-23
/
+20
2024-07-28
minmax: make generic MIN() and MAX() macros available everywhere
Linus Torvalds
1
-0
/
+2
2024-07-28
minmax: simplify and clarify min_t()/max_t() implementation
Linus Torvalds
1
-8
/
+11
2024-07-28
Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
1
-26
/
+19
2024-07-27
Merge tag 'block-6.11-20240726' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+9
2024-07-27
Merge tag 'io_uring-6.11-20240726' of git://git.kernel.dk/linux
Linus Torvalds
1
-4
/
+1
2024-07-27
Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-14
/
+32
2024-07-27
Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-8
/
+7
2024-07-27
Merge tag 'firewire-fixes-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+2
2024-07-27
Merge tag 'i3c/for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...
Linus Torvalds
2
-0
/
+17
2024-07-27
Merge tag 'mm-hotfixes-stable-2024-07-26-14-33' of git://git.kernel.org/pub/s...
Linus Torvalds
3
-18
/
+11
2024-07-27
Merge tag 'timers-urgent-2024-07-26' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-8
/
+9
[next]