summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-07-15kexec, KEYS: make the code in bzImage64_verify_sig genericCoiby Xu1-0/+7
2022-07-15kexec: clean up arch_kexec_kernel_verify_sigCoiby Xu1-5/+0
2022-07-15kexec: drop weak attribute from functionsNaveen N. Rao1-4/+28
2022-07-15kexec_file: drop weak attribute from functionsNaveen N. Rao1-6/+38
2022-07-15drivers/base: fix userspace break from using bin_attributes for cpumap and cp...Phil Auld1-0/+18
2022-07-15firmware: stratix10-svc: fix kernel-doc warningDinh Nguyen1-1/+2
2022-07-15Merge tag 'asoc-v5.20' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2-0/+40
2022-07-15lib/cpumask: move some one-line wrappers to header fileYury Norov1-3/+31
2022-07-15headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h>Ingo Molnar2-343/+350
2022-07-15headers/deps: mm: Optimize <linux/gfp.h> header dependenciesIngo Molnar1-3/+0
2022-07-15lib/cpumask: move trivial wrappers around find_bit to the headerYury Norov1-3/+54
2022-07-15lib/cpumask: change return types to unsigned where appropriateYury Norov1-7/+7
2022-07-15cpumask: change return types to bool where appropriateYury Norov1-12/+12
2022-07-15lib/bitmap: change type of bitmap_weight to unsigned longYury Norov1-2/+3
2022-07-15platform/chrome: Add Type-C mux set command definitionsPrashant Malani1-0/+18
2022-07-15ACPI: utils: Add api to read _SUB from ACPIStefan Binding1-0/+6
2022-07-15wifi: mac80211: Align with Draft P802.11be_D2.0Ilan Peer1-8/+15
2022-07-15wifi: mac80211: Align with Draft P802.11be_D1.5Ilan Peer1-16/+36
2022-07-15iommu/amd: Introduce function to check and enable SNPBrijesh Singh1-0/+4
2022-07-15iommu/vt-d: Make DMAR_UNITS_SUPPORTED default 1024Lu Baolu1-5/+1
2022-07-15iommu/vt-d: Move include/linux/intel-iommu.h under iommuLu Baolu1-831/+0
2022-07-15x86/boot/tboot: Move tboot_force_iommu() to Intel IOMMULu Baolu1-2/+0
2022-07-15iommu/vt-d: Remove unnecessary exported symbolLu Baolu1-1/+0
2022-07-15iommu: remove the put_resv_regions methodChristoph Hellwig1-4/+0
2022-07-15iommu: remove iommu_dev_feature_enabledChristoph Hellwig1-9/+0
2022-07-15iommu: remove the unused dev_has_feat methodChristoph Hellwig1-3/+1
2022-07-15Merge tag 'soundwire-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-6/+2
2022-07-15Merge tag 'mlx5-updates-2022-07-13' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2-4/+22
2022-07-15extcon: Add EXTCON_DISP_CVBS and EXTCON_DISP_EDPMichael Wu1-0/+2
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-24/+39
2022-07-15lib/bitmap: change return types to bool where appropriateYury Norov1-4/+4
2022-07-14PCI: loongson: Add ACPI init supportHuacai Chen1-0/+1
2022-07-14platform/x86: asus-wmi: Add mic-mute LED classdev supportPaddyKP_Yao1-0/+1
2022-07-14Merge tag 'integrity-v5.19-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+6
2022-07-14fs/jbd2: Fix the documentation of the jbd2_write_superblock() callersBart Van Assche1-1/+1
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche1-2/+2
2022-07-14fs/buffer: Use the new blk_opf_t typeBart Van Assche1-4/+5
2022-07-14mm: Use the new blk_opf_t typeBart Van Assche1-2/+2
2022-07-14dm/core: Reduce the size of struct dm_io_requestBart Van Assche1-2/+2
2022-07-14blktrace: Use the new blk_opf_t typeBart Van Assche1-1/+2
2022-07-14block: Use the new blk_opf_t typeBart Van Assche3-9/+9
2022-07-14block: Introduce the type blk_opf_tBart Van Assche1-46/+51
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche2-4/+8
2022-07-14block: Change the type of the last .rw_page() argumentBart Van Assche1-1/+1
2022-07-14block: Use enum req_op where appropriateBart Van Assche2-4/+4
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche2-9/+9
2022-07-14block: remove bdevnameChristoph Hellwig1-1/+0
2022-07-14firmware: stratix10-svc: To support a command ATF Get VersionAng Tien Sung2-0/+23
2022-07-14firmware: stratix10-svc: extend svc to support RSU featureKah Jing Lee2-0/+25
2022-07-14firmware: stratix10-svc: add new FCS commandsAng Tien Sung2-4/+148