index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-22
ARM: omap1: use pci_remap_iospace() for omap_cf
Arnd Bergmann
2
-46
/
+1
2022-04-22
ARM: omap1: relocate static I/O mapping
Arnd Bergmann
2
-4
/
+4
2022-04-22
ARM: omap: remove empty plat-omap directory
Arnd Bergmann
2
-10
/
+0
2022-04-22
ARM: omap: un-merge plat/sram.c
Arnd Bergmann
8
-150
/
+182
2022-04-22
ARM: omap: split up arch/arm/plat-omap/Kconfig
Arnd Bergmann
4
-94
/
+86
2022-04-22
ARM: omap1: move plat/dma.c to mach/omap-dma.c
Arnd Bergmann
3
-2
/
+2
2022-04-22
ARM: omap1: dma: remove omap2 specific bits
Arnd Bergmann
1
-162
/
+55
2022-04-21
ARM: omap: dma: make usb support optional
Arnd Bergmann
1
-23
/
+22
2022-04-21
ARM: omap: remove debug-leds driver
Arnd Bergmann
3
-185
/
+0
2022-04-21
ARM: omap1: move 32k counter from plat-omap to mach-omap1
Arnd Bergmann
6
-136
/
+110
2022-04-21
ARM: omap1: innovator: move ohci phy power handling to board file
Arnd Bergmann
1
-0
/
+19
2022-04-21
ARM: omap1: move CF chipselect setup to board file
Arnd Bergmann
1
-5
/
+33
2022-04-21
ARM: omap1: move perseus spi pinconf to board file
Arnd Bergmann
1
-0
/
+6
2022-04-21
ARM: omap1: move some headers to include/linux/soc
Arnd Bergmann
7
-647
/
+13
2022-04-21
ARM: omap1: move mach/usb.h to include/linux/soc
Arnd Bergmann
16
-142
/
+39
2022-04-21
ARM: omap1: ams-delta: remove camera leftovers
Arnd Bergmann
1
-11
/
+0
2022-04-21
fbdev: omap: pass irqs as resource
Arnd Bergmann
1
-1
/
+18
2022-04-21
ARM: omap1: move lcd_dma code into omapfb driver
Arnd Bergmann
4
-554
/
+0
2022-04-21
ARM: omap1: innovator: pass lcd control address as pdata
Arnd Bergmann
1
-0
/
+3
2022-04-03
Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-185
/
+186
2022-04-03
Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+0
2022-04-03
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
4
-11
/
+12
2022-04-02
Merge tag 'kbuild-fixes-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+0
2022-04-02
Merge tag 'mips_5.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...
Linus Torvalds
7
-45
/
+72
2022-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
26
-306
/
+350
2022-04-02
KVM: x86: fix sending PV IPI
Li RongQing
1
-1
/
+1
2022-04-02
KVM: x86/mmu: do compare-and-exchange of gPTE via the user address
Paolo Bonzini
1
-40
/
+34
2022-04-02
KVM: x86: Remove redundant vm_entry_controls_clearbit() call
Zhenzhong Duan
1
-1
/
+0
2022-04-02
KVM: x86: cleanup enter_rmode()
Zhenzhong Duan
1
-9
/
+5
2022-04-02
KVM: x86: SVM: fix tsc scaling when the host doesn't support it
Maxim Levitsky
3
-9
/
+6
2022-04-02
kvm: x86: SVM: remove unused defines
Maxim Levitsky
1
-8
/
+0
2022-04-02
KVM: x86: SVM: move tsc ratio definitions to svm.h
Maxim Levitsky
2
-10
/
+11
2022-04-02
KVM: x86: SVM: fix avic spec based definitions again
Maxim Levitsky
2
-14
/
+5
2022-04-02
KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsr
Hou Wenlong
3
-16
/
+40
2022-04-02
KVM: x86/emulator: Emulate RDPID only if it is enabled in guest
Hou Wenlong
3
-1
/
+10
2022-04-02
KVM: x86/pmu: Fix and isolate TSX-specific performance event logic
Like Xu
2
-13
/
+15
2022-04-02
KVM: x86: mmu: trace kvm_mmu_set_spte after the new SPTE was set
Maxim Levitsky
1
-1
/
+1
2022-04-02
KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRs
Jim Mattson
1
-5
/
+3
2022-04-02
KVM: x86: Trace all APICv inhibit changes and capture overall status
Sean Christopherson
2
-18
/
+29
2022-04-02
KVM: x86: Add wrappers for setting/clearing APICv inhibits
Sean Christopherson
6
-36
/
+49
2022-04-02
KVM: x86: Make APICv inhibit reasons an enum and cleanup naming
Sean Christopherson
6
-31
/
+35
2022-04-02
KVM: X86: Handle implicit supervisor access with SMAP
Lai Jiangshan
4
-17
/
+21
2022-04-02
KVM: X86: Rename variable smap to not_smap in permission_fault()
Lai Jiangshan
1
-2
/
+2
2022-04-02
KVM: X86: Fix comments in update_permission_bitmask
Lai Jiangshan
1
-2
/
+2
2022-04-02
KVM: X86: Change the type of access u32 to u64
Lai Jiangshan
5
-21
/
+23
2022-04-02
KVM: Remove dirty handling from gfn_to_pfn_cache completely
David Woodhouse
1
-3
/
+2
2022-04-02
KVM: Use enum to track if cached PFN will be used in guest and/or host
Sean Christopherson
1
-1
/
+1
2022-04-02
KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode()
Peter Gonda
2
-1
/
+2
2022-04-02
KVM: x86/pmu: Use different raw event masks for AMD and Intel
Jim Mattson
4
-1
/
+5
2022-04-02
KVM: Don't actually set a request when evicting vCPUs for GFN cache invd
Sean Christopherson
1
-1
/
+1
[next]