summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-11-17linux/export: clean up the IA-64 KSYM_FUNC macroLukas Bulwahn1-3/+1
2023-11-17rxrpc: Fix RTT determination to use any ACK as a sourceDavid Howells1-1/+1
2023-11-17net: linkmode: add linkmode_fill() helperRussell King (Oracle)1-0/+5
2023-11-17vxlan: add support for flowlabel inheritAlce Lafranque3-16/+36
2023-11-16device property: Add fwnode_property_match_property_string()Andy Shevchenko1-0/+12
2023-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni22-277/+122
2023-11-16media: v4l2-subdev: Fix a 64bit bugDan Carpenter1-1/+1
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-6/+19
2023-11-16Merge tag 'for-linus-6.7a-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+2
2023-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-7/+11
2023-11-16media: v4l2: Add ignore_streaming flagSebastian Fricke1-0/+7
2023-11-16treewide, spi: Get rid of SPI_MASTER_HALF_DUPLEXAndy Shevchenko1-2/+0
2023-11-16coresight-tpdm: Introduce TPDM subtype to TPDM driverTao Zhang1-0/+1
2023-11-16indirect_call_wrapper: Fix typo in INDIRECT_CALL_$NR kerneldocTobias Klauser1-1/+1
2023-11-16Merge tag 'nf-23-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-2/+2
2023-11-16net: sched: do not offload flows with a helper in act_ctXin Long1-0/+9
2023-11-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-3/+7
2023-11-16new helper: user_path_locked_at()Al Viro1-0/+1
2023-11-16power: supply: bq27xxx: Stop and start delayed work in suspend and resumeMarek Vasut1-0/+1
2023-11-15bpf: add register bounds sanity checks and sanitizationAndrii Nakryiko2-0/+4
2023-11-15bpf: generalize reg_set_min_max() to handle non-const register comparisonsAndrii Nakryiko1-0/+4
2023-11-15net/mlx5: Query maximum frequency adjustment of the PTP hardware clockRahul Rameshbabu1-1/+4
2023-11-15bpf: Do not allocate percpu memory at init stageYonghong Song1-1/+1
2023-11-15scsi: ufs: ufs-sysfs: Expose UFS power infoCan Guo1-2/+2
2023-11-15Merge drm/drm-next into drm-misc-nextMaxime Ripard587-4305/+14681
2023-11-15Merge branch 'tip/perf/urgent'Peter Zijlstra600-4361/+14892
2023-11-15cleanup: Add conditional guard supportPeter Zijlstra4-8/+70
2023-11-15sched/deadline: Introduce deadline serversPeter Zijlstra1-1/+21
2023-11-15sched: Remove vruntime from trace_sched_stat_runtime()Peter Zijlstra1-9/+6
2023-11-15sched: Unify runtime accounting across classesPeter Zijlstra1-1/+1
2023-11-15sched/eevdf: Sort the rbtree by virtual deadlineAbel Wu1-1/+1
2023-11-15sched/numa: Fix mm numa_scan_seq based unconditional scanRaghavendra K T1-0/+3
2023-11-15Merge tag 'hardening-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+6
2023-11-15perf/core: Fix cpuctx refcountingPeter Zijlstra1-5/+8
2023-11-14ASoC: rt5682s: Add LDO output selection for dacrefJack Yu1-0/+8
2023-11-14iosys-map: Rename locals used inside macrosMichaƂ Winiarski1-22/+22
2023-11-14netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter1-2/+2
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini5-26/+189
2023-11-14KVM: x86: Add support for "protected VMs" that can utilize private memorySean Christopherson1-0/+1
2023-11-14KVM: Allow arch code to track number of memslot address spaces per VMSean Christopherson1-6/+11
2023-11-14KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macroSean Christopherson1-1/+1
2023-11-14KVM: x86/mmu: Handle page fault for private memoryChao Peng2-2/+7
2023-11-14KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memorySean Christopherson2-1/+62
2023-11-14fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()Paolo Bonzini1-2/+2
2023-11-14drm/display/dp: Add helper function to get DSC bpp precisionAnkit Nautiyal1-0/+1
2023-11-14drm: Fix flip-task docsThomas Zimmermann1-3/+3
2023-11-14drm: Remove struct drm_flip_task from DRM interfacesThomas Zimmermann1-16/+2
2023-11-14drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann2-14/+20
2023-11-14drm/atomic-helper: Add format-conversion state to shadow-plane stateThomas Zimmermann1-0/+10
2023-11-14drm/format-helper: Cache buffers with struct drm_format_conv_stateThomas Zimmermann1-0/+51