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
path:
root
/
tools
/
perf
/
scripts
/
python
/
exported-sql-viewer.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-24
io_uring: memcpy CQE from req
Pavel Begunkov
1
-1
/
+23
2022-04-24
io_uring: explicitly keep a CQE in io_kiocb
Pavel Begunkov
1
-65
/
+69
2022-04-24
io_uring: rename io_sqe_file_register
Pavel Begunkov
1
-4
/
+4
2022-04-24
io_uring: deduplicate SCM accounting
Pavel Begunkov
1
-67
/
+40
2022-04-24
io_uring: don't pass around fixed index for scm
Pavel Begunkov
1
-23
/
+14
2022-04-24
io_uring: refactor __io_sqe_files_scm
Pavel Begunkov
1
-35
/
+13
2022-04-24
io_uring: uniform SCM accounting
Pavel Begunkov
1
-68
/
+25
2022-04-24
io_uring: don't scm-account for non af_unix sockets
Pavel Begunkov
1
-13
/
+38
2022-04-24
io_uring: move finish_wait() outside of loop in cqring_wait()
Jens Axboe
1
-1
/
+1
2022-04-24
io_uring: refactor io_req_add_compl_list()
Pavel Begunkov
1
-3
/
+2
2022-04-24
io_uring: silence io_for_each_link() warning
Pavel Begunkov
1
-1
/
+2
2022-04-24
io_uring: partially uninline io_put_task()
Pavel Begunkov
1
-10
/
+14
2022-04-24
io_uring: cleanup conditional submit locking
Pavel Begunkov
1
-54
/
+41
2022-04-24
io_uring: optimise mutex locking for submit+iopoll
Pavel Begunkov
1
-17
/
+23
2022-04-24
io_uring: pre-calculate syscall iopolling decision
Pavel Begunkov
1
-8
/
+13
2022-04-24
io_uring: split off IOPOLL argument verifiction
Pavel Begunkov
1
-7
/
+22
2022-04-24
io_uring: clean up io_queue_next()
Pavel Begunkov
1
-7
/
+6
2022-04-24
io_uring: move poll recycling later in compl flushing
Pavel Begunkov
1
-9
/
+9
2022-04-24
io_uring: optimise io_free_batch_list
Pavel Begunkov
1
-6
/
+14
2022-04-24
io_uring: refactor io_req_find_next
Pavel Begunkov
1
-6
/
+7
2022-04-24
io_uring: remove extra ifs around io_commit_cqring
Pavel Begunkov
1
-11
/
+14
2022-04-24
io_uring: small optimisation of tctx_task_work
Pavel Begunkov
1
-5
/
+4
2022-04-24
Linux 5.18-rc4
Linus Torvalds
1
-1
/
+1
2022-04-24
kvmalloc: use vmalloc_huge for vmalloc allocations
Linus Torvalds
1
-2
/
+9
2022-04-24
page_alloc: use vmalloc_huge for large system hash
Song Liu
1
-1
/
+1
2022-04-23
sparc: cacheflush_32.h needs struct page
Randy Dunlap
1
-0
/
+1
2022-04-22
perf test: Fix error message for test case 71 on s390, where it is not supported
Thomas Richter
1
-0
/
+4
2022-04-22
perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE event
Leo Yan
1
-0
/
+14
2022-04-22
perf script: Always allow field 'data_src' for auxtrace
Leo Yan
1
-1
/
+1
2022-04-22
perf clang: Fix header include for LLVM >= 14
Guilherme Amadio
1
-0
/
+4
2022-04-22
gpio: Request interrupts after IRQ is initialized
Mario Limonciello
1
-2
/
+2
2022-04-22
arm/xen: Fix some refcount leaks
Miaoqian Lin
1
-2
/
+7
2022-04-22
XArray: Disallow sibling entries of nodes
Matthew Wilcox (Oracle)
1
-0
/
+2
2022-04-22
tools: Add kmem_cache_alloc_lru()
Matthew Wilcox (Oracle)
2
-2
/
+9
2022-04-22
mm/vmalloc: huge vmalloc backing pages should be split rather than compound
Nicholas Piggin
1
-15
/
+21
2022-04-22
arm64: mm: fix p?d_leaf()
Muchun Song
1
-2
/
+2
2022-04-21
mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()
Alistair Popple
1
-1
/
+13
2022-04-21
kcov: don't generate a warning on vm_insert_page()'s failure
Aleksandr Nogikh
1
-2
/
+5
2022-04-21
MAINTAINERS: add Vincenzo Frascino to KASAN reviewers
Vincenzo Frascino
1
-0
/
+1
2022-04-21
oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanup
Nico Pache
2
-14
/
+41
2022-04-21
selftest/vm: add skip support to mremap_test
Sidhartha Kumar
1
-3
/
+8
2022-04-21
selftest/vm: support xfail in mremap_test
Sidhartha Kumar
1
-1
/
+1
2022-04-21
selftest/vm: verify remap destination address in mremap_test
Sidhartha Kumar
1
-3
/
+39
2022-04-21
selftest/vm: verify mmap addr in mremap_test
Sidhartha Kumar
1
-1
/
+40
2022-04-21
mm, hugetlb: allow for "high" userspace addresses
Christophe Leroy
3
-12
/
+13
2022-04-21
userfaultfd: mark uffd_wp regardless of VM_WRITE flag
Nadav Amit
1
-6
/
+9
2022-04-21
memcg: sync flush only if periodic flush is delayed
Shakeel Butt
3
-2
/
+17
2022-04-21
mm/memory-failure.c: skip huge_zero_page in memory_failure()
Xu Yu
1
-0
/
+13
2022-04-21
mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
Naoya Horiguchi
4
-42
/
+127
2022-04-22
ata: pata_marvell: Check the 'bmdma_addr' beforing reading
Zheyu Ma
1
-0
/
+2
[prev]
[next]