index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
flamegraph.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-29
LoongArch: Fix missing fcsr in ptrace's fpr_set
Qi Hu
1
-5
/
+7
2022-07-29
LoongArch: Fix shared cache size calculation
Huacai Chen
1
-2
/
+9
2022-07-29
LoongArch: Disable executable stack by default
Huacai Chen
1
-2
/
+0
2022-07-29
LoongArch: Remove unused variables
Bibo Mao
2
-32
/
+0
2022-07-29
LoongArch: Remove clock setting during cpu hotplug stage
Bibo Mao
2
-101
/
+13
2022-07-29
LoongArch: Remove useless header compiler.h
Jun Yi
8
-32
/
+6
2022-07-29
LoongArch: Remove several syntactic sugar macros for branches
WANG Xuerui
1
-12
/
+0
2022-07-29
LoongArch: Re-tab the assembly files
WANG Xuerui
7
-163
/
+163
2022-07-29
LoongArch: Simplify "BGT foo, zero" with BGTZ
WANG Xuerui
2
-2
/
+2
2022-07-29
LoongArch: Simplify "BLT foo, zero" with BLTZ
WANG Xuerui
2
-7
/
+7
2022-07-29
LoongArch: Simplify "BEQ/BNE foo, zero" with BEQZ/BNEZ
WANG Xuerui
4
-22
/
+22
2022-07-29
LoongArch: Use the "move" pseudo-instruction where applicable
WANG Xuerui
5
-8
/
+8
2022-07-29
LoongArch: Use the "jr" pseudo-instruction where applicable
WANG Xuerui
5
-15
/
+15
2022-07-29
LoongArch: Use ABI names of registers where appropriate
WANG Xuerui
7
-55
/
+55
2022-07-28
stmmac: dwmac-mediatek: fix resource leak in probe
Dan Carpenter
1
-4
/
+5
2022-07-28
ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptr
Ziyang Xuan
1
-0
/
+3
2022-07-28
net: ping6: Fix memleak in ipv6_renew_options().
Kuniyuki Iwashima
1
-0
/
+6
2022-07-28
watch_queue: Fix missing locking in add_watch_to_object()
Linus Torvalds
1
-22
/
+36
2022-07-28
watch_queue: Fix missing rcu annotation
David Howells
1
-1
/
+1
2022-07-28
net/funeth: Fix fun_xdp_tx() and XDP packet reclaim
Dimitris Michailidis
3
-15
/
+16
2022-07-27
sctp: leave the err path free in sctp_stream_init to sctp_stream_free
Xin Long
2
-19
/
+5
2022-07-27
sfc: disable softirqs for ptp TX
Alejandro Lucero
1
-0
/
+22
2022-07-27
ptp: ocp: Select CRC16 in the Kconfig.
Jonathan Lemon
1
-0
/
+1
2022-07-27
tcp: md5: fix IPv4-mapped support
Eric Dumazet
1
-3
/
+12
2022-07-27
virtio-net: fix the race between refill work and close
Jason Wang
1
-3
/
+34
2022-07-26
mptcp: Do not return EINPROGRESS when subflow creation succeeds
Mat Martineau
1
-1
/
+1
2022-07-26
mailmap: update Gao Xiang's email addresses
Gao Xiang
1
-0
/
+2
2022-07-26
userfaultfd: provide properly masked address for huge-pages
Nadav Amit
1
-5
/
+7
2022-07-26
Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put
Luiz Augusto von Dentz
2
-13
/
+49
2022-07-26
Bluetooth: Always set event mask on suspend
Abhishek Pandit-Subedi
1
-3
/
+3
2022-07-26
Bluetooth: mgmt: Fix double free on error path
Dan Carpenter
1
-1
/
+0
2022-07-26
wifi: mac80211: do not abuse fq.lock in ieee80211_do_stop()
Tetsuo Handa
1
-2
/
+1
2022-07-26
ice: do not setup vlan for loopback VSI
Maciej Fijalkowski
1
-3
/
+5
2022-07-26
ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)
Maciej Fijalkowski
1
-1
/
+2
2022-07-26
ice: Fix VSIs unable to share unicast MAC
Anirudh Venkataramanan
2
-40
/
+2
2022-07-26
ice: Fix tunnel checksum offload with fragmented traffic
Przemyslaw Patynowski
1
-3
/
+5
2022-07-26
ice: Fix max VLANs available for VF
Przemyslaw Patynowski
1
-1
/
+2
2022-07-26
netfilter: nft_queue: only allow supported familes and hooks
Florian Westphal
1
-0
/
+27
2022-07-26
netfilter: nf_tables: add rescheduling points during loop detection walks
Florian Westphal
1
-0
/
+6
2022-07-26
netfilter: nf_queue: do not allow packet truncation below transport header of...
Florian Westphal
1
-1
/
+6
2022-07-26
mm: fix NULL pointer dereference in wp_page_reuse()
Qi Zheng
1
-1
/
+1
2022-07-26
bridge: Do not send empty IFLA_AF_SPEC attribute
Benjamin Poirier
1
-2
/
+6
2022-07-26
octeontx2-pf: Fix UDP/TCP src and dst port tc filters
Subbaraya Sundeep
1
-12
/
+18
2022-07-26
octeontx2-pf: cn10k: Fix egress ratelimit configuration
Sunil Goutham
1
-21
/
+55
2022-07-25
sctp: fix sleep in atomic context bug in timer handlers
Duoming Zhou
1
-1
/
+1
2022-07-25
net: dsa: fix reference counting for LAG FDBs
Vladimir Oltean
1
-0
/
+1
2022-07-25
i40e: Fix interface init with MSI interrupts (no MSI-X)
Michal Maloszewski
1
-0
/
+4
2022-07-26
drm/amdgpu: Re-enable DCN for 64-bit powerpc
Michael Ellerman
2
-1
/
+5
2022-07-25
drm/i915/reset: Add additional steps for Wa_22011802037 for execlist backend
Umesh Nerlige Ramappa
5
-79
/
+103
2022-07-25
ipv4: Fix data-races around sysctl_fib_notify_on_flag_change.
Kuniyuki Iwashima
1
-2
/
+5
[next]