summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-20Merge tag 'arm-drivers-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-20Merge tag 'arm-dt-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2021-02-20Merge tag 'arm-defconfig-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-20Merge tag 'arm-soc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds
2021-02-20Merge tag 'arm-platform-removal-v5.12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-02-20Merge tag 'arm-fixes-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2021-02-20fix handling of nd->depth on LOOKUP_CACHED failures in try_to_unlazy*Al Viro
2021-02-18pstore: Fix typo in compression option nameJiri Bohac
2021-02-17octeontx2-pf: Fix otx2_get_fecparam()Dan Carpenter
2021-02-17cteontx2-pf: cn10k: Prevent harmless double shift bugsDan Carpenter
2021-02-17net: stmmac: Add PCI bus info to ethtool driver query outputWong Vee Khee
2021-02-17Merge branch 'ptp-ptp_clockmatrix-Fix-output-1-PPS-alignment'David S. Miller
2021-02-17ptp: ptp_clockmatrix: clean-up - parenthesis around a == b are unnecessaryVincent Cheng
2021-02-17ptp: ptp_clockmatrix: Simplify code - remove unnecessary `err` variable.Vincent Cheng
2021-02-17ptp: ptp_clockmatrix: Coding style - tighten vertical spacing.Vincent Cheng
2021-02-17ptp: ptp_clockmatrix: Clean-up dev_*() messages.Vincent Cheng
2021-02-17ptp: ptp_clockmatrix: Remove unused header declarations.Vincent Cheng
2021-02-17ptp: ptp_clockmatrix: Add alignment of 1 PPS to idtcm_perout_enable.Vincent Cheng
2021-02-17ptp: ptp_clockmatrix: Add wait_for_sys_apll_dpll_lock.Vincent Cheng
2021-02-17Merge branch 'ddwmac-sun8i-cleanup-and-shutdown-hook'David S. Miller
2021-02-17net: stmmac: dwmac-sun8i: Add a shutdown callbackSamuel Holland
2021-02-17net: stmmac: dwmac-sun8i: Minor probe function cleanupSamuel Holland
2021-02-17net: stmmac: dwmac-sun8i: Use reset_control_resetSamuel Holland
2021-02-17net: stmmac: dwmac-sun8i: Remove unnecessary PHY power checkSamuel Holland
2021-02-17net: stmmac: dwmac-sun8i: Return void from PHY unpowerSamuel Holland
2021-02-17r8169: use macro pm_ptrHeiner Kallweit
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-02-17net: mdio: Remove of_phy_attach()Florian Fainelli
2021-02-17net: mscc: ocelot: select PACKING in the KconfigVladimir Oltean
2021-02-17sched,x86: Allow !PREEMPT_DYNAMICPeter Zijlstra
2021-02-17entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker
2021-02-17entry: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker
2021-02-17rcu/nocb: Trigger self-IPI on late deferred wake up before user resumeFrederic Weisbecker
2021-02-17rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker
2021-02-17rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callersFrederic Weisbecker
2021-02-17sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli
2021-02-17sched/features: Fix hrtick reprogrammingJuri Lelli
2021-02-17sched/deadline: Reduce rq lock contention in dl_add_task_root_domain()Dietmar Eggemann
2021-02-17uprobes: (Re)add missing get_uprobe() in __find_uprobe()Sven Schnelle
2021-02-17smp: Process pending softirqs in flush_smp_call_function_from_idle()Sebastian Andrzej Siewior
2021-02-17sched: Harden PREEMPT_DYNAMICPeter Zijlstra
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf
2021-02-17sched: Add /debug/sched_preemptPeter Zijlstra
2021-02-17preempt/dynamic: Support dynamic preempt with preempt= boot optionPeter Zijlstra (Intel)
2021-02-17preempt/dynamic: Provide irqentry_exit_cond_resched() static callPeter Zijlstra (Intel)
2021-02-17preempt/dynamic: Provide preempt_schedule[_notrace]() static callsPeter Zijlstra (Intel)
2021-02-17preempt/dynamic: Provide cond_resched() and might_resched() static callsPeter Zijlstra (Intel)
2021-02-17preempt: Introduce CONFIG_PREEMPT_DYNAMICMichal Hocko
2021-02-17static_call: Provide DEFINE_STATIC_CALL_RET0()Frederic Weisbecker