summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-15Merge tag 'hardening-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-08-15string_choices: Add wrapper for str_down_up()Kees Cook
2024-08-15lib/string_choices: Add str_up_down() helperMichal Wajdeczko
2024-08-15context_tracking: Tag context_tracking_enabled_this_cpu() __always_inlineSean Christopherson
2024-08-15rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs()Valentin Schneider
2024-08-15context_tracking, rcu: Rename rcu_dynticks_curr_cpu_in_eqs() into rcu_is_watc...Valentin Schneider
2024-08-14firmware: qcom: qseecom: remove unused functionsBartosz Golaszewski
2024-08-14Merge tag 'v6.11-rc3' into trace/ring-buffer/coreSteven Rostedt
2024-08-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-08-15locking/csd_lock: Provide an indication of ongoing CSD-lock stallPaul E. McKenney
2024-08-14i2c: Use IS_REACHABLE() for substituting empty ACPI functionsRichard Fitzgerald
2024-08-14binfmt_elf: mseal address zeroJeff Xu
2024-08-14KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)Sean Christopherson
2024-08-14Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-08-14rcu/tasks: Add detailed grace-period and barrier diagnosticsPaul E. McKenney
2024-08-14rcu-tasks: Remove RCU Tasks Rude asynchronous APIsPaul E. McKenney
2024-08-13bpf: switch maps to CLASS(fd, ...)Al Viro
2024-08-13iavf: add support for offloading tc U32 cls filtersAhmed Zaki
2024-08-13virtchnl: support raw packet in protocol headerJunfeng Guo
2024-08-13Merge remote-tracking branch 'vfs/stable-struct_fd'Andrii Nakryiko
2024-08-13workqueue: Add interface for user-defined workqueue lockdep mapMatthew Brost
2024-08-13regmap IRQ support for devices with multiple IRQsMark Brown
2024-08-13printk/panic: Allow cpu backtraces to be written into ringbuffer during panicRyo Takakura
2024-08-13vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng
2024-08-13regmap: Allow setting IRQ domain name suffixMatti Vaittinen
2024-08-13net: netpoll: extract core of netpoll_cleanupBreno Leitao
2024-08-13iommu: Remove unused declaration iommu_sva_unbind_gpasid()Yue Haibing
2024-08-13usb: gadget: configfs: Constify struct config_item_typeChristophe JAILLET
2024-08-13usb: gadget: configfs: Make check_user_usb_string() staticChristophe JAILLET
2024-08-13net: stmmac: Move the atds flag to the stmmac_dma_cfg structureYanteng Si
2024-08-12add struct fd constructors, get rid of __to_fd()Al Viro
2024-08-12struct fd: representation changeAl Viro
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-12bpf: Fix updating attached freplace prog in prog_array mapLeon Hwang
2024-08-12netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flagsDavid Howells
2024-08-12file: fix typo in take_fd() commentMathias Krause
2024-08-12lsm: add the inode_free_security_rcu() LSM implementation hookPaul Moore
2024-08-12lsm: cleanup lsm_hooks.hPaul Moore
2024-08-12srcu: faster gp seq wrap-aroundJP Kobryn
2024-08-12Merge 6.11-rc3 into usb-nextGreg Kroah-Hartman
2024-08-12Merge 6.11-rc3 into tty-nextGreg Kroah-Hartman
2024-08-12Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-08-12platform/x86/intel/vsec: Add PMT read callbacksDavid E. Box
2024-08-12platform/x86/intel/vsec.h: Move to include/linuxDavid E. Box
2024-08-12ethtool: rss: don't report key if device doesn't support itJakub Kicinski
2024-08-12ethtool: make ethtool_ops::cap_rss_ctx_supported optionalJakub Kicinski
2024-08-12memory: ti-aemif: remove platform data supportBartosz Golaszewski
2024-08-12Merge tag 'spi-acpi-lookup-dummy' of https://git.kernel.org/pub/scm/linux/ker...Takashi Iwai
2024-08-11mm/memblock: introduce a new helper memblock_estimated_nr_free_pages()Wei Yang