summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-11-18crypto: hisilicon/qm - modify the process of regs dfxKai Ye1-4/+4
2022-11-18crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu1-0/+8
2022-11-18crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set()Xiongfeng Wang1-2/+4
2022-11-18hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld1-1/+1
2022-11-18Merge tag 'intel-pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij1-1/+9
2022-11-18efi/cper, cxl: Decode CXL Error LogSmita Koralahalli1-0/+22
2022-11-18efi: x86: Move EFI runtime map sysfs code to arch/x86Ard Biesheuvel1-28/+0
2022-11-18efi: memmap: Move manipulation routines into x86 arch treeArd Biesheuvel1-9/+1
2022-11-18efi: memmap: Move EFI fake memmap support into x86 arch treeArd Biesheuvel1-6/+0
2022-11-18efi: libstub: Implement devicepath support for initrd commandline loaderArd Biesheuvel1-0/+6
2022-11-18Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel1-2/+1
2022-11-18Input: max8997 - convert to modern way to get a reference to a PWMUwe Kleine-König1-3/+0
2022-11-18sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.hXin Long2-5/+5
2022-11-18sctp: change to include linux/sctp.h in net/sctp/checksum.hXin Long1-1/+1
2022-11-18devlink: Allow to set up parent in devl_rate_leaf_create()Michal Wilczynski1-1/+3
2022-11-18devlink: Enable creation of the devlink-rate nodes from the driverMichal Wilczynski1-0/+3
2022-11-18devlink: Introduce new attribute 'tx_weight' to devlink-rateMichal Wilczynski2-0/+7
2022-11-18devlink: Introduce new attribute 'tx_priority' to devlink-rateMichal Wilczynski2-0/+7
2022-11-18net: dsa: stop exposing tag proto module helpers to the worldVladimir Oltean1-70/+0
2022-11-18ethtool: doc: clarify what drivers can implement in their get_drvinfo()Vincent Mailhol2-10/+8
2022-11-18bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}Kumar Kartikeya Dwivedi1-0/+5
2022-11-18bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi2-8/+15
2022-11-18bpf: Rewrite kfunc argument handlingKumar Kartikeya Dwivedi3-14/+30
2022-11-18bpf: Allow locking bpf_spin_lock global variablesKumar Kartikeya Dwivedi1-1/+15
2022-11-18bpf: Verify ownership relationships for user BTF typesKumar Kartikeya Dwivedi2-0/+2
2022-11-18bpf: Recognize lock and list fields in allocated objectsKumar Kartikeya Dwivedi2-0/+42
2022-11-18bpf: Introduce allocated objects supportKumar Kartikeya Dwivedi1-0/+11
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-31/+72
2022-11-18random: always mix cycle counter in add_latent_entropy()Jason A. Donenfeld1-3/+3
2022-11-18hw_random: use add_hwgenerator_randomness() for early entropyJason A. Donenfeld1-1/+1
2022-11-18random: remove early archrandom abstractionJason A. Donenfeld1-20/+0
2022-11-18stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld2-19/+19
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2-2/+2
2022-11-18random: add helpers for random numbers with given floor or rangeJason A. Donenfeld1-0/+25
2022-11-18firmware: tegra: Update BPMP ABIPeter De Schrijver1-442/+1354
2022-11-18firmware: tegra: include IVC header file only onceManish Bhardwaj1-0/+1
2022-11-18Merge tag 'soc-fixes-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+4
2022-11-18headers: Remove some left-over license text in include/uapi/linux/hsi/Christophe JAILLET2-28/+0
2022-11-17io_uring: fix multishot accept request leaksPavel Begunkov1-0/+3
2022-11-17virt: Add TDX guest driverKuppuswamy Sathyanarayanan1-0/+42
2022-11-17vmlinux.lds.h: add HEADERED_SECTION_* macrosJim Cromie1-0/+15
2022-11-17vmlinux.lds.h: fix BOUNDED_SECTION_(PRE|POST)_LABEL macrosJim Cromie1-8/+6
2022-11-17Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-28/+50
2022-11-17random: use rejection sampling for uniform bounded random integersJason A. Donenfeld2-16/+42
2022-11-17bpf: Pass map file to .map_update_batch directlyHou Tao1-2/+3
2022-11-17KVM: Obey kvm.halt_poll_ns in VMs not using KVM_CAP_HALT_POLLDavid Matlack1-0/+1
2022-11-17KVM: arm64: PMU: Align chained counter implementation with architecture pseud...Marc Zyngier1-2/+0
2022-11-17genirq/msi: Remove msi_domain_ops:: Msi_check()Thomas Gleixner1-4/+0
2022-11-17PCI/MSI: Move pci_alloc_irq_vectors() to api.cAhmed S. Darwish1-4/+11
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner4-13/+9