index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-01
mm: gup: make fault_in_safe_writeable() use fixup_user_fault()
Linus Torvalds
1
-38
/
+19
2022-05-01
btrfs: fallback to blocking mode when doing async dio over multiple extents
Filipe Manana
1
-0
/
+28
2022-05-01
btrfs: fix deadlock due to page faults during direct IO reads and writes
Filipe Manana
1
-16
/
+123
2022-05-01
gfs2: Fix mmap + page fault deadlocks for direct I/O
Andreas Gruenbacher
1
-12
/
+87
2022-05-01
iov_iter: Introduce nofault flag to disable page faults
Andreas Gruenbacher
2
-5
/
+16
2022-05-01
gup: Introduce FOLL_NOFAULT flag to disable page faults
Andreas Gruenbacher
2
-2
/
+5
2022-05-01
iomap: Add done_before argument to iomap_dio_rw
Andreas Gruenbacher
8
-17
/
+32
2022-05-01
iomap: Support partial direct I/O on user copy failures
Andreas Gruenbacher
2
-0
/
+13
2022-05-01
iomap: Fix iomap_dio_rw return value for user copies
Andreas Gruenbacher
1
-0
/
+4
2022-05-01
gfs2: Fix mmap + page fault deadlocks for buffered I/O
Andreas Gruenbacher
1
-5
/
+94
2022-05-01
gfs2: Eliminate ip->i_gh
Andreas Gruenbacher
2
-15
/
+22
2022-05-01
gfs2: Move the inode glock locking to gfs2_file_buffered_write
Andreas Gruenbacher
2
-59
/
+28
2022-05-01
gfs2: Introduce flag for glock holder auto-demotion
Bob Peterson
3
-36
/
+200
2022-05-01
gfs2: Clean up function may_grant
Andreas Gruenbacher
1
-50
/
+69
2022-05-01
gfs2: Add wrapper for iomap_file_buffered_write
Andreas Gruenbacher
1
-10
/
+17
2022-05-01
iov_iter: Introduce fault_in_iov_iter_writeable
Andreas Gruenbacher
4
-0
/
+104
2022-05-01
iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Andreas Gruenbacher
9
-20
/
+29
2022-05-01
gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
Andreas Gruenbacher
10
-76
/
+93
2022-05-01
mm: kfence: fix objcgs vector allocation
Muchun Song
2
-1
/
+13
2022-05-01
ARM: dts: socfpga: change qspi to "intel,socfpga-qspi"
Dinh Nguyen
4
-4
/
+4
2022-05-01
spi: cadence-quadspi: fix write completion support
Dinh Nguyen
1
-3
/
+21
2022-05-01
bpf: Fix crash due to out of bounds access into reg2btf_ids.
Kumar Kartikeya Dwivedi
1
-2
/
+2
2022-05-01
bpf/selftests: Test PTR_TO_RDONLY_MEM
Hao Luo
2
-0
/
+43
2022-05-01
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
9
-55
/
+71
2022-05-01
bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.
Hao Luo
2
-6
/
+28
2022-05-01
bpf: Convert PTR_TO_MEM_OR_NULL to composable types.
Hao Luo
3
-3
/
+2
2022-05-01
bpf: Introduce MEM_RDONLY flag
Hao Luo
6
-43
/
+60
2022-05-01
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
7
-186
/
+148
2022-05-01
bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL
Hao Luo
3
-34
/
+39
2022-05-01
bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL
Hao Luo
2
-31
/
+23
2022-05-01
bpf: Introduce composable reg, ret and arg types.
Hao Luo
2
-0
/
+56
2022-05-01
floppy: disable FDRAWCMD by default
Willy Tarreau
2
-11
/
+48
2022-04-27
Linux 5.15.36
v5.15.36
Greg Kroah-Hartman
1
-1
/
+1
2022-04-27
arm64: dts: qcom: add IPA qcom,qmp property
Alex Elder
3
-0
/
+6
2022-04-27
block/compat_ioctl: fix range check in BLKGETSIZE
Khazhismel Kumykov
1
-1
/
+1
2022-04-27
spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controller
Tudor Ambarus
1
-0
/
+3
2022-04-27
jbd2: fix a potential race while discarding reserved buffers after an abort
Ye Bin
1
-1
/
+3
2022-04-27
netfilter: nft_ct: fix use after free when attaching zone template
Florian Westphal
1
-1
/
+4
2022-04-27
ext4: force overhead calculation if the s_overhead_cluster makes no sense
Theodore Ts'o
1
-3
/
+12
2022-04-27
ext4: fix overhead calculation to account for the reserved gdt blocks
Theodore Ts'o
1
-1
/
+3
2022-04-27
ext4, doc: fix incorrect h_reserved size
wangjianjian (C)
1
-1
/
+1
2022-04-27
ext4: limit length to bitmap_maxbytes - blocksize in punch_hole
Tadeusz Struk
1
-1
/
+10
2022-04-27
ext4: fix use-after-free in ext4_search_dir
Ye Bin
2
-2
/
+6
2022-04-27
ext4: fix symlink file size not match to file content
Ye Bin
1
-1
/
+3
2022-04-27
ext4: fix fallocate to use file_modified to update permissions consistently
Darrick J. Wong
3
-9
/
+32
2022-04-27
netfilter: conntrack: avoid useless indirection during conntrack destruction
Florian Westphal
3
-8
/
+14
2022-04-27
netfilter: conntrack: convert to refcount_t api
Florian Westphal
11
-33
/
+27
2022-04-27
KVM: SVM: Flush when freeing encrypted pages even on SME_COHERENT CPUs
Mingwei Zhang
1
-3
/
+6
2022-04-27
KVM: nVMX: Defer APICv updates while L2 is active until L1 is active
Sean Christopherson
3
-0
/
+11
2022-04-27
KVM: x86: Pend KVM_REQ_APICV_UPDATE during vCPU creation to fix a race
Sean Christopherson
1
-1
/
+14
[next]