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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-22
userns: use irqsave variant of refcount_dec_and_lock()
Anna-Maria Gleixner
1
-4
/
+1
2018-08-22
userns: use refcount_t for reference counting instead atomic_t
Sebastian Andrzej Siewior
2
-6
/
+7
2018-08-22
bdi: use irqsave variant of refcount_dec_and_lock()
Anna-Maria Gleixner
1
-4
/
+1
2018-08-22
bdi: use refcount_t for reference counting instead atomic_t
Sebastian Andrzej Siewior
3
-9
/
+10
2018-08-22
kernel.h: documentation for roundup() vs round_up()
Kees Cook
1
-1
/
+34
2018-08-22
include/asm-generic/bug.h: clarify valid uses of WARN()
Dmitry Vyukov
1
-3
/
+13
2018-08-22
proc/kcore: add vmcoreinfo note to /proc/kcore
Omar Sandoval
4
-4
/
+21
2018-08-22
crash_core: use VMCOREINFO_SYMBOL_ARRAY() for swapper_pg_dir
Omar Sandoval
1
-1
/
+1
2018-08-22
proc/kcore: optimize multiple page reads
Omar Sandoval
1
-3
/
+11
2018-08-22
proc/kcore: clean up ELF header generation
Omar Sandoval
1
-209
/
+141
2018-08-22
proc/kcore: hold lock during read
Omar Sandoval
1
-30
/
+40
2018-08-22
proc/kcore: fix memory hotplug vs multiple opens race
Omar Sandoval
1
-49
/
+44
2018-08-22
proc/kcore: replace kclist_lock rwlock with rwsem
Omar Sandoval
1
-10
/
+10
2018-08-22
proc/kcore: don't grab lock for memory hotplug notifier
Omar Sandoval
1
-4
/
+2
2018-08-22
proc/kcore: don't grab lock for kclist_add()
Omar Sandoval
2
-5
/
+4
2018-08-22
fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries
James Morse
1
-1
/
+3
2018-08-22
fs/proc/vmcore.c: use new typedef vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-08-22
proc: use "unsigned int" in /proc/stat hook
Alexey Dobriyan
1
-1
/
+1
2018-08-22
proc: spread "const" a bit
Alexey Dobriyan
2
-3
/
+3
2018-08-22
proc: use macro in /proc/latency hook
Alexey Dobriyan
1
-1
/
+1
2018-08-22
proc: save 2 atomic ops on write to "/proc/*/attr/*"
Alexey Dobriyan
1
-19
/
+19
2018-08-22
proc: put task earlier in /proc/*/fail-nth
Alexey Dobriyan
1
-3
/
+1
2018-08-22
proc: smaller readlock section in readdir("/proc")
Alexey Dobriyan
1
-2
/
+2
2018-08-22
proc: test /proc/thread-self symlink
Alexey Dobriyan
4
-0
/
+71
2018-08-22
proc: test /proc/self symlink
Alexey Dobriyan
4
-0
/
+49
2018-08-22
fs/proc/uptime.c: use ktime_get_boottime_ts64
Arnd Bergmann
1
-2
/
+2
2018-08-22
proc: fixup PDE allocation bloat
Alexey Dobriyan
2
-12
/
+11
2018-08-22
mm: fix comment for NODEMASK_ALLOC
Oscar Salvador
1
-1
/
+1
2018-08-22
drivers/block/zram/zram_drv.c: fix bug storing backing_dev
Peter Kalauskas
1
-1
/
+6
2018-08-22
/proc/meminfo: add percpu populated pages count
Dennis Zhou (Facebook)
4
-0
/
+36
2018-08-22
mm, oom: introduce memory.oom.group
Roman Gushchin
4
-0
/
+159
2018-08-22
mm, oom: refactor oom_kill_process()
Roman Gushchin
1
-58
/
+65
2018-08-22
tools/testing/selftests/vm/: add MAP_POPULATE test
Dmitry Safonov
4
-0
/
+126
2018-08-22
mm/page_alloc: Introduce free_area_init_core_hotplug
Oscar Salvador
4
-36
/
+61
2018-08-22
mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INIT
Oscar Salvador
1
-9
/
+16
2018-08-22
mm: remove __paginginit
Pavel Tatashin
2
-21
/
+10
2018-08-22
mm: access zone->node via zone_to_nid() and zone_set_nid()
Pavel Tatashin
5
-30
/
+28
2018-08-22
mm/page_alloc.c: move ifdefery out of free_area_init_core
Oscar Salvador
1
-13
/
+37
2018-08-22
mm: remove zone_id() and make use of zone_idx() in is_dev_zone()
Oscar Salvador
1
-19
/
+12
2018-08-22
Documentation/sysctl/vm.txt: update __vm_enough_memory()'s path
juviliu
1
-1
/
+1
2018-08-22
memcg: reduce memcg tree traversals for stats collection
Shakeel Butt
1
-77
/
+73
2018-08-22
mm: fix page_freeze_refs and page_unfreeze_refs in comments
Jiang Biao
3
-4
/
+4
2018-08-22
mm: clarify CONFIG_PAGE_POISONING and usage
Kees Cook
2
-5
/
+6
2018-08-22
mm: zero out the vma in vma_init()
Andrew Morton
6
-10
/
+7
2018-08-22
mm/mempool.c: add missing parameter description
Mike Rapoport
1
-0
/
+1
2018-08-22
mm: /proc/pid/smaps_rollup: convert to single value seq_file
Vlastimil Babka
2
-60
/
+96
2018-08-22
mm: /proc/pid/smaps: factor out common stats printing
Vlastimil Babka
1
-22
/
+29
2018-08-22
mm: /proc/pid/smaps: factor out mem stats gathering
Vlastimil Babka
1
-24
/
+31
2018-08-22
mm: /proc/pid/*maps remove is_pid and related wrappers
Vlastimil Babka
4
-144
/
+18
2018-08-22
mm/oom_kill.c: clean up oom_reap_task_mm()
Michal Hocko
1
-8
/
+16
[next]