index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: fix surprise removal for drivers calling blk_set_queue_dying
Christoph Hellwig
2022-02-17
9
-15
/
+24
*
block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kern
Haimin Zhang
2022-02-17
1
-1
/
+1
*
block: loop:use kstatfs.f_bsize of backing file to set discard granularity
Ming Lei
2022-02-11
1
-1
/
+7
*
block: Add handling for zone append command in blk_complete_request
Pankaj Raghav
2022-02-11
1
-0
/
+4
*
loop: revert "make autoclear operation asynchronous"
Tetsuo Handa
2022-02-11
2
-37
/
+29
*
Merge tag 'nvme-5.17-2022-02-10' of git://git.infradead.org/nvme into block-5.17
Jens Axboe
2022-02-10
2
-1
/
+10
|
\
|
*
nvme-tcp: fix bogus request completion when failing to send AER
Sagi Grimberg
2022-02-09
1
-1
/
+9
|
*
nvme: add nvme_complete_req tracepoint for batched completion
Bean Huo
2022-02-09
1
-0
/
+1
|
/
*
block: bio-integrity: Advance seed correctly for larger interval sizes
Martin K. Petersen
2022-02-03
1
-1
/
+1
*
Merge tag 'nvme-5.17-2022-02-03' of git://git.infradead.org/nvme into block-5.17
Jens Axboe
2022-02-03
4
-1
/
+11
|
\
|
*
nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts()
Uday Shankar
2022-02-03
1
-0
/
+1
|
*
nvme-rdma: fix possible use-after-free in transport error_recovery work
Sagi Grimberg
2022-02-02
1
-0
/
+1
|
*
nvme-tcp: fix possible use-after-free in transport error_recovery work
Sagi Grimberg
2022-02-02
1
-0
/
+1
|
*
nvme: fix a possible use-after-free in controller reset during load
Sagi Grimberg
2022-02-02
1
-1
/
+8
*
|
Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...
Jens Axboe
2022-02-03
1
-4
/
+4
|
\
\
|
*
|
md: fix NULL pointer deref with nowait but no mddev->queue
Song Liu
2022-02-02
1
-4
/
+4
|
/
/
*
/
block: fix DIO handling regressions in blkdev_read_iter()
Ilya Dryomov
2022-02-02
1
-14
/
+19
|
/
*
dm: properly fix redundant bio-based IO accounting
Mike Snitzer
2022-01-28
1
-2
/
+3
*
dm: revert partial fix for redundant bio-based IO accounting
Mike Snitzer
2022-01-28
1
-15
/
+0
*
block: add bio_start_io_acct_time() to control start_time
Mike Snitzer
2022-01-28
2
-6
/
+20
*
blk-mq: Fix wrong wakeup batch configuration which will cause hang
Laibin Qiu
2022-01-27
1
-2
/
+6
*
Merge tag 'nvme-5.17-2022-01-27' of git://git.infradead.org/nvme into block-5.17
Jens Axboe
2022-01-27
2
-3
/
+3
|
\
|
*
nvme-fabrics: remove the unneeded ret variable in nvmf_dev_show
Changcheng Deng
2022-01-27
1
-2
/
+1
|
*
nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDs
Wu Zheng
2022-01-27
1
-1
/
+2
*
|
blk-mq: fix missing blk_account_io_done() in error path
Yu Kuai
2022-01-26
1
-0
/
+2
|
/
*
block: fix memory leak in disk_register_independent_access_ranges
Miaoqian Lin
2022-01-23
1
-1
/
+1
*
Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-01-23
16
-87
/
+131
|
\
|
*
powerpc/64s: Mask SRR0 before checking against the masked NIP
Nicholas Piggin
2022-01-18
1
-0
/
+2
|
*
powerpc/perf: Only define power_pmu_wants_prompt_pmi() for CONFIG_PPC64
Athira Rajeev
2022-01-17
1
-30
/
+28
|
*
powerpc/32s: Fix kasan_init_region() for KASAN
Christophe Leroy
2022-01-16
3
-33
/
+38
|
*
powerpc/time: Fix build failure due to do_hard_irq_enable() on PPC32
Christophe Leroy
2022-01-16
1
-1
/
+1
|
*
powerpc/audit: Fix syscall_get_arch()
Christophe Leroy
2022-01-15
2
-2
/
+4
|
*
powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06
Naveen N. Rao
2022-01-15
2
-9
/
+14
|
*
tools/bpf: Rename 'struct event' to avoid naming conflict
Naveen N. Rao
2022-01-15
3
-3
/
+3
|
*
powerpc/bpf: Update ldimm64 instructions during extra pass
Naveen N. Rao
2022-01-15
3
-7
/
+35
|
*
powerpc32/bpf: Fix codegen for bpf-to-bpf calls
Naveen N. Rao
2022-01-15
1
-0
/
+3
|
*
bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()
Naveen N. Rao
2022-01-15
1
-2
/
+3
*
|
Merge tag 'irq_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-01-23
2
-3
/
+2
|
\
\
|
*
|
PCI/MSI: Prevent UAF in error path
Thomas Gleixner
2022-01-21
2
-3
/
+2
*
|
|
Merge tag 'sched_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-01-23
10
-103
/
+125
|
\
\
\
|
*
|
|
kernel/sched: Remove dl_boosted flag comment
Hui Su
2022-01-18
1
-4
/
+0
|
*
|
|
sched: Avoid double preemption in __cond_resched_*lock*()
Peter Zijlstra
2022-01-18
1
-9
/
+3
|
*
|
|
sched/fair: Fix all kernel-doc warnings
Randy Dunlap
2022-01-18
1
-3
/
+5
|
*
|
|
sched/core: Accounting forceidle time for all tasks except idle task
Cruz Zhao
2022-01-18
2
-3
/
+2
|
*
|
|
sched/pelt: Relax the sync of load_sum with load_avg
Vincent Guittot
2022-01-18
1
-14
/
+22
|
*
|
|
sched/pelt: Relax the sync of runnable_sum with runnable_avg
Vincent Guittot
2022-01-18
1
-14
/
+19
|
*
|
|
sched/pelt: Continue to relax the sync of util_sum with util_avg
Vincent Guittot
2022-01-18
1
-7
/
+18
|
*
|
|
sched/pelt: Relax the sync of util_sum with util_avg
Vincent Guittot
2022-01-18
2
-4
/
+16
|
*
|
|
psi: Fix uaf issue when psi trigger is destroyed while being polled
Suren Baghdasaryan
2022-01-18
5
-45
/
+40
*
|
|
|
Merge tag 'perf_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-01-23
12
-189
/
+501
|
\
\
\
\
[next]