summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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 Kicinski4-21/+48
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-17io_uring: fix multishot accept request leaksPavel Begunkov1-0/+3
2022-11-17Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-21/+39
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-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 Gleixner3-11/+7
2022-11-17PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner1-18/+11
2022-11-17genirq/msi: Add bus token to struct msi_domain_infoAhmed S. Darwish1-8/+11
2022-11-17genirq/irqdomain: Move bus token enum into a seperate headerThomas Gleixner2-21/+27
2022-11-17genirq/msi: Make __msi_domain_free_irqs() staticThomas Gleixner1-4/+0
2022-11-17genirq/msi: Provide msi_domain_ops:: Post_free()Thomas Gleixner1-0/+4
2022-11-17genirq/msi: Make __msi_domain_alloc_irqs() staticThomas Gleixner1-5/+2
2022-11-17genirq/msi: Remove filter from msi_free_descs_free_range()Thomas Gleixner1-3/+2
2022-11-17timerqueue: Use rb_entry_safe() in timerqueue_getnext()Barnabás Pőcze1-1/+1
2022-11-17pinconf-generic: clarify pull up and pull down config valuesNiyas Sait1-2/+4
2022-11-17tracing: Fix warning on variable 'struct trace_array'Aashish Sharma1-2/+2
2022-11-17blk-cgroup: Flush stats at blkgs destruction pathWaiman Long1-0/+1
2022-11-17fixp-arith: do not require users to include bug.hMatti Vaittinen1-0/+1
2022-11-17block: make blk_set_default_limits() privateKeith Busch1-1/+0
2022-11-17block: make dma_alignment a stacking queue_limitKeith Busch1-7/+8
2022-11-17block: remove delayed holder registrationChristoph Hellwig1-5/+0
2022-11-17tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)1-1/+1
2022-11-16wait: Return number of exclusive waiters awakenGabriel Krisman Bertazi1-1/+1
2022-11-16mempool: introduce mempool_is_saturatedPavel Begunkov1-0/+5
2022-11-16net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-23/+35
2022-11-16fbdev: Add support for the nomodeset kernel parameterThomas Zimmermann1-0/+9
2022-11-16drm/fb-helper: Schedule deferred-I/O worker after writing to framebufferThomas Zimmermann1-0/+1
2022-11-16udp: Introduce optional per-netns hash table.Kuniyuki Iwashima1-0/+2
2022-11-16wifi: wl1251: drop support for platform dataDmitry Torokhov1-44/+0
2022-11-16regset: make user_regset_copyin_ignore() *void*Sergey Shtylyov1-8/+7
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen2-7/+7
2022-11-15dev: Move received_rps counter next to RPS members in softnet dataToke Høiland-Jørgensen1-1/+1
2022-11-15gpiolib: add support for software nodesDmitry Torokhov1-0/+11
2022-11-15nvme: implement the DEAC bit for the Write Zeroes commandChristoph Hellwig1-0/+1
2022-11-15nvme: fine-granular CAP_SYS_ADMIN for nvme io commandsKanchan Joshi1-0/+1
2022-11-15kallsyms: Add self-test facilityZhen Lei1-0/+1
2022-11-15bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi2-13/+12