summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-10-21net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argumentVladimir Oltean1-2/+3
2021-10-21counter: Fix use-after-free race condition for events_queue_size writeWilliam Breathitt Gray1-2/+4
2021-10-21rpmsg: core: add API to get MTUArnaud Pouliquen1-0/+10
2021-10-21cpufreq: Fix typo in cpufreq.hRafael J. Wysocki1-1/+1
2021-10-21compiler-gcc.h: Define __SANITIZE_ADDRESS__ under hwaddress sanitizerKees Cook1-0/+8
2021-10-21iio: adc: ti_am335x_adc: Add a unit to the timeout delayMiquel Raynal1-1/+1
2021-10-21mfd: ti_am335x_tscadc: Add ADC1/magnetic reader supportMiquel Raynal1-0/+6
2021-10-21mfd: ti_am335x_tscadc: Introduce a helper to deal with the type of hardwareMiquel Raynal1-0/+6
2021-10-21mfd: ti_am335x_tscadc: Add TSC prefix in certain macrosMiquel Raynal1-7/+7
2021-10-21mfd: ti_am335x_tscadc: Rename the subsystem enable macroMiquel Raynal1-1/+1
2021-10-21mfd: ti_am335x_tscadc: Drop useless definitions from the headerMiquel Raynal1-28/+16
2021-10-21mfd: ti_am335x_tscadc: Clarify the maximum values for DT entriesMiquel Raynal1-0/+2
2021-10-21Merge brank 'mlx5_mkey' into rdma.git for-nextLeon Romanovsky28-149/+165
2021-10-21x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)1-0/+9
2021-10-21NFS: Save some space in the inodeTrond Myklebust1-18/+24
2021-10-21NFS: Fix WARN_ON due to unionization of nfs_inode.nrequestsDave Wysochanski1-1/+3
2021-10-21NFS: Fix up commit deadlocksTrond Myklebust1-0/+1
2021-10-20irqchip: Fix kernel-doc parameter typo for IRQCHIP_DECLAREFlorian Fainelli1-1/+1
2021-10-20of: make of_node_check_flag() device_node parameter constNathan Lynch1-1/+1
2021-10-20of: Add of_get_cpu_hwid() to read hardware ID from CPU nodesRob Herring1-0/+1
2021-10-20irqchip: Provide stronger type checking for IRQCHIP_MATCH/IRQCHIP_DECLAREMarc Zyngier1-2/+11
2021-10-20net/mlx5: Lag, change multipath and bonding to be mutually exclusiveMaor Dickman1-1/+0
2021-10-20driver core: Provide device_match_acpi_handle() helperAndy Shevchenko1-0/+1
2021-10-20iov_iter: Introduce fault_in_iov_iter_writeableAndreas Gruenbacher2-0/+2
2021-10-20nvmet: use macro definitions for setting cmic valueMax Gurtovoy1-0/+1
2021-10-20nvme: add CNTRLTYPE definitions for 'identify controller'Hannes Reinecke1-1/+9
2021-10-20nvme-rdma: limit the maximal queue size for RDMA controllersMax Gurtovoy1-0/+2
2021-10-20nvme-fc: add support for ->map_queuesSaurav Kashyap1-0/+7
2021-10-20mfd: ti_am335x_tscadc: Use BIT(), GENMASK() and FIELD_PREP() when relevantMiquel Raynal1-30/+31
2021-10-20mfd: ti_am335x_tscadc: Drop unused definitions from the headerMiquel Raynal1-7/+0
2021-10-20mfd: ti_am335x_tscadc: Use the new HZ_PER_MHZ macroMiquel Raynal1-1/+2
2021-10-20mfd: ti_am335x_tscadc: Fix header spacingMiquel Raynal1-5/+5
2021-10-20mfd: ti_am335x_tscadc: Replace the header license text with SPDX tagMiquel Raynal1-12/+4
2021-10-20mfd: ti_am335x_tscadc: Gather the ctrl register logic in one placeMiquel Raynal1-1/+1
2021-10-20mfd: ti_am335x_tscadc: Drop useless variables from the driver structureMiquel Raynal1-3/+0
2021-10-20mfd: ti_am335x_tscadc: Use driver dataMiquel Raynal1-0/+9
2021-10-20workqueue: Introduce show_one_worker_pool and show_one_workqueue.Imran Khan1-1/+2
2021-10-20Merge tag 'trace-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-40/+9
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig1-25/+4
2021-10-20blk-mq: move blk_mq_flush_plug_list to block/blk-mq.hChristoph Hellwig1-2/+0
2021-10-20Merge tag 'optee-ffa-for-v5.16' of git://git.linaro.org/people/jens.wiklander...Arnd Bergmann1-1/+6
2021-10-20block: inline a part of bio_release_pages()Pavel Begunkov1-1/+7
2021-10-20block: turn macro helpers into inline functionsPavel Begunkov1-16/+16
2021-10-20security: Return xattr name from security_dentry_init_security()Vivek Goyal3-3/+9
2021-10-20tracing/perf: Add interrupt_context_level() helperSteven Rostedt (VMware)2-6/+22
2021-10-20tracing: Reuse logic from perf's get_recursion_context()Steven Rostedt (VMware)1-5/+6
2021-10-20tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)1-2/+10
2021-10-20blk-mq: support concurrent queue quiesce/unquiesceMing Lei1-0/+2
2021-10-19Merge brank 'mlx5_mkey' into rdma.git for-nextJason Gunthorpe12-128/+108
2021-10-19lib/xz: Add MicroLZMA decoderLasse Collin1-0/+106