aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-08dt-bindings: microchip-otpc: document Microchip OTPCClaudiu Beznea2-0/+62
2022-07-08binder: fix redefinition of seq_file attributesCarlos Llamas3-107/+100
2022-07-08eeprom: idt_89hpesx: fix clang -Wformat warningsJustin Stitt1-3/+3
2022-07-08slimbus: messaging: fix typos in commentsJulia Lawall1-2/+2
2022-07-08drivers: slimbus: Directly use ida_alloc()/free()keliu1-3/+3
2022-07-08intel_th: pci: Add Raptor Lake-S CPU supportAlexander Shishkin1-0/+5
2022-07-08intel_th: pci: Add Raptor Lake-S PCH supportAlexander Shishkin1-0/+5
2022-07-08intel_th: pci: Add Meteor Lake-P supportAlexander Shishkin1-0/+5
2022-07-08intel_th: msu: Fix vmalloced buffersAlexander Shishkin1-2/+12
2022-07-08intel_th: msu-sink: Potential dereference of null pointerJiasheng Jiang1-0/+3
2022-07-08intel_th: Fix a resource leak in an error handling pathChristophe JAILLET1-2/+8
2022-07-08virt: acrn: using for_each_set_bit to simplify the codeYang Yingliang1-5/+1
2022-07-08sgi-xp: Use the bitmap API to allocate bitmapsChristophe JAILLET1-7/+6
2022-07-01remove CONFIG_ANDROIDChristoph Hellwig6-15/+2
2022-07-01pm/sleep: Add PM_USERSPACE_AUTOSLEEP KconfigKalesh Singh3-3/+24
2022-07-01uacce: Handle parent device removal or parent driver module rmmodJean-Philippe Brucker2-48/+91
2022-07-01scripts/tags.sh: Include tools directory in tags generationVipin Sharma1-8/+1
2022-07-01bus: mvebu-mbus: Fix spelling mistakeZhang Jiaming1-3/+3
2022-07-01MAINTAINERS: update Android driver maintainersCarlos Llamas1-1/+1
2022-07-01misc: rtsx_pcr: Fix a typoZhang Jiaming1-1/+1
2022-06-27Docs/ABI/testing: Add VDUSE sysfs interface ABI documentXie Yongji2-0/+34
2022-06-27misc: rtsx: Fix an error handling path in rtsx_pci_probe()Christophe JAILLET1-1/+5
2022-06-27Binder: add TF_UPDATE_TXN to replace outdated txnLi Li3-3/+87
2022-06-27lkdtm: cfi: use NULL for a null pointer rather than zeroColin Ian King1-1/+1
2022-06-27vboxguest: Do not use devm for irqPascal Terjan1-3/+6
2022-06-27cxl: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-06-27sgi-xp: xpc_uv: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-06-27apm-emulation: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-06-27misc: sgi-gru: grukservices: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-06-27speakup: Generate speakupmap.h automaticallySamuel Thibault6-66/+421
2022-06-27Merge 5.19-rc4 into char-misc-nextGreg Kroah-Hartman412-2488/+4382
2022-06-26Linux 5.19-rc4Linus Torvalds1-1/+1
2022-06-26Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds37-193/+205
2022-06-26Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds15-35/+117
2022-06-26Merge tag 'perf-tools-fixes-for-v5.19-2022-06-26' of git://git.kernel.org/pub...Linus Torvalds11-104/+369
2022-06-26Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-30/+158
2022-06-26Merge tag 'dma-mapping-5.19-2022-06-26' of git://git.infradead.org/users/hch/...Linus Torvalds1-3/+2
2022-06-26Merge tag 'for-5.19/fbdev-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-31/+21
2022-06-26Merge tag 'for-5.19/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-3/+9
2022-06-26Merge tag 'xtensa-20220626' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3-1/+3
2022-06-26Merge tag 'powerpc-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds13-40/+83
2022-06-26Merge tag 'kbuild-fixes-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-4/+13
2022-06-26Merge tag 'exfat-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2022-06-26Merge tag '5.19-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-139/+366
2022-06-26tools headers UAPI: Synch KVM's svm.h header with the kernelArnaldo Carvalho de Melo1-0/+13
2022-06-26tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo1-6/+20
2022-06-26perf stat: Enable ignore_missing_threadGang Li1-0/+2
2022-06-26perf inject: Adjust output data offset for backward compatibilityRaul Silvera3-1/+17
2022-06-26perf trace beauty: Fix generation of errno id->str table on ALT LinuxArnaldo Carvalho de Melo1-12/+2
2022-06-26perf build-id: Fix caching files with a wrong build IDAdrian Hunter1-0/+28