summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-11-18firmware: cs_dsp: Add version checks on coefficient loadingCharles Keepax1-0/+2
2021-11-17iio: core: Introduce IIO_VAL_INT_64.Andriy Tryshnivskyy1-0/+1
2021-11-17power: supply: core: Add kerneldoc to battery structLinus Walleij1-23/+192
2021-11-17signal: Requeue signals in the appropriate queueEric W. Biederman1-3/+4
2021-11-17fs: Rename AS_THP_SUPPORT and mapping_thp_supportMatthew Wilcox (Oracle)1-6/+6
2021-11-17fs: Remove FS_THP_SUPPORTMatthew Wilcox (Oracle)2-1/+16
2021-11-17mm: Remove folio_test_singleMatthew Wilcox (Oracle)1-6/+0
2021-11-17mm: Rename folio_test_multi to folio_test_largeMatthew Wilcox (Oracle)1-1/+7
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)2-2/+19
2021-11-17firmware: xilinx: export the feature check of zynqmp firmwareAbhyuday Godhasara1-0/+6
2021-11-17firmware: xilinx: add macros of node ids for error eventAbhyuday Godhasara1-0/+14
2021-11-17firmware: xilinx: add register notifier in zynqmp firmwareAbhyuday Godhasara1-1/+10
2021-11-17net: do not inline netif_tx_lock()/netif_tx_unlock()Eric Dumazet1-37/+2
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-3/+13
2021-11-17net: use an atomic_long_t for queue->trans_timeoutEric Dumazet1-1/+1
2021-11-17Merge tag 'for-net-next-2021-11-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-0/+1
2021-11-17net: virtio_net_hdr_to_skb: count transport header in UFOJonathan Davies1-1/+6
2021-11-17bpf, x86: Fix "no previous prototype" warningBjörn Töpel1-0/+1
2021-11-17perf: Drop guest callback (un)register stubsSean Christopherson1-5/+0
2021-11-17KVM: Move x86's perf guest info callbacks to generic KVMSean Christopherson1-0/+10
2021-11-17perf/core: Use static_call to optimize perf_guest_info_callbacksSean Christopherson1-26/+8
2021-11-17perf: Force architectures to opt-in to guest callbacksSean Christopherson1-0/+6
2021-11-17perf: Add wrappers for invoking guest callbacksSean Christopherson1-0/+24
2021-11-17perf/core: Rework guest callbacks to prepare for static_call supportLike Xu1-4/+6
2021-11-17perf: Stop pretending that perf can handle multiple guest callbacksSean Christopherson1-6/+6
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson1-1/+12
2021-11-17psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaimBrian Chen1-1/+12
2021-11-17sched/core: Forced idle accountingJosh Don1-0/+4
2021-11-17psi: Add a missing SPDX license headerLiu Xinpeng2-0/+2
2021-11-17dma-buf: nuke dma_resv_get_excl_unlockedChristian König1-26/+0
2021-11-17tee: export teedev_open() and teedev_close_context()Jens Wiklander1-0/+14
2021-11-17mtd: spi-nor: Get rid of nor->page_sizeTudor Ambarus1-2/+0
2021-11-17Merge tag 'mlx5-fixes-2021-11-16' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-2/+2
2021-11-17net: document SMII and correct phylink's new validation mechanismRussell King (Oracle)1-1/+1
2021-11-17net: align static siphash keysEric Dumazet1-0/+2
2021-11-17net: use .data.once section in netdev_level_once()Eric Dumazet1-1/+1
2021-11-17once: use __section(".data.once")Eric Dumazet1-1/+1
2021-11-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-1/+2
2021-11-16net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdevPaul Blakey1-2/+2
2021-11-16power: supply: core: add POWER_SUPPLY_HEALTH_NO_BATTERYLuca Ceresoli1-0/+1
2021-11-16net: gro: populate net/core/gro.cEric Dumazet1-0/+1
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet1-1/+0
2021-11-16net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet1-1/+0
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-348/+0
2021-11-16tcp: defer skb freeing after socket lock is releasedEric Dumazet1-0/+2
2021-11-16net: use sk_is_tcp() in more placesEric Dumazet1-6/+0
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang1-1/+1
2021-11-16platform/surface: aggregator: Make client device removal more genericMaximilian Luz1-0/+9
2021-11-16platform/x86: asus-wmi: Add support for custom fan curvesLuke D. Jones1-0/+2
2021-11-16bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann1-1/+2