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
/
arch
/
x86
/
include
/
asm
/
processor.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-19
x86/paravirt: Prevent rtc_cmos platform device init on PV guests
David Vrabel
1
-0
/
+1
2015-11-04
Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2015-09-25
x86/asm: Force inlining of cpu_relax()
Denys Vlasenko
1
-2
/
+2
2015-09-08
x86/headers: Remove <asm/sigcontext.h> references on the kernel side
Ingo Molnar
1
-1
/
+1
2015-09-01
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-8
/
+0
2015-08-17
Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new ...
Ingo Molnar
1
-3
/
+7
2015-07-31
x86/vm86: Move vm86 fields out of 'thread_struct'
Brian Gerst
1
-8
/
+3
2015-07-31
Merge branch 'x86/urgent' into x86/asm, before applying dependent patches
Ingo Molnar
1
-3
/
+7
2015-07-21
x86/boot: Obsolete the MCA sys_desc_table
Paolo Pisati
1
-8
/
+0
2015-07-21
x86/entry/vm86: Move userspace accesses to do_sys_vm86()
Brian Gerst
1
-1
/
+1
2015-07-21
x86/entry/vm86: Clean up saved_fs/gs
Brian Gerst
1
-2
/
+0
2015-07-18
x86/fpu, sched: Dynamically allocate 'struct fpu'
Dave Hansen
1
-3
/
+7
2015-06-23
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-143
/
+17
2015-06-18
x86/cpu/amd: Give access to the number of nodes in a physical package
Aravind Gopalakrishnan
1
-0
/
+1
2015-06-09
x86/mpx: Clean up the code by not passing a task pointer around when unnecessary
Dave Hansen
1
-6
/
+6
2015-05-25
x86/fpu: Fix FPU state save area alignment bug
Ingo Molnar
1
-1
/
+6
2015-05-19
x86/fpu: Remove the extra fpu__detect() layer
Ingo Molnar
1
-1
/
+0
2015-05-19
x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active
Ingo Molnar
1
-2
/
+4
2015-05-19
x86/fpu: Make task_xstate_cachep static
Ingo Molnar
1
-1
/
+0
2015-05-19
x86/fpu: Remove the free_thread_xstate() complication
Ingo Molnar
1
-1
/
+0
2015-05-19
x86/fpu: Move FPU data structures to asm/fpu_types.h
Ingo Molnar
1
-131
/
+1
2015-05-19
x86/fpu: Improve the comment for the fpu::counter field
Ingo Molnar
1
-5
/
+5
2015-05-19
x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counter
Ingo Molnar
1
-9
/
+9
2015-05-19
x86/fpu: Rename fpu_detect() to fpu__detect()
Ingo Molnar
1
-1
/
+1
2015-04-15
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+3
2015-04-03
x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1
Andy Lutomirski
1
-11
/
+11
2015-03-17
x86/asm/entry/64: Remove thread_struct::usersp
Ingo Molnar
1
-1
/
+0
2015-03-17
x86/asm/entry/64: Simplify 'old_rsp' usage
Ingo Molnar
1
-5
/
+0
2015-03-17
x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" better
Denys Vlasenko
1
-2
/
+2
2015-03-17
x86/asm/entry: Simplify task_pt_regs() macro definition
Denys Vlasenko
1
-14
/
+6
2015-03-17
x86/asm/entry/32: Document our abuse of x86_hw_tss::ss1 and x86_hw_tss::sp1
Andy Lutomirski
1
-3
/
+18
2015-03-17
x86/asm/entry: Unify and fix initial thread_struct::sp0 values
Andy Lutomirski
1
-2
/
+5
2015-03-17
x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
Andy Lutomirski
1
-1
/
+2
2015-03-07
x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ...
Andy Lutomirski
1
-1
/
+10
2015-03-06
x86/asm/entry: Remove INIT_TSS and fold the definitions into 'cpu_tss'
Andy Lutomirski
1
-20
/
+0
2015-03-06
x86/asm/entry: Rename 'init_tss' to 'cpu_tss'
Andy Lutomirski
1
-2
/
+2
2015-03-06
x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpu
Andy Lutomirski
1
-0
/
+5
2015-02-25
x86: Add support for Intel Cache QoS Monitoring (CQM) detection
Peter P Waskiewicz Jr
1
-0
/
+3
2015-02-23
x86/asm: Cleanup prefetch primitives
Borislav Petkov
1
-9
/
+7
2015-02-04
x86: Clean up cr4 manipulation
Andy Lutomirski
1
-33
/
+0
2014-12-11
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+7
2014-12-10
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2014-11-18
x86, mpx: On-demand kernel allocation of bounds tables
Dave Hansen
1
-0
/
+18
2014-11-18
x86, mpx: Rename cfg_reg_u and status_reg
Dave Hansen
1
-4
/
+4
2014-11-18
x86: mpx: Give bndX registers actual names
Dave Hansen
1
-3
/
+4
2014-11-10
x86_64: Add a comment explaining the TASK_SIZE_MAX guard page
Andy Lutomirski
1
-1
/
+7
2014-11-04
x86: Convert a few more per-CPU items to read-mostly ones
Jan Beulich
1
-2
/
+2
2014-08-14
Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2014-08-05
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+0
2014-07-31
x86/mm: Rip out complicated, out-of-date, buggy TLB flushing
Dave Hansen
1
-1
/
+0
[next]