summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-16drivers: base: test: Add missing MODULE_* macros for platform devices testsMaxime Ripard1-0/+4
2023-08-12drivers: base: Free devm resources when unregistering a deviceDavid Gow3-4/+11
2023-08-12drivers: base: Add basic devm tests for platform devicesMaxime Ripard2-0/+223
2023-08-12drivers: base: Add basic devm tests for root devicesMaxime Ripard4-0/+118
2023-08-12kernfs: fix missing kernfs_iattr_rwsem lockingIan Kent1-0/+4
2023-08-12docs: stable-kernel-rules: mention that regressions must be preventedThorsten Leemhuis1-2/+8
2023-08-12docs: stable-kernel-rules: fine-tune various detailsThorsten Leemhuis1-32/+40
2023-08-12docs: stable-kernel-rules: make the examples for option 1 a proper listThorsten Leemhuis1-23/+25
2023-08-12docs: stable-kernel-rules: move text around to improve flowThorsten Leemhuis1-44/+44
2023-08-12docs: stable-kernel-rules: improve structure by changing headlinesThorsten Leemhuis1-8/+9
2023-08-12base/node: Remove duplicated includeGUO Zihua1-1/+0
2023-08-05kernfs: attach uuid for every kernfs and report it in fsidIvan Babrou1-1/+12
2023-08-05kernfs: add stub helper for kernfs_generic_poll()Arnd Bergmann1-0/+4
2023-08-05x86/resctrl: make pseudo_lock_class a static const structureIvan Orlov1-20/+21
2023-08-05x86/MSR: make msr_class a static const structureIvan Orlov1-15/+16
2023-08-05x86/cpuid: make cpuid_class a static const structureIvan Orlov1-15/+16
2023-08-05HID: hidraw: make hidraw_class structure constGreg Kroah-Hartman1-9/+9
2023-08-05HID: roccat: make all 'class' structures constIvan Orlov11-89/+108
2023-08-05driver/base/cpu: Retry online operation if -EBUSYWaiman Long1-0/+19
2023-08-05docs: stable-kernel-rules: make rule section more straight forwardThorsten Leemhuis1-20/+18
2023-08-05docs: stable-kernel-rules: mention other usages for stable tag commentsThorsten Leemhuis1-3/+19
2023-08-05tpm: make all 'class' structures constIvan Orlov4-18/+20
2023-08-05kobject: Add helper kobj_ns_type_is_valid()Zhen Lei1-17/+16
2023-08-05driver core: Call dma_cleanup() on the test_remove pathJason Gunthorpe1-0/+2
2023-08-05driver core: test_async: fix an error codeDan Carpenter1-1/+1
2023-08-05driver core: Move dev_err_probe() to where it belogsAndy Shevchenko2-2/+2
2023-08-05kobject: Reorder fields in 'struct kobject'Christophe JAILLET1-3/+5
2023-07-30Linux 6.5-rc4v6.5-rc4Linus Torvalds1-1/+1
2023-07-30Merge tag 'spi-fix-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+49
2023-07-30Merge tag 'regulator-fix-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+5
2023-07-30Merge tag 'usb-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds21-114/+103
2023-07-30Merge tag 'tty-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-8/+18
2023-07-30Merge tag 'staging-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-12/+45
2023-07-30Merge tag 'char-misc-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-26/+20
2023-07-30Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+18
2023-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-186/+255
2023-07-30Merge tag 'locking_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-76/+155
2023-07-30Merge tag 'x86_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-13/+33
2023-07-30Merge tag 'irq_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-40/+117
2023-07-30Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-8/+20
2023-07-30Merge tag 'trace-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-26/+21
2023-07-30arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim64-75/+63
2023-07-29Merge tag 'loongarch-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-15/+29
2023-07-29KVM: selftests: Expand x86's sregs test to cover illegal CR0 valuesSean Christopherson1-31/+39
2023-07-29KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guestSean Christopherson1-4/+9
2023-07-29KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidSean Christopherson5-20/+52
2023-07-29Revert "debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage"Sean Christopherson1-68/+0
2023-07-29KVM: selftests: Verify stats fd is usable after VM fd has been closedSean Christopherson1-2/+8
2023-07-29KVM: selftests: Verify stats fd can be dup()'d and readSean Christopherson1-1/+7
2023-07-29KVM: selftests: Verify userspace can create "redundant" binary stats filesSean Christopherson1-2/+23