summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-09-25Merge tag 'char-misc-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+14
2021-09-25Merge tag 'usb-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+2
2021-09-25fortify: Allow strlen() and strnlen() to pass compile-time known lengthsKees Cook1-11/+38
2021-09-25fortify: Prepare to improve strnlen() and strlen() warningsKees Cook1-11/+11
2021-09-25fortify: Fix dropped strcpy() compile-time write overflow checkKees Cook1-1/+4
2021-09-25fortify: Move remaining fortify helpers into fortify-string.hKees Cook2-9/+7
2021-09-25compiler_types.h: Remove __compiletime_object_size()Kees Cook3-8/+1
2021-09-25stddef: Introduce struct_group() helper macroKees Cook1-0/+48
2021-09-25stddef: Fix kerndoc for sizeof_field() and offsetofend()Kees Cook1-2/+2
2021-09-25mm/debug: sync up latest migrate_reason to migrate_reason_namesWeizhao Ouyang1-1/+5
2021-09-25mm: fs: invalidate bh_lrus for only cold pathMinchan Kim1-2/+2
2021-09-24net: phy: broadcom: Fix PHY_BRCM_IDDQ_SUSPEND definitionFlorian Fainelli1-1/+1
2021-09-24Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner1-1/+1
2021-09-24brcmfmac: Replace zero-length array with flexible array memberLen Baker1-1/+1
2021-09-24Merge tag 'kvmarm-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-0/+6
2021-09-23Merge tag 'for-linus-rseq' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-7/+22
2021-09-23Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-2/+5
2021-09-23driver core: fw_devlink: Add support for FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADDSaravana Kannan1-3/+8
2021-09-23platform/chrome: cros_ec_proto: Fix check_features ret valPrashant Malani1-1/+1
2021-09-23KVM: Remove tlbs_dirtyLai Jiangshan1-1/+0
2021-09-23net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...Vladimir Oltean1-14/+1
2021-09-23net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driverVladimir Oltean1-15/+14
2021-09-23net: dsa: sja1105: remove sp->dpVladimir Oltean1-1/+0
2021-09-23firmware: zynqmp: Add MMIO read and write support for PS_MODE pinPiyush Mehta1-0/+14
2021-09-23lib: devres: Add managed arch_io_reserve_memtype_wc()Thomas Zimmermann1-0/+3
2021-09-23lib: devres: Add managed arch_phys_wc_add()Thomas Zimmermann1-0/+2
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby1-2/+2
2021-09-22tty: remove file from tty_mode_ioctlJiri Slaby1-2/+1
2021-09-22tty: make tty_ldisc_ops::hangup return voidJiri Slaby1-1/+1
2021-09-22tty: remove extern from functions in tty headersJiri Slaby4-95/+94
2021-09-22tty: remove flags from struct tty_ldisc_opsJiri Slaby1-3/+0
2021-09-22KVM: x86: Query vcpu->vcpu_idx directly and drop its accessorSean Christopherson1-5/+0
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson1-0/+2
2021-09-22irqdomain: Change the type of 'size' in __irq_domain_add() to be consistentBixuan Cui1-1/+1
2021-09-22Merge tag 'drm-misc-next-2021-09-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie5-143/+110
2021-09-22soc: qcom: aoss: Expose send for generic usecaseDeepak Kumar Singh1-0/+38
2021-09-21libnvdimm/labels: Add uuid helpersDan Williams1-2/+2
2021-09-21PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran1-1/+1
2021-09-21cpumask: Omit terminating null byte in cpumap_print_{list,bitmask}_to_bufTobias Klauser1-3/+4
2021-09-21net: phy: broadcom: Add IDDQ-SR modeFlorian Fainelli1-0/+8
2021-09-21bus: ti-sysc: Handle otg force idle quirkTony Lindgren1-0/+1
2021-09-21bus: ti-sysc: Add quirk handling for reset on re-initTony Lindgren1-0/+1
2021-09-21bus: ti-sysc: Add quirk handling for reinit on context lostTony Lindgren1-0/+1
2021-09-21fscrypt: remove fscrypt_operations::max_namelenEric Biggers1-3/+0
2021-09-20x86/fault: Fix wrong signal when vsyscall fails with pkeyJiashuo Liang1-0/+2
2021-09-20misc_cgroup: remove error log to avoid log floodChunguang Xu1-1/+0
2021-09-20misc_cgroup: introduce misc.events to count failuresChunguang Xu1-0/+5
2021-09-20KVM: arm64: Fix PMU probe orderingMarc Zyngier1-0/+6
2021-09-20lsm,io_uring: add LSM hooks to io_uringPaul Moore3-0/+34