aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-11-03ns: add __ns_ref_read()Christian Brauner1-1/+6
2025-11-03ns: initialize ns_list_node for initial namespacesChristian Brauner1-0/+1
2025-11-03ns: add NS_COMMON_INIT()Christian Brauner1-0/+10
2025-11-03ns: add missing authorshipChristian Brauner1-0/+1
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos2-10/+13
2025-11-03io_uring: add wrapper type for io_req_tw_func_t argCaleb Sander Mateos1-1/+5
2025-11-03uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()Thomas Gleixner1-4/+68
2025-11-03rtc: ds1685: stop setting max_user_freqAlexandre Belloni1-1/+0
2025-11-03perf: arm_pmuv3: Don't use PMCCNTR_EL0 on SMT coresYicong Yang2-0/+12
2025-11-03mtd: spear_smi: fix kernel-doc warnings <linux/mtd/spear_smi.h>Randy Dunlap1-9/+10
2025-11-03fs/fs_parse: add back fsparam_u32hexEric Sandeen1-0/+2
2025-11-03power: supply: max77705_charger: implement aicl featureDzmitry Sankouski1-0/+2
2025-11-02random: remove unused get_random_var_wait functionsEric Biggers1-15/+0
2025-11-01genirq/manage: Reduce priority of forced secondary interrupt handlerLukas Wunner1-0/+1
2025-11-01Merge tag 'regmap-fix-v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-11-01err.h: add INIT_ERR_PTR() macroChristian Marangi1-0/+8
2025-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-2/+2
2025-10-31dpll: add phase-adjust-gran pin attributeIvan Vecera1-0/+1
2025-10-31genirq: Fix percpu_devid irq affinity documentationMarc Zyngier2-1/+2
2025-10-31Merge tag 'block-6.18-20251031' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+6
2025-10-31bpf: Make migrate_disable always inline to avoid partial inliningYonghong Song1-2/+2
2025-11-01tracing: fprobe: use rhltable for fprobe_ip_tableMenglong Dong1-1/+2
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+24
2025-10-31can: convert generic HW timestamp ioctl to ndo_hwtstamp callbacksVadim Fedorenko1-1/+5
2025-10-31filemap: Add folio_next_pos()Matthew Wilcox (Oracle)1-0/+11
2025-10-31Merge back system sleep material for 6.19Rafael J. Wysocki2-6/+11
2025-10-31libfs: allow to specify s_d_flagsChristian Brauner1-0/+1
2025-10-30freezer: Clarify that only cgroup1 freezer uses PM freezerTejun Heo1-4/+8
2025-10-30prandom: remove next_pseudo_random32Markus Theil1-6/+0
2025-10-30sysctl: fix kernel-doc format warningRandy Dunlap1-7/+4
2025-10-29byteorder: Add le64_to_cpu_array() and cpu_to_le64_array()Eric Biggers1-0/+16
2025-10-29compiler_types: Introduce __nocfi_genericNathan Chancellor1-0/+6
2025-10-29scsi: firmware: xilinx: Add APIs for UFS PHY initializationAjay Neeli2-0/+39
2025-10-29scsi: firmware: xilinx: Add support for secure read/write ioctl interfaceIzhar Ameer Shaikh1-0/+15
2025-10-29net: phy: add iterator mdiobus_for_each_phyHeiner Kallweit1-1/+10
2025-10-29ipv4: icmp: Add RFC 5837 supportIdo Schimmel1-0/+32
2025-10-29fs: Make wbc_to_tag() inline and use it in fs.Julian Sun1-0/+7
2025-10-29writeback: allow the file system to override MIN_WRITEBACK_PAGESChristoph Hellwig2-0/+6
2025-10-29mm: rename filemap_fdatawrite_range_kick to filemap_flush_rangeChristoph Hellwig1-3/+3
2025-10-29mm: remove __filemap_fdatawrite_rangeChristoph Hellwig1-2/+0
2025-10-29mm: remove filemap_fdatawrite_wbcChristoph Hellwig1-2/+0
2025-10-29mm,btrfs: add a filemap_flush_nr helperChristoph Hellwig1-0/+1
2025-10-29regmap: add flat cache with sparse validitySander Vanheule1-6/+11
2025-10-29perf: Support deferred user unwindPeter Zijlstra3-13/+14
2025-10-29unwind_user/x86: Teach FP unwind about start of functionPeter Zijlstra1-0/+1
2025-10-29unwind: Implement compat fp unwindPeter Zijlstra1-0/+1
2025-10-29unwind: Make unwind_task_info::unwind_mask consistentPeter Zijlstra2-3/+4
2025-10-29unwind: Simplify unwind_reset_info()Peter Zijlstra1-14/+14
2025-10-29unwind: Add required include filesPeter Zijlstra1-0/+2
2025-10-29unwind: Shorten linesPeter Zijlstra1-4/+14