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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
fuse: allow idmapped mounts
Alexander Mikhalitsyn
2
-4
/
+28
2024-09-04
fuse: warn if fuse_access is called when idmapped mounts are allowed
Alexander Mikhalitsyn
1
-0
/
+8
2024-09-04
fuse: handle idmappings properly in ->write_iter()
Alexander Mikhalitsyn
1
-1
/
+2
2024-09-04
fuse: support idmapped ->rename op
Alexander Mikhalitsyn
1
-4
/
+5
2024-09-04
fuse: support idmapped ->set_acl
Alexander Mikhalitsyn
1
-2
/
+2
2024-09-04
fuse: drop idmap argument from __fuse_get_acl
Alexander Mikhalitsyn
1
-4
/
+2
2024-09-04
fuse: support idmapped ->setattr op
Alexander Mikhalitsyn
3
-14
/
+26
2024-09-04
fuse: support idmapped ->permission inode op
Alexander Mikhalitsyn
1
-2
/
+2
2024-09-04
fuse: support idmapped getattr inode op
Alexander Mikhalitsyn
1
-20
/
+24
2024-09-04
fuse: support idmap for mkdir/mknod/symlink/create/tmpfile
Alexander Mikhalitsyn
1
-18
/
+20
2024-09-04
fuse: support idmapped FUSE_EXT_GROUPS
Alexander Mikhalitsyn
1
-7
/
+12
2024-09-04
fuse: add an idmap argument to fuse_simple_request
Alexander Mikhalitsyn
9
-44
/
+47
2024-09-04
fuse: add basic infrastructure to support idmappings
Alexander Mikhalitsyn
3
-12
/
+41
2024-09-04
namespace: introduce SB_I_NOIDMAP flag
Alexander Mikhalitsyn
2
-0
/
+5
2024-09-04
dt-bindings: PCI: layerscape-pci: Add deprecated property 'num-viewport'
Frank Li
1
-0
/
+8
2024-09-04
kvm: Note an RCU quiescent state on guest exit
Leonardo Bras
2
-3
/
+13
2024-09-04
arm64: dts: allwinner: a64: Add GPU thermal trips to the SoC dtsi
Dragan Simic
1
-0
/
+16
2024-09-04
arm64: dts: allwinner: h700: Add charger for Anbernic RG35XX
Chris Morgan
1
-0
/
+21
2024-09-04
dt-bindings: PCI: layerscape-pci: Replace fsl,lx2160a-pcie with fsl,lx2160ar2...
Frank Li
1
-12
/
+14
2024-09-04
dt-bindings: PCI: socionext,uniphier-pcie-ep: Add top-level constraints
Krzysztof Kozlowski
1
-2
/
+6
2024-09-04
dt-bindings: PCI: renesas,pci-rcar-gen2: Add top-level constraints
Krzysztof Kozlowski
1
-2
/
+6
2024-09-04
dt-bindings: PCI: hisilicon,kirin-pcie: Add top-level constraints
Krzysztof Kozlowski
1
-1
/
+2
2024-09-04
PCI: j721e: Add suspend and resume support
Théo Lebrun
1
-6
/
+92
2024-09-04
PCI: j721e: Use T_PERST_CLK_US macro
Thomas Richard
1
-1
/
+1
2024-09-04
PCI: Add T_PERST_CLK_US macro
Thomas Richard
1
-1
/
+16
2024-09-04
docs: update dev-tools/kcsan.rst url about KTSAN
Haoyang Liu
1
-1
/
+2
2024-09-04
ARM: 9418/1: dma-mapping: Use iommu_paging_domain_alloc()
Jason Gunthorpe
1
-2
/
+4
2024-09-04
ARM: 9417/1: dma-mapping: Pass device to arm_iommu_create_mapping()
Jason Gunthorpe
6
-11
/
+9
2024-09-04
block: fix integer overflow in BLKSECDISCARD
Alexey Dobriyan
1
-4
/
+5
2024-09-04
ARM: 9416/1: amba: make amba_bustype constant
Kunwu Chan
2
-2
/
+2
2024-09-04
PCI: brcmstb: Don't conflate the reset rescal with PHY ctrl
Jim Quinlan
1
-3
/
+14
2024-09-04
PCI: brcmstb: Remove two unused constants from driver
Jim Quinlan
1
-5
/
+0
2024-09-04
PCI: brcmstb: PCI: brcmstb: Make HARD_DEBUG, INTR2_CPU_BASE offsets SoC-specific
Jim Quinlan
1
-15
/
+24
2024-09-04
PCI: brcmstb: Use swinit reset if available
Jim Quinlan
1
-0
/
+24
2024-09-04
PCI: brcmstb: Use bridge reset if available
Jim Quinlan
1
-1
/
+17
2024-09-04
printk: Avoid false positive lockdep report for legacy printing
John Ogness
1
-20
/
+63
2024-09-04
printk: nbcon: Assign nice -20 for printing threads
John Ogness
2
-0
/
+12
2024-09-04
printk: Implement legacy printer kthread for PREEMPT_RT
John Ogness
3
-18
/
+159
2024-09-04
tty: sysfs: Add nbcon support for 'active'
John Ogness
1
-1
/
+1
2024-09-04
proc: Add nbcon support for /proc/consoles
John Ogness
1
-2
/
+3
2024-09-04
proc: consoles: Add notation to c_start/c_stop
John Ogness
1
-0
/
+2
2024-09-04
printk: nbcon: Show replay message on takeover
John Ogness
4
-0
/
+40
2024-09-04
printk: Provide helper for message prepending
John Ogness
1
-11
/
+25
2024-09-04
printk: nbcon: Rely on kthreads for normal operation
John Ogness
3
-7
/
+84
2024-09-04
printk: nbcon: Use thread callback if in task context for legacy
John Ogness
3
-45
/
+59
2024-09-04
printk: nbcon: Relocate nbcon_atomic_emit_one()
John Ogness
1
-39
/
+39
2024-09-04
printk: nbcon: Introduce printer kthreads
Thomas Gleixner
4
-0
/
+420
2024-09-04
printk: nbcon: Init @nbcon_seq to highest possible
John Ogness
2
-1
/
+9
2024-09-04
printk: nbcon: Add context to usable() and emit()
John Ogness
3
-21
/
+27
2024-09-04
printk: Flush console on unregister_console()
John Ogness
1
-2
/
+7
[prev]
[next]