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
starfive-6.6.48-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
2017-06-14
clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLARE
Daniel Lezcano
62
-103
/
+103
2017-06-12
Revert "clockevents: Add a clkevt-of mechanism like clksrc-of"
Daniel Lezcano
5
-75
/
+0
2017-06-12
clocksource/drivers/fttmr010: Fix aspeed-2500 initialization
Daniel Lezcano
1
-7
/
+16
2017-06-12
clocksource/drivers/fttmr010: Add AST2500 compatible string
Daniel Lezcano
2
-1
/
+4
2017-06-12
clocksource/drivers/fttmr010: Merge Moxa into FTTMR010
Linus Walleij
6
-303
/
+108
2017-06-12
clocksource/drivers/fttmr010: Switch to use TIMER2 src
Linus Walleij
1
-11
/
+10
2017-06-12
clocksource/drivers/fttmr010: Switch to use bitops
Linus Walleij
1
-21
/
+22
2017-06-12
clocksource/drivers/fttmr010: Use state container
Linus Walleij
1
-74
/
+116
2017-06-12
clocksource/drivers/fttmr010: Drop Gemini specifics
Linus Walleij
1
-81
/
+22
2017-06-12
clocksource/drivers/fttmr010: Merge FTTMR010 DT bindings
Linus Walleij
2
-20
/
+3
2017-06-12
clocksource/drivers/fttmr010: Fix the clock handling
Linus Walleij
1
-1
/
+7
2017-06-12
arm: aspeed: Add clock-names property to timer node
Andrew Jeffery
2
-0
/
+2
2017-06-04
alarmtimer: Switch over to generic set/get/rearm routine
Thomas Gleixner
3
-110
/
+29
2017-06-04
alarmtimer: Implement arm callback
Thomas Gleixner
1
-0
/
+22
2017-06-04
alarmtimer: Implement try_to_cancel callback
Thomas Gleixner
1
-0
/
+10
2017-06-04
alarmtimer: Implement remaining callback
Thomas Gleixner
1
-9
/
+22
2017-06-04
alarmtimer: Implement forward callback
Thomas Gleixner
1
-0
/
+13
2017-06-04
alarmtimer: Implement timer_rearm() callback
Thomas Gleixner
1
-1
/
+14
2017-06-04
posix-timers: Make use of cancel/arm callbacks
Thomas Gleixner
1
-81
/
+100
2017-06-04
posix-timers: Add cancel/arm callbacks
Thomas Gleixner
1
-0
/
+3
2017-06-04
posix-timers: Zero settings value in common code
Thomas Gleixner
2
-6
/
+2
2017-06-04
posix-timers: Make use of forward/remaining callbacks
Thomas Gleixner
1
-15
/
+49
2017-06-04
posix-timers: Add forward/remaining callbacks
Thomas Gleixner
1
-0
/
+2
2017-06-04
posix-timers: Add active flag to k_itimer
Thomas Gleixner
2
-1
/
+9
2017-06-04
posix-timers: Use timer_rearm() callback in posixtimer_rearm()
Thomas Gleixner
3
-10
/
+11
2017-06-04
posix-timers: Rename do_schedule_next_timer
Thomas Gleixner
4
-8
/
+8
2017-06-04
posix-timers: Add timer_rearm() callback
Thomas Gleixner
1
-15
/
+18
2017-06-04
posix-timers: Store k_clock pointer in k_itimer
Thomas Gleixner
3
-3
/
+8
2017-06-04
posix-timers: Move interval out of the union
Thomas Gleixner
3
-19
/
+18
2017-06-04
posix-timers: Unify overrun/requeue_pending handling
Thomas Gleixner
2
-18
/
+15
2017-06-04
posix-timers: Move posix-timer internals to core
Thomas Gleixner
6
-30
/
+36
2017-06-04
posix-timers: Cleanup struct k_itimer
Thomas Gleixner
1
-21
/
+40
2017-06-04
posix-timers: Avoid gazillions of forward declarations
Thomas Gleixner
1
-101
/
+89
2017-06-04
posix-clocks: Remove interval timer facility and mmap/fasync callbacks
Thomas Gleixner
2
-135
/
+0
2017-06-04
posix-timers: Remove unused export of posix_timer_event()
Thomas Gleixner
1
-1
/
+0
2017-06-04
alarmtimer: Remove pointless config conditional
Thomas Gleixner
1
-2
/
+1
2017-06-04
Merge branch 'timers/urgent' into WIP.timers
Thomas Gleixner
422
-2803
/
+5690
2017-06-04
alarmtimer: Rate limit periodic intervals
Thomas Gleixner
1
-0
/
+8
2017-06-04
alarmtimer: Prevent overflow of relative timers
Thomas Gleixner
1
-3
/
+3
2017-06-04
signal: Remove non-uapi <asm/siginfo.h>
Christoph Hellwig
36
-47
/
+39
2017-06-04
signal: Move copy_siginfo_to_user to <linux/signal.h>
Christoph Hellwig
2
-4
/
+2
2017-06-04
posix-timers: Move the do_schedule_next_timer declaration
Christoph Hellwig
3
-1
/
+4
2017-06-04
ia64: Remove HAVE_ARCH_COPY_SIGINFO
Christoph Hellwig
3
-29
/
+1
2017-06-04
sparc: Simplify <asm/siginfo.h>
Christoph Hellwig
1
-12
/
+0
2017-06-03
Merge tag 'acpi-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
3
-7
/
+6
2017-06-03
Merge tag 'pm-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-3
/
+17
2017-06-03
Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+5
2017-06-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
20
-57
/
+170
2017-06-03
scripts/gdb: make lx-dmesg command work (reliably)
André Draszik
1
-4
/
+5
2017-06-03
mm: consider memblock reservations for deferred memory initialization sizing
Michal Hocko
4
-11
/
+54
[next]