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
2014-08-07
kernel/acct.c: fix coding style warnings and errors
Ionut Alexa
1
-12
/
+16
2014-08-07
death to mnt_pinned
Al Viro
1
-5
/
+19
2014-08-07
take fs_pin stuff to fs/*
Al Viro
1
-95
/
+32
2014-08-07
start carving bsd_acct_struct up
Al Viro
1
-19
/
+23
2014-08-07
acct: move mnt_pin() upwards.
Al Viro
1
-2
/
+1
2014-08-07
make acct_kill() wait for file closing.
Al Viro
1
-3
/
+17
2014-08-07
acct: get rid of acct_lock for acct->count
Al Viro
1
-33
/
+52
2014-08-07
acct: get rid of acct_list
Al Viro
1
-80
/
+55
2014-08-07
acct: simplify check_free_space()
Al Viro
1
-39
/
+11
2014-08-07
acct: new lifetime rules
Al Viro
1
-106
/
+114
2014-08-07
acct: serialize acct_on()
Al Viro
1
-0
/
+4
2014-08-07
acct() should honour the limits from the very beginning
Al Viro
1
-2
/
+2
2014-08-07
split the slow path in acct_process() off
Al Viro
1
-22
/
+28
2014-08-07
separate namespace-independent parts of filling acct_t
Al Viro
1
-47
/
+51
2014-08-07
acct: switch to __kernel_write()
Al Viro
1
-19
/
+12
2014-08-07
acct: encode_comp_t(0) is 0, fortunately...
Al Viro
1
-3
/
+0
2014-08-07
Merge commit 'ccbf62d8a284cf181ac28c8e8407dd077d90dd4b' into for-next
Al Viro
23
-469
/
+708
2014-08-07
Merge branch 'akpm' (patchbomb from Andrew Morton)
Linus Torvalds
6
-69
/
+114
2014-08-07
Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-222
/
+475
2014-08-07
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+1
2014-08-07
kernel/printk/printk.c: fix bool assignements
Neil Zhang
1
-3
/
+3
2014-08-07
printk: enable interrupts before calling console_trylock_for_printk()
Jan Kara
1
-10
/
+21
2014-08-07
printk: miscellaneous cleanups
Alex Elder
1
-13
/
+13
2014-08-07
printk: use a clever macro
Alex Elder
1
-10
/
+2
2014-08-07
printk: fix some comments
Alex Elder
1
-11
/
+12
2014-08-07
printk: rename DEFAULT_MESSAGE_LOGLEVEL
Alex Elder
1
-1
/
+1
2014-08-07
printk: tweak do_syslog() to match comments
Alex Elder
1
-1
/
+1
2014-08-07
printk: allow increasing the ring buffer depending on the number of CPUs
Luis R. Rodriguez
1
-0
/
+34
2014-08-07
printk: make dynamic units clear for the kernel ring buffer
Luis R. Rodriguez
1
-1
/
+1
2014-08-07
printk: move power of 2 practice of ring buffer size to a helper
Luis R. Rodriguez
1
-4
/
+10
2014-08-07
printk: make dynamic kernel ring buffer alignment explicit
Luis R. Rodriguez
1
-2
/
+3
2014-08-07
kernel/smp.c:on_each_cpu_cond(): fix warning in fallback path
Sasha Levin
1
-1
/
+1
2014-08-07
mm, oom: remove unnecessary exit_state check
David Rientjes
1
-0
/
+1
2014-08-07
mm, hugetlb: remove hugetlb_zero and hugetlb_infinity
David Rientjes
1
-6
/
+3
2014-08-07
kernel/watchdog.c: convert printk/pr_warning to pr_foo()
Fabian Frederick
1
-4
/
+6
2014-08-07
kernel/auditfilter.c: replace count*size kmalloc by kcalloc
Fabian Frederick
1
-2
/
+2
2014-08-07
PM / hibernate: avoid unsafe pages in e820 reserved regions
Lee, Chun-Yi
1
-1
/
+20
2014-08-07
ring-buffer: Always reset iterator to reader page
Steven Rostedt (Red Hat)
1
-11
/
+6
2014-08-07
ring-buffer: Up rb_iter_peek() loop count to 3
Steven Rostedt (Red Hat)
1
-6
/
+8
2014-08-06
cpuidle: menu: Lookup CPU runqueues less
Mel Gorman
2
-7
/
+7
2014-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
5
-10
/
+547
2014-08-06
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
7
-63
/
+412
2014-08-06
Rip out get_signal_to_deliver()
Richard Weinberger
1
-11
/
+12
2014-08-06
Clean up signal_delivered()
Richard Weinberger
1
-13
/
+8
2014-08-06
tracehook_signal_handler: Remove sig, info, ka and regs
Richard Weinberger
1
-1
/
+1
2014-08-06
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
25
-748
/
+1024
2014-08-06
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-3
/
+4
2014-08-06
Merge branch 'pm-sleep'
Rafael J. Wysocki
1
-127
/
+367
2014-08-06
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
1
-4
/
+0
2014-08-05
Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
[prev]
[next]