summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann1-0/+4
2023-11-10pwm: Fix double shift bugDan Carpenter1-2/+2
2023-11-10drm/panelreplay: dpcd register definition for panelreplayAnimesh Manna1-0/+23
2023-11-10bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko1-2/+6
2023-11-10bpf: Use named fields for certain bpf uapi structsYonghong Song1-16/+7
2023-11-10bpf: Move GRAPH_{ROOT,NODE}_MASK macros into btf_field_type enumDave Marchevsky1-2/+2
2023-11-10bpf: Add __bpf_dynptr_data* for in kernel useSong Liu1-0/+2
2023-11-10drm/sched: implement dynamic job-flow controlDanilo Krummrich1-6/+22
2023-11-10drm/sched: Define pr_fmt() for DRM using pr_*()Luben Tuikov1-0/+14
2023-11-10Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds8-28/+46
2023-11-10drm/sched: Qualify drm_sched_wakeup() by drm_sched_entity_is_ready()Luben Tuikov1-1/+1
2023-11-10cgroup: Add a new helper for cgroup1 hierarchyYafang Shao1-1/+3
2023-11-10cgroup: Make operations on the cgroup root_list RCU safeYafang Shao1-0/+1
2023-11-10Merge tag 'input-for-v6.7-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2023-11-10Merge tag 'linux-watchdog-6.7-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds1-0/+92
2023-11-10Merge tag 'pwm/for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-18/+6
2023-11-10Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-159/+25
2023-11-09drm/eld: add helpers to modify the SADs of an ELDJani Nikula1-0/+5
2023-11-09drm/edid: include drm_eld.h only where requiredJani Nikula1-1/+0
2023-11-09drm/eld: replace uint8_t with u8Jani Nikula1-7/+7
2023-11-09drm/edid: split out drm_eld.h from drm_edid.hJani Nikula2-148/+160
2023-11-09btrfs: make OWNER_REF_KEY type value smallest among inline refsBoris Burkov1-8/+16
2023-11-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+11
2023-11-09net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov1-13/+17
2023-11-09Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-1/+3
2023-11-08lsm: fix default return value for inode_getsecctxOndrej Mosnacek1-1/+1
2023-11-08lsm: fix default return value for vm_enough_memoryOndrej Mosnacek1-1/+1
2023-11-08stackleak: add declarations for global functionsArnd Bergmann1-0/+6
2023-11-08nvme: keyring: fix conditional compilationHannes Reinecke1-8/+0
2023-11-08accel/ivpu: Remove support for uncached buffersJacek Lawrynowicz1-1/+1
2023-11-08drm/dp: Add helpers to calculate the link BW overheadImre Deak1-0/+11
2023-11-08drm/dp_mst: Add HBLANK expansion quirk for Synaptics MST hubsImre Deak1-0/+7
2023-11-08drm/dp: Add DP_HBLANK_EXPANSION_CAPABLE and DSC_PASSTHROUGH_EN DPCD flagsImre Deak1-0/+2
2023-11-08drm/dp_mst: Factor out a helper to check the atomic state of a topology managerImre Deak1-0/+4
2023-11-08drm/dp_mst: Add helper to determine if an MST port is downstream of another portImre Deak1-0/+3
2023-11-08drm/dp_mst: Fix fractional DSC bpp handlingVille Syrjälä1-1/+1
2023-11-08Merge tag 'drm-next-2023-11-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-55/+10
2023-11-08Merge tag 'gpio-pinctrl-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm...Linus Torvalds2-28/+36
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-3/+47
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-3/+9
2023-11-07nvme: common: make keyring and auth separate modulesArnd Bergmann1-1/+1
2023-11-07Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds16-423/+131
2023-11-06nvme-auth: auth success1 msg always includes respMark O'Donovan1-1/+1
2023-11-06Revert "usb: phy: add usb phy notify port status API"Johan Hovold1-13/+0
2023-11-06nfsd: regenerate user space parsers after ynl-gen changesJakub Kicinski1-3/+3
2023-11-06dma-mapping: move dma_addressing_limited() out of lineJia He1-14/+5
2023-11-06Merge tag 'amd-drm-next-6.7-2023-11-03' of https://gitlab.freedesktop.org/agd...Dave Airlie1-0/+5
2023-11-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds7-16/+95
2023-11-05Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+5
2023-11-05Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+3