summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-11-14xen/events: reduce externally visible helper functionsJuergen Gross1-2/+2
2023-11-14batman-adv: mcast: implement multicast packet reception and forwardingLinus Lüssing1-6/+39
2023-11-14Revert "drm/sched: Define pr_fmt() for DRM using pr_*()"Luben Tuikov1-14/+0
2023-11-13drm/gpuvm: track/lock/validate external/evicted objectsDanilo Krummrich1-0/+250
2023-11-13drm/gpuvm: add an abstraction for a VM / BO combinationDanilo Krummrich2-21/+196
2023-11-13drm/gpuvm: reference count drm_gpuvm structuresDanilo Krummrich1-1/+30
2023-11-13drm/gpuvm: add drm_gpuvm_flags to drm_gpuvmDanilo Krummrich1-0/+16
2023-11-13drm/gpuvm: add common dma-resv per struct drm_gpuvmDanilo Krummrich1-0/+33
2023-11-13drm/gpuvm: export drm_gpuvm_range_valid()Danilo Krummrich1-0/+1
2023-11-13drm/gpuvm: convert WARN() to drm_WARN() variantsDanilo Krummrich1-0/+7
2023-11-13Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+16
2023-11-13xen/events: remove unused functionsJuergen Gross1-4/+0
2023-11-13firmware: arm_ffa: Declare ffa_bus_type structure in the headerSudeep Holla1-0/+2
2023-11-13net: mdio: fix typo in headerMarek Behún1-1/+1
2023-11-13mm: Add AS_UNMOVABLE to mark mapping as completely unmovableSean Christopherson1-1/+18
2023-11-13KVM: Introduce per-page memory attributesChao Peng2-0/+32
2023-11-13KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspaceChao Peng2-0/+19
2023-11-13KVM: Introduce KVM_SET_USER_MEMORY_REGION2Sean Christopherson2-2/+15
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson2-3/+4
2023-11-13KVM: Use gfn instead of hva for mmu_notifier_retryChao Peng1-12/+21
2023-11-13RDMA/bnxt_re: Remove roundup_pow_of_two depth for all hardware queue resourcesChandramohan Akula1-0/+9
2023-11-13lsm: consolidate buffer size handling into lsm_fill_user_ctx()Paul Moore1-4/+5
2023-11-13lsm: drop LSM_ID_IMAPaul Moore1-8/+7
2023-11-13LSM: Helpers for attribute names and filling lsm_ctxCasey Schaufler1-0/+14
2023-11-13LSM: wireup Linux Security Module syscallsCasey Schaufler1-1/+8
2023-11-13LSM: Create lsm_list_modules system callCasey Schaufler1-0/+1
2023-11-13LSM: syscalls for current process attributesCasey Schaufler5-0/+65
2023-11-13proc: Use lsmids instead of lsm names for attrsCasey Schaufler1-6/+5
2023-11-13LSM: Maintain a table of LSM attribute dataCasey Schaufler1-0/+2
2023-11-13LSM: Identify modules by more than nameCasey Schaufler2-2/+68
2023-11-13regulator: Implement uv_survival_time for handling under-voltage eventsOleksij Rempel1-0/+8
2023-11-13regulator: Introduce handling for system-critical under-voltage eventsOleksij Rempel1-0/+10
2023-11-13ASoC: SOF: Add support for configuring PDM interface from topologyDaniel Baluta3-0/+13
2023-11-13cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked()Waiman Long1-0/+7
2023-11-13workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_un...Waiman Long1-1/+1
2023-11-11drm/uapi: add explicit virtgpu context debug nameGurchetan Singh1-0/+2
2023-11-11hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2-2/+3
2023-11-11Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2023-11-10Merge tag 'spi-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2023-11-10Merge tag 'mmc-v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-0/+2
2023-11-10Merge tag 'pwm/for-6.7-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-11-10Merge tag 'block-6.7-2023-11-10' of git://git.kernel.dk/linuxLinus Torvalds2-10/+2
2023-11-10Merge tag 'dma-mapping-6.7-2023-11-10' of git://git.infradead.org/users/hch/d...Linus Torvalds1-14/+5
2023-11-10bpf: Add crosstask check to __bpf_get_stackJordan Rome1-0/+3
2023-11-10Merge tag 'lsm-pr-20231109' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds4-73/+50
2023-11-10Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-149/+0
2023-11-10Merge branch 'for-6.8-bpf' of https://git.kernel.org/pub/scm/linux/kernel/git...Alexei Starovoitov2-1/+4
2023-11-10compiler-gcc: Suppress -Wmissing-prototypes warning for all supported GCCYafang Shao1-1/+1
2023-11-10spi: Fix null dereference on suspendMark Hasemeyer1-0/+1