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
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-27
block: split .sysfs_lock into two locks
Ming Lei
1
-0
/
+1
2019-08-27
block: add helper for checking if queue is registered
Ming Lei
1
-0
/
+1
2019-08-27
block: Remove blk_mq_register_dev()
Bart Van Assche
1
-1
/
+0
2019-08-27
writeback, memcg: Implement foreign dirty flushing
Tejun Heo
2
-0
/
+40
2019-08-27
writeback, memcg: Implement cgroup_writeback_by_id()
Tejun Heo
1
-0
/
+2
2019-08-27
writeback: Separate out wb_get_lookup() from wb_get_create()
Tejun Heo
1
-0
/
+2
2019-08-27
bdi: Add bdi->id
Tejun Heo
2
-0
/
+3
2019-08-27
writeback: Generalize and expose wb_completion
Tejun Heo
2
-0
/
+22
2019-08-19
block: remove struct request_queue queue_head
Junxiao Bi
1
-4
/
+0
2019-08-14
block: annotate refault stalls from IO submission
Johannes Weiner
1
-0
/
+1
2019-08-06
lightnvm: move metadata mapping to lower level driver
Hans Holmberg
1
-3
/
+3
2019-08-06
lightnvm: remove nvm_submit_io_sync_fn
Hans Holmberg
1
-2
/
+0
2019-08-04
blk-mq: add callback of .cleanup_rq
Ming Lei
1
-0
/
+13
2019-08-04
block: add req op to reset all zones and flag
Chaitanya Kulkarni
2
-0
/
+5
2019-08-04
block: Fix spelling in the header above blkg_lookup()
Bart Van Assche
1
-1
/
+1
2019-08-04
block: Declare several function pointer arguments 'const'
Bart Van Assche
1
-16
/
+16
2019-08-04
blk-mq: remove blk_mq_complete_request_sync
Ming Lei
1
-1
/
+0
2019-08-04
blk-mq: introduce blk_mq_tagset_wait_completed_request()
Ming Lei
1
-0
/
+1
2019-08-04
blk-mq: introduce blk_mq_request_completed()
Ming Lei
1
-0
/
+1
2019-08-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-7
/
+11
2019-08-03
page flags: prioritize kasan bits over last-cpuid
Arnd Bergmann
1
-7
/
+11
2019-08-02
Merge tag 'for-linus-5.3a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
1
-0
/
+4
2019-08-02
Merge tag 'for-linus-20190802' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+6
2019-08-02
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
1
-0
/
+1
2019-08-01
Merge tag 'gpio-v5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Linus Torvalds
1
-32
/
+32
2019-08-01
xen/swiotlb: remember having called xen_create_contiguous_region()
Juergen Gross
1
-0
/
+4
2019-07-30
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-54
/
+0
2019-07-30
loop: Fix mount(2) failure due to race with LOOP_SET_FD
Jan Kara
1
-0
/
+6
2019-07-29
Merge tag 'platform-drivers-x86-v5.3-3' of git://git.infradead.org/linux-platform-drivers-x86
Linus Torvalds
1
-0
/
+1
2019-07-28
gpio: don't WARN() on NULL descs if gpiolib is disabled
Bartosz Golaszewski
1
-32
/
+32
2019-07-27
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-3
/
+11
2019-07-27
Merge tag 'devicetree-fixes-for-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
1
-1
/
+1
2019-07-27
Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
1
-0
/
+6
2019-07-26
of: Fix typo in kerneldoc
Thierry Reding
1
-1
/
+1
2019-07-26
Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-2
/
+18
2019-07-26
Merge tag 'iommu-fixes-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
1
-0
/
+6
2019-07-25
mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveau
Christoph Hellwig
1
-54
/
+0
2019-07-25
platform/x86: wmi: add missing struct parameter description
Mattias Jacobsson
1
-0
/
+1
2019-07-25
Merge branch 'access-creds'
Linus Torvalds
1
-1
/
+7
2019-07-25
sched/fair: Use RCU accessors consistently for ->numa_group
Jann Horn
1
-1
/
+9
2019-07-25
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
1
-2
/
+2
2019-07-24
access: avoid the RCU grace period for the temporary subjective credentials
Linus Torvalds
1
-1
/
+7
2019-07-23
dma-mapping: use dma_get_mask in dma_addressing_limited
Eric Auger
1
-2
/
+2
2019-07-23
block: blk-mq: Remove blk_mq_sched_started_request and started_request
Marcos Paulo de Souza
1
-1
/
+0
2019-07-23
iommu/iova: Fix compilation error with !CONFIG_IOMMU_IOVA
Joerg Roedel
1
-1
/
+1
2019-07-22
clk: Add missing documentation of devm_clk_bulk_get_optional() argument
Sylwester Nawrocki
1
-0
/
+1
2019-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-3
/
+1
2019-07-22
iommu/vt-d: Don't queue_iova() if there is no flush queue
Dmitry Safonov
1
-0
/
+6
2019-07-21
blk-mq: allow REQ_NOWAIT to return an error inline
Jens Axboe
1
-1
/
+4
2019-07-21
connector: remove redundant input callback from cn_dev
Vasily Averin
1
-1
/
+0
[next]