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
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-20
x86/intel_rdt: Fix padding when resource is enabled via mount
Vikas Shivappa
1
-1
/
+1
2017-04-20
x86/irq: Optimize free vector check in the CPU offline path
Chen Yu
1
-2
/
+7
2017-04-20
sched/x86: Update reschedule warning text
Prarit Bhargava
1
-1
/
+1
2017-04-20
Merge branch 'WIP.x86/process' into perf/core
Ingo Molnar
5
-64
/
+190
2017-04-20
x86/reboot: Turn off KVM when halting a CPU
Tiantian Feng
1
-0
/
+3
2017-04-19
x86/mce: Check MCi_STATUS[MISCV] for usable addr on Intel only
Borislav Petkov
1
-1
/
+6
2017-04-19
x86/unwind: Remove unused 'sp' parameter in unwind_dump()
Josh Poimboeuf
1
-4
/
+4
2017-04-19
x86/unwind: Prepend hex mask value with '0x' in unwind_dump()
Josh Poimboeuf
1
-1
/
+1
2017-04-19
x86/unwind: Properly zero-pad 32-bit values in unwind_dump()
Josh Poimboeuf
1
-2
/
+4
2017-04-19
x86/build: convert function graph '-Os' error to warning
Josh Poimboeuf
1
-6
/
+0
2017-04-19
Merge tag 'v4.11-rc7' into drm-next
Dave Airlie
4
-6
/
+6
2017-04-18
x86/mce: Make the MCE notifier a blocking one
Vishal Verma
3
-16
/
+5
2017-04-18
x86/unwind: Ensure stack pointer is aligned
Josh Poimboeuf
2
-3
/
+3
2017-04-18
x86/mce: Update notifier priority check
Borislav Petkov
1
-1
/
+1
2017-04-14
x86/irq: Remove a redundant #ifdef directive
Dou Liyang
1
-2
/
+0
2017-04-14
x86/apic/timer: Set ->min_delta_ticks and ->max_delta_ticks
Nicolai Stange
1
-0
/
+4
2017-04-14
x86/intel_rdt/mba: Add schemata file support for MBA
Vikas Shivappa
2
-0
/
+45
2017-04-14
x86/intel_rdt: Make schemata file parsers resource specific
Vikas Shivappa
2
-14
/
+25
2017-04-14
x86/intel_rdt/mba: Add info directory files for Memory Bandwidth Allocation
Vikas Shivappa
2
-2
/
+61
2017-04-14
x86/intel_rdt: Make information files resource specific
Vikas Shivappa
2
-4
/
+15
2017-04-14
x86/intel_rdt/mba: Add primary support for Memory Bandwidth Allocation (MBA)
Vikas Shivappa
1
-2
/
+87
2017-04-14
x86/intel_rdt/mba: Memory bandwith allocation feature detect
Vikas Shivappa
2
-0
/
+5
2017-04-14
x86/intel_rdt: Add resource specific msr update function
Thomas Gleixner
1
-24
/
+51
2017-04-14
x86/intel_rdt: Move CBM specific data into a struct
Thomas Gleixner
3
-45
/
+54
2017-04-14
x86/intel_rdt: Cleanup namespace to support multiple resource types
Vikas Shivappa
3
-32
/
+32
2017-04-14
x86/intel_rdt: Organize code properly
Thomas Gleixner
1
-47
/
+45
2017-04-14
x86/intel_rdt: Init padding only if a device exists
Thomas Gleixner
1
-2
/
+2
2017-04-14
x86: i8259: export legacy_pic symbol
Hans de Goede
1
-0
/
+1
2017-04-14
ftrace/x86: Fix triple fault with graph tracing and suspend-to-ram
Josh Poimboeuf
1
-0
/
+12
2017-04-14
x86/boot/e820: Remove a redundant self assignment
Colin King
1
-1
/
+0
2017-04-14
x86/mce: Enable PPIN for Knights Landing/Mill
Piotr Luc
1
-0
/
+3
2017-04-14
x86/unwind: Silence entry-related warnings
Josh Poimboeuf
1
-9
/
+27
2017-04-14
x86/unwind: Read stack return address in update_stack_state()
Josh Poimboeuf
1
-12
/
+13
2017-04-14
x86/unwind: Move common code into update_stack_state()
Josh Poimboeuf
1
-64
/
+55
2017-04-12
x86/kvm: virt_xxx memory barriers instead of mandatory barriers
Wanpeng Li
1
-2
/
+2
2017-04-12
kprobes/x86: Consolidate insn decoder users for copying code
Masami Hiramatsu
3
-39
/
+36
2017-04-12
kprobes/x86: Use probe_kernel_read() instead of memcpy()
Masami Hiramatsu
2
-4
/
+13
2017-04-12
kprobes/x86: Set kprobes pages read-only
Masami Hiramatsu
2
-0
/
+7
2017-04-12
kprobes/x86: Make boostable flag boolean
Masami Hiramatsu
2
-7
/
+7
2017-04-12
kprobes/x86: Do not modify singlestep buffer while resuming
Masami Hiramatsu
1
-22
/
+20
2017-04-12
kprobes/x86: Use instruction decoder for booster
Masami Hiramatsu
1
-23
/
+16
2017-04-12
kprobes/x86: Fix the description of __copy_instruction()
Masami Hiramatsu
1
-5
/
+5
2017-04-12
kprobes/x86: Fix kprobe-booster not to boost far call instructions
Masami Hiramatsu
1
-0
/
+2
2017-04-11
Merge branch 'x86/urgent' into x86/cpu, to resolve conflict
Ingo Molnar
16
-46
/
+79
2017-04-11
x86/intel_rdt: Fix locking in rdtgroup_schemata_write()
Jiri Olsa
1
-1
/
+1
2017-04-11
x86/debug: Fix the printk() debug output of signal_fault(), do_trap() and do_...
Markus Trippelsdorf
2
-3
/
+3
2017-04-11
Merge branch 'x86/boot' into x86/mm, to avoid conflict
Ingo Molnar
22
-639
/
+620
2017-04-11
Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branch
Ingo Molnar
21
-633
/
+616
2017-04-11
Backmerge tag 'v4.11-rc6' into drm-next
Dave Airlie
5
-5
/
+17
2017-04-10
x86/intel_rdt: Add cpus_list rdtgroup file
Jiri Olsa
1
-4
/
+25
[prev]
[next]