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
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-23
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-0
/
+1
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-163
/
+62
2024-09-18
Merge tag 'pmdomain-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/u...
Linus Torvalds
1
-0
/
+45
2024-09-03
arch_numa: switch over to numa_memblks
Mike Rapoport (Microsoft)
2
-141
/
+61
2024-09-03
arch, mm: pull out allocation of NODE_DATA to generic code
Mike Rapoport (Microsoft)
1
-20
/
+1
2024-09-03
arch, mm: move definition of node_data to generic code
Mike Rapoport (Microsoft)
1
-2
/
+0
2024-09-02
regmap: kunit: Add coverage of spinlocked regmaps
Mark Brown
1
-1
/
+16
2024-08-28
regcache: use map->alloc_flags also for allocating cache
Marek Szyprowski
3
-3
/
+3
2024-08-23
regmap: Use locking during kunit tests
Mark Brown
1
-2
/
+0
2024-08-23
regmap: Hold the regmap lock when allocating and freeing the cache
Mark Brown
2
-0
/
+5
2024-08-20
PM: domains: add device managed version of dev_pm_domain_attach|detach_list()
Dikshita Agarwal
1
-0
/
+45
2024-08-13
regmap IRQ support for devices with multiple IRQs
Mark Brown
1
-11
/
+26
2024-08-13
regmap: Allow setting IRQ domain name suffix
Matti Vaittinen
1
-11
/
+26
2024-07-31
driver core: Fix uevent_show() vs driver detach race
Dan Williams
2
-5
/
+12
2024-07-29
platform: Add test managed platform_device/driver APIs
Stephen Boyd
1
-0
/
+1
2024-07-27
Merge tag 'regmap-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-1
/
+2
2024-07-27
Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
12
-143
/
+164
2024-07-24
Merge tag 'dmaengine-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-27
/
+63
2024-07-22
Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-347
/
+3
2024-07-22
Merge patch series "Add ACPI NUMA support for RISC-V"
Palmer Dabbelt
1
-1
/
+1
2024-07-22
ACPI: NUMA: replace pr_info with pr_debug in arch_acpi_numa_init
Haibo Xu
1
-1
/
+1
2024-07-22
regmap: maple: work around gcc-14.1 false-positive warning
Arnd Bergmann
1
-1
/
+2
2024-07-18
genirq/msi: Remove platform MSI leftovers
Thomas Gleixner
1
-347
/
+3
2024-07-18
Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-11
/
+12
2024-07-16
Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
3
-0
/
+115
2024-07-15
Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-2
/
+1
2024-07-15
Merge tag 'regmap-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
14
-80
/
+213
2024-07-15
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+11
2024-07-15
Merge tag 'aux-sysfs-irqs' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Jakub Kicinski
3
-0
/
+115
2024-07-12
sysfs/cpu: Make crash_hotplug attribute world-readable
Petr Tesarik
1
-1
/
+1
2024-07-11
driver core: auxiliary bus: show auxiliary device IRQs
Shay Drory
3
-0
/
+115
2024-07-11
regmap: kunit: Add test cases for regmap_multi_reg_(read,write}()
Guenter Roeck
1
-0
/
+73
2024-07-10
regmap: Implement regmap_multi_reg_read()
Mark Brown
1
-35
/
+68
2024-07-10
regmap: Implement regmap_multi_reg_read()
Guenter Roeck
1
-35
/
+68
2024-07-10
driver core: module: make module_[add|remove]_driver take a const *
Greg Kroah-Hartman
2
-5
/
+5
2024-07-10
driver core: make driver_find_device() take a const *
Greg Kroah-Hartman
1
-1
/
+1
2024-07-10
driver core: make driver_[create|remove]_file take a const *
Greg Kroah-Hartman
1
-2
/
+2
2024-07-08
regmap-irq: handle const struct regmap_irq_sub_irq_map
Thomas Weißschuh
1
-1
/
+1
2024-07-05
Merge v6.10-rc6 into drm-next
Daniel Vetter
1
-45
/
+3
2024-07-04
devres: Correct code style for functions that return a pointer type
Zijun Hu
1
-11
/
+11
2024-07-04
devres: Initialize an uninitialized struct member
Zijun Hu
1
-0
/
+1
2024-07-04
devres: Fix memory leakage caused by driver API devm_free_percpu()
Zijun Hu
1
-1
/
+5
2024-07-04
devres: Fix devm_krealloc() wasting memory
Zijun Hu
1
-1
/
+4
2024-07-04
driver core: platform: Switch to use kmemdup_array()
Andy Shevchenko
1
-1
/
+1
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
5
-6
/
+5
2024-06-28
cpumask: Add enabled cpumask for present CPUs that can be brought online
James Morse
1
-0
/
+10
2024-06-28
cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
Jonathan Cameron
1
-1
/
+1
2024-06-24
regmap: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
8
-0
/
+8
2024-06-23
spi: add devm_spi_optimize_message() helper
Mark Brown
1
-45
/
+3
[next]