index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
2020-10-28
x86/hpet: Use irq_find_matching_fwspec() to find remapping irqdomain
David Woodhouse
1
-10
/
+14
2020-10-28
x86/apic: Add select() method on vector irqdomain
David Woodhouse
1
-0
/
+43
2020-10-28
x86/ioapic: Generate RTE directly from parent irqchip's MSI message
David Woodhouse
1
-31
/
+72
2020-10-28
x86/ioapic: Cleanup IO/APIC route entry structs
Thomas Gleixner
1
-79
/
+65
2020-10-28
x86/io_apic: Cleanup trigger/polarity helpers
Thomas Gleixner
1
-129
/
+115
2020-10-28
x86/msi: Provide msi message shadow structs
Thomas Gleixner
1
-16
/
+19
2020-10-28
x86/hpet: Move MSI support into hpet.c
David Woodhouse
2
-117
/
+112
2020-10-28
x86/apic: Always provide irq_compose_msi_msg() method for vector domain
David Woodhouse
3
-37
/
+38
2020-10-28
x86/apic: Cleanup destination mode
Thomas Gleixner
12
-24
/
+17
2020-10-28
x86/apic: Get rid of apic:: Dest_logical
Thomas Gleixner
10
-33
/
+14
2020-10-28
x86/apic: Replace pointless apic:: Dest_logical usage
Thomas Gleixner
3
-5
/
+5
2020-10-28
x86/apic: Cleanup delivery mode defines
Thomas Gleixner
9
-17
/
+18
2020-10-28
x86/devicetree: Fix the ioapic interrupt type table
Thomas Gleixner
1
-15
/
+15
2020-10-28
x86/apic/uv: Fix inconsistent destination mode
Thomas Gleixner
1
-1
/
+1
2020-10-28
x86/msi: Only use high bits of MSI address for DMAR unit
David Woodhouse
1
-6
/
+27
2020-10-28
x86/apic: Fix x2apic enablement without interrupt remapping
David Woodhouse
2
-6
/
+17
2020-10-28
x86/setup: Remove unused MCA variables
Borislav Petkov
1
-5
/
+0
2020-10-28
x86/debug: Fix DR_STEP vs ptrace_get_debugreg(6)
Peter Zijlstra
1
-3
/
+6
2020-10-28
x86/debug: Only clear/set ->virtual_dr6 for userspace #DB
Peter Zijlstra
1
-6
/
+6
2020-10-28
x86/debug: Fix BTF handling
Peter Zijlstra
1
-7
/
+21
2020-10-28
Merge tag 'x86-urgent-2020-10-27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-10
/
+11
2020-10-27
x86/resctrl: Correct MBM total and local values
Fenghua Yu
3
-2
/
+85
2020-10-26
x86: Reclaim TIF_IA32 and TIF_X32
Gabriel Krisman Bertazi
1
-6
/
+0
2020-10-26
x86/mm: Convert mmu context ia32_compat into a proper flags field
Gabriel Krisman Bertazi
1
-6
/
+11
2020-10-26
x86/elf: Use e_machine to select start_thread for x32
Gabriel Krisman Bertazi
1
-3
/
+2
2020-10-26
perf/x86: Avoid TIF_IA32 when checking 64bit mode
Gabriel Krisman Bertazi
1
-1
/
+1
2020-10-26
x86/mce: Remove unneeded break
Tom Rix
1
-2
/
+0
2020-10-26
x86/microcode/amd: Remove unneeded break
Tom Rix
1
-1
/
+0
2020-10-26
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2
-2
/
+2
2020-10-24
Merge tag 'x86_seves_fixes_for_v5.10_rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-0
/
+2
2020-10-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2020-10-23
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+2
2020-10-22
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-3
/
+0
2020-10-22
x86/alternative: Don't call text_poke() in lazy TLB mode
Juergen Gross
1
-0
/
+9
2020-10-19
x86/head/64: Disable stack protection for head$(BITS).o
Arvind Sankar
1
-0
/
+2
2020-10-18
task_work: cleanup notification modes
Jens Axboe
2
-2
/
+2
2020-10-16
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+6
2020-10-16
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
3
-6
/
+10
2020-10-15
Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2020-10-14
Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDT
Michael Kelley
1
-1
/
+6
2020-10-14
Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-0
/
+1
2020-10-14
Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
17
-150
/
+2373
2020-10-14
Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-8
/
+9
2020-10-14
x86/unwind/orc: Fix inactive tasks with stack pointer in %sp on GCC 10 compil...
Jiri Slaby
1
-8
/
+1
2020-10-14
x86/kexec: Use up-to-dated screen_info copy to fill boot params
Kairui Song
1
-2
/
+1
2020-10-14
x86/setup: simplify reserve_crashkernel()
Mike Rapoport
1
-26
/
+14
2020-10-14
x86/setup: simplify initrd relocation and reservation
Mike Rapoport
1
-13
/
+3
2020-10-14
efi/fake_mem: arrange for a resource entry per efi_fake_mem instance
Dan Williams
1
-1
/
+15
2020-10-13
Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2020-10-13
Merge tag 'x86_urgent_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
[prev]
[next]