summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-09-07bpf/verifier: allow kfunc to return an allocated memBenjamin Tissoires
2022-09-07bpf: split btf_check_subprog_arg_match in twoBenjamin Tissoires
2022-09-07dyndbg: add drm.debug style (drm/parameters/debug) bitmap supportJim Cromie
2022-09-07kernel/module: add __dyndbg_classes sectionJim Cromie
2022-09-07dyndbg: add DECLARE_DYNDBG_CLASSMAP macroJim Cromie
2022-09-07dyndbg: add __pr_debug_cls for testingJim Cromie
2022-09-07dyndbg: add class_id to pr_debug callsitesJim Cromie
2022-09-07dyndbg: gather __dyndbg[] state into struct _ddebug_infoJim Cromie
2022-09-07dyndbg: drop EXPORTed dynamic_debug_exec_queriesJim Cromie
2022-09-07dyndbg: fix module.dyndbg handlingJim Cromie
2022-09-07serial: Create uart_xmit_advance()Ilpo Järvinen
2022-09-07USB/ARM: Switch S3C2410 UDC to GPIO descriptorsLinus Walleij
2022-09-07spi: Add capability to perform some transfer with chipselect offChristophe Leroy
2022-09-07iommu/amd: Initial support for AMD IOMMU v2 page tableVasant Hegde
2022-09-07net/mlx5: Add MACsec Rx tables support to fs_coreLior Nahmanson
2022-09-07net/mlx5e: Add MACsec TX steering rulesLior Nahmanson
2022-09-07net/mlx5: Add MACsec Tx tables support to fs_coreLior Nahmanson
2022-09-07net/mlx5: Introduce MACsec Connect-X offload hardware bits and structuresLior Nahmanson
2022-09-07net/mlx5: Generalize Flow Context for new crypto fieldsLior Nahmanson
2022-09-07net/mlx5: Removed esp_id from struct mlx5_flow_actLior Nahmanson
2022-09-07iommu/dma: Move public interfaces to linux/iommu.hRobin Murphy
2022-09-07iommu: Clean up bus_set_iommu()Robin Murphy
2022-09-07iommu: Retire iommu_capable()Robin Murphy
2022-09-07swab: Add array operationsAndy Shevchenko
2022-09-07net/mlx5: Query ADV_VIRTUALIZATION capabilitiesYishai Hadas
2022-09-07net/mlx5: Introduce ifc bits for page trackerYishai Hadas
2022-09-07iommu: Remove comment of dev_has_feat in struct docYuan Can
2022-09-07dma-mapping: mark dma_supported staticChristoph Hellwig
2022-09-07wifi: brcmfmac: add 43439 SDIO ids and initializationMarek Vasut
2022-09-06bpf: Allow struct argument in trampoline based programsYonghong Song
2022-09-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2022-09-06fscrypt: stop using PG_error to track error statusEric Biggers
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-06cgroup: Remove CFTYPE_PRESSURETejun Heo
2022-09-06cgroup: Improve cftype add/rm error handlingTejun Heo
2022-09-06perf: Use sample_flags for txnKan Liang
2022-09-06perf: Use sample_flags for data_srcKan Liang
2022-09-06perf: Use sample_flags for weightKan Liang
2022-09-06perf: Use sample_flags for branch stackKan Liang
2022-09-06perf: Add sample_flags to indicate the PMU-filled sample dataKan Liang
2022-09-06efi/loongarch: Add efistub booting supportHuacai Chen
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter
2022-09-06Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg
2022-09-05iio: Add new event type gesture and use direction for single and double tapJagath Jog J
2022-09-05iio: Use per-device lockdep class for mlockVincent Whitchurch
2022-09-05PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to p...Vitaly Kuznetsov
2022-09-05lib/string_helpers: Introduce parse_int_array_user()Cezary Rojewski
2022-09-05bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Add percpu allocation support to bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Introduce any context BPF specific memory allocator.Alexei Starovoitov