index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
boot
/
dts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-12-06
tipc: fix ordering of tipc module init and exit routine
Taehee Yoo
1
-14
/
+15
2019-12-06
mqprio: Fix out-of-bounds access in mqprio_dump
Vladyslav Tarasiuk
1
-1
/
+1
2019-12-06
net: stmmac: reset Tx desc base address before restarting Tx
Jongsung Kim
1
-0
/
+2
2019-12-06
enetc: disable EEE autoneg by default
Yangbo Lu
1
-0
/
+5
2019-12-06
ARM: multi_v7_defconfig: Restore debugfs support
Marek Szyprowski via Linux.Kernel.Org
1
-0
/
+1
2019-12-06
arm64: entry: refine comment of stack overflow check
Heyi Guo
1
-1
/
+2
2019-12-06
arm64: ftrace: fix ifdeffery
Mark Rutland
1
-2
/
+1
2019-12-06
arm64: KVM: Invoke compute_layout() before alternatives are applied
Sebastian Andrzej Siewior
3
-7
/
+6
2019-12-06
arm64: Validate tagged addresses in access_ok() called from kernel threads
Catalin Marinas
1
-1
/
+6
2019-12-06
ARM: 8947/1: Fix __arch_get_hw_counter() access to CNTVCT
Vincenzo Frascino
1
-0
/
+3
2019-12-06
ARM: 8943/1: Fix topology setup in case of CPU hotplug for CONFIG_SCHED_MC
Dietmar Eggemann
2
-5
/
+9
2019-12-06
pipe: Fix missing mask update after pipe_wait()
David Howells
1
-6
/
+6
2019-12-06
pipe: Remove assertion from pipe_poll()
David Howells
1
-2
/
+1
2019-12-05
ppp: fix out-of-bounds access in bpf_prog_create()
Eric Biggers
1
-2
/
+3
2019-12-05
net: hns3: fix VF ID issue for setting VF VLAN
Jian Shen
1
-12
/
+6
2019-12-05
net: hns3: fix a use after free problem in hns3_nic_maybe_stop_tx()
Yunsheng Lin
1
-13
/
+6
2019-12-05
net: hns3: fix for TX queue not restarted problem
Yunsheng Lin
1
-12
/
+21
2019-12-05
net: ethernet: ti: cpsw_switchdev: fix unmet direct dependencies detected for...
Grygorii Strashko
1
-1
/
+1
2019-12-05
ARM: defconfig: re-run savedefconfig on multi_v* configs
Olof Johansson
3
-41
/
+27
2019-12-05
arm64: defconfig: re-run savedefconfig
Olof Johansson
1
-27
/
+9
2019-12-05
net/mlx5e: E-switch, Fix Ingress ACL groups in switchdev mode for prio tag
Parav Pandit
2
-38
/
+93
2019-12-05
net/mlx5e: ethtool, Fix analysis of speed setting
Aya Levin
1
-10
/
+3
2019-12-05
net/mlx5e: Fix translation of link mode into speed
Aya Levin
1
-0
/
+1
2019-12-05
net/mlx5e: Fix free peer_flow when refcount is 0
Roi Dayan
1
-2
/
+5
2019-12-05
net/mlx5e: Fix freeing flow with kfree() and not kvfree()
Roi Dayan
1
-1
/
+1
2019-12-05
net/mlx5e: Fix SFF 8472 eeprom length
Eran Ben Elisha
1
-1
/
+1
2019-12-05
net/mlx5e: Query global pause state before setting prio2buffer
Huy Nguyen
1
-2
/
+25
2019-12-05
net/mlx5e: Fix TXQ indices to be sequential
Eran Ben Elisha
4
-22
/
+15
2019-12-05
s390/qeth: fix dangling IO buffers after halt/clear
Julian Wiedmann
5
-46
/
+67
2019-12-05
s390/qeth: ensure linear access to packet headers
Julian Wiedmann
1
-33
/
+31
2019-12-05
s390/qeth: guard against runt packets
Julian Wiedmann
3
-6
/
+23
2019-12-05
net: thunderx: start phy before starting autonegotiation
Mian Yousaf Kaukab
1
-1
/
+1
2019-12-05
hsr: fix a NULL pointer dereference in hsr_dev_xmit()
Taehee Yoo
1
-2
/
+7
2019-12-05
block: fix memleak of bio integrity data
Justin Tee
3
-1
/
+8
2019-12-05
ARM: pxa: Fix resource properties
Linus Walleij
1
-3
/
+3
2019-12-05
soc: mediatek: cmdq: fixup wrong input order of write api
Bibby Hsieh
1
-1
/
+1
2019-12-05
soc: aspeed: Fix snoop_file_poll()'s return type
Luc Van Oostenryck
1
-2
/
+2
2019-12-05
MAINTAINERS: Switch to Marvell addresses
Robert Richter
1
-10
/
+10
2019-12-05
MAINTAINERS: update Cavium ThunderX drivers
Jan Glauber
2
-11
/
+9
2019-12-05
iomap: stop using ioend after it's been freed in iomap_finish_ioend()
Zorro Lang
1
-2
/
+3
2019-12-05
io_uring: fix a typo in a comment
LimingWu
1
-1
/
+1
2019-12-05
bfq-iosched: Ensure bio->bi_blkg is valid before using it
Hou Tao
1
-0
/
+3
2019-12-05
io_uring: hook all linked requests via link_list
Pavel Begunkov
1
-22
/
+20
2019-12-05
io_uring: fix error handling in io_queue_link_head
Pavel Begunkov
1
-5
/
+7
2019-12-05
powerpc/perf: Disable trace_imc pmu
Madhavan Srinivasan
1
-1
/
+8
2019-12-05
powerpc/powernv: Avoid re-registration of imc debugfs directory
Anju T Sudhakar
1
-23
/
+16
2019-12-05
selftests/bpf: Add a fexit/bpf2bpf test with target bpf prog no callees
Yonghong Song
3
-19
/
+81
2019-12-05
bpf: Fix a bug when getting subprog 0 jited image in check_attach_btf_id
Yonghong Song
1
-1
/
+4
2019-12-05
mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.h
Mike Rapoport
3
-52
/
+5
2019-12-05
um: add support for folded p4d page tables
Mike Rapoport
8
-14
/
+78
[prev]
[next]