summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-11-23kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compatibleSam James1-0/+2
2022-11-23lru_cache: remove unused lc_private, lc_set, lc_index_ofJoel Colledge1-3/+0
2022-11-23xfs,iomap: move delalloc punching to iomapDave Chinner1-0/+4
2022-11-23Merge tag 'v6.1-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-0/+7
2022-11-22serdev: Replace poll loop by readx_poll_timeout() macroAndy Shevchenko1-10/+3
2022-11-22Merge 6.1-rc6 into tty-nextGreg Kroah-Hartman13-68/+106
2022-11-22driver core: pass a const * into of_device_uevent()Greg Kroah-Hartman1-2/+2
2022-11-22kobject: kset_uevent_ops: make name() callback take a const *Greg Kroah-Hartman1-1/+1
2022-11-22kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman1-1/+1
2022-11-22kobject: make kobject_namespace take a const *Greg Kroah-Hartman2-3/+3
2022-11-22kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman1-4/+4
2022-11-22pwm: lpss: Rename pwm_lpss_probe() --> devm_pwm_lpss_probe()Andy Shevchenko1-2/+2
2022-11-22pwm: lpss: Allow other drivers to enable PWM LPSSAndy Shevchenko1-0/+33
2022-11-22pwm: Add a stub for devm_pwmchip_add()Andy Shevchenko1-0/+5
2022-11-22random: add back async readiness notifierJason A. Donenfeld1-0/+1
2022-11-22eventfd: provide a eventfd_signal_mask() helperJens Axboe1-0/+7
2022-11-22regmap: add regmap_might_sleep()Michael Walle1-0/+7
2022-11-22net/mlx5: cmdif, Print info on any firmware cmd failure to tracepointMoshe Shemesh1-0/+1
2022-11-22Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar30-113/+204
2022-11-22math64: fix kernel-doc return value warningsLiam Beguin1-0/+4
2022-11-22math64: add kernel-doc for DIV64_U64_ROUND_UPLiam Beguin1-0/+10
2022-11-22math64: favor kernel-doc from header filesLiam Beguin1-6/+6
2022-11-21blk-crypto: move internal only declarations to blk-crypto-internal.hChristoph Hellwig1-12/+0
2022-11-21blk-crypto: add a blk_crypto_config_supported_natively helperChristoph Hellwig1-0/+2
2022-11-21blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig1-7/+4
2022-11-21Merge tag 'memory-controller-drv-6.2-2' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann1-0/+8
2022-11-21pinconf-generic: fix style issues in pin_config_param docNiyas Sait1-2/+2
2022-11-21mtd: spi-nor: remember full JEDEC flash IDMichael Walle1-0/+3
2022-11-21Merge branch 'slab/for-6.2/alloc_size' into slab/for-nextVlastimil Babka1-14/+14
2022-11-21Merge branch 'slab/for-6.2/kmalloc_redzone' into slab/for-nextVlastimil Babka1-2/+3
2022-11-21Merge branch 'slab/for-6.2/cleanups' into slab/for-nextVlastimil Babka2-7/+18
2022-11-21slab: Remove special-casing of const 0 size allocationsKees Cook1-10/+2
2022-11-21slab: Clean up SLOB vs kmalloc() definitionKees Cook1-4/+12
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman30-109/+204
2022-11-21mm/slab: move and adjust kernel-doc for kmem_cache_allocVlastimil Babka1-6/+17
2022-11-21percpu: adjust the value of PERCPU_DYNAMIC_EARLY_SIZEBaoquan He1-1/+1
2022-11-21sched: Move numa_balancing sysctls to its own fileKefeng Wang1-6/+0
2022-11-21bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctxYonghong Song1-0/+5
2022-11-21Merge tag 'trace-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-3/+3
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet3-24/+78
2022-11-20bpf: Allow multiple modifiers in reg_type_str() prefixDavid Vernet1-1/+1
2022-11-20PM/devfreq: governor: Add a private governor_data for governorKant Fan1-3/+4
2022-11-19watchdog: rn5t618: add support for read out bootstatusMarcus Folkesson1-0/+9
2022-11-19iommu/io-pgtable: Remove map/unmapRobin Murphy1-6/+0
2022-11-19Merge tag 'io_uring-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds1-0/+3
2022-11-19lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore1-3/+3
2022-11-19Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds1-8/+8
2022-11-19proc: give /proc/cmdline sizeAlexey Dobriyan1-0/+1
2022-11-19minmax: clamp more efficiently by avoiding extra comparisonJason A. Donenfeld1-1/+1
2022-11-19minmax: sanity check constant bounds when clampingJason A. Donenfeld1-2/+24