index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
/
inode.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-06-13
io_uring: fix not locked access to fixed buf table
Pavel Begunkov
1
-17
/
+17
2022-06-13
io_uring: fix races with buffer table unregister
Pavel Begunkov
1
-0
/
+7
2022-06-13
io_uring: fix races with file table unregister
Pavel Begunkov
1
-0
/
+8
2022-05-31
io_uring: let IORING_OP_FILES_UPDATE support choosing fixed file slots
Xiaoguang Wang
2
-10
/
+68
2022-05-31
io_uring: defer alloc_hint update to io_file_bitmap_set()
Xiaoguang Wang
1
-8
/
+3
2022-05-31
io_uring: ensure fput() called correspondingly when direct install fails
Xiaoguang Wang
1
-0
/
+5
2022-05-31
io_uring: wire up allocated direct descriptors for socket
Jens Axboe
1
-2
/
+2
2022-05-31
io_uring: fix a memory leak of buffer group list on exit
Jens Axboe
1
-0
/
+1
2022-05-31
io_uring: move shutdown under the general net section
Jens Axboe
1
-36
/
+29
2022-05-31
io_uring: unify calling convention for async prep handling
Jens Axboe
1
-2
/
+12
2022-05-31
io_uring: add io_op_defs 'def' pointer in req init and issue
Jens Axboe
1
-7
/
+10
2022-05-25
io_uring: make prep and issue side of req handlers named consistently
Jens Axboe
1
-6
/
+6
2022-05-25
io_uring: make timeout prep handlers consistent with other prep handlers
Jens Axboe
1
-4
/
+17
2022-05-22
Linux 5.18
v5.18
Linus Torvalds
1
-1
/
+1
2022-05-22
afs: Fix afs_getattr() to refetch file status if callback break occurred
David Howells
1
-1
/
+13
2022-05-21
perf session: Fix Intel LBR callstack entries and nr print message
Chengdong Li
1
-5
/
+21
2022-05-21
perf test bpf: Skip test if clang is not present
Athira Rajeev
1
-4
/
+6
2022-05-21
perf test session topology: Fix test to skip the test in guest environment
Athira Rajeev
1
-0
/
+11
2022-05-21
perf bench numa: Address compiler error on s390
Thomas Richter
1
-1
/
+1
2022-05-21
perf test: Avoid shell test description infinite loop
Ian Rogers
1
-2
/
+6
2022-05-21
perf regs x86: Fix arch__intr_reg_mask() for the hybrid platform
Kan Liang
1
-0
/
+12
2022-05-21
perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci tests on powerpc
Athira Rajeev
1
-0
/
+10
2022-05-21
io_uring: cleanup handling of the two task_work lists
Jens Axboe
1
-25
/
+37
2022-05-21
mtip32xx: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-21
blk-mq: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-21
drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllers
Piyush Malgujar
1
-0
/
+1
2022-05-21
i2c: ismt: Provide a DMA buffer for Interrupt Cause Logging
Mika Westerberg
1
-0
/
+14
2022-05-21
i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()
Yang Yingliang
1
-2
/
+8
2022-05-20
perf: Fix sys_perf_event_open() race against self
Peter Zijlstra
1
-0
/
+14
2022-05-20
KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID
Paolo Bonzini
1
-2
/
+4
2022-05-20
KVM: x86: hyper-v: fix type of valid_bank_mask
Yury Norov
1
-2
/
+2
2022-05-20
KVM: Free new dirty bitmap if creating a new memslot fails
Sean Christopherson
1
-1
/
+1
2022-05-20
gpio: mvebu/pwm: Refuse requests with inverted polarity
Uwe Kleine-König
1
-0
/
+3
2022-05-20
gpio: gpio-vf610: do not touch other bits when set the target bit
Haibo Chen
1
-2
/
+6
2022-05-20
perf stat: Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT events
Ian Rogers
1
-3
/
+14
2022-05-20
KVM: eventfd: Fix false positive RCU usage warning
Wanpeng Li
1
-1
/
+2
2022-05-20
perf build: Fix check for btf__load_from_kernel_by_id() in libbpf
Arnaldo Carvalho de Melo
5
-1
/
+22
2022-05-20
nvme: enable uring-passthrough for admin commands
Kanchan Joshi
4
-0
/
+27
2022-05-20
nvme: helper for uring-passthrough checks
Kanchan Joshi
1
-8
/
+16
2022-05-20
selftests: kvm/x86: Verify the pmu event filter matches the correct event
Aaron Lewis
1
-0
/
+19
2022-05-20
selftests: kvm/x86: Add the helper function create_pmu_event_filter
Aaron Lewis
1
-4
/
+14
2022-05-20
kvm: x86/pmu: Fix the compare function used by the pmu event filter
Aaron Lewis
1
-2
/
+5
2022-05-20
scsi: ufs: core: Fix referencing invalid rsp field
Daejun Park
1
-12
/
+7
2022-05-20
riscv: dts: microchip: fix gpio1 reg property typo
Conor Paxton
1
-1
/
+1
2022-05-19
nvme: set non-mdts limits in nvme_scan_work
Chaitanya Kulkarni
1
-4
/
+15
2022-05-19
riscv: dts: sifive: fu540-c000: align dma node name with dtschema
Krzysztof Kozlowski
1
-1
/
+1
2022-05-19
io_uring: fix incorrect __kernel_rwf_t cast
Vasily Averin
1
-1
/
+1
2022-05-19
mmc: core: Fix busy polling for MMC_SEND_OP_COND again
Ulf Hansson
1
-1
/
+1
2022-05-19
bfq: Remove bfq_requeue_request_body()
Jan Kara
1
-7
/
+2
2022-05-19
bfq: Remove superfluous conversion from RQ_BIC()
Jan Kara
1
-1
/
+1
[next]