aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-16Merge tag 'tty-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+5
2022-07-16iio: trigger: move trig->owner init to trigger allocate() stageDmitry Rokosov2-14/+16
2022-07-16fs: remove no_llseekJason A. Donenfeld1-1/+1
2022-07-16Merge tag 'extcon-next-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-nextGreg Kroah-Hartman1-0/+2
2022-07-16Merge tag 'icc-5.20-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-nextGreg Kroah-Hartman1-0/+7
2022-07-15net: ipv4: new arp_accept option to accept garp only if in-networkJaehee Park1-1/+1
2022-07-15tracing/events: Add __vstring() and __assign_vstr() helper macrosSteven Rostedt (Google)1-0/+18
2022-07-15acl: make posix_acl_clone() available to overlayfsChristian Brauner1-0/+1
2022-07-15acl: move idmapped mount fixup into vfs_{g,s}etxattr()Christian Brauner2-13/+23
2022-07-15mnt_idmapping: add vfs[g,u]id_into_k[g,u]id()Christian Brauner1-0/+26
2022-07-15Merge tag 'ovl-fixes-5.19-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into fs.idmapped.overlay.aclChristian Brauner18-73/+78
2022-07-15security: Add LSM hook to setgroups() syscallMicah Morton3-0/+15
2022-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+10
2022-07-15Merge tag 'ceph-for-5.19-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2022-07-15firmware: arm_scmi: Get detailed power scale from perfLukasz Luba1-1/+7
2022-07-15PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba1-16/+38
2022-07-15Merge tag 'soc-fixes-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2022-07-15kexec, KEYS: make the code in bzImage64_verify_sig genericCoiby Xu1-0/+7
2022-07-15kexec: clean up arch_kexec_kernel_verify_sigCoiby Xu1-5/+0
2022-07-15kexec: drop weak attribute from functionsNaveen N. Rao1-4/+28
2022-07-15kexec_file: drop weak attribute from functionsNaveen N. Rao1-6/+38
2022-07-15drivers/base: fix userspace break from using bin_attributes for cpumap and cpulistPhil Auld1-0/+18
2022-07-15firmware: stratix10-svc: fix kernel-doc warningDinh Nguyen1-1/+2
2022-07-15Merge tag 'asoc-v5.20' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai2-0/+40
2022-07-15lib/cpumask: move some one-line wrappers to header fileYury Norov1-3/+31
2022-07-15headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h>Ingo Molnar2-343/+350
2022-07-15headers/deps: mm: Optimize <linux/gfp.h> header dependenciesIngo Molnar1-3/+0
2022-07-15lib/cpumask: move trivial wrappers around find_bit to the headerYury Norov1-3/+54
2022-07-15lib/cpumask: change return types to unsigned where appropriateYury Norov1-7/+7
2022-07-15cpumask: change return types to bool where appropriateYury Norov1-12/+12
2022-07-15lib/bitmap: change type of bitmap_weight to unsigned longYury Norov1-2/+3
2022-07-15platform/chrome: Add Type-C mux set command definitionsPrashant Malani1-0/+18
2022-07-15ACPI: utils: Add api to read _SUB from ACPIStefan Binding1-0/+6
2022-07-15wifi: mac80211: Align with Draft P802.11be_D2.0Ilan Peer1-8/+15
2022-07-15wifi: mac80211: Align with Draft P802.11be_D1.5Ilan Peer1-16/+36
2022-07-15iommu/amd: Introduce function to check and enable SNPBrijesh Singh1-0/+4
2022-07-15iommu/vt-d: Make DMAR_UNITS_SUPPORTED default 1024Lu Baolu1-5/+1
2022-07-15iommu/vt-d: Move include/linux/intel-iommu.h under iommuLu Baolu1-831/+0
2022-07-15x86/boot/tboot: Move tboot_force_iommu() to Intel IOMMULu Baolu1-2/+0
2022-07-15iommu/vt-d: Remove unnecessary exported symbolLu Baolu1-1/+0
2022-07-15iommu: remove the put_resv_regions methodChristoph Hellwig1-4/+0
2022-07-15iommu: remove iommu_dev_feature_enabledChristoph Hellwig1-9/+0
2022-07-15iommu: remove the unused dev_has_feat methodChristoph Hellwig1-3/+1
2022-07-15Merge tag 'soundwire-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire into char-misc-nextGreg Kroah-Hartman1-6/+2
2022-07-14Merge tag 'mlx5-updates-2022-07-13' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxJakub Kicinski2-4/+22
2022-07-15extcon: Add EXTCON_DISP_CVBS and EXTCON_DISP_EDPMichael Wu1-0/+2
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-24/+39
2022-07-14lib/bitmap: change return types to bool where appropriateYury Norov1-4/+4
2022-07-14PCI: loongson: Add ACPI init supportHuacai Chen1-0/+1
2022-07-14platform/x86: asus-wmi: Add mic-mute LED classdev supportPaddyKP_Yao1-0/+1