aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-02-03firmware: qcom: scm: Drop cpumask parameter from set_boot_addr()Stephan Gerhold1-2/+2
2022-02-03soc: qcom: mdt_loader: Extract PAS operationsBjorn Andersson1-0/+11
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-34/+77
2022-02-03Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+4
2022-02-03ice: add support for DSCP QoS for IDCDave Ertman1-0/+4
2022-02-03soc: qcom: mdt_loader: Allow hash segment to be split outBjorn Andersson1-2/+4
2022-02-03firmware: qcom: scm: Introduce pas_metadata contextBjorn Andersson1-1/+9
2022-02-03i40e: remove enum i40e_client_stateJakub Kicinski1-10/+0
2022-02-03XArray: Include bitmap.h from xarray.hMatthew Wilcox (Oracle)1-0/+1
2022-02-03Revert "module, async: async_synchronize_full() on module init iff async is u...Igor Pylypiv1-1/+0
2022-02-03jbd2: refactor wait logic for transaction updates into a common functionRitesh Harjani1-1/+3
2022-02-03jbd2: cleanup unused functions declarations from jbd2.hRitesh Harjani1-7/+0
2022-02-03ext4: fast commit may not fallback for ineligible commitXin Yin1-1/+1
2022-02-02x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asmNick Desaulniers1-16/+5
2022-02-02firmware: ti_sci: Fix compilation failure when CONFIG_TI_SCI_PROTOCOL is not ...Christophe JAILLET1-1/+1
2022-02-02libceph: optionally use bounce buffer on recv path in crc modeIlya Dryomov2-0/+2
2022-02-02libceph: make recv path in secure mode work the same as send pathIlya Dryomov1-0/+4
2022-02-02NFS: Avoid duplicate uncached readdir calls on eofTrond Myklebust1-0/+1
2022-02-02block: fix the kerneldoc for bio_end_io_acctChristoph Hellwig1-1/+1
2022-02-02block: check that there is a plug in blk_flush_plugChristoph Hellwig1-1/+6
2022-02-02block: remove blk_needs_flush_plugChristoph Hellwig1-13/+0
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig1-8/+1
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig1-2/+2
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-2/+3
2022-02-02block: pass a block_device and opf to bio_alloc_kiocbChristoph Hellwig1-2/+2
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig1-3/+4
2022-02-02block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni1-1/+2
2022-02-02block: remove genhd.hChristoph Hellwig3-291/+271
2022-02-02block: move blk_drop_partitions to blk.hChristoph Hellwig1-1/+0
2022-02-02block: move disk_{block,unblock,flush}_events to blk.hChristoph Hellwig1-3/+0
2022-02-02net: dsa: tag_qca: add support for handling mgmt and MIB Ethernet packetAnsuel Smith1-0/+7
2022-02-02net: dsa: tag_qca: add define for handling MIB packetAnsuel Smith1-0/+10
2022-02-02net: dsa: tag_qca: add define for handling mgmt Ethernet packetAnsuel Smith1-0/+44
2022-02-02net: dsa: tag_qca: move define to include linux/dsaAnsuel Smith1-0/+21
2022-02-02Revert "fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TOD...Helge Deller1-1/+1
2022-02-02sched: move autogroup sysctls into its own fileZhen Ni1-4/+0
2022-02-01net/mlx5e: Use struct_group() for memcpy() regionKees Cook1-2/+4
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-02-01spi: Enhance and export helpers for ACPI resourcesMark Brown1-0/+20
2022-02-01spi: Add API to count spi acpi resourcesStefan Binding1-0/+1
2022-02-01spi: Support selection of the index of the ACPI Spi Resource before allocStefan Binding1-1/+2
2022-02-01spi: Create helper API to lookup ACPI info for spi deviceStefan Binding1-0/+6
2022-02-01spi: Make spi_alloc_device and spi_add_device public againStefan Binding1-0/+12
2022-02-01seq_file: fix NULL pointer arithmetic warningMaĆ­ra Canal1-0/+1
2022-02-01netfs, cachefiles: Add a method to query presence of data in the cacheDavid Howells1-0/+7
2022-02-01topology/sysfs: Add PPIN in sysfs under cpu topologyTony Luck1-0/+3
2022-02-01mfd: intel_soc_pmic_chtwc: Add cht_wc_model data to struct intel_soc_pmicHans de Goede1-0/+8
2022-02-01power: supply: bq25890: Add support for registering the Vbus boost converter ...Hans de Goede1-0/+15
2022-02-01power: supply: core: Refactor power_supply_set_input_current_limit_from_suppl...Hans de Goede1-2/+3
2022-02-01kvm: add guest_state_{enter,exit}_irqoff()Mark Rutland1-3/+109