index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-26
block: model freeze & enter queue as lock for supporting lockdep
Ming Lei
5
-13
/
+81
2024-10-26
nvme: core: switch to non_owner variant of start_freeze/unfreeze queue
Ming Lei
1
-2
/
+7
2024-10-26
blk-mq: add non_owner variant of start_freeze/unfreeze queue APIs
Ming Lei
2
-0
/
+22
2024-10-23
blk-mq: Unexport blk_mq_flush_busy_ctxs()
Bart Van Assche
1
-1
/
+0
2024-10-22
blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less long
Bart Van Assche
1
-1
/
+2
2024-10-22
block: remove redundant explicit memory barrier from rq_qos waiter and waker
Muchun Song
1
-3
/
+1
2024-10-22
block: flush all throttled bios when deleting the cgroup
Li Lingfeng
1
-24
/
+44
2024-10-22
block: fix ordering between checking BLK_MQ_S_STOPPED request adding
Muchun Song
2
-0
/
+19
2024-10-22
block: fix ordering between checking QUEUE_FLAG_QUIESCED request adding
Muchun Song
1
-13
/
+34
2024-10-22
block: fix missing dispatching request when queue is started or unquiesced
Muchun Song
1
-0
/
+2
2024-10-22
Revert "blk-throttle: Fix IO hang for a corner case"
Xiuhong Wang
1
-4
/
+4
2024-10-22
block: replace call_rcu by kfree_rcu for simple kmem_cache_free callback
Julia Lawall
1
-8
/
+1
2024-10-22
block: sed-opal: add ioctl IOC_OPAL_SET_SID_PW
Greg Joyce
3
-0
/
+28
2024-10-22
Documentation: ublk: document UBLK_F_USER_RECOVERY_FAIL_IO
Uday Shankar
1
-6
/
+18
2024-10-22
ublk: support device recovery without I/O queueing
Uday Shankar
2
-15
/
+81
2024-10-22
ublk: merge stop_work and quiesce_work
Uday Shankar
1
-39
/
+25
2024-10-22
ublk: refactor recovery configuration flag helpers
Uday Shankar
1
-20
/
+42
2024-10-22
ublk: check recovery flags for validity
Uday Shankar
1
-0
/
+11
2024-10-22
block: enable passthrough command statistics
Keith Busch
4
-1
/
+73
2024-10-22
block: return void from the queue_sysfs_entry load_module method
Christoph Hellwig
3
-13
/
+8
2024-10-22
block: add partition uuid into uevent as "PARTUUID"
Konstantin Khlebnikov
1
-0
/
+2
2024-10-22
block: move issue side time stamping to blk_account_io_start()
Jens Axboe
1
-8
/
+4
2024-10-22
block: set issue time stamp based on queue state
Jens Axboe
1
-1
/
+1
2024-10-22
dt-bindings: mmc: Document support for partition table in mmc-card
Christian Marangi
1
-0
/
+52
2024-10-22
block: add support for partition table defined in OF
Christian Marangi
5
-0
/
+124
2024-10-22
mmc: block: attach partitions fwnode if found in mmc-card
Christian Marangi
1
-1
/
+54
2024-10-22
block: introduce add_disk_fwnode()
Christian Marangi
2
-4
/
+27
2024-10-22
docs: block: Document support for read-only partition in cmdline part
Christian Marangi
1
-1
/
+4
2024-10-22
block: add support for defining read-only partitions
Christian Marangi
3
-0
/
+7
2024-10-22
block: kill blk_do_io_stat() helper
Jens Axboe
3
-21
/
+9
2024-10-22
block: remove 'req->part' check for stats accounting
Jens Axboe
1
-4
/
+3
2024-10-22
block: remove redundant passthrough check in blk_mq_need_time_stamp()
Jens Axboe
1
-6
/
+0
2024-10-22
block: move iostat check into blk_acount_io_start()
Jens Axboe
2
-20
/
+22
2024-10-20
Linux 6.12-rc4
Linus Torvalds
1
-1
/
+1
2024-10-19
block: Add bdev atomic write limits helpers
John Garry
1
-0
/
+16
2024-10-19
fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()
John Garry
3
-14
/
+19
2024-10-19
block/fs: Pass an iocb to generic_atomic_write_valid()
John Garry
3
-7
/
+7
2024-10-19
io_uring/rw: fix wrong NOWAIT check in io_rw_init_file()
Jens Axboe
1
-1
/
+1
2024-10-18
fgraph: Allocate ret_stack_list with proper size
Steven Rostedt
1
-1
/
+2
2024-10-18
fgraph: Use CPU hotplug mechanism to initialize idle shadow stacks
Steven Rostedt
1
-7
/
+21
2024-10-18
Input: zinitix - don't fail if linux,keycodes prop is absent
Nikita Travkin
1
-12
/
+22
2024-10-18
Input: xpad - add support for MSI Claw A1M
John Edwards
1
-0
/
+2
2024-10-18
MAINTAINERS: update IPE tree url and Fan Wu's email
Fan Wu
1
-2
/
+2
2024-10-18
ipe: fallback to platform keyring also if key in trusted keyring is rejected
Luca Boccassi
1
-1
/
+1
2024-10-18
mm: fix follow_pfnmap API lockdep assert
Linus Torvalds
1
-1
/
+2
2024-10-18
misc: rtsx: list supported models in Kconfig help
Yo-Jung (Leo) Lin
1
-1
/
+2
2024-10-18
MAINTAINERS: Remove some entries due to various compliance requirements.
Greg Kroah-Hartman
1
-178
/
+0
2024-10-18
xen: Remove dependency between pciback and privcmd
Jiqian Chen
5
-12
/
+44
2024-10-17
cdrom: Avoid barrier_nospec() in cdrom_ioctl_media_changed()
Josh Poimboeuf
1
-1
/
+1
2024-10-17
MAINTAINERS: Add an entry for PREEMPT_RT.
Sebastian Andrzej Siewior
1
-0
/
+8
[next]