aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-11module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULESVlastimil Babka1-1/+1
2025-08-11lib/string_choices: Add str_input_output() helperThomas Richard1-0/+6
2025-08-11gpio: aggregator: add possibility to attach data to the forwarderThomas Richard1-1/+3
2025-08-11gpio: aggregator: handle runtime registration of gpio_desc in gpiochip_fwdThomas Richard1-0/+2
2025-08-11gpio: aggregator: export symbols of the GPIO forwarder libraryThomas Richard1-0/+37
2025-08-11gpiolib: add support to register sparse pin rangeThomas Richard1-3/+48
2025-08-11regulator: add s2dos05 regulator supportDzmitry Sankouski1-0/+73
2025-08-11fscontext: add custom-prefix log helpersAleksa Sarai1-4/+14
2025-08-11fs: Remove mount_bdevPedro Falcato1-3/+0
2025-08-11fs: Remove mount_nodevPedro Falcato1-3/+0
2025-08-11fs: document 'name' parameter for name_contains_dotdot()Kriish Sharma1-1/+1
2025-08-11fs: mark file_remove_privs_flags staticChristoph Hellwig1-1/+0
2025-08-11of: reserved_mem: Restructure call site for dma_contiguous_early_fixup()Oreoluwa Babatunde1-0/+3
2025-08-09Merge tag 'efi-next-for-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-0/+4
2025-08-09Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linuxLinus Torvalds2-19/+3
2025-08-09Merge tag 'gpio-updates-for-v6.17-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds2-17/+9
2025-08-09Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-40/+42
2025-08-08Merge tag 'net-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+23
2025-08-07lib/sbitmap: make sbitmap_get_shallow() internalYu Kuai1-17/+0
2025-08-07lib/sbitmap: convert shallow_depth from one word to the whole sbitmapYu Kuai1-3/+3
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski2-12/+11
2025-08-07gpio: remove legacy GPIO line value setter callbacksBartosz Golaszewski1-7/+0
2025-08-07Merge tag 'input-for-v6.17-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+25
2025-08-07Merge tag 'vfio-v6.17-rc1-v2' of https://github.com/awilliam/linux-vfioLinus Torvalds2-0/+6
2025-08-06bpf: Allow struct_ops to get map id by kdataAmery Hung1-0/+1
2025-08-06Merge tag 'ata-6.17-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linuxLinus Torvalds1-0/+1
2025-08-06Merge tag 'kbuild-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-7/+5
2025-08-05vfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFDJason Gunthorpe2-0/+6
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds7-38/+124
2025-08-04Merge tag 'f2fs-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds2-5/+7
2025-08-04Merge tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds2-1/+3
2025-08-04Merge branch 'for-6.17-hash_pointers' into for-linusPetr Mladek1-1/+1
2025-08-04Merge branch 'for-6.15-printf-attribute' into for-linusPetr Mladek1-0/+2
2025-08-03Merge tag 'ib-mfd-gpio-input-pwm-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextDmitry Torokhov336-2983/+7106
2025-08-03Merge tag 'rtc-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-1/+1
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds10-46/+110
2025-08-03Merge tag 'trace-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+3
2025-08-03Merge tag 'modules-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linuxLinus Torvalds2-24/+20
2025-08-03Merge tag 'i3c/for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linuxLinus Torvalds2-6/+11
2025-08-11firewire: core: use reference counting to invoke address handlers safelyTakashi Sakamoto1-0/+4
2025-08-03rtc: ds1685: Update Joshua Kinard's email address.Joshua Kinard1-1/+1
2025-08-02Merge tag 'pinctrl-v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds2-4/+5
2025-08-02execmem: drop writable parameter from execmem_fill_trapping_insns()Mike Rapoport (Microsoft)1-2/+1
2025-08-02execmem: introduce execmem_alloc_rw()Mike Rapoport (Microsoft)1-16/+22
2025-08-02execmem: drop unused execmem_update_copy()Mike Rapoport (Microsoft)1-13/+0
2025-08-02mm: fix a UAF when vma->mm is freed after vma->vm_refcnt got droppedSuren Baghdasaryan1-0/+30
2025-08-02mm/rmap: add anon_vma lifetime debug checkJann Horn1-0/+22
2025-08-02mm: remove mm/io-mapping.cLorenzo Stoakes1-3/+0
2025-08-02mm: add get_and_clear_ptes() and clear_ptes()David Hildenbrand1-0/+45
2025-08-02mm/mseal: always define VM_SEALEDLorenzo Stoakes1-2/+4