aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-05can: rx-offload: can_rx_offload_init_queue(): fix typoMarc Kleine-Budde1-1/+1
2022-09-05rnbd-srv: remove redundant setting of blk_open_flagsGuoqing Jiang1-1/+0
2022-09-05rnbd-srv: make process_msg_close returns voidGuoqing Jiang1-4/+3
2022-09-05rnbd-srv: add comment in rnbd_srv_rdma_evGuoqing Jiang1-0/+5
2022-09-05block: remove unneeded return value of bio_check_ro()Miaohe Lin1-7/+3
2022-09-05blk-mq: remove unneeded needs_restart checkMiaohe Lin1-1/+1
2022-09-05block/blk-map: Remove set but unused variable 'added'Jiapeng Chong1-2/+1
2022-09-05io_uring/notif: Remove the unused function io_notif_complete()Jiapeng Chong1-8/+0
2022-09-05iio: pressure: icp10100: Switch from UNIVERSAL to DEFINE_RUNTIME_DEV_PM_OPS().Jonathan Cameron1-5/+5
2022-09-05iio: adc: max1363: Drop provision to provide an IIO channel map via platform dataJonathan Cameron1-6/+0
2022-09-05iio: accel: bma400: Add support for single and double tap eventsJagath Jog J2-10/+347
2022-09-05iio: Add new event type gesture and use direction for single and double tapJagath Jog J5-2/+87
2022-09-05iio: Use per-device lockdep class for mlockVincent Whitchurch2-0/+7
2022-09-05iio: adc: add max11205 adc driverRamona Bolboaca3-0/+198
2022-09-05Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory regionVitaly Kuznetsov1-1/+9
2022-09-05Drivers: hv: Always reserve framebuffer region for Gen1 VMsVitaly Kuznetsov1-14/+32
2022-09-05PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to pci_ids.hVitaly Kuznetsov4-11/+3
2022-09-05tools: hv: kvp: remove unnecessary (void*) conversionsZhou jie1-2/+2
2022-09-05Drivers: hv: remove duplicate word in a commentShaomin Deng1-1/+1
2022-09-05lib/string_helpers: Introduce parse_int_array_user()Mark Brown3-89/+61
2022-09-05Untested TAS2562 power setting fixesMark Brown1-61/+29
2022-09-05ASoC: soc-pcm.c: random cleanupMark Brown1-65/+47
2022-09-05erofs: fix pcluster use-after-free on UP platformsGao Xiang1-29/+0
2022-09-05erofs: avoid the potentially wrong m_plen for big pclusterYue Hu1-8/+8
2022-09-05erofs: fix error return code in erofs_fscache_{meta_,}read_folioSun Ke1-2/+6
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior10-10/+13
2022-09-05arm64: defconfig: Config that had RPMSG_CHAR now gets RPMSG_CTRLArnaud Pouliquen1-0/+1
2022-09-05arm: configs: Configs that had RPMSG_CHAR now get RPMSG_CTRLArnaud Pouliquen1-0/+1
2022-09-05ASoC: SOF: Remove strsplit_u32() and tokenize_input()Cezary Rojewski1-89/+15
2022-09-05lib/string_helpers: Introduce parse_int_array_user()Cezary Rojewski2-0/+46
2022-09-05r8169: remove not needed net_ratelimit() checkHeiner Kallweit1-2/+1
2022-09-05netlink: Bounds-check struct nlmsgerr creationKees Cook2-6/+10
2022-09-05Merge tag 'for-net-2022-09-02' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller1-6/+6
2022-09-05btrfs: zoned: fix mounting with conventional zonesJohannes Thumshirn1-41/+40
2022-09-05Merge branch 'bpf-allocator'Daniel Borkmann10-134/+820
2022-09-05bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.Alexei Starovoitov3-19/+69
2022-09-05bpf: Remove usage of kmem_cache from bpf_mem_cache.Alexei Starovoitov1-36/+14
2022-09-05bpf: Remove prealloc-only restriction for sleepable bpf programs.Alexei Starovoitov1-23/+0
2022-09-05bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.Alexei Starovoitov1-1/+14
2022-09-05bpf: Remove tracing program restriction on map typesAlexei Starovoitov1-42/+0
2022-09-05bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.Alexei Starovoitov1-26/+19
2022-09-05bpf: Add percpu allocation support to bpf_mem_alloc.Alexei Starovoitov3-7/+41
2022-09-05bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.Alexei Starovoitov2-4/+66
2022-09-05bpf: Adjust low/high watermarks in bpf_mem_cacheAlexei Starovoitov1-14/+36
2022-09-05bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov3-14/+7
2022-09-05bpf: Optimize element count in non-preallocated hash map.Alexei Starovoitov1-8/+62
2022-09-05bpf: Relax the requirement to use preallocated hash maps in tracing progs.Alexei Starovoitov1-9/+22
2022-09-05samples/bpf: Reduce syscall overhead in map_perf_test.Alexei Starovoitov2-17/+29
2022-09-05selftests/bpf: Improve test coverage of test_mapsAlexei Starovoitov1-14/+24
2022-09-05bpf: Convert hash map to bpf_mem_alloc.Alexei Starovoitov1-5/+16