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-11-08
cpuset: Expose cpuset.cpus.subpartitions with cgroup_debug
Waiman Long
1
-0
/
+1
2018-11-08
blk-mq: provide a helper to check if a queue is busy
Jens Axboe
1
-0
/
+2
2018-11-08
blk-mq-tag: change busy_iter_fn to return whether to continue or not
Jens Axboe
1
-2
/
+2
2018-11-08
libceph: assume argonaut on the server side
Ilya Dryomov
1
-7
/
+1
2018-11-08
regulator: core: Add new max_uV_step constraint
Dmitry Osipenko
1
-0
/
+3
2018-11-08
regulator: core: Limit regulators coupling to a single couple
Dmitry Osipenko
1
-1
/
+1
2018-11-08
Merge tag 'compiler-attributes-for-linus-v4.20-rc2' of https://github.com/oje...
Linus Torvalds
2
-5
/
+13
2018-11-08
Merge tag 'mtd/fixes-for-4.20-rc2' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-4
/
+3
2018-11-08
Compiler Attributes: improve explanation of header
Miguel Ojeda
1
-5
/
+9
2018-11-07
net/vlan: remove unused #define HAVE_VLAN_GET_TAG
Michał Mirosław
1
-2
/
+0
2018-11-07
net/vlan: include the shift in skb_vlan_tag_get_prio()
Michał Mirosław
1
-1
/
+1
2018-11-07
net/vlan: introduce __vlan_hwaccel_copy_tag() helper
Michał Mirosław
1
-0
/
+13
2018-11-07
net/vlan: introduce __vlan_hwaccel_clear_tag() helper
Michał Mirosław
1
-1
/
+12
2018-11-07
net: phy: make phy_trigger_machine static
Heiner Kallweit
1
-1
/
+0
2018-11-07
net: phy: bcm7xxx: Add entry for BCM7255
Justin Chen
1
-0
/
+1
2018-11-07
udp: cope with UDP GRO packet misdirection
Paolo Abeni
1
-0
/
+6
2018-11-07
udp: add support for UDP_GRO cmsg
Paolo Abeni
1
-0
/
+11
2018-11-07
udp: implement GRO for plain UDP sockets.
Paolo Abeni
1
-1
/
+2
2018-11-07
udp: implement complete book-keeping for encap_needed
Paolo Abeni
1
-1
/
+6
2018-11-07
EDAC, skx: Fix randconfig builds in a better way
Luck, Tony
1
-5
/
+0
2018-11-07
nvme: add separate poll queue map
Jens Axboe
1
-1
/
+1
2018-11-07
block: add REQ_HIPRI and inherit it from IOCB_HIPRI
Jens Axboe
1
-1
/
+3
2018-11-07
blk-mq: initial support for multiple queue maps
Jens Axboe
1
-1
/
+2
2018-11-07
blk-mq: cache request hardware queue mapping
Jens Axboe
1
-0
/
+1
2018-11-07
blk-mq: support multiple hctx maps
Jens Axboe
1
-0
/
+14
2018-11-07
blk-mq: allow software queue to map to multiple hardware queues
Jens Axboe
1
-1
/
+2
2018-11-07
blk-mq: abstract out queue map
Jens Axboe
3
-7
/
+16
2018-11-07
blk-mq: kill q->mq_map
Jens Axboe
1
-2
/
+0
2018-11-07
Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jens Axboe
1
-0
/
+4
2018-11-07
block: kill request ->cpu member
Jens Axboe
2
-2
/
+2
2018-11-07
block: get rid of q->softirq_done_fn()
Jens Axboe
2
-4
/
+2
2018-11-07
block: get rid of blk_queued_rq()
Jens Axboe
1
-2
/
+0
2018-11-07
block: remove request_list code
Jens Axboe
2
-131
/
+0
2018-11-07
bsg: move bsg-lib parts outside of request queue
Jens Axboe
2
-6
/
+4
2018-11-07
block: kill legacy parts of timeout handling
Jens Axboe
1
-3
/
+1
2018-11-07
block: remove __blk_put_request()
Jens Axboe
1
-1
/
+0
2018-11-07
block: get rid of MQ scheduler ops union
Jens Axboe
1
-3
/
+1
2018-11-07
block: remove dead elevator code
Jens Axboe
3
-181
/
+3
2018-11-07
block: remove legacy rq tagging
Jens Axboe
1
-35
/
+0
2018-11-07
block: remove blk_complete_request()
Jens Axboe
1
-1
/
+0
2018-11-07
bsg: provide bsg_remove_queue() helper
Jens Axboe
1
-0
/
+1
2018-11-07
bsg: pass in desired timeout handler
Jens Axboe
1
-1
/
+1
2018-11-07
block: remove q->lld_busy_fn()
Jens Axboe
1
-3
/
+0
2018-11-07
blk-mq: provide mq_ops->busy() hook
Jens Axboe
1
-0
/
+6
2018-11-07
ide: convert to blk-mq
Jens Axboe
1
-2
/
+11
2018-11-07
x86/amd_nb: Add PCI device IDs for family 17h, model 30h
Woods, Brian
1
-0
/
+1
2018-11-07
hwmon/k10temp, x86/amd_nb: Consolidate shared device IDs
Woods, Brian
1
-0
/
+2
2018-11-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
1
-2
/
+2
2018-11-07
spi: gpio: Support 3WIRE high-impedance turn-around
Linus Walleij
1
-0
/
+1
2018-11-07
mm, drm/i915: mark pinned shmemfs pages as unevictable
Kuo-Hsin Yang
1
-1
/
+3
[prev]
[next]