summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-11-18stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-18random: add helpers for random numbers with given floor or rangeJason A. Donenfeld
2022-11-17firmware: tegra: Update BPMP ABIPeter De Schrijver
2022-11-17firmware: tegra: include IVC header file only onceManish Bhardwaj
2022-11-17Merge tag 'soc-fixes-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-17headers: Remove some left-over license text in include/uapi/linux/hsi/Christophe JAILLET
2022-11-17io_uring: fix multishot accept request leaksPavel Begunkov
2022-11-17virt: Add TDX guest driverKuppuswamy Sathyanarayanan
2022-11-17vmlinux.lds.h: add HEADERED_SECTION_* macrosJim Cromie
2022-11-17vmlinux.lds.h: fix BOUNDED_SECTION_(PRE|POST)_LABEL macrosJim Cromie
2022-11-17Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-11-17random: use rejection sampling for uniform bounded random integersJason A. Donenfeld
2022-11-17bpf: Pass map file to .map_update_batch directlyHou Tao
2022-11-17fbdev: Make fb_modesetting_disabled() static inlineThomas Zimmermann
2022-11-17KVM: Obey kvm.halt_poll_ns in VMs not using KVM_CAP_HALT_POLLDavid Matlack
2022-11-17KVM: arm64: PMU: Align chained counter implementation with architecture pseud...Marc Zyngier
2022-11-17genirq/msi: Remove msi_domain_ops:: Msi_check()Thomas Gleixner
2022-11-17PCI/MSI: Move pci_alloc_irq_vectors() to api.cAhmed S. Darwish
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner
2022-11-17PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner
2022-11-17genirq/msi: Add bus token to struct msi_domain_infoAhmed S. Darwish
2022-11-17genirq/irqdomain: Move bus token enum into a seperate headerThomas Gleixner
2022-11-17genirq/msi: Make __msi_domain_free_irqs() staticThomas Gleixner
2022-11-17genirq/msi: Provide msi_domain_ops:: Post_free()Thomas Gleixner
2022-11-17genirq/msi: Make __msi_domain_alloc_irqs() staticThomas Gleixner
2022-11-17genirq/msi: Remove filter from msi_free_descs_free_range()Thomas Gleixner
2022-11-17clocksource/drivers/hyper-v: Include asm/hyperv-tlfs.h not asm/mshyperv.hThomas Gleixner
2022-11-17timerqueue: Use rb_entry_safe() in timerqueue_getnext()Barnabás Pőcze
2022-11-17net: use struct_group to copy ip/ipv6 header addressesHangbin Liu
2022-11-17pinconf-generic: clarify pull up and pull down config valuesNiyas Sait
2022-11-16tracing: Fix warning on variable 'struct trace_array'Aashish Sharma
2022-11-16blk-cgroup: Flush stats at blkgs destruction pathWaiman Long
2022-11-16fixp-arith: do not require users to include bug.hMatti Vaittinen
2022-11-16block: make blk_set_default_limits() privateKeith Busch
2022-11-16block: make dma_alignment a stacking queue_limitKeith Busch
2022-11-16block: remove delayed holder registrationChristoph Hellwig
2022-11-16tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)
2022-11-16HID: bpf: return non NULL data pointer when CONFIG_HID_BPF is not setBenjamin Tissoires
2022-11-16clk: sunxi-ng: f1c100s: Add IR mod clockAndre Przywara
2022-11-16wait: Return number of exclusive waiters awakenGabriel Krisman Bertazi
2022-11-16mempool: introduce mempool_is_saturatedPavel Begunkov
2022-11-16l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki
2022-11-16net: add atomic_long_t to net_device_stats fieldsEric Dumazet
2022-11-16fbdev: Add support for the nomodeset kernel parameterThomas Zimmermann
2022-11-16drm: Move nomodeset kernel parameter to drivers/videoThomas Zimmermann
2022-11-16drm/fb-helper: Remove damage workerThomas Zimmermann
2022-11-16drm/fb-helper: Schedule deferred-I/O worker after writing to framebufferThomas Zimmermann
2022-11-16Merge branch 'for-linus' into for-nextTakashi Iwai
2022-11-16udp: Introduce optional per-netns hash table.Kuniyuki Iwashima