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
2020-06-24
block: mark bd_finish_claiming static
Christoph Hellwig
1
-2
/
+0
2020-06-24
tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCK
Christoph Hellwig
1
-1
/
+1
2020-06-24
block: create the request_queue debugfs_dir on registration
Luis Chamberlain
1
-2
/
+3
2020-06-24
block: revert back to synchronous request_queue removal
Luis Chamberlain
1
-2
/
+0
2020-06-24
blk-mq: add a new blk_mq_complete_request_remote API
Christoph Hellwig
1
-0
/
+1
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
1
-2
/
+10
2020-06-24
blk-mq: merge blk-softirq.c into blk-mq.c
Christoph Hellwig
1
-1
/
+0
2020-06-24
PM / EM: update callback structure and add device pointer
Lukasz Luba
1
-7
/
+8
2020-06-24
PM / EM: introduce em_dev_register_perf_domain function
Lukasz Luba
1
-2
/
+11
2020-06-24
PM / EM: change naming convention from 'capacity' to 'performance'
Lukasz Luba
1
-40
/
+46
2020-06-24
vt: redefine world of cursor macros
Jiri Slaby
1
-11
/
+17
2020-06-24
vt: move vc_translate to vt.c and rename it
Jiri Slaby
1
-3
/
+0
2020-06-24
vt: get rid of VT10.ID macros
Jiri Slaby
1
-6
/
+0
2020-06-24
vt: remove 25 years stale comment
Jiri Slaby
1
-2
/
+1
2020-06-24
vt: convert vc_tab_stop to bitmap
Jiri Slaby
1
-1
/
+2
2020-06-24
vt: switch G0/1_charset to an array
Jiri Slaby
1
-4
/
+2
2020-06-24
vc: switch state to bool
Jiri Slaby
2
-5
/
+5
2020-06-24
vt: introduce enum vc_intensity for intensity
Jiri Slaby
2
-3
/
+13
2020-06-24
vc: separate state
Jiri Slaby
1
-21
/
+33
2020-06-24
gcc-plugins/stackleak: Use asm instrumentation to avoid useless register saving
Alexander Popov
1
-0
/
+13
2020-06-24
Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-0
/
+1
2020-06-23
scsi: libata: Fix the ata_scsi_dma_need_drain stub
Christoph Hellwig
1
-1
/
+1
2020-06-23
net: phy: Allow mdio buses to auto-probe c45 devices
Jeremy Linton
1
-0
/
+8
2020-06-23
audit: log nftables configuration change events
Richard Guy Briggs
1
-0
/
+18
2020-06-23
security: Fix hook iteration and default value for inode_copy_up_xattr
KP Singh
1
-1
/
+1
2020-06-23
indirect_call_wrapper: extend indirect wrapper to support up to 4 calls
Brian Vazquez
1
-0
/
+12
2020-06-23
net: qed: fix left elements count calculation
Alexander Lobakin
1
-10
/
+16
2020-06-23
net/mlx5: Add support in query QP, CQ and MKEY segments
Maor Gottlieb
1
-0
/
+3
2020-06-23
net/mlx5: Export resource dump interface
Maor Gottlieb
1
-0
/
+48
2020-06-23
spi: introduce fallback to pio
Robin Gong
1
-0
/
+7
2020-06-23
iommu/vt-d: Set U/S bit in first level page table by default
Lu Baolu
1
-0
/
+1
2020-06-23
firmware: imx: add resource management api
Peng Fan
2
-0
/
+70
2020-06-22
net: phy: marvell: Add Marvell 88E1548P support
Maxim Kochetkov
1
-0
/
+1
2020-06-22
net: phy: marvell: Add Marvell 88E1340S support
Maxim Kochetkov
1
-0
/
+1
2020-06-22
net/mlx5: Constify mac address pointer
Parav Pandit
1
-1
/
+1
2020-06-22
bpf: Support access to bpf map fields
Andrey Ignatov
2
-0
/
+10
2020-06-22
security: fix the key_permission LSM hook function type
Sami Tolvanen
1
-1
/
+1
2020-06-22
thunderbolt: Get rid of E2E workaround
Mika Westerberg
1
-2
/
+0
2020-06-22
fork: fold legacy_clone_args_valid() into _do_fork()
Christian Brauner
1
-1
/
+0
2020-06-22
soc: mediatek: cmdq: add set event function
Dennis YC Hsieh
2
-0
/
+10
2020-06-22
soc: mediatek: cmdq: export finalize function
Dennis YC Hsieh
1
-0
/
+8
2020-06-22
soc: mediatek: cmdq: add assign function
Dennis YC Hsieh
2
-0
/
+15
2020-06-21
mm: add kiocb_wait_page_queue_init() helper
Jens Axboe
1
-0
/
+21
2020-06-21
fs: add FMODE_BUF_RASYNC
Jens Axboe
1
-0
/
+3
2020-06-21
mm: add support for async page locking
Jens Axboe
2
-1
/
+23
2020-06-21
mm: abstract out wake_page_match() from wake_page_function()
Jens Axboe
1
-0
/
+37
2020-06-21
block: provide plug based way of signaling forced no-wait semantics
Jens Axboe
1
-0
/
+1
2020-06-21
Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-0
/
+7
2020-06-21
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+1
2020-06-20
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-0
/
+4
[prev]
[next]