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
2019-01-05
fat: move MAX_FAT to fat.h and change it to inline function
Carmeli Tamir
3
-3
/
+10
2019-01-05
fat: remove FAT_FIRST_ENT macro
Carmeli Tamir
2
-7
/
+8
2019-01-05
include/uapi/linux/msdos_fs.h: use MSDOS_NAME for volume label size
Carmeli Tamir
1
-2
/
+2
2019-01-05
hfsplus: return file attributes on statx
Ernesto A. Fernández
3
-0
/
+24
2019-01-05
autofs: add strictexpire mount option
Ian Kent
4
-3
/
+13
2019-01-05
autofs: change catatonic setting to a bit flag
Ian Kent
5
-16
/
+20
2019-01-05
autofs: simplify parse_options() function call
Ian Kent
1
-26
/
+29
2019-01-05
autofs: improve ioctl sbi checks
Ian Kent
3
-21
/
+9
2019-01-05
init/main.c: make "initcall_level_names[]" const char *
Alexey Dobriyan
1
-1
/
+1
2019-01-05
fs/epoll: deal with wait_queue only once
Davidlohr Bueso
1
-11
/
+18
2019-01-05
fs/epoll: rename check_events label to send_events
Davidlohr Bueso
1
-3
/
+3
2019-01-05
fs/epoll: avoid barrier after an epoll_wait(2) timeout
Davidlohr Bueso
1
-2
/
+6
2019-01-05
fs/epoll: reduce the scope of wq lock in epoll_wait()
Davidlohr Bueso
1
-54
/
+60
2019-01-05
fs/epoll: robustify ep->mtx held checks
Davidlohr Bueso
1
-0
/
+2
2019-01-05
fs/epoll: drop ovflist branch prediction
Davidlohr Bueso
1
-1
/
+1
2019-01-05
fs/epoll: simplify ep_send_events_proc() ready-list loop
Davidlohr Bueso
1
-36
/
+37
2019-01-05
fs/epoll: remove max_nests argument from ep_call_nested()
Davidlohr Bueso
1
-8
/
+6
2019-01-05
checkpatch: warn on const char foo[] = "bar"; declarations
Joe Perches
1
-2
/
+11
2019-01-05
drivers/firmware/memmap.c: modify memblock_alloc to memblock_alloc_nopanic
huang.zijiang
1
-1
/
+1
2019-01-05
lib/genalloc.c: use vzalloc_node() to allocate the bitmap
Huang Shijie
1
-2
/
+2
2019-01-05
lib/find_bit_benchmark.c: align test_find_next_and_bit with others
Yury Norov
1
-6
/
+5
2019-01-05
lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunk
Alexey Skidanov
2
-14
/
+19
2019-01-05
fls: change parameter to unsigned int
Matthew Wilcox
16
-20
/
+19
2019-01-05
include/linux/printk.h: drop silly "static inline asmlinkage" from dump_stack()
Alexey Dobriyan
1
-1
/
+1
2019-01-05
drivers/dma-buf/udmabuf.c: convert to use vm_fault_t
Souptick Joarder
1
-1
/
+1
2019-01-05
kernel/hung_task.c: break RCU locks based on jiffies
Tetsuo Handa
1
-4
/
+4
2019-01-05
kernel/hung_task.c: force console verbose before panic
Liu, Chuansheng
1
-7
/
+5
2019-01-05
build_bug.h: remove most of dummy BUILD_BUG_ON stubs for Sparse
Masahiro Yamada
1
-15
/
+7
2019-01-05
build_bug.h: remove negative-array fallback for BUILD_BUG_ON()
Masahiro Yamada
1
-14
/
+0
2019-01-05
Documentation/process/coding-style.rst: don't use "extern" with function prot...
Alexey Dobriyan
1
-0
/
+3
2019-01-05
proc/sysctl: fix return error for proc_doulongvec_minmax()
Cheng Lin
1
-0
/
+2
2019-01-05
fs/proc/base.c: slightly faster /proc/*/limits
Alexey Dobriyan
1
-2
/
+4
2019-01-05
fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()
Alexey Dobriyan
1
-3
/
+1
2019-01-05
fs/proc/util.c: include fs/proc/internal.h for name_to_int()
Eric Biggers
1
-0
/
+1
2019-01-05
fs/proc/base.c: use ns_capable instead of capable for timerslack_ns
Benjamin Gordon
1
-3
/
+9
2019-01-04
make 'user_access_begin()' do 'access_ok()'
Linus Torvalds
7
-20
/
+36
2019-01-04
Merge branches 'misc.misc' and 'work.iov_iter' into for-linus
Al Viro
5
-47
/
+74
2019-01-04
i915: fix missing user_access_end() in page fault exception case
Linus Torvalds
1
-0
/
+1
2019-01-04
Fix access_ok() fallout for sparc32 and powerpc
Linus Torvalds
2
-3
/
+2
2019-01-04
Merge commit 'smp-hotplug^{/omap2}' into for-linus
Russell King
13
-177
/
+73
2019-01-04
arm64: compat: Hook up io_pgetevents() for 32-bit tasks
Will Deacon
2
-1
/
+3
2019-01-04
arm64: compat: Don't pull syscall number from regs in arm_compat_syscall
Will Deacon
2
-10
/
+8
2019-01-04
arm64: compat: Avoid sending SIGILL for unallocated syscall numbers
Will Deacon
2
-4
/
+5
2019-01-04
arm64/sve: Disentangle <uapi/asm/ptrace.h> from <uapi/asm/sigcontext.h>
Dave Martin
3
-49
/
+99
2019-01-04
arm64/sve: ptrace: Fix SVE_PT_REGS_OFFSET definition
Dave Martin
1
-1
/
+1
2019-01-04
powerpc: Drop use of 'type' from access_ok()
Mathieu Malaterre
1
-1
/
+1
2019-01-04
Merge branch 'master' into fixes
Michael Ellerman
6513
-158550
/
+274807
2019-01-04
drivers/perf: hisi: Fixup one DDRC PMU register offset
Shaokun Zhang
1
-2
/
+2
2019-01-04
arm64: replace arm64-obj-* in Makefile with obj-*
Masahiro Yamada
1
-31
/
+30
2019-01-04
dma-mapping: remove a few unused exports
Christoph Hellwig
2
-4
/
+0
[prev]
[next]