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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-08
fix waitid(2) breakage
Al Viro
1
-5
/
+12
2017-07-08
kprobes: Ensure that jprobe probepoints are at function entry
Naveen N. Rao
1
-2
/
+6
2017-07-08
kprobes: Simplify register_jprobes()
Naveen N. Rao
1
-14
/
+16
2017-07-08
kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...
Naveen N. Rao
2
-5
/
+5
2017-07-08
locking/qspinlock: Explicitly include asm/prefetch.h
Stafford Horne
1
-0
/
+1
2017-07-08
Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-1
/
+2
2017-07-07
tracing: Attempt to record other information even if some fail
Joel Fernandes
1
-8
/
+24
2017-07-07
tracing: Treat recording tgid for idle task as a success
Joel Fernandes
1
-1
/
+5
2017-07-07
tracing: Treat recording comm for idle task as a success
Joel Fernandes
1
-1
/
+5
2017-07-07
irqdomain: Allow ACPI device nodes to be used as irqdomain identifiers
Marc Zyngier
1
-0
/
+16
2017-07-07
genirq/debugfs: Remove redundant NULL pointer check
Thomas Gleixner
1
-2
/
+1
2017-07-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
9
-43
/
+25
2017-07-07
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
3
-281
/
+241
2017-07-07
Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
8
-210
/
+737
2017-07-07
mm: memcontrol: use generic mod_memcg_page_state for kmem pages
Johannes Weiner
1
-4
/
+4
2017-07-07
mm, cpuset: always use seqlock when changing task's nodemask
Vlastimil Babka
1
-21
/
+8
2017-07-07
mm, mempolicy: simplify rebinding mempolicies when updating cpusets
Vlastimil Babka
1
-3
/
+1
2017-07-07
mm: update callers to use HASH_ZERO flag
Pavel Tatashin
2
-6
/
+4
2017-07-07
kernel/exit.c: don't include unused userfaultfd_k.h
Mike Rapoport
1
-1
/
+0
2017-07-07
mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory
Michal Hocko
1
-1
/
+1
2017-07-07
mm, memory_hotplug: do not associate hotadded memory to zones until online
Michal Hocko
1
-0
/
+4
2017-07-07
kernel/module.c: use linux/set_memory.h
Michael Ellerman
1
-3
/
+1
2017-07-07
kernel/power/snapshot.c: use linux/set_memory.h
Michael Ellerman
1
-3
/
+1
2017-07-07
kernel/extable.c: mark core_kernel_text notrace
Marcin Nowakowski
1
-1
/
+1
2017-07-07
genirq: Allow to pass the IRQF_TIMER flag with percpu irq request
Daniel Lezcano
1
-5
/
+10
2017-07-06
Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
5
-182
/
+488
2017-07-06
tracing: Add saved_tgids file to show cached pid to tgid mappings
Michael Sartain
1
-0
/
+73
2017-07-06
smp/hotplug: Move unparking of percpu threads to the control CPU
Thomas Gleixner
1
-18
/
+19
2017-07-06
bpf: Implement show_options
David Howells
1
-3
/
+13
2017-07-06
Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-39
/
+20
2017-07-06
Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-147
/
+241
2017-07-06
Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-219
/
+170
2017-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
10
-149
/
+786
2017-07-05
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-8
/
+8
2017-07-05
Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
3
-49
/
+53
2017-07-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
3
-14
/
+47
2017-07-05
sched/fair: Fix load_balance() affinity redo path
Jeffrey Hugo
1
-12
/
+20
2017-07-05
ftrace: Test for NULL iter->tr in regex for stack_trace_filter changes
Steven Rostedt (VMware)
1
-1
/
+1
2017-07-05
Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/core
Steven Rostedt (VMware)
4
-5
/
+19
2017-07-05
locking/rwsem-spinlock: Fix EINTR branch in __down_write_common()
Kirill Tkhai
1
-2
/
+2
2017-07-05
sched/cputime: Accumulate vtime on top of nsec clocksource
Wanpeng Li
1
-22
/
+42
2017-07-05
sched/cputime: Move the vtime task fields to their own struct
Frederic Weisbecker
2
-51
/
+67
2017-07-05
sched/cputime: Rename vtime fields
Frederic Weisbecker
2
-17
/
+17
2017-07-05
sched/cputime: Always set tsk->vtime_snap_whence after accounting vtime
Frederic Weisbecker
1
-1
/
+1
2017-07-05
vtime, sched/cputime: Remove vtime_account_user()
Frederic Weisbecker
1
-6
/
+6
2017-07-04
Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
4
-14
/
+36
2017-07-04
PM / sleep: constify attribute_group structures
Arvind Yadav
1
-1
/
+1
2017-07-04
genirq/timings: Move free timings out of spinlocked region
Thomas Gleixner
1
-2
/
+3
2017-07-04
genirq: Move irq resource handling out of spinlocked region
Thomas Gleixner
1
-8
/
+15
2017-07-04
genirq: Add mutex to irq desc to serialize request/free_irq()
Thomas Gleixner
2
-0
/
+9
[prev]
[next]