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
2024-02-22
kexec: Allocate kernel above bzImage's pref_address
Chris Koch
2
-6
/
+9
2024-02-22
x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument
Kai Huang
2
-3
/
+8
2024-02-22
x86/mm/cpa: Warn for set_memory_XXcrypted() VMM fails
Rick Edgecombe
1
-6
/
+13
2024-02-23
Merge tag 'drm-misc-fixes-2024-02-22' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2
-2
/
+2
2024-02-22
arm64: gitignore: ignore relacheck
Bartosz Golaszewski
1
-0
/
+3
2024-02-22
riscv: Fix build error if !CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION
Alexandre Ghiti
2
-0
/
+4
2024-02-22
riscv: mm: fix NOCACHE_THEAD does not set bit[61] correctly
Yangyu Chen
1
-1
/
+1
2024-02-22
riscv: add CALLER_ADDRx support
Zong Li
3
-0
/
+55
2024-02-22
Merge commit '8246601a7d391ce8207408149d65732f28af81a1' into fixes
Palmer Dabbelt
1
-3
/
+17
2024-02-22
arm64/sme: Ensure that all fields in SMCR_EL1 are set to known values
Mark Brown
1
-0
/
+3
2024-02-22
arm64/sve: Ensure that all fields in ZCR_EL1 are set to known values
Mark Brown
1
-0
/
+2
2024-02-22
arm64/sve: Document that __SVE_VQ_MAX is much larger than needed
Mark Brown
1
-0
/
+11
2024-02-22
arm64: make member of struct pt_regs and it's offset macro in the same order
Kemeng Shi
1
-1
/
+1
2024-02-22
arm64: defconfig: Enable PSTORE_RAM
NĂcolas F. R. A. Prado
1
-0
/
+1
2024-02-22
mm/hugetlb: move page order check inside hugetlb_cma_reserve()
Anshuman Khandual
2
-10
/
+1
2024-02-22
powerpc/mm: use pte_next_pfn() in set_ptes()
David Hildenbrand
1
-4
/
+1
2024-02-22
arm/mm: use pte_next_pfn() in set_ptes()
David Hildenbrand
1
-1
/
+1
2024-02-22
sparc/pgtable: define PFN_PTE_SHIFT
David Hildenbrand
1
-0
/
+2
2024-02-22
s390/pgtable: define PFN_PTE_SHIFT
David Hildenbrand
1
-0
/
+2
2024-02-22
riscv/pgtable: define PFN_PTE_SHIFT
David Hildenbrand
1
-0
/
+2
2024-02-22
powerpc/pgtable: define PFN_PTE_SHIFT
David Hildenbrand
1
-0
/
+2
2024-02-22
nios2/pgtable: define PFN_PTE_SHIFT
David Hildenbrand
1
-0
/
+2
2024-02-22
arm/pgtable: define PFN_PTE_SHIFT
David Hildenbrand
1
-0
/
+2
2024-02-22
arm64/mm: make set_ptes() robust when OAs cross 48-bit boundary
Ryan Roberts
1
-11
/
+17
2024-02-22
mm: ptdump: have ptdump_check_wx() return bool
Christophe Leroy
6
-24
/
+49
2024-02-22
powerpc,s390: ptdump: define ptdump_check_wx() regardless of CONFIG_DEBUG_WX
Christophe Leroy
2
-9
/
+5
2024-02-22
arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WX
Christophe Leroy
16
-71
/
+7
2024-02-22
arm: ptdump: rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WX
Christophe Leroy
5
-7
/
+7
2024-02-22
x86/mm: clarify "prev" usage in switch_mm_irqs_off()
Yosry Ahmed
1
-19
/
+16
2024-02-22
x86/mm: delete unused cpu argument to leave_mm()
Yosry Ahmed
4
-4
/
+4
2024-02-22
KVM: arm64: Make build-time check of RES0/RES1 bits optional
Marc Zyngier
2
-0
/
+15
2024-02-22
Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
3
-9
/
+20
2024-02-22
ARM: tegra: Add device-tree for LG Optimus 4X HD (P880)
Svyatoslav Ryhel
2
-0
/
+490
2024-02-22
ARM: tegra: Add device-tree for LG Optimus Vu (P895)
Svyatoslav Ryhel
3
-0
/
+2309
2024-02-22
ARM: tegra: nexus7: Add missing clock binding into sound node
Robert Eckelmann
1
-0
/
+3
2024-02-22
arm64: dts: Add gpio_intc node for Amlogic-T7 SoCs
Huqiang Qin
1
-0
/
+10
2024-02-22
arm64: tegra: Fix Tegra234 MGBE power-domains
Jon Hunter
1
-3
/
+3
2024-02-22
x86/resctrl: Remove lockdep annotation that triggers false positive
James Morse
1
-9
/
+0
2024-02-22
s390/boot: workaround current 'llvm-objdump -t -j ...' behavior
Nathan Chancellor
1
-2
/
+2
2024-02-22
KVM: s390: fix access register usage in ioctls
Eric Farman
3
-1
/
+7
2024-02-22
KVM: x86/xen: allow vcpu_info content to be 'safely' copied
Paul Durrant
1
-3
/
+0
2024-02-22
KVM: x86/xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability
Paul Durrant
1
-1
/
+2
2024-02-22
KVM: x86/xen: allow vcpu_info to be mapped by fixed HVA
Paul Durrant
2
-7
/
+31
2024-02-22
KVM: x86/xen: allow shared_info to be mapped by fixed HVA
Paul Durrant
2
-9
/
+37
2024-02-22
x86/insn: Directly assign x86_64 state in insn_init()
Nikolay Borisov
1
-1
/
+1
2024-02-22
x86/insn: Remove superfluous checks from instruction decoding routines
Nikolay Borisov
1
-35
/
+21
2024-02-22
arm64: remove unneeded BUILD_BUG_ON assertion
Dawei Li
1
-3
/
+0
2024-02-22
powerpc/kprobes: Handle error returned by set_memory_rox()
Christophe Leroy
1
-2
/
+8
2024-02-22
powerpc: Implement set_memory_rox()
Christophe Leroy
2
-0
/
+11
2024-02-22
powerpc: Use user_mode() macro when possible
Christophe Leroy
6
-19
/
+18
[prev]
[next]