index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
kexec_core.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-26
selftests/bpf: Test deadlock from recursive bpf_task_storage_[get|delete]
Song Liu
2
-0
/
+93
2021-02-26
selftests/bpf: Add non-BPF_LSM test for task local storage
Song Liu
3
-0
/
+165
2021-02-26
bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]
Song Liu
5
-12
/
+65
2021-02-26
bpf: Enable task local storage for tracing programs
Song Liu
10
-72
/
+51
2021-02-25
xsk: Build skb by page (aka generic zerocopy xmit)
Xuan Zhuo
1
-24
/
+96
2021-02-25
xsk: Respect device's headroom and tailroom on generic xmit path
Alexander Lobakin
1
-1
/
+7
2021-02-25
virtio-net: Support IFF_TX_SKB_NO_LINEAR flag
Xuan Zhuo
1
-1
/
+2
2021-02-25
net: Add priv_flags for allow tx skb without linear
Xuan Zhuo
1
-0
/
+4
2021-02-25
netdevice: Add missing IFF_PHONY_HEADROOM self-definition
Alexander Lobakin
1
-0
/
+1
2021-02-24
bpf: Add kernel/modules BTF presence checks to bpftool feature command
Grant Seltzer
1
-0
/
+4
2021-02-21
tty: protect tty_write from odd low-level tty disciplines
Linus Torvalds
1
-1
/
+4
2021-02-20
fix handling of nd->depth on LOOKUP_CACHED failures in try_to_unlazy*
Al Viro
1
-4
/
+5
2021-02-18
pstore: Fix typo in compression option name
Jiri Bohac
1
-2
/
+2
2021-02-17
octeontx2-pf: Fix otx2_get_fecparam()
Dan Carpenter
1
-1
/
+1
2021-02-17
cteontx2-pf: cn10k: Prevent harmless double shift bugs
Dan Carpenter
1
-3
/
+3
2021-02-17
net: stmmac: Add PCI bus info to ethtool driver query output
Wong Vee Khee
3
-0
/
+6
2021-02-17
ptp: ptp_clockmatrix: clean-up - parenthesis around a == b are unnecessary
Vincent Cheng
1
-10
/
+8
2021-02-17
ptp: ptp_clockmatrix: Simplify code - remove unnecessary `err` variable.
Vincent Cheng
1
-4
/
+1
2021-02-17
ptp: ptp_clockmatrix: Coding style - tighten vertical spacing.
Vincent Cheng
1
-79
/
+11
2021-02-17
ptp: ptp_clockmatrix: Clean-up dev_*() messages.
Vincent Cheng
1
-79
/
+43
2021-02-17
ptp: ptp_clockmatrix: Remove unused header declarations.
Vincent Cheng
1
-2
/
+0
2021-02-17
ptp: ptp_clockmatrix: Add alignment of 1 PPS to idtcm_perout_enable.
Vincent Cheng
1
-3
/
+13
2021-02-17
ptp: ptp_clockmatrix: Add wait_for_sys_apll_dpll_lock.
Vincent Cheng
3
-2
/
+87
2021-02-17
net: stmmac: dwmac-sun8i: Add a shutdown callback
Samuel Holland
1
-0
/
+10
2021-02-17
net: stmmac: dwmac-sun8i: Minor probe function cleanup
Samuel Holland
1
-1
/
+3
2021-02-17
net: stmmac: dwmac-sun8i: Use reset_control_reset
Samuel Holland
1
-4
/
+4
2021-02-17
net: stmmac: dwmac-sun8i: Remove unnecessary PHY power check
Samuel Holland
1
-4
/
+2
2021-02-17
net: stmmac: dwmac-sun8i: Return void from PHY unpower
Samuel Holland
1
-3
/
+2
2021-02-17
r8169: use macro pm_ptr
Heiner Kallweit
1
-3
/
+1
2021-02-17
net: mdio: Remove of_phy_attach()
Florian Fainelli
3
-41
/
+1
2021-02-17
net: mscc: ocelot: select PACKING in the Kconfig
Vladimir Oltean
1
-0
/
+1
2021-02-17
sched,x86: Allow !PREEMPT_DYNAMIC
Peter Zijlstra
1
-6
/
+18
2021-02-17
entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling point
Frederic Weisbecker
4
-10
/
+50
2021-02-17
entry: Explicitly flush pending rcuog wakeup before last rescheduling point
Frederic Weisbecker
2
-5
/
+14
2021-02-17
rcu/nocb: Trigger self-IPI on late deferred wake up before user resume
Frederic Weisbecker
3
-11
/
+37
2021-02-17
rcu/nocb: Perform deferred wake up before last idle's need_resched() check
Frederic Weisbecker
4
-3
/
+8
2021-02-17
rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callers
Frederic Weisbecker
1
-1
/
+10
2021-02-17
sched/features: Distinguish between NORMAL and DEADLINE hrtick
Juri Lelli
5
-7
/
+30
2021-02-17
sched/features: Fix hrtick reprogramming
Juri Lelli
2
-5
/
+4
2021-02-17
sched/deadline: Reduce rq lock contention in dl_add_task_root_domain()
Dietmar Eggemann
1
-4
/
+7
2021-02-17
uprobes: (Re)add missing get_uprobe() in __find_uprobe()
Sven Schnelle
1
-1
/
+1
2021-02-17
smp: Process pending softirqs in flush_smp_call_function_from_idle()
Sebastian Andrzej Siewior
1
-0
/
+4
2021-02-17
sched: Harden PREEMPT_DYNAMIC
Peter Zijlstra
4
-8
/
+8
2021-02-17
static_call: Allow module use without exposing static_call_key
Josh Poimboeuf
7
-11
/
+149
2021-02-17
sched: Add /debug/sched_preempt
Peter Zijlstra
1
-9
/
+126
2021-02-17
preempt/dynamic: Support dynamic preempt with preempt= boot option
Peter Zijlstra (Intel)
1
-1
/
+67
2021-02-17
preempt/dynamic: Provide irqentry_exit_cond_resched() static call
Peter Zijlstra (Intel)
2
-1
/
+13
2021-02-17
preempt/dynamic: Provide preempt_schedule[_notrace]() static calls
Peter Zijlstra (Intel)
2
-8
/
+38
2021-02-17
preempt/dynamic: Provide cond_resched() and might_resched() static calls
Peter Zijlstra (Intel)
3
-10
/
+56
2021-02-17
preempt: Introduce CONFIG_PREEMPT_DYNAMIC
Michal Hocko
4
-0
/
+36
[next]