index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-28
block: genhd: add 'groups' argument to device_add_disk
Hannes Reinecke
1
-2
/
+3
2018-09-27
kyber: add tracepoints
Omar Sandoval
1
-0
/
+96
2018-09-27
block: move call of scheduler's ->completed_request() hook
Omar Sandoval
1
-1
/
+1
2018-09-26
percpu-refcount: Introduce percpu_ref_resurrect()
Bart Van Assche
1
-0
/
+1
2018-09-26
block, scsi: Change the preempt-only flag into a counter
Bart Van Assche
1
-5
/
+9
2018-09-26
block: Move power management code into a new source file
Bart Van Assche
2
-23
/
+24
2018-09-26
xen: provide a prototype for xen_biovec_phys_mergeable in xen.h
Christoph Hellwig
1
-0
/
+4
2018-09-24
block: don't include bug.h from bio.h
Christoph Hellwig
1
-1
/
+0
2018-09-24
block: don't include io.h from bio.h
Christoph Hellwig
1
-3
/
+0
2018-09-24
block: remove bvec_to_phys
Christoph Hellwig
1
-5
/
+0
2018-09-24
block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeable
Christoph Hellwig
1
-8
/
+0
2018-09-24
block: simplify BIOVEC_PHYS_MERGEABLE
Christoph Hellwig
1
-13
/
+0
2018-09-24
block: move req_gap_back_merge to blk.h
Christoph Hellwig
1
-19
/
+0
2018-09-24
block: move req_gap_{back,front}_merge to blk-merge.c
Christoph Hellwig
1
-69
/
+0
2018-09-24
block: move integrity_req_gap_{back,front}_merge to blk.h
Christoph Hellwig
1
-31
/
+0
2018-09-21
blkcg: rename blkg_try_get to blkg_tryget
Dennis Zhou (Facebook)
1
-8
/
+6
2018-09-21
blkcg: change blkg reference counting to use percpu_ref
Dennis Zhou (Facebook)
1
-10
/
+5
2018-09-21
blkcg: cleanup and make blk_get_rl use blkg_lookup_create
Dennis Zhou (Facebook)
1
-13
/
+21
2018-09-21
blkcg: remove additional reference to the css
Dennis Zhou (Facebook)
2
-48
/
+6
2018-09-21
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou (Facebook)
3
-11
/
+7
2018-09-21
blkcg: associate writeback bios with a blkg
Dennis Zhou (Facebook)
1
-2
/
+3
2018-09-21
blkcg: associate a blkg for pages being evicted by swap
Dennis Zhou (Facebook)
1
-3
/
+8
2018-09-21
blkcg: consolidate bio_issue_init to be a part of core
Dennis Zhou (Facebook)
1
-0
/
+9
2018-09-21
blkcg: always associate a bio with a blkg
Dennis Zhou (Facebook)
2
-14
/
+5
2018-09-21
blkcg: convert blkg_lookup_create to find closest blkg
Dennis Zhou (Facebook)
1
-0
/
+14
2018-09-21
blkcg: update blkg_lookup_create to do locking
Dennis Zhou (Facebook)
1
-1
/
+3
2018-09-21
blkcg: fix ref count issue with bio_blkcg using task_css
Dennis Zhou (Facebook)
1
-8
/
+93
2018-09-06
block: remove bio_rewind_iter()
Ming Lei
2
-21
/
+4
2018-09-06
Merge tag 'for-linus-20180906' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+44
2018-09-06
Merge tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+6
2018-09-05
tracing: Add back in rcu_irq_enter/exit_irqson() for rcuidle tracepoints
Steven Rostedt (VMware)
1
-2
/
+6
2018-09-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2018-09-04
uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name
Randy Dunlap
1
-1
/
+1
2018-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-5
/
+8
2018-09-03
Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...
David S. Miller
2
-4
/
+4
2018-09-03
vhost: fix VHOST_GET_BACKEND_FEATURES ioctl request definition
Gleb Fotengauer-Malinovskiy
1
-1
/
+1
2018-09-03
r8169: add support for NCube 8168 network card
Anthony Wong
1
-0
/
+2
2018-09-02
uapi: Fix linux/rds.h userspace compilation errors.
Vinson Lee
1
-0
/
+1
2018-09-02
Merge tag 'devicetree-fixes-for-4.19' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+33
2018-08-31
blkcg: delay blkg destruction until after writeback has finished
Dennis Zhou (Facebook)
1
-0
/
+44
2018-08-31
Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...
Dennis Zhou (Facebook)
1
-1
/
+0
2018-08-31
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-14
/
+24
2018-08-31
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2018-08-31
of: Add device_type access helper functions
Rob Herring
1
-0
/
+12
2018-08-30
i2c: refactor function to release a DMA safe buffer
Wolfram Sang
1
-1
/
+1
2018-08-30
of: add node name compare helper functions
Rob Herring
1
-0
/
+13
2018-08-30
arm/arm64: smccc-1.1: Handle function result as parameters
Marc Zyngier
1
-10
/
+20
2018-08-29
Merge tag 'hwmon-for-linus-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2018-08-29
Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
1
-7
/
+1
2018-08-29
of: add helper to lookup compatible child node
Johan Hovold
1
-0
/
+8
[next]