summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-07-06timekeeping: Document monotonic raw timestamps in snapshots correctlyThomas Gleixner1-1/+9
2026-07-06ARM: PXA: remove remnants of PXA93x supportEthan Nelson-Moore1-56/+0
2026-07-06wifi: ieee80211: validate MLE common info lengthZhao Li1-8/+4
2026-07-06wifi: ieee80211: introduce generic KHZ_TO_HZ helperLachlan Hodges1-0/+1
2026-07-06platform/x86: asus-armoury: gate PPT writes behind active fan curveAhmed Yaseen1-0/+5
2026-07-06Merge tag 'drm-misc-next-2026-06-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie3-2/+20
2026-07-06ata: libata-scsi: scale DSM TRIM payload by MAX PAGES PER DSM COMMANDNiklas Cassel1-0/+13
2026-07-05soc: qcom: ubwc: sort out the rest of the UBWC swizzle settingsDmitry Baryshkov1-13/+13
2026-07-05soc: qcom: ubwc: use fixed values for UBWC swizzle for UBWC < 4.0Dmitry Baryshkov1-9/+24
2026-07-05soc: qcom: ubwc: drop macrotile_mode from the databaseDmitry Baryshkov1-10/+8
2026-07-05soc: qcom: ubwc: drop ubwc_bank_spreadDmitry Baryshkov1-2/+1
2026-07-05soc: qcom: ubwc: drop ubwc_dec_versionDmitry Baryshkov1-2/+0
2026-07-05soc: qcom: ubwc: set min_acc length to 64 for all UBWC 1.0 targetsDmitry Baryshkov1-6/+1
2026-07-05crypto: ccp - Introduce SNP_VERIFY_MITIGATION commandPratik R. Sampat1-0/+51
2026-07-05rhashtable: Add workqueue/irq_work header inclusionsHerbert Xu1-1/+0
2026-07-03Merge tag 'nf-next-26-07-02' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni5-8/+7
2026-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc2Daniel Borkmann113-1026/+1639
2026-07-03Merge tag 'vfs-7.2-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+12
2026-07-03regmap-irq: Provide IRQ resource request and release callbacksAndy Shevchenko1-0/+2
2026-07-03uprobes/x86: Remove struct uprobe_trampoline objectJiri Olsa1-5/+0
2026-07-03tty: goldfish: move gf_write_ptr() to tty/goldfish.cJiri Slaby (SUSE)1-13/+0
2026-07-03goldfish: remove unused gf_write_dma_addr()Jiri Slaby (SUSE)1-11/+0
2026-07-02Merge tag 'device-id-rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds108-1007/+1577
2026-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni7-11/+66
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (hea...Uwe Kleine-König (The Capable Hub)47-47/+49
2026-07-03platform/x86: int3472: Add include defining struct dmi_system_idUwe Kleine-König (The Capable Hub)1-1/+1
2026-07-03of: Explicitly include <linux/types.h> and <linux/err.h>Uwe Kleine-König (The Capable Hub)1-0/+2
2026-07-03usb: serial: Include <linux/usb.h> in <linux/usb/serial.h>Uwe Kleine-König (The Capable Hub)1-0/+1
2026-07-03driver core: platform: Include header for struct platform_device_idUwe Kleine-König (The Capable Hub)1-1/+1
2026-07-03driver: core: Include headers for acpi_device_id and of_device_id for struct ...Uwe Kleine-König (The Capable Hub)1-0/+2
2026-07-03mod_devicetable.h: Split into per subsystem headersUwe Kleine-König (The Capable Hub)57-958/+1521
2026-07-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-2/+17
2026-07-02dmaengine: qcom: bam_dma: Fix command element mask field for BAM v1.6.0+Md Sadre Alam1-5/+16
2026-07-02bootconfig: add xbc_prepend_embedded_cmdline() helperBreno Leitao1-0/+14
2026-07-02net: add sockopt_init_user() for getsockopt conversionBreno Leitao1-0/+23
2026-07-02netfilter: conntrack: remove obsolete module parametersFlorian Westphal4-8/+0
2026-07-02netfilter: nfnetlink_hook: Dump nat type chainsPhil Sutter1-0/+7
2026-07-02mm/mm_init: handle alloc_percpu failure in free_area_init_core_hotplugGregory Price1-1/+1
2026-07-02dma_buf: change unsigned int and int types into size_tShahyan Soltani1-2/+4
2026-07-01mm: do file ownership checks with the proper mount idmapPedro Falcato1-0/+5
2026-07-01mm/damon: add a kernel-doc comment for damon_ctx->rnd_stateSJ Park1-1/+1
2026-07-01mm/damon: add a kernel-doc comment for damon_ctx->probesSJ Park1-0/+1
2026-07-01mm: page_ext: add count limit to page_ext_iter_next to prevent invalid PFN ac...Ketan1-6/+13
2026-07-01mm/damon/ops-common: handle extreme intervals in damon_hot_score()SeongJae Park1-2/+6
2026-07-01leds: trigger: netdev: Extend speeds up to 100GMike Marciniszyn (Meta)1-0/+4
2026-07-01bpf: Copy per-CPU map value padding in copy_map_value_long()Leon Hwang1-2/+2
2026-07-01dma-buf: rename dma_fence_enable_sw_signalingChristian König1-2/+2
2026-07-01iomap: consolidate bio submissionChristoph Hellwig1-0/+2
2026-07-01netfs: Replace wb_lock with a bit lock for asynchronicityDavid Howells1-2/+9
2026-07-01netfs: Fix kdoc warningDavid Howells1-1/+1