| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-02-15 | Merge branches 'powercap' and 'pm-misc' | Rafael J. Wysocki | 4 | -0/+93 |
| 2021-02-15 | binfmt_misc: pass binfmt_misc flags to the interpreter | Laurent Vivier | 2 | -0/+8 |
| 2021-02-15 | netfilter: nftables: introduce table ownership | Pablo Neira Ayuso | 2 | -0/+11 |
| 2021-02-15 | Merge branch 'acpi-messages' | Rafael J. Wysocki | 1 | -7/+0 |
| 2021-02-15 | Merge branches 'acpi-misc', 'acpi-cppc', 'acpi-docs', 'acpi-config' and 'acpi... | Rafael J. Wysocki | 1 | -1/+1 |
| 2021-02-15 | Merge branches 'acpi-scan', 'acpi-properties' and 'acpi-platform' | Rafael J. Wysocki | 2 | -32/+41 |
| 2021-02-15 | Merge branch 'pm-opp' into pm | Rafael J. Wysocki | 2 | -30/+84 |
| 2021-02-15 | Merge branches 'pm-sleep', 'pm-core', 'pm-domains' and 'pm-clk' | Rafael J. Wysocki | 3 | -1/+37 |
| 2021-02-15 | media: v4l: async: Fix kerneldoc documentation for async functions | Sakari Ailus | 1 | -41/+39 |
| 2021-02-15 | Revert "Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer" | Wei Liu | 1 | -40/+8 |
| 2021-02-15 | gpio: uapi: use the preferred SPDX license identifier | Bartosz Golaszewski | 1 | -1/+1 |
| 2021-02-15 | gpio: aggregator: Use compound literal from the header | Andy Shevchenko | 1 | -2/+2 |
| 2021-02-15 | gpio: uapi: fix line info flags description | Kent Gibson | 1 | -1/+1 |
| 2021-02-15 | Xen/gntdev: correct error checking in gntdev_map_grant_pages() | Jan Beulich | 1 | -0/+1 |
| 2021-02-14 | net: dsa: propagate extack to .port_vlan_filtering | Vladimir Oltean | 1 | -1/+2 |
| 2021-02-14 | net: dsa: propagate extack to .port_vlan_add | Vladimir Oltean | 1 | -1/+2 |
| 2021-02-14 | net: bridge: propagate extack through switchdev_port_attr_set | Vladimir Oltean | 1 | -1/+2 |
| 2021-02-14 | net: dsa: tag_ocelot_8021q: add support for PTP timestamping | Vladimir Oltean | 1 | -0/+5 |
| 2021-02-14 | net: mscc: ocelot: refactor ocelot_xtr_irq_handler into ocelot_xtr_poll | Vladimir Oltean | 1 | -0/+7 |
| 2021-02-14 | net: dsa: tag_ocelot: create separate tagger for Seville | Vladimir Oltean | 2 | -0/+12 |
| 2021-02-14 | net: mscc: ocelot: use common tag parsing code with DSA | Vladimir Oltean | 2 | -7/+208 |
| 2021-02-14 | net: mscc: ocelot: refactor ocelot_port_inject_frame out of ocelot_port_xmit | Vladimir Oltean | 1 | -0/+22 |
| 2021-02-14 | dt-bindings: clock: Add SC7280 GCC clock binding | Taniya Das | 1 | -0/+226 |
| 2021-02-14 | clk: qcom: gcc-sm8350: add gdsc | Vinod Koul | 1 | -0/+12 |
| 2021-02-14 | clk: qcom: Add SDM660 GPU Clock Controller (GPUCC) driver | AngeloGioacchino Del Regno | 1 | -0/+28 |
| 2021-02-14 | clk: qcom: Add SDM660 Multimedia Clock Controller (MMCC) driver | Martin Botka | 1 | -0/+162 |
| 2021-02-14 | clk: fixed: add devm helper for clk_hw_register_fixed_factor() | Daniel Palmer | 1 | -1/+3 |
| 2021-02-14 | dt-bindings: clk: mstar msc313 mpll binding header | Daniel Palmer | 1 | -0/+19 |
| 2021-02-14 | percpu: fix clang modpost section mismatch | Dennis Zhou | 1 | -0/+6 |
| 2021-02-13 | skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeing | Alexander Lobakin | 1 | -0/+1 |
| 2021-02-13 | skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache heads | Alexander Lobakin | 1 | -0/+2 |
| 2021-02-13 | skbuff: remove __kfree_skb_flush() | Alexander Lobakin | 1 | -1/+0 |
| 2021-02-13 | s390,alpha: switch to 64-bit ino_t | Heiko Carstens | 1 | -2/+6 |
| 2021-02-13 | driver core: lift dma_default_coherent into common code | Christoph Hellwig | 1 | -3/+2 |
| 2021-02-12 | bpf: Support pointers in global func args | Dmitrii Banshchikov | 1 | -0/+2 |
| 2021-02-12 | tcp: factorize logic into tcp_epollin_ready() | Eric Dumazet | 1 | -0/+12 |
| 2021-02-12 | tcp: fix SO_RCVLOWAT related hangs under mem pressure | Eric Dumazet | 1 | -2/+7 |
| 2021-02-12 | driver core: platform: Drop of_device_node_put() wrapper | Rob Herring | 1 | -7/+0 |
| 2021-02-12 | of: Remove of_dev_{get,put}() | Rob Herring | 1 | -3/+0 |
| 2021-02-12 | net: mscc: ocelot: offload bridge port flags to device | Vladimir Oltean | 1 | -0/+5 |
| 2021-02-12 | net: mscc: ocelot: use separate flooding PGID for broadcast | Vladimir Oltean | 1 | -7/+8 |
| 2021-02-12 | net: dsa: act as passthrough for bridge port flags | Vladimir Oltean | 1 | -2/+8 |
| 2021-02-12 | net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributes | Vladimir Oltean | 1 | -1/+6 |
| 2021-02-12 | net: switchdev: propagate extack to port attributes | Vladimir Oltean | 1 | -2/+4 |
| 2021-02-12 | Merge tag 'mac80211-next-for-net-next-2021-02-12' of git://git.kernel.org/pub... | David S. Miller | 2 | -2/+13 |
| 2021-02-12 | Merge tag 'wireless-drivers-next-2021-02-12' of git://git.kernel.org/pub/scm/... | David S. Miller | 1 | -7/+7 |
| 2021-02-12 | mptcp: add netlink event support | Florian Westphal | 1 | -0/+74 |
| 2021-02-12 | mptcp: avoid lock_fast usage in accept path | Florian Westphal | 1 | -0/+1 |
| 2021-02-13 | bpf: Drop MTU check when doing TC-BPF redirect to ingress | Jesper Dangaard Brouer | 1 | -2/+30 |
| 2021-02-13 | bpf: Add BPF-helper for MTU checking | Jesper Dangaard Brouer | 1 | -0/+75 |