aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-12habanalabs/goya: move dma direction enum to uapi fileOded Gabbay1-0/+27
2022-07-12habanalabs/gaudi: notify user process on device unavailableTal Cohen1-5/+7
2022-07-12habanalabs: send an event notification when CS timeout occursTal Cohen1-0/+2
2022-07-12habanalabs: expose undefined opcode status via info ioctlTal Cohen1-0/+30
2022-07-12habanalabs/gaudi: collect undefined opcode error infoTal Cohen1-2/+6
2022-07-12habanalabs: align ioctl uapi structures to 64-bitDan Rapaport1-0/+1
2022-07-11bpf: Fix 'dubious one-bit signed bitfield' warningsMatthieu Baerts1-4/+4
2022-07-12Merge tag 'drm-misc-next-2022-07-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie6-12/+12
2022-07-11net/fq_impl: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2022-07-11tls: rx: add counter for NoPad violationsJakub Kicinski1-0/+1
2022-07-11tls: fix spelling of MIBJakub Kicinski1-1/+1
2022-07-11Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+10
2022-07-12Merge tag 'amd-drm-next-5.20-2022-07-05' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie3-4/+55
2022-07-11kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suitesDaniel Latypov2-8/+7
2022-07-11kunit: unify module and builtin suite definitionsJeremy Kerr2-43/+11
2022-07-11clk: sprd: Add dt-bindings include file for UMS512Cixi Geng1-0/+397
2022-07-11Merge tag 'mm-hotfixes-stable-2022-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-9/+9
2022-07-11Merge tag 'coresight-next-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux into char-misc-nextGreg Kroah-Hartman1-0/+2
2022-07-11fix race between exit_itimers() and /proc/pid/timersOleg Nesterov1-1/+1
2022-07-11Merge tag 'tegra-for-5.20-dt-bindings' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/dtArnd Bergmann4-0/+143
2022-07-11netfilter: nf_tables: move nft_cmp_fast_mask to where its usedFlorian Westphal1-10/+0
2022-07-11netfilter: nf_tables: add and use BE register load-store helpersFlorian Westphal1-0/+15
2022-07-11netfilter: h323: merge nat hook pointers into oneFlorian Westphal1-53/+56
2022-07-11netfilter: nf_conntrack: add missing __rcu annotationsFlorian Westphal2-2/+2
2022-07-11netfilter: nf_flow_table: count pending offload workqueue tasksVlad Buslov3-0/+41
2022-07-11net: Find dst with sk's xfrm policy not ctl_sksewookseo1-0/+2
2022-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller1-5/+9
2022-07-11Merge tag 'fpga-late-for-5.20-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga into char-misc-nextGreg Kroah-Hartman1-2/+22
2022-07-11Merge tag 'kvm-s390-pci-5.20' into kernelorgnextChristian Borntraeger4-2/+51
2022-07-11genirq: Allow irq_set_chip_handler_name_locked() to take a const irq_chipMichael Walle1-2/+3
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König1-85/+8
2022-07-11wifi: nl80211: fix sending link ID info of associated BSSVeerendranath Jakkam1-0/+2
2022-07-11Merge tag 'v5.19-rc6' into tip:x86/kdumpBorislav Petkov26-37/+78
2022-07-11KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devicesMatthew Rosato1-0/+31
2022-07-11vfio-pci/zdev: different maxstbl for interpreted devicesMatthew Rosato1-0/+4
2022-07-11vfio-pci/zdev: add function handle to clp base capabilityMatthew Rosato1-0/+3
2022-07-11vfio-pci/zdev: add open/close device hooksMatthew Rosato1-0/+10
2022-07-11KVM: s390: pci: provide routines for enabling/disabling interrupt forwardingMatthew Rosato1-1/+2
2022-07-11vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVMMatthew Rosato1-1/+1
2022-07-11Merge 5.19-rc6 into staging-nextGreg Kroah-Hartman37-106/+159
2022-07-11Merge 5.19-rc6 into char-misc-nextGreg Kroah-Hartman26-37/+78
2022-07-10XArray: Add calls to might_alloc()Matthew Wilcox (Oracle)1-0/+15
2022-07-10Merge tag 'char-misc-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+0
2022-07-10gpio: Remove dynamic allocation from populate_parent_alloc_arg()Marc Zyngier1-23/+19
2022-07-10Merge tag 'renesas-pinctrl-for-v5.20-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into develLinus Walleij3-2/+25
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski11-12/+93
2022-07-09netfilter: nf_tables: replace BUG_ON by element length checkPablo Neira Ayuso1-5/+9
2022-07-09drm/fb: Improve drm_framebuffer.offsets documentationGeert Uytterhoeven1-4/+4
2022-07-09drm/mode: Improve drm_mode_fb_cmd2 documentationGeert Uytterhoeven1-4/+4
2022-07-09drm/fourcc: Add DRM_FORMAT_D[1248]Geert Uytterhoeven1-0/+12