index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-23
io_uring: kill unused IO_IOPOLL_BATCH
Pavel Begunkov
1
-1
/
+0
2021-08-23
io_uring: improve ctx hang handling
Pavel Begunkov
1
-2
/
+6
2021-08-23
io_uring: deduplicate open iopoll check
Pavel Begunkov
1
-7
/
+4
2021-08-23
io_uring: inline io_free_req_deferred
Pavel Begunkov
1
-8
/
+4
2021-08-23
io_uring: move io_rsrc_node_alloc() definition
Pavel Begunkov
1
-45
/
+44
2021-08-23
io_uring: move io_put_task() definition
Pavel Begunkov
1
-12
/
+11
2021-08-23
io_uring: extract a helper for ctx quiesce
Pavel Begunkov
1
-24
/
+29
2021-08-23
io_uring: optimise io_cqring_wait() hot path
Pavel Begunkov
1
-8
/
+6
2021-08-23
io_uring: add more locking annotations for submit
Pavel Begunkov
1
-0
/
+6
2021-08-23
io_uring: don't halt iopoll too early
Pavel Begunkov
1
-9
/
+6
2021-08-23
io_uring: refactor io_alloc_req
Pavel Begunkov
1
-33
/
+33
2021-08-23
io-wq: improve wq_list_add_tail()
Pavel Begunkov
1
-1
/
+1
2021-08-23
io_uring: remove unnecessary PF_EXITING check
Pavel Begunkov
1
-3
/
+1
2021-08-23
io_uring: clean io-wq callbacks
Pavel Begunkov
1
-9
/
+9
2021-08-23
io_uring: avoid touching inode in rw prep
Pavel Begunkov
1
-10
/
+15
2021-08-23
io_uring: rename io_file_supports_async()
Pavel Begunkov
1
-15
/
+15
2021-08-23
io_uring: inline fixed part of io_file_get()
Pavel Begunkov
1
-26
/
+39
2021-08-23
io_uring: use kvmalloc for fixed files
Pavel Begunkov
1
-23
/
+10
2021-08-23
io_uring: be smarter about waking multiple CQ ring waiters
Jens Axboe
1
-14
/
+13
2021-08-23
io-wq: remove GFP_ATOMIC allocation off schedule out path
Jens Axboe
1
-32
/
+40
2021-08-22
Linux 5.14-rc7
Linus Torvalds
1
-1
/
+1
2021-08-22
Merge tag 'powerpc-5.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
3
-14
/
+31
2021-08-21
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
2
-19
/
+37
2021-08-21
Merge tag 'char-misc-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
4
-45
/
+54
2021-08-21
Merge tag 'usb-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-6
/
+7
2021-08-21
Merge tag 'riscv-for-linus-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
2
-6
/
+6
2021-08-21
Merge tag 's390-5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
2
-0
/
+11
2021-08-21
Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
Linus Torvalds
1
-1
/
+5
2021-08-21
Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-32
/
+20
2021-08-21
Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+10
2021-08-21
fs: warn about impending deprecation of mandatory locks
Jeff Layton
1
-1
/
+5
2021-08-20
io_uring: fix xa_alloc_cycle() error return value check
Jens Axboe
1
-4
/
+5
2021-08-20
Merge tag 'acpi-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2
-2
/
+8
2021-08-20
Merge tag 'pm-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
5
-19
/
+11
2021-08-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
10
-68
/
+81
2021-08-20
Merge tag 'drm-fixes-2021-08-20-3' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
61
-477
/
+224
2021-08-20
Merge tag 'pci-v5.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
3
-1
/
+19
2021-08-20
Merge tag 'mmc-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
4
-6
/
+46
2021-08-20
Merge tag 'sound-5.14-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
2
-3
/
+10
2021-08-20
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
2
-2
/
+3
2021-08-20
Merge branch 'acpi-pm'
Rafael J. Wysocki
1
-2
/
+2
2021-08-20
Merge tag 'iommu-fixes-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
5
-3
/
+20
2021-08-20
Merge branch 'pm-opp'
Rafael J. Wysocki
2
-17
/
+3
2021-08-20
hugetlb: don't pass page cache pages to restore_reserve_on_error
Mike Kravetz
1
-5
/
+14
2021-08-20
kfence: fix is_kfence_address() for addresses below KFENCE_POOL_SIZE
Marco Elver
1
-3
/
+4
2021-08-20
mm: vmscan: fix missing psi annotation for node_reclaim()
Johannes Weiner
1
-0
/
+3
2021-08-20
mm/hwpoison: retry with shake_page() for unhandlable pages
Naoya Horiguchi
1
-3
/
+9
2021-08-20
mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim
Johannes Weiner
2
-22
/
+34
2021-08-20
MAINTAINERS: update ClangBuiltLinux IRC chat
Nathan Chancellor
1
-1
/
+1
2021-08-20
mmflags.h: add missing __GFP_ZEROTAGS and __GFP_SKIP_KASAN_POISON names
Mike Rapoport
1
-1
/
+3
[next]