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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-20
x86/mm: Limit mmap() of /dev/mem to valid physical addresses
Craig Bergstrom
1
-0
/
+4
2017-10-18
x86/mm: Remove debug/x86/tlb_defer_switch_to_init_mm
Andy Lutomirski
1
-8
/
+12
2017-10-18
x86/mm: Tidy up "x86/mm: Flush more aggressively in lazy TLB mode"
Andy Lutomirski
1
-1
/
+6
2017-10-14
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-11
/
+32
2017-10-14
Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+0
2017-10-14
x86/mm: Flush more aggressively in lazy TLB mode
Andy Lutomirski
2
-7
/
+25
2017-10-10
x86/hyperv: Clear vCPU banks between calls to avoid flushing unneeded vCPUs
Vitaly Kuznetsov
1
-0
/
+1
2017-10-09
x86/alternatives: Fix alt_max_short macro to really be a max()
Mathias Krause
2
-4
/
+6
2017-10-05
x86/mce: Hide mca_cfg
Borislav Petkov
1
-1
/
+0
2017-10-04
kvm/x86: Avoid async PF preempting the kernel incorrectly
Boqun Feng
1
-2
/
+2
2017-10-01
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-15
/
+6
2017-09-29
Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2017-09-29
x86/asm: Use register variable to get stack pointer value
Andrey Ryabinin
2
-13
/
+2
2017-09-29
x86/asm: Fix inline asm call constraints for GCC 4.4
Josh Poimboeuf
1
-2
/
+4
2017-09-26
Merge branch 'WIP.x86/fpu' into x86/fpu, because it's ready
Ingo Molnar
4
-105
/
+40
2017-09-26
x86/fpu: Introduce validate_xstate_header()
Eric Biggers
1
-0
/
+4
2017-09-26
x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|writ...
Ingo Molnar
1
-2
/
+2
2017-09-26
x86/fpu: Rename fpu__activate_curr() to fpu__initialize()
Ingo Molnar
1
-1
/
+1
2017-09-26
x86/fpu: Rename fpu::fpstate_active to fpu::initialized
Ingo Molnar
3
-9
/
+9
2017-09-26
x86/fpu: Remove fpu__current_fpstate_write_begin/end()
Ingo Molnar
1
-2
/
+0
2017-09-25
x86: Don't cast away the __user in __get_user_asm_u64()
Ville Syrjälä
1
-1
/
+1
2017-09-25
x86/fpu: Reinitialize FPU registers if restoring FPU state fails
Eric Biggers
1
-36
/
+15
2017-09-24
x86/fpu: Turn WARN_ON() in context switch into WARN_ON_FPU()
Andi Kleen
1
-1
/
+1
2017-09-24
x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylak...
Rik van Riel
1
-0
/
+3
2017-09-24
x86/fpu: Remove struct fpu::fpregs_active
Ingo Molnar
3
-32
/
+1
2017-09-24
x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_active
Ingo Molnar
1
-6
/
+1
2017-09-24
x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active
Ingo Molnar
1
-1
/
+3
2017-09-24
x86/fpu: Simplify fpu->fpregs_active use
Ingo Molnar
1
-16
/
+1
2017-09-24
x86/fpu: Flip the parameter order in copy_*_to_xstate()
Ingo Molnar
1
-2
/
+2
2017-09-24
x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API
Ingo Molnar
1
-1
/
+1
2017-09-24
x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() API
Ingo Molnar
1
-1
/
+1
2017-09-24
x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user...
Ingo Molnar
1
-2
/
+2
2017-09-24
x86/fpu: Clarify parameter names in the copy_xstate_to_*() methods
Ingo Molnar
1
-2
/
+2
2017-09-24
x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIs
Ingo Molnar
1
-2
/
+2
2017-09-24
x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIs
Ingo Molnar
1
-1
/
+1
2017-09-24
x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIs
Ingo Molnar
1
-1
/
+1
2017-09-24
x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xsta...
Ingo Molnar
1
-2
/
+2
2017-09-24
x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...
Ingo Molnar
1
-2
/
+2
2017-09-23
x86/asm: Fix inline asm call constraints for Clang
Josh Poimboeuf
9
-36
/
+36
2017-09-21
x86/xen: clean up clang build warning
Colin Ian King
1
-2
/
+2
2017-09-17
x86/mm/64: Stop using CR3.PCID == 0 in ASID-aware code
Andy Lutomirski
1
-2
/
+19
2017-09-17
x86/mm: Factor out CR3-building code
Andy Lutomirski
1
-4
/
+11
2017-09-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+1
2017-09-13
KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()
Suravee Suthikulpanit
1
-1
/
+1
2017-09-13
KVM: x86: Remove .get_pkru() from kvm_x86_ops
Joerg Roedel
1
-1
/
+0
2017-09-13
x86/hyper-v: Remove duplicated HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED definition
Vitaly Kuznetsov
1
-6
/
+0
2017-09-13
x86/paravirt: Remove no longer used paravirt functions
Juergen Gross
5
-76
/
+10
2017-09-12
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-3
/
+2
2017-09-11
Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+0
2017-09-11
x86/cpu: Remove unused and undefined __generic_processor_info() declaration
Dou Liyang
1
-1
/
+0
[next]