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
/
init
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-22
Make initcall_debug a core_param
Rusty Russell
1
-7
/
+1
2008-10-21
Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-14
/
+20
2008-10-20
mm: rewrite vmap layer
Nick Piggin
1
-0
/
+2
2008-10-15
Merge branch 'linus' into stackprotector
Ingo Molnar
1
-28
/
+26
2008-10-14
tracing/fastboot: add better resolution to initcall debug/tracing
Tim Bird
1
-2
/
+2
2008-10-14
tracing/fastboot: only trace non-module initcalls
Frederic Weisbecker
1
-0
/
+1
2008-10-14
tracing/fastboot: get the initcall name before it disappears
Frederic Weisbecker
1
-2
/
+1
2008-10-14
tracing/fastboot: change the printing of boot tracer according to bootgraph.pl
Frederic Weisbecker
1
-11
/
+9
2008-10-14
tracing/ftrace: launch boot tracing after pre-smp initcalls
Frédéric Weisbecker
1
-6
/
+10
2008-10-14
tracing/fastboot: add a script to visualize the kernel boot process / time
Arjan van de Ven
1
-1
/
+2
2008-10-14
ftrace: mcount call site on boot nops core
Steven Rostedt
1
-0
/
+3
2008-10-12
Add a script to visualize the kernel boot process / time
Arjan van de Ven
1
-1
/
+1
2008-10-04
Fix init/main.c to use regular printk with '%pF' for initcall fn
Linus Torvalds
1
-5
/
+4
2008-08-12
modules: extend initcall_debug functionality to the module loader
Arjan van de Ven
1
-2
/
+4
2008-08-05
remove unnecessary <linux/hdreg.h> includes
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-07-30
initrd: cast `initrd_start' to `void *'
Geert Uytterhoeven
1
-2
/
+3
2008-07-26
Full conversion to early_initcall() interface, remove old interface
Eduard - Gabriel Munteanu
1
-22
/
+1
2008-07-26
Better interface for hooking early initcalls
Eduard - Gabriel Munteanu
1
-2
/
+11
2008-07-25
proper pid{hash,map}_init() prototypes
Adrian Bunk
1
-2
/
+0
2008-07-24
Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+7
2008-07-21
initrd: Fix virtual/physical mix-up in overwrite test
Geert Uytterhoeven
1
-2
/
+3
2008-07-18
cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...
Max Krasnyansky
1
-0
/
+7
2008-07-16
Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2008-06-26
Add generic helpers for arch IPI function calls
Jens Axboe
1
-0
/
+2
2008-05-26
x86: fix the stackprotector canary of the boot CPU
Ingo Molnar
1
-0
/
+6
2008-05-26
stackprotector: include files
Ingo Molnar
1
-0
/
+1
2008-05-19
rcu: add call_rcu_sched()
Paul E. McKenney
1
-0
/
+1
2008-05-16
initcalls: Fix m68k build and possible buffer overflow
Cyrill Gorcunov
1
-3
/
+3
2008-05-16
Split up 'do_initcalls()' into two simpler functions
Linus Torvalds
1
-36
/
+41
2008-05-16
Clean up 'print_fn_descriptor_symbol()' types
Linus Torvalds
1
-6
/
+3
2008-05-13
init: don't lose initcall return values
Cyrill Gorcunov
1
-9
/
+9
2008-05-06
sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
Peter Zijlstra
1
-0
/
+1
2008-04-30
infrastructure to debug (dynamic) objects
Thomas Gleixner
1
-0
/
+3
2008-04-30
Deprecate find_task_by_pid()
Pavel Emelyanov
1
-1
/
+1
2008-04-30
signals: fix /sbin/init protection from unwanted signals
Oleg Nesterov
1
-0
/
+2
2008-04-29
idr: create idr_layer_cache at boot time
Akinobu Mita
1
-0
/
+2
2008-04-29
cgroups: add an owner to the mm_struct
Balbir Singh
1
-0
/
+1
2008-04-29
Simplify initcall_debug output
Bjorn Helgaas
1
-14
/
+6
2008-04-24
[POWERPC] Use __weak macro for smp_setup_processor_id
Benjamin Herrenschmidt
1
-1
/
+1
2008-04-24
[POWERPC] Add thread_info_cache_init() weak hook
Benjamin Herrenschmidt
1
-0
/
+5
2008-04-19
init: move setup of nr_cpu_ids to as early as possible
Mike Travis
1
-0
/
+17
2008-04-19
cpumask: add CPU_MASK_ALL_PTR macro
Mike Travis
1
-1
/
+6
2008-03-15
ACPI: Remove ACPI_CUSTOM_DSDT_INITRD option
Linus Torvalds
1
-7
/
+0
2008-03-05
Fix "Malformed early option 'loglevel'"
Alex Riesen
1
-1
/
+1
2008-02-10
x86: DEBUG_PAGEALLOC: enable after mem_init()
Thomas Gleixner
1
-1
/
+1
2008-02-08
Convert loglevel-related kernel boot parameters to early_param
Yinghai Lu
1
-9
/
+5
2008-02-08
start the global /sbin/init with 0,0 special pids
Oleg Nesterov
1
-1
/
+0
2008-02-08
teach set_special_pids() to use struct pid
Oleg Nesterov
1
-1
/
+1
2008-02-07
ACPI: basic initramfs DSDT override support
Markus Gaugusch
1
-0
/
+7
2008-02-06
proper prototype for signals_init()
Adrian Bunk
1
-1
/
+1
[prev]
[next]