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
2023-10-19
fs: create helper file_user_path() for user displayed mapped file path
Amir Goldstein
1
-2
/
+4
2023-10-19
file: convert to SLAB_TYPESAFE_BY_RCU
Christian Brauner
1
-4
/
+7
2023-10-19
arm64: dts: rockchip: Remove UART2 from RGB30
Chris Morgan
1
-0
/
+9
2023-10-19
arm64: dts: rockchip: Update VPLL Frequency for RGB30
Chris Morgan
1
-1
/
+1
2023-10-19
MIPS: AR7: remove platform
Wolfram Sang
18
-2493
/
+0
2023-10-19
mtd: parsers: ar7: remove support
Wolfram Sang
1
-1
/
+0
2023-10-19
arch: mips: remove ReiserFS from defconfig
Peter Lafreniere
7
-27
/
+0
2023-10-19
MIPS: lantiq: Remove unnecessary include of <linux/of_irq.h>
Bjorn Helgaas
1
-1
/
+0
2023-10-19
MIPS: lantiq: Fix pcibios_plat_dev_init() "no previous prototype" warning
Bjorn Helgaas
1
-0
/
+1
2023-10-19
MIPS: KVM: Fix a build warning about variable set but not used
Huacai Chen
1
-2
/
+1
2023-10-19
powerpc/io: Expect immutable pointer in virt_to_phys() prototype
Stanislav Kinsburskii
1
-1
/
+1
2023-10-19
powerpc/fadump: Annotate endianness cast with __force
Benjamin Gray
1
-1
/
+1
2023-10-19
powerpc/eeh: Remove unnecessary cast
Benjamin Gray
1
-2
/
+2
2023-10-19
powerpc: Cast away __iomem in low level IO routines
Benjamin Gray
1
-6
/
+6
2023-10-19
powerpc/uaccess: Cast away __user annotation after verification
Benjamin Gray
1
-1
/
+1
2023-10-19
powerpc/opal: Annotate out param endianness
Benjamin Gray
1
-1
/
+1
2023-10-19
powerpc/kvm: Force cast endianness of KVM shared regs
Benjamin Gray
1
-4
/
+4
2023-10-19
powerpc: Annotate endianness of various variables and functions
Benjamin Gray
10
-23
/
+26
2023-10-19
powerpc: Remove extern from function implementations
Benjamin Gray
3
-10
/
+10
2023-10-19
powerpc: Use NULL instead of 0 for null pointers
Benjamin Gray
6
-10
/
+10
2023-10-19
powerpc: Explicitly reverse bytes when checking for byte reversal
Benjamin Gray
1
-1
/
+1
2023-10-19
powerpc/xive: Fix endian conversion size
Benjamin Gray
1
-1
/
+1
2023-10-19
powerpc: Support execute-only on all powerpc
Christophe Leroy
9
-17
/
+18
2023-10-19
powerpc: Finally remove _PAGE_USER
Christophe Leroy
1
-7
/
+3
2023-10-19
powerpc/ptdump: Display _PAGE_READ and _PAGE_WRITE
Christophe Leroy
1
-3
/
+8
2023-10-19
powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USER
Christophe Leroy
3
-71
/
+60
2023-10-19
powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RW
Christophe Leroy
4
-13
/
+22
2023-10-19
powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USER
Christophe Leroy
3
-27
/
+19
2023-10-19
powerpc/44x: Introduce _PAGE_READ and remove _PAGE_USER
Christophe Leroy
2
-36
/
+22
2023-10-19
powerpc/e500: Introduce _PAGE_READ and remove _PAGE_USER
Christophe Leroy
3
-34
/
+18
2023-10-19
powerpc/nohash: Replace pte_user() by pte_read()
Christophe Leroy
3
-17
/
+7
2023-10-19
powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RW
Christophe Leroy
10
-15
/
+26
2023-10-19
powerpc/64s: Use generic permission masks
Christophe Leroy
1
-15
/
+5
2023-10-19
powerpc/8xx: Use generic permission masks
Christophe Leroy
1
-8
/
+5
2023-10-19
powerpc: Refactor permission masks used for __P/__S table and kernel memory f...
Christophe Leroy
1
-0
/
+30
2023-10-19
powerpc: Rely on address instead of pte_user()
Christophe Leroy
6
-25
/
+15
2023-10-19
powerpc: Remove pte_mkuser() and pte_mkpriviledged()
Christophe Leroy
5
-63
/
+0
2023-10-19
powerpc: Fail ioremap() instead of silently ignoring flags when PAGE_USER is set
Christophe Leroy
1
-1
/
+2
2023-10-19
powerpc: Implement and use pgprot_nx()
Christophe Leroy
2
-3
/
+8
2023-10-19
powerpc/e500: Simplify pte_mkexec()
Christophe Leroy
1
-4
/
+1
2023-10-19
powerpc/nohash: Refactor __ptep_set_access_flags()
Christophe Leroy
3
-31
/
+17
2023-10-19
powerpc/nohash: Refactor pte_clear()
Christophe Leroy
3
-10
/
+5
2023-10-19
powerpc/nohash: Deduplicate ptep_set_wrprotect() and ptep_get_and_clear()
Christophe Leroy
3
-31
/
+16
2023-10-19
powerpc/nohash: Refactor ptep_test_and_clear_young()
Christophe Leroy
3
-29
/
+12
2023-10-19
powerpc/nohash: Deduplicate pte helpers
Christophe Leroy
3
-61
/
+36
2023-10-19
powerpc/nohash: Deduplicate _PAGE_CHG_MASK
Christophe Leroy
3
-13
/
+7
2023-10-19
powerpc/nohash: Refactor checking of no-change in pte_update()
Christophe Leroy
2
-9
/
+3
2023-10-19
powerpc/nohash: Refactor pte_update()
Christophe Leroy
3
-50
/
+42
2023-10-19
powerpc/nohash: Replace #ifdef CONFIG_44x by IS_ENABLED(CONFIG_44x) in pgtable.h
Christophe Leroy
1
-5
/
+2
2023-10-19
powerpc/nohash: Move 8xx version of pte_update() into pte-8xx.h
Christophe Leroy
2
-56
/
+58
[prev]
[next]