summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-09-26cfi: Drop __CFI_ADDRESSABLESami Tolvanen3-24/+6
2022-09-26cfi: Remove CONFIG_CFI_CLANG_SHADOWSami Tolvanen1-12/+0
2022-09-24platform/x86: int3472: Support multiple clock consumersDaniel Scally1-1/+6
2022-09-24ACPI: bus: Add iterator for dependent devicesDaniel Scally1-0/+11
2022-09-24ACPI: scan: Add acpi_dev_get_next_consumer_dev()Daniel Scally1-1/+3
2022-09-24ACPI: CPPC: Disable FIE if registers in PCC regionsJeremy Linton1-0/+5
2022-09-24LoongArch: Use acpi_arch_dma_setup() and remove ARCH_HAS_PHYS_TO_DMAJianmin Lv1-3/+6
2022-09-24ACPI: scan: Support multiple DMA windows with different offsetsJianmin Lv2-6/+4
2022-09-24Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+17
2022-09-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+1
2022-09-23Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+3
2022-09-23vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignmentWill Deacon1-2/+1
2022-09-23x86/resctrl: Make resctrl_arch_rmid_read() return values in bytesJames Morse1-1/+1
2022-09-23x86/resctrl: Add resctrl_rmid_realloc_limit to abstract x86's boot_cpu_dataJames Morse1-0/+1
2022-09-23x86/resctrl: Rename and change the units of resctrl_cqm_thresholdJames Morse1-0/+2
2022-09-23x86/resctrl: Pass the required parameters into resctrl_arch_rmid_read()James Morse1-1/+17
2022-09-23x86/resctrl: Abstract __rmid_read()James Morse1-0/+1
2022-09-23tun: support not enabling carrier in TUNSETIFFPatrick Rohr1-0/+2
2022-09-23x86/resctrl: Allow per-rmid arch private storage to be resetJames Morse1-0/+23
2022-09-22Merge tag 'soc-fixes-6.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-17/+17
2022-09-22Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-4/+40
2022-09-22x86/resctrl: Allow update_mba_bw() to update controls directlyJames Morse1-0/+8
2022-09-22x86/resctrl: Create mba_sc configuration in the rdt_domainJames Morse1-0/+7
2022-09-22x86/resctrl: Add domain offline callback for resctrl workJames Morse1-0/+1
2022-09-22x86/resctrl: Add domain online callback for resctrl workJames Morse1-0/+1
2022-09-22x86/resctrl: Merge mon_capable and mon_enabledJames Morse1-2/+0
2022-09-22x86/resctrl: Kill off alloc_enabledJames Morse1-2/+0
2022-09-22drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTESPhil Auld1-2/+3
2022-09-21fscrypt: work on block_devices instead of request_queuesChristoph Hellwig1-12/+9
2022-09-21fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers2-3/+3
2022-09-21Revert "iommu/vt-d: Fix possible recursive locking in intel_iommu_init()"Lu Baolu1-3/+1
2022-09-19Merge tag 'for-net-2022-09-09' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-2/+0
2022-09-19ACPI: utils: Add acpi_dev_uid_to_integer() helper to get _UID as integerAndy Shevchenko2-0/+6
2022-09-18Merge tag 'parisc-for-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2022-09-16net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier2-2/+3
2022-09-16net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang1-0/+37
2022-09-14Merge tag 'devicetree-fixes-for-6.0-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2022-09-13Input: hp_sdc: fix spelling typo in commentJiangshan Yi1-1/+1
2022-09-12Merge tag 'hyperv-fixes-signed-20220912' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+3
2022-09-11fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers1-5/+2
2022-09-11vfs: support STATX_DIOALIGN on block devicesEric Biggers1-0/+4
2022-09-11statx: add direct I/O alignment informationEric Biggers2-1/+5
2022-09-11mm/memory-failure: fix detection of memory_failure() handlersDan Williams1-0/+5
2022-09-11Merge tag 'iommu-fixes-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+3
2022-09-11iommu/vt-d: Fix possible recursive locking in intel_iommu_init()Lu Baolu1-1/+3
2022-09-10ACPI: resource: Add helper function acpi_dev_get_memory_resources()Heikki Krogerus1-0/+1
2022-09-10Merge tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/d...Linus Torvalds1-5/+0
2022-09-09Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-5/+2
2022-09-09Bluetooth: Fix HCIGETDEVINFO regressionLuiz Augusto von Dentz1-2/+0
2022-09-09Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+6