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
2013-07-09
reboot: arm: prepare reboot_mode for moving to generic kernel code
Robin Holt
4
-9
/
+10
2013-07-09
reboot: arm: remove unused restart_mode fields from some arm subarchs
Robin Holt
4
-6
/
+0
2013-07-09
reboot: unicore32: prepare reboot_mode for moving to generic kernel code
Robin Holt
4
-7
/
+9
2013-07-09
reboot: x86: prepare reboot_mode for moving to generic kernel code
Robin Holt
2
-5
/
+12
2013-07-09
reboot: checkpatch.pl the new kernel/reboot.c file
Robin Holt
2
-15
/
+14
2013-07-09
reboot: move shutdown/reboot related functions to kernel/reboot.c
Robin Holt
3
-332
/
+347
2013-07-09
reboot: remove -stable friendly PF_THREAD_BOUND define
Robin Holt
1
-5
/
+0
2013-07-09
partitions/msdos: enumerate also AIX LVM partitions
Philippe De Muyter
1
-0
/
+5
2013-07-09
partitions: add aix lvm partition support files
Philippe De Muyter
4
-0
/
+306
2013-07-09
partitions/msdos.c: end-of-line whitespace and semicolon cleanup
Philippe De Muyter
1
-6
/
+6
2013-07-09
mwave: fix info leak in mwave_ioctl()
Dan Carpenter
1
-0
/
+1
2013-07-09
ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu update
Manfred Spraul
1
-11
/
+21
2013-07-09
ipc/sem.c: replace shared sem_otime with per-semaphore value
Manfred Spraul
2
-7
/
+31
2013-07-09
ipc/sem.c: always use only one queue for alter operations
Manfred Spraul
1
-40
/
+88
2013-07-09
ipc/sem: separate wait-for-zero and alter tasks into seperate queues
Manfred Spraul
2
-61
/
+155
2013-07-09
ipc/sem.c: cacheline align the semaphore structures
Manfred Spraul
1
-1
/
+1
2013-07-09
ipc/util.c, ipc_rcu_alloc: cacheline align allocation
Manfred Spraul
1
-6
/
+6
2013-07-09
ipc: remove unused functions
Davidlohr Bueso
2
-26
/
+0
2013-07-09
ipc,msg: shorten critical region in msgrcv
Davidlohr Bueso
1
-26
/
+32
2013-07-09
ipc,msg: shorten critical region in msgsnd
Davidlohr Bueso
1
-13
/
+24
2013-07-09
ipc,msg: make msgctl_nolock lockless
Davidlohr Bueso
1
-10
/
+17
2013-07-09
ipc,msg: introduce lockless functions to obtain the ipc object
Davidlohr Bueso
1
-0
/
+21
2013-07-09
ipc,msg: introduce msgctl_nolock
Davidlohr Bueso
1
-15
/
+34
2013-07-09
ipc,msg: shorten critical region in msgctl_down
Davidlohr Bueso
1
-5
/
+7
2013-07-09
ipc: move locking out of ipcctl_pre_down_nolock
Davidlohr Bueso
4
-39
/
+56
2013-07-09
ipc: close open coded spin lock calls
Davidlohr Bueso
4
-12
/
+12
2013-07-09
ipc: introduce ipc object locking helpers
Davidlohr Bueso
1
-5
/
+15
2013-07-09
ipc: move rcu lock out of ipc_addid
Davidlohr Bueso
3
-7
/
+8
2013-07-09
ipc/shmc.c: eliminate ugly 80-col tricks
Andrew Morton
2
-4
/
+4
2013-07-09
ptrace/x86: flush_ptrace_hw_breakpoint() shoule clear the virtual debug regis...
Oleg Nesterov
1
-0
/
+3
2013-07-09
ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)
Oleg Nesterov
1
-0
/
+1
2013-07-09
ptrace/x86: cleanup ptrace_set_debugreg()
Oleg Nesterov
1
-18
/
+8
2013-07-09
ptrace/x86: ptrace_write_dr7() should create bp if !disabled
Oleg Nesterov
1
-7
/
+10
2013-07-09
ptrace/x86: introduce ptrace_register_breakpoint()
Oleg Nesterov
1
-36
/
+50
2013-07-09
ptrace/x86: dont delay "disable" till second pass in ptrace_write_dr7()
Oleg Nesterov
1
-33
/
+20
2013-07-09
ptrace/x86: simplify the "disable" logic in ptrace_write_dr7()
Oleg Nesterov
1
-25
/
+15
2013-07-09
ptrace: revert "Prepare to fix racy accesses on task breakpoints"
Oleg Nesterov
4
-30
/
+1
2013-07-09
ptrace/sh: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"
Oleg Nesterov
1
-4
/
+0
2013-07-09
ptrace/arm: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"
Oleg Nesterov
1
-8
/
+0
2013-07-09
ptrace/powerpc: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"
Oleg Nesterov
1
-26
/
+4
2013-07-09
ptrace/x86: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"
Oleg Nesterov
1
-23
/
+5
2013-07-09
fatfs: add FAT_IOCTL_GET_VOLUME_ID
Mike Lockwood
4
-0
/
+31
2013-07-09
drivers/rtc/rtc-stmp3xxx.c: check the return value from stmp_reset_block()
Fabio Estevam
1
-1
/
+6
2013-07-09
ncpfs: fix error return code in ncp_parse_options()
Wei Yongjun
1
-3
/
+9
2013-07-09
checkpatch: make the CamelCase cache work for non-git trees too
Joe Perches
1
-19
/
+35
2013-07-09
panic: add cpu/pid to warn_slowpath_common in WARNING printk()s
Alex Thorlton
1
-2
/
+3
2013-07-09
mm/memory_hotplug.c: fix return value of online_pages()
Toshi Kani
1
-3
/
+3
2013-07-09
mm: honor min_free_kbytes set by user
Michal Hocko
1
-7
/
+17
2013-07-09
memcg: don't need to free memcg via RCU or workqueue
Li Zefan
1
-46
/
+5
2013-07-09
memcg: kill memcg refcnt
Li Zefan
1
-17
/
+1
[next]