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-12-19
Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-40
/
+61
2022-12-19
Merge tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
68
-182
/
+3588
2022-12-19
Merge tag 'csky-for-linus-6.2-rc1' of https://github.com/c-sky/csky-linux
Linus Torvalds
5
-18
/
+7
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
133
-1083
/
+3062
2022-12-17
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
34
-308
/
+257
2022-12-17
Merge tag 'msi-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-0
/
+5
2022-12-17
powerpc/msi: Fix deassociation of MSI descriptors
Marc Zyngier
5
-0
/
+5
2022-12-16
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
8
-85
/
+1
2022-12-16
powerpc/code-patching: Fix oops with DEBUG_VM enabled
Michael Ellerman
1
-3
/
+7
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-5
/
+5
2022-12-16
Merge tag 'staging-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2022-12-16
Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-2
/
+0
2022-12-15
Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2
-20
/
+32
2022-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
123
-2650
/
+6096
2022-12-15
x86/mm: Ensure forced page table splitting
Dave Hansen
1
-1
/
+2
2022-12-15
x86/kasan: Populate shadow for shared chunk of the CPU entry area
Sean Christopherson
1
-1
/
+11
2022-12-15
x86/kasan: Add helpers to align shadow addresses up and down
Sean Christopherson
1
-18
/
+22
2022-12-15
x86/kasan: Rename local CPU_ENTRY_AREA variables to shorten names
Sean Christopherson
1
-11
/
+11
2022-12-15
x86/mm: Populate KASAN shadow for entire per-CPU range of CPU entry area
Sean Christopherson
1
-5
/
+3
2022-12-15
x86/mm: Recompute physical address for every page of per-CPU CEA mapping
Sean Christopherson
1
-1
/
+1
2022-12-15
x86/mm: Rename __change_page_attr_set_clr(.checkalias)
Peter Zijlstra
1
-4
/
+4
2022-12-15
x86/mm: Inhibit _PAGE_NX changes from cpa_process_alias()
Peter Zijlstra
1
-5
/
+23
2022-12-15
x86/mm: Untangle __change_page_attr_set_clr(.checkalias)
Peter Zijlstra
1
-19
/
+11
2022-12-15
x86/mm: Add a few comments
Peter Zijlstra
1
-0
/
+20
2022-12-15
x86/mm: Fix CR3_ADDR_MASK
Kirill A. Shutemov
1
-1
/
+1
2022-12-15
x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macros
Pasha Tatashin
7
-26
/
+20
2022-12-15
mm: Convert __HAVE_ARCH_P..P_GET to the new style
Peter Zijlstra
1
-1
/
+1
2022-12-15
x86/mm/pae: Get rid of set_64bit()
Peter Zijlstra
2
-39
/
+12
2022-12-15
x86_64: Remove pointless set_64bit() usage
Peter Zijlstra
2
-13
/
+0
2022-12-15
x86/mm/pae: Be consistent with pXXp_get_and_clear()
Peter Zijlstra
1
-50
/
+17
2022-12-15
x86/mm/pae: Use WRITE_ONCE()
Peter Zijlstra
1
-6
/
+6
2022-12-15
x86/mm/pae: Don't (ab)use atomic64
Peter Zijlstra
1
-5
/
+4
2022-12-15
mm: Rename GUP_GET_PTE_LOW_HIGH
Peter Zijlstra
3
-3
/
+3
2022-12-15
mm: Fix pmd_read_atomic()
Peter Zijlstra
1
-56
/
+0
2022-12-15
sh/mm: Make pmd_t similar to pte_t
Peter Zijlstra
1
-2
/
+8
2022-12-15
x86/mm/pae: Make pmd_t similar to pte_t
Peter Zijlstra
4
-31
/
+23
2022-12-15
x86/mm: Implement native set_memory_rox()
Peter Zijlstra
2
-0
/
+13
2022-12-15
mm: Introduce set_memory_rox()
Peter Zijlstra
5
-25
/
+14
2022-12-15
x86/mm: Do verify W^X at boot up
Peter Zijlstra
1
-4
/
+0
2022-12-15
x86/ftrace: Remove SYSTEM_BOOTING exceptions
Peter Zijlstra
2
-12
/
+1
2022-12-15
x86/mm: Use mm_alloc() in poking_init()
Peter Zijlstra
1
-1
/
+1
2022-12-15
x86/mm: Randomize per-cpu entry area
Peter Zijlstra
4
-10
/
+50
2022-12-15
x86/kasan: Map shadow for percpu pages on demand
Andrey Ryabinin
3
-4
/
+22
2022-12-15
Revert "arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption"
Will Deacon
7
-84
/
+0
2022-12-15
Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-39
/
+0
2022-12-14
Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
46
-217
/
+549
2022-12-14
Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
79
-399
/
+1902
2022-12-14
Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
50
-882
/
+4555
2022-12-14
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-16
/
+23
2022-12-14
Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-23
/
+74
[next]