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
2020-08-18
ethtool: Don't omit the netlink reply if no features were changed
Maxim Mikityanskiy
1
-7
/
+4
2020-08-18
ethtool: Account for hw_features in netlink interface
Maxim Mikityanskiy
1
-1
/
+2
2020-08-18
ethtool: Fix preserving of wanted feature bits in netlink interface
Maxim Mikityanskiy
1
-4
/
+7
2020-08-18
ipv6: some fixes for ipv6_dev_find()
Xin Long
3
-43
/
+28
2020-08-18
bonding: fix active-backup failover for current ARP slave
Jiri Wiesner
1
-2
/
+16
2020-08-18
net: handle the return value of pskb_carve_frag_list() correctly
Miaohe Lin
1
-3
/
+7
2020-08-18
net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear()
Miaohe Lin
1
-2
/
+1
2020-08-18
drm/amd/display: fix pow() crashing when given base 0
Krunoslav Kovac
1
-0
/
+3
2020-08-18
drm/amd/display: Reset scrambling on Test Pattern
Chris Park
1
-0
/
+1
2020-08-18
drm/amd/display: fix dcn3 wide timing dsc validation
Dmytro Laktyushkin
1
-0
/
+4
2020-08-18
drm/amd/display: Fix DFPstate hang due to view port changed
Paul Hsieh
1
-2
/
+2
2020-08-18
drm/amd/display: Assign correct left shift
Chris Park
2
-2
/
+7
2020-08-18
drm/amd/display: Call DMUB for eDP power control
Chris Park
6
-2
/
+80
2020-08-18
drm/amdkfd: fix the wrong sdma instance query for renoir
Huang Rui
1
-9
/
+22
2020-08-18
drm/amdgpu: parse ta firmware for navy_flounder
Bhawanpreet Lakha
1
-2
/
+1
2020-08-18
Merge tag 'spi-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-39
/
+86
2020-08-18
io_uring: cleanup io_import_iovec() of pre-mapped request
Jens Axboe
1
-14
/
+14
2020-08-18
drm/amdgpu: fix NULL pointer access issue when unloading driver
Guchun Chen
1
-2
/
+0
2020-08-18
drm/amdgpu: fix uninit-value in arcturus_log_thermal_throttling_event()
Kevin Wang
1
-3
/
+6
2020-08-18
drm/amdgpu: disable gfxoff for navy_flounder
Jiansong Chen
1
-0
/
+3
2020-08-18
net: gianfar: Add of_node_put() before goto statement
Sumera Priyadarsini
1
-1
/
+3
2020-08-18
Merge branch 'cxgb4-Fix-ethtool-selftest-flits-calculation'
David S. Miller
1
-3
/
+7
2020-08-18
cxgb4: Fix race between loopback and normal Tx path
Ganji Aravind
1
-1
/
+5
2020-08-18
cxgb4: Fix work request size calculation for loopback test
Ganji Aravind
1
-2
/
+2
2020-08-18
ethernet: cirrus: Remove unused macros
Alex Dewar
1
-4
/
+0
2020-08-18
Merge branch 'sfc-more-EF100-fixes'
David S. Miller
4
-4
/
+13
2020-08-18
sfc: don't free_irq()s if they were never requested
Edward Cree
2
-0
/
+6
2020-08-18
sfc: null out channel->rps_flow_id after freeing it
Edward Cree
1
-0
/
+1
2020-08-18
sfc: take correct lock in ef100_reset()
Edward Cree
1
-4
/
+4
2020-08-18
sfc: really check hash is valid before using it
Edward Cree
1
-0
/
+2
2020-08-18
net: tipc: Convert to use the preferred fallthrough macro
Miaohe Lin
3
-4
/
+4
2020-08-18
macvlan: validate setting of multiple remote source MAC addresses
Alvin Šipraga
1
-4
/
+17
2020-08-18
Merge branch 'netlink-allow-NLA_BINARY-length-range-validation'
David S. Miller
12
-92
/
+115
2020-08-18
netlink: make NLA_BINARY validation more flexible
Johannes Berg
3
-61
/
+89
2020-08-18
netlink: consistently use NLA_POLICY_MIN_LEN()
Johannes Berg
3
-6
/
+6
2020-08-18
netlink: consistently use NLA_POLICY_EXACT_LEN()
Johannes Berg
8
-25
/
+20
2020-08-18
Merge tag 'fixes-2020-08-18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-0
/
+11
2020-08-18
mm/memory.c: skip spurious TLB flush for retried page fault
Yang Shi
1
-0
/
+3
2020-08-18
ext4: change to use fallthrough macro
Shijie Luo
3
-10
/
+10
2020-08-18
ext4: remove unused parameter of ext4_generic_delete_entry function
Kyoungho Koo
3
-7
/
+4
2020-08-18
mballoc: replace seq_printf with seq_puts
Xu Wang
1
-1
/
+1
2020-08-18
ext4: optimize the implementation of ext4_mb_good_group()
brookxu
1
-7
/
+7
2020-08-18
ext4: delete invalid comments near ext4_mb_check_limits()
brookxu
1
-4
/
+0
2020-08-18
ext4: fix typos in ext4_mb_regular_allocator() comment
brookxu
1
-2
/
+2
2020-08-18
Revert "HID: usbhid: do not sleep when opening device"
Jiri Kosina
2
-31
/
+24
2020-08-18
batman-adv: bla: use netif_rx_ni when not in interrupt context
Jussi Kivilinna
1
-1
/
+4
2020-08-18
batman-adv: Fix own OGM check in aggregated OGMs
Linus Lüssing
1
-5
/
+6
2020-08-18
batman-adv: Avoid uninitialized chaddr when handling DHCP
Sven Eckelmann
1
-2
/
+4
2020-08-18
batman-adv: Migrate to linux/prandom.h
Sven Eckelmann
4
-1
/
+4
2020-08-18
batman-adv: Drop repeated words in comments
Sven Eckelmann
7
-8
/
+8
[prev]
[next]