index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-23
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-48
/
+148
2022-03-23
drivers/base/memory: clarify adding and removing of memory blocks
David Hildenbrand
1
-18
/
+20
2022-03-23
drivers/base/memory: determine and store zone for single-zone memory blocks
David Hildenbrand
2
-13
/
+101
2022-03-23
drivers/base/node: rename link_mem_sections() to register_memory_block_under_...
David Hildenbrand
1
-2
/
+3
2022-03-23
drivers/base/node: consolidate node device subsystem initialization in node_d...
David Hildenbrand
2
-13
/
+18
2022-03-23
drivers/base/memory: add memory block to memory group after registration succ...
David Hildenbrand
1
-3
/
+5
2022-03-23
mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handler
luofei
1
-0
/
+2
2022-03-23
Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2022-03-22
Merge tag 'regmap-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
3
-3
/
+16
2022-03-22
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-3
/
+3
2022-03-22
Merge tag 'pm-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
5
-26
/
+43
2022-03-22
Merge tag 'acpi-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-3
/
+42
2022-03-21
Merge tag 'x86_cpu_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-8
/
+12
2022-03-18
Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'
Rafael J. Wysocki
4
-24
/
+34
2022-03-18
regmap: allow a defined reg_base to be added to every address
Colin Foster
2
-0
/
+7
2022-03-18
regmap: add configurable downshift for addresses
Colin Foster
2
-0
/
+6
2022-03-18
Merge branches 'acpi-ec', 'acpi-cppc', 'acpi-fan' and 'acpi-battery'
Rafael J. Wysocki
1
-3
/
+42
2022-03-15
Merge tag 'v5.17-rc8' into sched/core, to pick up fixes
Ingo Molnar
2
-14
/
+11
2022-03-10
arch_topology: obtain cpu capacity using information from CPPC
Ionela Voinescu
1
-3
/
+42
2022-03-10
PM: core: keep irq flags in device_pm_check_callbacks()
Dmitry Baryshkov
1
-2
/
+4
2022-03-08
PM: sleep: Add device name to suspend_report_result()
Youngjin Jang
1
-5
/
+5
2022-03-04
PM: runtime: Have devm_pm_runtime_enable() handle pm_runtime_dont_use_autosus...
Douglas Anderson
1
-0
/
+5
2022-03-01
PM: sleep: wakeup: Fix typos in comments
Tom Rix
2
-3
/
+3
2022-03-01
PM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove()
Shawn Guo
1
-1
/
+1
2022-03-01
PM: domains: use dev_err_probe() to simplify error handling
Ahmad Fatoum
1
-15
/
+6
2022-03-01
PM: domains: Prevent power off for parent unless child is in deepest state
Ulf Hansson
1
-0
/
+19
2022-02-25
Merge tag 'regmap-fix-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-14
/
+6
2022-02-25
Merge tag 'driver-core-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+5
2022-02-22
driver core: Free DMA range map when device is released
MÃ¥rten Lindahl
1
-0
/
+5
2022-02-21
Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts
Ingo Molnar
1
-7
/
+34
2022-02-17
regmap-irq: Update interrupt clear register for proper reset
Prasad Kumpatla
1
-14
/
+6
2022-02-16
sched/isolation: Use single feature type while referring to housekeeping cpumask
Frederic Weisbecker
1
-1
/
+1
2022-02-14
regmap: irq: cleanup comments
Tom Rix
1
-2
/
+2
2022-02-07
PM: s2idle: ACPI: Fix wakeup interrupts handling
Rafael J. Wysocki
1
-7
/
+34
2022-02-02
block: remove genhd.h
Christoph Hellwig
3
-3
/
+3
2022-02-01
topology/sysfs: Add PPIN in sysfs under cpu topology
Tony Luck
1
-0
/
+4
2022-02-01
topology/sysfs: Add format parameter to macro defining "show" functions for proc
Tony Luck
1
-8
/
+8
2022-01-24
regmap-irq: Fix typo in comment
Luca Ceresoli
1
-1
/
+1
2022-01-22
firmware_loader: move firmware sysctl to its own files
Xiaoming Ni
3
-3
/
+40
2022-01-21
Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
1
-1
/
+5
2022-01-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-66
/
+2
2022-01-20
mm: percpu: add generic pcpu_populate_pte() function
Kefeng Wang
1
-50
/
+1
2022-01-20
mm: percpu: add generic pcpu_fc_alloc/free funciton
Kefeng Wang
1
-18
/
+1
2022-01-20
mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef
Kefeng Wang
1
-3
/
+5
2022-01-19
Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+2
2022-01-17
devtmpfs regression fix: reconfigure on each mount
NeilBrown
1
-0
/
+7
2022-01-14
Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+16
2022-01-13
Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-161
/
+77
2022-01-12
Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
10
-35
/
+243
2022-01-11
Merge tag 'regmap-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
2
-1
/
+2
[next]