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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-18
block: fix default IO priority handling
Damien Le Moal
2
-3
/
+9
2021-08-18
block: Introduce IOPRIO_NR_LEVELS
Damien Le Moal
1
-2
/
+3
2021-08-18
block: fix IOPRIO_PRIO_CLASS() and IOPRIO_PRIO_VALUE() macros
Damien Le Moal
1
-4
/
+8
2021-08-18
block: change ioprio_valid() to an inline function
Damien Le Moal
2
-2
/
+10
2021-08-18
block: improve ioprio class description comment
Damien Le Moal
1
-4
/
+6
2021-08-16
blk-cgroup: stop using seq_get_buf
Christoph Hellwig
1
-2
/
+2
2021-08-16
bvec: add a bvec_virt helper
Christoph Hellwig
1
-0
/
+12
2021-08-12
block: remove GENHD_FL_UP
Christoph Hellwig
1
-4
/
+5
2021-08-11
block: move some macros to blkdev.h
Guoqing Jiang
2
-1
/
+4
2021-08-10
writeback: make the laptop_mode prototypes available unconditionally
Christoph Hellwig
1
-5
/
+0
2021-08-09
block: return ELEVATOR_DISCARD_MERGE if possible
Ming Lei
1
-0
/
+16
2021-08-09
block: remove the bd_bdi in struct block_device
Christoph Hellwig
2
-2
/
+1
2021-08-09
block: move the bdi from the request_queue to the gendisk
Christoph Hellwig
2
-3
/
+1
2021-08-09
block: add a queue_has_disk helper
Christoph Hellwig
1
-0
/
+1
2021-08-09
block: pass a gendisk to blk_queue_update_readahead
Christoph Hellwig
1
-1
/
+1
2021-08-09
block: remove support for delayed queue registrations
Christoph Hellwig
1
-6
/
+0
2021-08-09
block: support delayed holder registration
Christoph Hellwig
1
-0
/
+5
2021-08-09
block: look up holders by bdev
Christoph Hellwig
2
-4
/
+3
2021-08-09
block: make the block holder code optional
Christoph Hellwig
2
-3
/
+3
2021-08-05
blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flag
Bart Van Assche
1
-0
/
+6
2021-08-02
block: add a helper to raise a media changed event
Matteo Croce
1
-0
/
+1
2021-08-02
block: add ioctl to read the disk sequence number
Matteo Croce
1
-0
/
+1
2021-08-02
block: add disk sequence number
Matteo Croce
1
-0
/
+2
2021-08-02
block: remove cmdline-parser.c
Christoph Hellwig
1
-46
/
+0
2021-08-02
block: remove bdput
Christoph Hellwig
1
-1
/
+0
2021-08-02
block: remove bdgrab
Christoph Hellwig
1
-1
/
+0
2021-08-02
block: remove bvec_kmap_irq and bvec_kunmap_irq
Christoph Hellwig
1
-42
/
+0
2021-08-02
bvec: add memcpy_{from,to}_bvec and memzero_bvec helper
Christoph Hellwig
1
-0
/
+33
2021-08-02
bvec: add a bvec_kmap_local helper
Christoph Hellwig
1
-0
/
+13
2021-08-02
bvec: fix the include guards for bvec.h
Christoph Hellwig
1
-3
/
+3
2021-08-02
ioprio: move user space relevant ioprio bits to UAPI includes
Oliver Hartkopp
2
-40
/
+47
2021-07-30
Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
6
-30
/
+79
2021-07-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Linus Torvalds
1
-0
/
+2
2021-07-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-20
/
+53
2021-07-29
bpf: Fix leakage due to insufficient speculative store bypass mitigation
Daniel Borkmann
1
-1
/
+1
2021-07-29
bpf: Introduce BPF nospec instruction for mitigating Spectre v4
Daniel Borkmann
1
-0
/
+15
2021-07-28
dmaengine: idxd: Change license on idxd.h to LGPL
Tony Luck
1
-1
/
+1
2021-07-27
bpf, sockmap: Fix memleak on ingress msg enqueue
John Fastabend
1
-19
/
+35
2021-07-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-1
/
+1
2021-07-27
Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-0
/
+1
2021-07-27
net: llc: fix skb_over_panic
Pavel Skripkin
1
-8
/
+23
2021-07-25
sctp: send pmtu probe only if packet loss in Search Complete state
Xin Long
1
-0
/
+1
2021-07-25
sctp: improve the code for pmtu probe send and recv update
Xin Long
1
-2
/
+2
2021-07-24
ACPI: fix NULL pointer dereference
Linus Torvalds
1
-1
/
+2
2021-07-24
Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-07-23
memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regions
Mike Rapoport
1
-2
/
+2
2021-07-23
mm: use kmap_local_page in memzero_page
Christoph Hellwig
1
-2
/
+2
2021-07-23
mm: call flush_dcache_page() in memcpy_to_page() and memzero_page()
Christoph Hellwig
1
-0
/
+2
2021-07-23
Merge tag 'acpi-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-5
/
+0
2021-07-23
Merge tag 'sound-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
1
-0
/
+6
[next]