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
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-04
swait: strengthen language to discourage use
Linus Torvalds
1
-1
/
+13
2018-06-04
Merge tag 'regmap-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
1
-1
/
+18
2018-06-04
Merge tag 'spi-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
2
-53
/
+256
2018-06-04
Merge tag 'chrome-platform-for-linus-4.18' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-0
/
+2
2018-06-04
Merge tag 'hwmon-for-linus-v4.18' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2018-06-04
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
11
-87
/
+83
2018-06-04
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-4
/
+1
2018-06-04
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
7
-13
/
+65
2018-06-04
Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block
Linus Torvalds
14
-111
/
+200
2018-06-02
block: don't use blocking queue entered for recursive bio submits
Jens Axboe
1
-0
/
+2
2018-06-02
Merge tag 'staging-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2018-06-01
lightnvm: pass flag on graceful teardown to targets
Javier González
1
-1
/
+1
2018-06-01
Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/block
Jens Axboe
1
-2
/
+14
2018-06-01
block: unexport elevator_init/exit
Christoph Hellwig
1
-2
/
+0
2018-06-01
nvme.h: add AEN configuration symbols
Hannes Reinecke
1
-0
/
+5
2018-05-31
nvme.h: add the changed namespace list log
Christoph Hellwig
1
-0
/
+3
2018-05-31
nvme.h: untangle AEN notice definitions
Christoph Hellwig
1
-2
/
+6
2018-05-30
block: Drop bioset_create()
Kent Overstreet
1
-4
/
+2
2018-05-30
pktcdvd: convert to bioset_init()/mempool_init()
Kent Overstreet
1
-1
/
+1
2018-05-30
block: convert bounce, q->bio_split to bioset_init()/mempool_init()
Kent Overstreet
2
-1
/
+6
2018-05-30
platform/chrome: Use to_cros_ec_dev more broadly
Gwendal Grignou
1
-0
/
+2
2018-05-30
blk-mq: abstract out blk-mq-sched rq list iteration bio merge helper
Jens Axboe
1
-1
/
+2
2018-05-29
block: remove parent device reference from struct bsg_class_device
Christoph Hellwig
2
-7
/
+2
2018-05-29
block: don't print a message when the device went away
Christoph Hellwig
1
-1
/
+1
2018-05-29
block: move ->timeout request member
Jens Axboe
1
-2
/
+2
2018-05-29
block: document the blk_eh_timer_return values
Christoph Hellwig
1
-2
/
+2
2018-05-29
block: remove BLK_EH_HANDLED
Christoph Hellwig
1
-1
/
+0
2018-05-29
block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE
Christoph Hellwig
1
-1
/
+1
2018-05-29
blk-mq: Remove generation seqeunce
Keith Busch
1
-23
/
+12
2018-05-29
libata: remove ata_scsi_timed_out
Christoph Hellwig
1
-2
/
+0
2018-05-28
x86/pci-dma: switch the VIA 32-bit DMA quirk to use the struct device flag
Christoph Hellwig
1
-11
/
+0
2018-05-28
core, dma-direct: add a flag 32-bit dma limits
Christoph Hellwig
1
-0
/
+3
2018-05-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-4
/
+6
2018-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2018-05-25
mm/memory_hotplug: fix leftover use of struct page during hotplug
Jonathan Cameron
1
-3
/
+5
2018-05-25
mm: do not warn on offline nodes unless the specific node is explicitly reque...
Michal Hocko
1
-1
/
+1
2018-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+1
2018-05-25
regmap: add missing prototype for devm_init_slimbus
Srinivas Kandagatla
1
-1
/
+17
2018-05-25
dma-mapping: remove unused gfp_t parameter to arch_dma_alloc_attrs
Huaisheng Ye
1
-2
/
+2
2018-05-24
Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"
Joonsoo Kim
2
-1
/
+3
2018-05-24
blk-mq: avoid starving tag allocation after allocating process migrates
Ming Lei
1
-0
/
+7
2018-05-24
bpf: properly enforce index mask to prevent out-of-bounds speculation
Daniel Borkmann
1
-1
/
+1
2018-05-21
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-0
/
+1
2018-05-21
Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
Linus Torvalds
5
-3
/
+25
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-11
/
+1
2018-05-21
Merge tag 'ib-mfd-hwmon-v4.18' into hwmon-next
Guenter Roeck
1
-0
/
+2
2018-05-20
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-1
/
+11
2018-05-20
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+4
2018-05-19
bpf: Prevent memory disambiguation attack
Alexei Starovoitov
1
-0
/
+1
2018-05-19
dma-mapping: provide a generic dma-noncoherent implementation
Christoph Hellwig
3
-1
/
+54
[next]