index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2017-09-06
slub: tidy up initialization ordering
Alexander Potapenko
-2
/
+2
2017-09-06
ocfs2: clean up some dead code
Jun Piao
-71
/
+19
2017-09-06
ocfs2: make ocfs2_set_acl() static
Jan Kara
-8
/
+1
2017-09-06
modpost: simplify sec_name()
Masahiro Yamada
-16
/
+11
2017-09-06
dax: initialize variable pfn before using it
Nicolas Iooss
-1
/
+1
2017-09-06
dax: use PG_PMD_COLOUR instead of open coding
Ross Zwisler
-7
/
+4
2017-09-06
dax: explain how read(2)/write(2) addresses are validated
Ross Zwisler
-0
/
+5
2017-09-06
dax: move all DAX radix tree defs to fs/dax.c
Ross Zwisler
-41
/
+34
2017-09-06
dax: remove DAX code from page_cache_tree_insert()
Ross Zwisler
-14
/
+3
2017-09-06
dax: use common 4k zero page for dax mmap reads
Ross Zwisler
-235
/
+86
2017-09-06
dax: relocate some dax functions
Ross Zwisler
-69
/
+69
2017-09-06
mm: add vm_insert_mixed_mkwrite()
Ross Zwisler
-7
/
+45
2017-09-06
metag/numa: remove the unused parent_node() macro
Dou Liyang
-1
/
+0
2017-09-06
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-3169
/
+11758
2017-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-30402
/
+99174
2017-09-06
Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
-89
/
+241
2017-09-06
Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
-54
/
+93
2017-09-06
Merge tag 'dlm-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...
Linus Torvalds
-30
/
+36
2017-09-06
Merge tag 'gvt-fixes-2017-09-06' of https://github.com/01org/gvt-linux into d...
Rodrigo Vivi
-1
/
+0
2017-09-06
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-111
/
+222
2017-09-06
Merge tag 'xfs-4.14-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
-709
/
+1027
2017-09-06
Merge tag 'gfs2-4.14.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-110
/
+321
2017-09-06
drm/i915: Re-enable GTT following a device reset
Chris Wilson
-3
/
+9
2017-09-06
drm/i915: Annotate user relocs with __user
Ville Syrjälä
-1
/
+1
2017-09-06
loop: set physical block size to logical block size
Omar Sandoval
-2
/
+4
2017-09-06
Merge branch 'topic/dmatest' into for-linus
Vinod Koul
-830
/
+141
2017-09-06
Merge branch 'topic/qcom' into for-linus
Vinod Koul
-16
/
+151
2017-09-06
Merge branch 'topic/ppc4xx' into for-linus
Vinod Koul
-13
/
+10
2017-09-06
Merge branch 'topic/of' into for-linus
Vinod Koul
-12
/
+10
2017-09-06
Merge branch 'topic/k3dma' into for-linus
Vinod Koul
-8
/
+4
2017-09-06
Merge branch 'topic/ioat' into for-linus
Vinod Koul
-4
/
+83
2017-09-06
Merge branch 'topic/bcm' into for-linus
Vinod Koul
-249
/
+295
2017-09-06
Merge branch 'topic/altera' into for-linus
Vinod Koul
-0
/
+934
2017-09-06
libata: zpodd: make arrays cdb static, reduces object code size
Colin Ian King
-2
/
+2
2017-09-06
ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme
Christoph Hellwig
-1
/
+8
2017-09-06
bcache: fix bch_hprint crash and improve output
Michael Lyle
-15
/
+35
2017-09-06
bcache: Update continue_at() documentation
Dan Carpenter
-4
/
+0
2017-09-06
bcache: silence static checker warning
Dan Carpenter
-3
/
+0
2017-09-06
bcache: fix for gc and write-back race
Tang Junhui
-2
/
+10
2017-09-06
bcache: increase the number of open buckets
Tang Junhui
-1
/
+3
2017-09-06
bcache: Correct return value for sysfs attach errors
Tony Asleson
-2
/
+2
2017-09-06
bcache: correct cache_dirty_target in __update_writeback_rate()
Tang Junhui
-1
/
+21
2017-09-06
bcache: gc does not work when triggering by manual command
Tang Junhui
-1
/
+14
2017-09-06
bcache: Don't reinvent the wheel but use existing llist API
Byungchul Park
-13
/
+2
2017-09-06
bcache: do not subtract sectors_to_gc for bypassed IO
Tang Junhui
-3
/
+3
2017-09-06
bcache: fix sequential large write IO bypass
Tang Junhui
-6
/
+0
2017-09-06
bcache: Fix leak of bdev reference
Jan Kara
-0
/
+2
2017-09-06
mac80211: fix deadlock in driver-managed RX BA session start
Johannes Berg
-14
/
+28
2017-09-06
mac80211: Complete ampdu work schedule during session tear down
Ilan peer
-0
/
+18
2017-09-06
cfg80211: honor NL80211_RRF_NO_HT40{MINUS,PLUS}
Emmanuel Grumbach
-2
/
+18
[prev]
[next]