summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2026-07-16scsi: zorro: Simplify storing pointers in device id structUwe Kleine-König (The Capable Hub)
2026-07-16bpf: Fix tracing of kfuncs with implicit argsIhor Solodrai
2026-07-16net/mlx5: Add PSP related fields to the mlx5_ifcCosmin Ratiu
2026-07-16net/mlx5: Drop redundant esw_cap, reuse e_switch_capShay Drory
2026-07-16smp: Use task-local IPI cpumask in smp_call_function_many_cond()Chuyi Zhou
2026-07-16smp: Refactor remote CPU selection in smp_call_function_any()Chuyi Zhou
2026-07-16can: peak: Modification of references to email accounts being deletedStéphane Grosjean
2026-07-15srcu: expose srcu_readers_active()Onur Özkan
2026-07-15srcu: make init_srcu_struct() consistently wrap __init_srcu_struct()Onur Özkan
2026-07-15remoteproc: qcom: Check subdev start status in rproc_stop()Jingyi Wang
2026-07-15remoteproc: core: Attach rproc asynchronously in rproc_add() path via schedul...Jingyi Wang
2026-07-15PCI: vmd: Add feature to scan BIOS-enumerated devicesNirmal Patel
2026-07-15cpufreq: intel_pstate: Adjust the .adjust_perf() driver callbackRafael J. Wysocki
2026-07-15sched/psi: Create the psimon kthread outside of cgroup_mutexTejun Heo
2026-07-15cpu/hotplug: Remove CPUHP_AP_ARM_CORESIGHT_CTI_STARTINGZenghui Yu
2026-07-15calibrate: Rework delay timer calibrationThomas Gleixner
2026-07-15Merge tag 'kvmarm-fixes-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2026-07-15bpf, sockmap: Account for receive queue in FIONREAD without a verdict programMattia Meleleo
2026-07-15bpf: Unify helper and kfunc call argument metaAmery Hung
2026-07-15bpf: Unify helper and kfunc allocation-size argument handlingAmery Hung
2026-07-15bpf: Factor out raw_mode-related fields in bpf_call_arg_metaAmery Hung
2026-07-15vdso: Rename HAVE_GENERIC_VDSO to VDSO_DATASTOREThomas Weißschuh
2026-07-15gpiolib: remove trailing comma from sentinel in GPIO_LOOKUP_SINGLEDmitry Torokhov
2026-07-15container_of: remove local __mptr variableVincent Mailhol
2026-07-15container_of: remove useless pair of parenthesesVincent Mailhol
2026-07-15container_of: apply typeof_member() to container_of()Vincent Mailhol
2026-07-14firmware: stratix10-svc: handle NO_RESPONSE in async pollAdrian Ng Ho Yin
2026-07-14mm/slab: prevent unbounded recursion in free path with new kmalloc typeHarry Yoo (Oracle)
2026-07-14vfio: Enable cdev noiommu mode under iommufdJacob Pan
2026-07-14lib/alloc_tag: introduce mem_alloc_profiling_permanently_disabled()Harry Yoo (Oracle)
2026-07-14mm/slab: decouple SLAB_NO_SHEAVES from SLAB_NO_OBJ_EXTHarry Yoo (Oracle)
2026-07-14entry: Fix seccomp bypass after ptrace with TSYNCJinjie Ruan
2026-07-13sched_ext: Tie cpu occupancy to SCX_CAP_BASE through the task sliceTejun Heo
2026-07-13sched_ext: Track the cpu a task is runnable onTejun Heo
2026-07-13sched_ext: Add reject DSQ for cap-rejected dispatchesTejun Heo
2026-07-13misc: rtsx_usb: avoid USB I/O in runtime autosuspendSean Rhodes
2026-07-13Merge 7.2-rc3 into tty-nextGreg Kroah-Hartman
2026-07-13Merge 7.2-rc3 into usb-nextGreg Kroah-Hartman
2026-07-12Merge tag 'char-misc-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-07-12Merge tag 'trace-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-07-12ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_sysca...Thomas Gleixner
2026-07-12seccomp, treewide: Rename and convert __secure_computing() to return booleanJinjie Ruan
2026-07-12entry: Use syscall number instead of rereading itThomas Gleixner
2026-07-12entry: Remove syscall_enter_from_user_mode()Thomas Gleixner
2026-07-12entry: Provide [syscall_]enter_from_user_mode_randomize_stack()Thomas Gleixner
2026-07-12randomize_kstack: Provide add_random_kstack_offset_irqsoff()Thomas Gleixner
2026-07-12RDMA: Change capability fields in ib_device_attr from int to u32Erni Sri Satya Vennela
2026-07-11kobject: Allow the constification of kobject attributesThomas Weißschuh
2026-07-11kobject: Provide macros to initialize 'struct kobj_attribute'Thomas Weißschuh
2026-07-11net: Call unregister_netdevice_many() per netns.Kuniyuki Iwashima