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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-20
staging: vboxvideo: Move setup of modesetting from driver_load to mode_init
Hans de Goede
2
-50
/
+57
2018-09-20
staging: rtl8712: replace licence header with SPDX licence id
André Lehmann
1
-9
/
+1
2018-09-20
staging: vboxvideo: Let DRM core handle connector registering
Hans de Goede
1
-1
/
+0
2018-09-20
staging: olpc_dcon: add a missing dependency
Lubomir Rintel
1
-0
/
+1
2018-09-20
staging: mt7621-mmc: Delete IRQ_MSG() and its users
Nishad Kamdar
2
-34
/
+2
2018-09-20
staging: erofs: option validation in remount
Chengguang Xu
1
-6
/
+31
2018-09-20
staging: erofs: code cleanup for erofs_show_options()
Chengguang Xu
1
-3
/
+11
2018-09-20
staging: erofs: code cleanup for option parsing of fault_injection
Chengguang Xu
1
-13
/
+21
2018-09-20
staging: erofs: simplify return value of `xattr_foreach'
Gao Xiang
1
-15
/
+9
2018-09-20
staging: erofs: add some comments for xattr subsystem
Gao Xiang
1
-1
/
+12
2018-09-20
staging: erofs: cleanup `z_erofs_vle_normalaccess_readpages'
Gao Xiang
3
-14
/
+22
2018-09-20
staging: erofs: drop multiref support temporarily
Gao Xiang
2
-42
/
+6
2018-09-20
staging: erofs: fold in `__update_workgrp_llen'
Gao Xiang
1
-13
/
+7
2018-09-20
staging: erofs: remove redundant CONFIG_EROFS_FS_XATTRs
Gao Xiang
2
-10
/
+2
2018-09-18
staging: erofs: replace BUG_ON with DBG_BUGON in data.c
Chen Gong
1
-11
/
+20
2018-09-18
staging: erofs: add trace points for reading zipped data
Chen Gong
2
-2
/
+29
2018-09-18
staging: erofs: avoid magic constants when initializing clusterbits
Gao Xiang
1
-2
/
+3
2018-09-18
staging: erofs: complete error handing of z_erofs_do_read_page
Gao Xiang
1
-9
/
+11
2018-09-18
staging: erofs: fix a bug when appling cache strategy
Gao Xiang
1
-1
/
+1
2018-09-18
staging: erofs: complete error handing of z_erofs_map_blocks_iter
Gao Xiang
1
-9
/
+26
2018-09-18
staging: erofs: clean up z_erofs_map_blocks_iter
Gao Xiang
1
-62
/
+78
2018-09-18
staging: erofs: fix a missing endian conversion
Gao Xiang
1
-3
/
+5
2018-09-18
staging: rtl8188eu: simplify function comments
Michael Straube
1
-13
/
+2
2018-09-18
staging: rtl8188eu: fix lines over 80 characters
Michael Straube
1
-5
/
+10
2018-09-18
staging: rtl8188eu: add missing spaces around operators
Michael Straube
1
-7
/
+7
2018-09-18
staging: rtl8188eu: fix comparsions to false
Michael Straube
1
-2
/
+2
2018-09-18
staging: rtl8188eu: fix comparsions to true
Michael Straube
1
-13
/
+13
2018-09-18
staging: rtl8188eu: remove whitespace
Michael Straube
1
-17
/
+17
2018-09-18
staging: rtl8188eu: remove unnecessary parentheses
Michael Straube
1
-25
/
+25
2018-09-18
staging: rtl8188eu: simplify calculation
Michael Straube
1
-1
/
+1
2018-09-18
staging: rtl8723bs: Fix two sleep-in-atomic-context bugs in _rtw_pwr_wakeup()
Jia-Ju Bai
1
-2
/
+2
2018-09-18
staging: rtl8723bs: Fix a sleep-in-atomic-context bug in issue_deauth_ex()
Jia-Ju Bai
1
-1
/
+1
2018-09-18
staging: greybus: fix spelling mistake "entires" -> "entries"
Colin Ian King
2
-2
/
+2
2018-09-18
staging: dgnc: Fix a sleep-in-atomic-context bug in cls_assert_modem_signals()
Jia-Ju Bai
1
-1
/
+1
2018-09-18
staging: rtl8188eu: Fix a sleep-in-atomic-context bug in issue_deauth_ex()
Jia-Ju Bai
1
-1
/
+1
2018-09-18
staging: rtl8188eu: remove code that is valid only for 5 GHz
Robert Węcławski
4
-63
/
+10
2018-09-18
staging: vboxvideo: Drop vbox_bo_unref() helper
Hans de Goede
1
-13
/
+1
2018-09-18
staging: vboxvideo: Remove vboxfb_create_object() wrapper
Hans de Goede
1
-21
/
+1
2018-09-18
staging: vboxvideo: Skip currrent crtc when updating crtcs
Hans de Goede
1
-1
/
+2
2018-09-18
staging: vboxvideo: Fix modeset / page_flip error handling
Hans de Goede
1
-59
/
+62
2018-09-18
staging: gasket: page_table: handle failed dma_map_page
Nick Ewalt
1
-0
/
+11
2018-09-18
staging: gasket: page_table: use total_entries for max ext lvl0 page idx
Nick Ewalt
1
-1
/
+1
2018-09-18
staging: gasket: cleanup if dma_map_page fails in gasket_perform_mapping
Nick Ewalt
1
-13
/
+20
2018-09-18
staging: gasket: fix gasket_free_coherent_memory metadata frees
Nick Ewalt
1
-0
/
+5
2018-09-18
staging: gasket: page_table: don't unmap coherent pages
Nick Ewalt
1
-1
/
+1
2018-09-18
staging: gasket: fix data page unmap DMA direction
Nick Ewalt
1
-1
/
+1
2018-09-18
staging: gasket: fix DMA direction for extended page tables
Nick Ewalt
1
-2
/
+2
2018-09-18
staging: gasket: page table: use GFP_KERNEL for dma_alloc_coherent
Todd Poynor
1
-1
/
+1
2018-09-18
staging: gasket: interrupt: remove PCI-MSIX-specific status check
Todd Poynor
1
-5
/
+0
2018-09-18
staging: gasket: Kconfig: describe Apex as an Edge TPU device
Todd Poynor
1
-2
/
+3
[next]