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