index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
auxdisplay
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-21
iomap: Convert iomap_write_end types
Matthew Wilcox (Oracle)
1
-19
/
+12
2020-09-21
iomap: Convert write_count to write_bytes_pending
Matthew Wilcox (Oracle)
1
-9
/
+10
2020-09-21
iomap: Convert read_count to read_bytes_pending
Matthew Wilcox (Oracle)
1
-29
/
+12
2020-09-21
iomap: Support arbitrarily many blocks per page
Matthew Wilcox (Oracle)
1
-5
/
+17
2020-09-21
iomap: Use bitmap ops to set uptodate bits
Matthew Wilcox (Oracle)
1
-10
/
+2
2020-09-21
iomap: Use kzalloc to allocate iomap_page
Matthew Wilcox (Oracle)
1
-9
/
+1
2020-09-21
fs: Introduce i_blocks_per_page
Matthew Wilcox (Oracle)
4
-6
/
+22
2020-09-21
iomap: Fix misplaced page flushing
Matthew Wilcox (Oracle)
1
-2
/
+1
2020-09-21
iomap: Use round_down/round_up macros in __iomap_write_begin
Nikolay Borisov
1
-2
/
+2
2020-09-10
iomap: Mark read blocks uptodate in write_begin
Matthew Wilcox (Oracle)
1
-8
/
+6
2020-09-10
iomap: Clear page error before beginning a write
Matthew Wilcox (Oracle)
1
-0
/
+1
2020-09-10
iomap: Fix direct I/O write consistency check
Andreas Gruenbacher
1
-1
/
+1
2020-09-10
iomap: fix WARN_ON_ONCE() from unprivileged users
Qian Cai
1
-0
/
+10
2020-09-07
Linux 5.9-rc4
v5.9-rc4
Linus Torvalds
1
-1
/
+1
2020-09-06
io_uring: fix linked deferred ->files cancellation
Pavel Begunkov
1
-2
/
+23
2020-09-05
io_uring: fix cancel of deferred reqs with ->files
Pavel Begunkov
1
-0
/
+27
2020-09-05
include/linux/log2.h: add missing () around n in roundup_pow_of_two()
Jason Gunthorpe
1
-1
/
+1
2020-09-05
mm/khugepaged.c: fix khugepaged's request size in collapse_file
David Howells
1
-1
/
+1
2020-09-05
mm/hugetlb: fix a race between hugetlb sysctl handlers
Muchun Song
1
-6
/
+20
2020-09-05
mm/hugetlb: try preferred node first when alloc gigantic page from cma
Li Xinhai
1
-6
/
+17
2020-09-05
mm/migrate: preserve soft dirty in remove_migration_pte()
Ralph Campbell
1
-0
/
+2
2020-09-05
mm/migrate: remove unnecessary is_zone_device_page() check
Ralph Campbell
1
-7
/
+5
2020-09-05
mm/rmap: fixup copying of soft dirty and uffd ptes
Alistair Popple
2
-6
/
+18
2020-09-05
mm/migrate: fixup setting UFFD_WP flag
Alistair Popple
1
-1
/
+1
2020-09-05
mm: madvise: fix vma user-after-free
Yang Shi
1
-1
/
+1
2020-09-05
checkpatch: fix the usage of capture group ( ... )
Mrinal Pandey
1
-2
/
+2
2020-09-05
fork: adjust sysctl_max_threads definition to match prototype
Tobias Klauser
1
-1
/
+1
2020-09-05
ipc: adjust proc_ipc_sem_dointvec definition to match prototype
Tobias Klauser
1
-1
/
+1
2020-09-05
mm: track page table modifications in __apply_to_page_range()
Joerg Roedel
1
-13
/
+24
2020-09-05
MAINTAINERS: IA64: mark Status as Odd Fixes only
Randy Dunlap
1
-1
/
+1
2020-09-05
MAINTAINERS: add LLVM maintainers
Nick Desaulniers
1
-0
/
+2
2020-09-05
MAINTAINERS: update Cavium/Marvell entries
Robert Richter
1
-15
/
+13
2020-09-05
mm: slub: fix conversion of freelist_corrupted()
Eugeniu Rosca
1
-6
/
+6
2020-09-05
mm: memcg: fix memcg reclaim soft lockup
Xunlei Pang
1
-0
/
+8
2020-09-05
memcg: fix use-after-free in uncharge_batch
Michal Hocko
1
-0
/
+6
2020-09-05
xfs: don't update mtime on COW faults
Mikulas Patocka
1
-2
/
+10
2020-09-05
ext2: don't update mtime on COW faults
Mikulas Patocka
1
-2
/
+4
2020-09-05
io_uring: fix explicit async read/write mapping for large segments
Jens Axboe
1
-3
/
+4
2020-09-04
net/packet: fix overflow in tpacket_rcv
Or Cohen
1
-1
/
+6
2020-09-04
mm: Add PGREUSE counter
Peter Xu
3
-0
/
+3
2020-09-04
mm/gup: Remove enfornced COW mechanism
Peter Xu
3
-46
/
+9
2020-09-04
mm/ksm: Remove reuse_ksm_page()
Peter Xu
2
-32
/
+0
2020-09-04
mm: do_wp_page() simplification
Linus Torvalds
1
-42
/
+17
2020-09-04
gcov: Disable gcov build with GCC 10
Leon Romanovsky
1
-0
/
+1
2020-09-04
init: fix error check in clean_path()
Barret Rhoden
1
-1
/
+1
2020-09-04
x86/entry: Unbreak 32bit fast syscall
Thomas Gleixner
3
-24
/
+91
2020-09-04
x86/debug: Allow a single level of #DB recursion
Andy Lutomirski
1
-34
/
+31
2020-09-04
x86/entry: Fix AC assertion
Peter Zijlstra
1
-2
/
+10
2020-09-04
tracing/kprobes, x86/ptrace: Fix regs argument order for i386
Vamshi K Sthambamkadi
1
-1
/
+1
2020-09-04
iommu/vt-d: Handle 36bit addressing for x86-32
Chris Wilson
1
-7
/
+7
[next]