index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-13
driver core: mark async_driver as a const *
Greg Kroah-Hartman
2
-8
/
+9
2024-06-13
driver core: make driver_detach() take a const *
Greg Kroah-Hartman
2
-3
/
+3
2024-06-13
driver core: make device_release_driver_internal() take a const *
Greg Kroah-Hartman
2
-2
/
+2
2024-06-13
driver core: driver: mark driver_add/remove_groups constant
Greg Kroah-Hartman
2
-4
/
+4
2024-06-13
driver core: platform: fix ups for constant struct device_driver
Greg Kroah-Hartman
1
-6
/
+6
2024-06-13
auxbus: make to_auxiliary_drv accept and return a constant pointer
Greg Kroah-Hartman
7
-13
/
+13
2024-06-13
nvdimm: make nd_class constant
Greg Kroah-Hartman
1
-9
/
+10
2024-06-12
kobject_uevent: Fix OOB access within zap_modalias_env()
Zijun Hu
1
-1
/
+16
2024-06-11
drivers: arch_topology: use __free attribute instead of of_node_put()
Vincenzo Mezzela
1
-30
/
+26
2024-06-11
drivers: arch_topology: Refactor do-while loops
Vincenzo Mezzela
1
-52
/
+55
2024-06-10
dca: make dca_class a static const structure
Ivan Orlov
1
-8
/
+12
2024-06-07
Merge tag 'platform-remove-void-step-b' of https://git.kernel.org/pub/scm/lin...
Greg Kroah-Hartman
20
-97
/
+44
2024-06-04
driver core: device.h: Group of_node handling declarations and definitions
Andy Shevchenko
1
-8
/
+9
2024-06-04
samples/kobject: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-06-02
Linux 6.10-rc2
Linus Torvalds
1
-1
/
+1
2024-06-02
Merge tag 'ata-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...
Linus Torvalds
2
-2
/
+8
2024-06-02
Merge tag 'x86-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-12
/
+26
2024-06-02
Merge tag 'sched-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2024-06-02
Merge tag 'perf-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-0
/
+3
2024-06-02
Merge tag 'hardening-v6.10-rc2-take2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-17
/
+11
2024-06-01
Merge tag 'powerpc-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
5
-3
/
+54
2024-06-01
Merge tag 'firewire-fixes-6.10-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+2
2024-06-01
Merge tag '6.10-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
5
-1
/
+10
2024-06-01
Merge tag 'kbuild-fixes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
9
-41
/
+25
2024-06-01
Merge tag 'xfs-6.10-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
11
-46
/
+73
2024-06-01
Merge tag 'tty-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-49
/
+47
2024-06-01
Merge tag 'landlock-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+56
2024-06-01
Revert "VT: Use macros to define ioctls"
Greg Kroah-Hartman
1
-49
/
+47
2024-05-31
Merge tag 'drm-fixes-2024-06-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
39
-114
/
+186
2024-05-31
Merge tag 'hwmon-for-v6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-3
/
+13
2024-05-31
Merge tag 'mailbox-fixes-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+0
2024-05-31
Merge tag 'spi-fix-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-13
/
+54
2024-05-31
Merge tag 'regulator-fix-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-10
/
+12
2024-05-31
Merge tag 'regmap-fix-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2024-05-31
Merge tag 'block-6.10-20240530' of git://git.kernel.dk/linux
Linus Torvalds
24
-176
/
+262
2024-05-31
Merge tag 'io_uring-6.10-20240530' of git://git.kernel.dk/linux
Linus Torvalds
3
-5
/
+11
2024-05-31
kunit/fortify: Remove __kmalloc_node() test
Kees Cook
1
-3
/
+0
2024-05-31
Merge tag 'dma-mapping-6.10-2024-05-31' of git://git.infradead.org/users/hch/...
Linus Torvalds
2
-10
/
+17
2024-05-31
Merge tag 'sound-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
59
-117
/
+257
2024-05-31
Merge tag 'platform-drivers-x86-v6.10-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
5
-4
/
+138
2024-05-31
Merge tag 'riscv-for-linus-6.10-rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-15
/
+18
2024-05-31
Merge tag 'bcachefs-2024-05-30' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
27
-686
/
+706
2024-05-31
x86/topology/intel: Unlock CPUID before evaluating anything
Thomas Gleixner
3
-10
/
+20
2024-05-31
mailbox: zynqmp-ipi: drop irq_to_desc() call
Arnd Bergmann
1
-1
/
+0
2024-05-31
mailmap: update entry for Kees Cook
Kees Cook
1
-4
/
+5
2024-05-31
scsi: mpt3sas: Avoid possible run-time warning with long manufacturer strings
Kees Cook
2
-10
/
+6
2024-05-31
cifs: fix creating sockets when using sfu mount options
Steve French
3
-1
/
+8
2024-05-31
selftests/landlock: Add layout1.refer_mount_root
Mickaël Salaün
1
-0
/
+45
2024-05-31
landlock: Fix d_parent walk
Mickaël Salaün
1
-2
/
+11
2024-05-31
ata: libata-core: Add ATA_HORKAGE_NOLPM for Apacer AS340
Niklas Cassel
1
-0
/
+3
[next]