summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-05-26mtd: spi-nor: Create a local SR cacheMiquel Raynal1-0/+2
2026-05-26mtd: spi-nor: Improve opcodes documentationMiquel Raynal1-2/+2
2026-05-26include: Remove unused jz4740-battery.hCosta Shulyupin1-15/+0
2026-05-26include: Remove unused jz4740-adc.hCosta Shulyupin1-33/+0
2026-05-26genirq: Add rcuref count to struct irq_descThomas Gleixner1-0/+2
2026-05-26genirq: Cache the condition for /proc/interrupts exposureThomas Gleixner1-0/+1
2026-05-26genirq/proc: Utilize irq_desc::tot_count to avoid evaluationThomas Gleixner1-3/+3
2026-05-26genirq/proc: Avoid formatting zero counts in /proc/interruptsThomas Gleixner1-0/+1
2026-05-26firmware: meson: sm: Thermal calibration read via secure monitorRonald Claveau1-0/+3
2026-05-26exec: free the old mm outside the exec locksChristian Brauner1-0/+1
2026-05-26exec_state: relocate dumpable informationChristian Brauner (Amutable)6-44/+15
2026-05-26ptrace: add ptracer_access_allowed()Christian Brauner (Amutable)1-0/+1
2026-05-26exec: introduce struct task_exec_stateChristian Brauner (Amutable)2-0/+33
2026-05-26sched/coredump: introduce enum task_dumpableChristian Brauner (Amutable)2-5/+12
2026-05-26kho: fix KHO_TREE_MAX_DEPTH for non-4KB page sizesGeorge Guo1-1/+1
2026-05-26irqchip/riscv-imsic: Add nr_guest_files in per-HART local configGuo Ren (Alibaba DAMO Academy)1-1/+4
2026-05-25net/mlx5: Add SPF function type for page managementMoshe Shemesh1-0/+1
2026-05-25Merge branch 'arena_direct_access' of git://git.kernel.org/pub/scm/linux/kern...Tejun Heo187-3088/+2929
2026-05-25remoteproc: use rsc_table_for_each_entry() in rproc_handle_resources()Mukesh Ojha1-0/+53
2026-05-25remoteproc: Move resource table data structure to its own headerMukesh Ojha2-268/+307
2026-05-25Merge branch 'arena_direct_access'Alexei Starovoitov3-0/+58
2026-05-25firmware: zynqmp: Add dynamic CSU register discovery and sysfs interfaceRonak Jain1-1/+3
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov30-79/+411
2026-05-25ASoC: add shared BCLK rate constraint for cross-DAI coordinationMark Brown12-29/+350
2026-05-25Merge branch 'for-linus' into for-nextTakashi Iwai26-130/+364
2026-05-25Merge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich50-174/+787
2026-05-25regulator: add support for SGM3804 Dual Output driverMark Brown36-159/+714
2026-05-24netfilter: x_tables: disable 32bit compat interface in user namespacesFlorian Westphal1-0/+17
2026-05-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-4/+9
2026-05-24rcu: Document rcu_access_pointer() feeding into cmpxchg()Paul E. McKenney1-5/+7
2026-05-24srcu: Fix kerneldoc header comment typo in srcu_down_read_fast()Paul E. McKenney1-1/+1
2026-05-24torture: Add torture_sched_set_normal() for user-specified nice valuesPaul E. McKenney1-0/+1
2026-05-23Merge tag 'driver-core-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2026-05-23PCI: Indicate context lost if L1SS exit is broken during resume from system s...Manivannan Sadhasivam1-0/+2
2026-05-23char: dtlk: remove driver for ISA speech synthesizer cardEthan Nelson-Moore1-86/+0
2026-05-23PCI: Add pci_suspend_retains_context() to check if device state is preserved ...Manivannan Sadhasivam1-0/+7
2026-05-23bpf/arena: Add bpf_arena_map_kern_vm_start() and bpf_prog_arena()Tejun Heo1-0/+2
2026-05-23bpf: Add bpf_struct_ops_for_each_prog()Tejun Heo1-0/+3
2026-05-23bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callersTejun Heo1-0/+8
2026-05-23bpf: Recover arena kernel faults with scratch pageKumar Kartikeya Dwivedi2-0/+20
2026-05-23mm: Add ptep_try_set() for lockless empty-slot installsTejun Heo1-0/+25
2026-05-23dpll: change dpll_netdev_pin_handle_size() to assume DPLL_A_PIN_ID will be usedEric Dumazet1-2/+7
2026-05-23Merge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2026-05-22cpufreq: Avoid redundant target() calls for unchanged limitsViresh Kumar1-0/+3
2026-05-22cpufreq: Fix typo in commentViresh Kumar1-1/+1
2026-05-22vfio/pci: Use a private flag to prevent power state change with VFsRaghavendra Rao Ananta1-0/+1
2026-05-22vfio/pci: Fix sparse warning in vfio_pci_core_get_iomap()Matt Evans1-2/+2
2026-05-22blk-mq: introduce blk_rq_has_data()Caleb Sander Mateos1-0/+9
2026-05-22include: Remove unused crypto-ux500.hCosta Shulyupin1-22/+0
2026-05-22driver core: Allow the constification of device attributesThomas Weißschuh1-12/+57