platform/kernel/linux-starfive.git
2023-08-22 Andy Shevchenkodriver core: Return proper error code when dev_set_name...
2023-08-19 Zhen Leikobject: Remove redundant checks for whether ktype...
2023-08-19 Zhen Leikobject: Add sanity check for kset->kobj.ktype in kset_...
2023-08-16 Maxime Riparddrivers: base: test: Add missing MODULE_* macros to...
2023-08-16 Maxime Riparddrivers: base: test: Add missing MODULE_* macros for...
2023-08-12 David Gowdrivers: base: Free devm resources when unregistering...
2023-08-12 Maxime Riparddrivers: base: Add basic devm tests for platform devices
2023-08-12 Maxime Riparddrivers: base: Add basic devm tests for root devices
2023-08-12 Ian Kentkernfs: fix missing kernfs_iattr_rwsem locking
2023-08-12 Thorsten Leemhuisdocs: stable-kernel-rules: mention that regressions...
2023-08-12 Thorsten Leemhuisdocs: stable-kernel-rules: fine-tune various details
2023-08-12 Thorsten Leemhuisdocs: stable-kernel-rules: make the examples for option...
2023-08-12 Thorsten Leemhuisdocs: stable-kernel-rules: move text around to improve...
2023-08-12 Thorsten Leemhuisdocs: stable-kernel-rules: improve structure by changin...
2023-08-12 GUO Zihuabase/node: Remove duplicated include
2023-08-05 Ivan Babroukernfs: attach uuid for every kernfs and report it...
2023-08-05 Arnd Bergmannkernfs: add stub helper for kernfs_generic_poll()
2023-08-05 Ivan Orlovx86/resctrl: make pseudo_lock_class a static const...
2023-08-05 Ivan Orlovx86/MSR: make msr_class a static const structure
2023-08-05 Ivan Orlovx86/cpuid: make cpuid_class a static const structure
2023-08-05 Greg Kroah... HID: hidraw: make hidraw_class structure const
2023-08-05 Ivan OrlovHID: roccat: make all 'class' structures const
2023-08-05 Waiman Longdriver/base/cpu: Retry online operation if -EBUSY
2023-08-05 Thorsten Leemhuisdocs: stable-kernel-rules: make rule section more strai...
2023-08-05 Thorsten Leemhuisdocs: stable-kernel-rules: mention other usages for...
2023-08-05 Ivan Orlovtpm: make all 'class' structures const
2023-08-05 Zhen Leikobject: Add helper kobj_ns_type_is_valid()
2023-08-05 Jason Gunthorpedriver core: Call dma_cleanup() on the test_remove...
2023-08-05 Dan Carpenterdriver core: test_async: fix an error code
2023-08-05 Andy Shevchenkodriver core: Move dev_err_probe() to where it belogs
2023-08-05 Christophe... kobject: Reorder fields in 'struct kobject'
2023-07-30 Linus TorvaldsLinux 6.5-rc4
2023-07-30 Linus TorvaldsMerge tag 'spi-fix-v6.5-rc3' of git://git./linux/kernel...
2023-07-30 Linus TorvaldsMerge tag 'regulator-fix-v6.5-rc3' of git://git./linux...
2023-07-30 Linus TorvaldsMerge tag 'usb-6.5-rc4' of git://git./linux/kernel...
2023-07-30 Linus TorvaldsMerge tag 'tty-6.5-rc4' of git://git./linux/kernel...
2023-07-30 Linus TorvaldsMerge tag 'staging-6.5-rc4' of git://git./linux/kernel...
2023-07-30 Linus TorvaldsMerge tag 'char-misc-6.5-rc4' of git://git./linux/kerne...
2023-07-30 Linus TorvaldsMerge tag 'probes-fixes-v6.5-rc3' of git://git./linux...
2023-07-30 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2023-07-30 Linus TorvaldsMerge tag 'locking_urgent_for_v6.5_rc4' of git://git...
2023-07-30 Linus TorvaldsMerge tag 'x86_urgent_for_v6.5_rc4' of git://git./linux...
2023-07-30 Linus TorvaldsMerge tag 'irq_urgent_for_v6.5_rc4' of git://git./linux...
2023-07-30 Linus TorvaldsMerge tag '6.5-rc3-smb3-client-fixes' of git://git...
2023-07-30 Linus TorvaldsMerge tag 'trace-v6.5-rc3' of git://git./linux/kernel...
2023-07-29 Sven Joachimarch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FS
2023-07-29 Linus TorvaldsMerge tag 'loongarch-fixes-6.5-1' of git://git./linux...
2023-07-29 Sean ChristophersonKVM: selftests: Expand x86's sregs test to cover illega...
2023-07-29 Sean ChristophersonKVM: VMX: Don't fudge CR0 and CR4 for restricted L2...
2023-07-29 Sean ChristophersonKVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0...
2023-07-29 Sean ChristophersonRevert "debugfs, coccinelle: check for obsolete DEFINE_...
2023-07-29 Sean ChristophersonKVM: selftests: Verify stats fd is usable after VM...
2023-07-29 Sean ChristophersonKVM: selftests: Verify stats fd can be dup()'d and...
2023-07-29 Sean ChristophersonKVM: selftests: Verify userspace can create "redundant...
2023-07-29 Sean ChristophersonKVM: selftests: Explicitly free vcpus array in binary...
2023-07-29 Sean ChristophersonKVM: selftests: Clean up stats fd in common stats_test...
2023-07-29 Sean ChristophersonKVM: selftests: Use pread() to read binary stats header
2023-07-29 Sean ChristophersonKVM: Grab a reference to KVM for VM and vCPU stats...
2023-07-29 Sean Christophersonselftests/rseq: Play nice with binaries statically...
2023-07-29 Sean ChristophersonRevert "KVM: SVM: Skip WRMSR fastpath on VM-Exit if...
2023-07-29 Sean ChristophersonKVM: x86: Acquire SRCU read lock when handling fastpath...
2023-07-29 Sean ChristophersonKVM: VMX: Use vmread_error() to report VM-Fail in ...
2023-07-29 Sean ChristophersonKVM: VMX: Make VMREAD error path play nice with noinstr
2023-07-29 Like XuKVM: x86/irq: Conditionally register IRQ bypass consume...
2023-07-29 Peng HaoKVM: X86: Use GFP_KERNEL_ACCOUNT for pid_table in ipiv
2023-07-29 Maxim LevitskyKVM: x86: check the kvm_cpu_get_interrupt result before...
2023-07-29 Maxim LevitskyKVM: x86: VMX: set irr_pending in kvm_apic_update_irr
2023-07-29 Maxim LevitskyKVM: x86: VMX: __kvm_apic_update_irr must update the...
2023-07-29 Masami Hiramatsu... kprobes: Prohibit probing on CFI preamble symbol
2023-07-29 Linus TorvaldsMerge tag 'ata-6.5-rc4' of git://git./linux/kernel...
2023-07-29 Zheng Yejiantracing: Fix warning in trace_buffered_event_disable()
2023-07-29 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2023-07-28-15-52' of...
2023-07-29 Linus TorvaldsMerge tag 'thermal-6.5-rc4' of git://git./linux/kernel...
2023-07-29 Linus TorvaldsMerge tag 'pm-6.5-rc4' of git://git./linux/kernel/git...
2023-07-29 Linus TorvaldsMerge tag 'hwmon-for-v6.5-rc4' of git://git./linux...
2023-07-29 YueHaibingftrace: Remove unused extern declarations
2023-07-28 Gaosheng Cuitracing: Fix kernel-doc warnings in trace_seq.c
2023-07-28 Gaosheng Cuitracing: Fix kernel-doc warnings in trace_events_trigger.c
2023-07-28 Gaosheng Cuitracing/synthetic: Fix kernel-doc warnings in trace_eve...
2023-07-28 Gaosheng Cuiring-buffer: Fix kernel-doc warnings in ring_buffer.c
2023-07-28 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2023-07-28 Linus TorvaldsMerge tag 'tpmdd-v6.5-rc4' of git://git./linux/kernel...
2023-07-28 Zheng Yejianring-buffer: Fix wrong stat of cpu_buffer->read
2023-07-28 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2023-07-28 Linus TorvaldsMerge tag 'for-linus-6.5a-rc4-tag' of git://git./linux...
2023-07-28 Alexander Steffentpm_tis: Explicitly check for error code
2023-07-28 Uwe Kleine... tpm: Switch i2c drivers back to use .probe()
2023-07-28 Christian Göttschesecurity: keys: perform capable check only on privilege...
2023-07-28 Linus TorvaldsMerge tag 'ceph-for-6.5-rc4' of https://github.com...
2023-07-28 Linus TorvaldsMerge tag '9p-fixes-6.5-rc3' of git://git./linux/kernel...
2023-07-28 Linus TorvaldsMerge tag 'block-6.5-2023-07-28' of git://git.kernel...
2023-07-28 Linus TorvaldsMerge tag 'io_uring-6.5-2023-07-28' of git://git.kernel...
2023-07-28 Linus TorvaldsMerge tag 'for-linus-iommufd' of git://git./linux/kerne...
2023-07-28 Linus TorvaldsMerge tag 'for-6.5/dm-fixes' of git://git./linux/kernel...
2023-07-28 Linus TorvaldsMerge tag 'sound-6.5-rc4' of git://git./linux/kernel...
2023-07-28 Linus TorvaldsMerge tag 'drm-fixes-2023-07-28' of git://anongit.freed...
2023-07-28 Linus TorvaldsMerge tag 'cxl-fixes-6.5-rc4' of git://git./linux/kerne...
2023-07-28 Mike Rapoport... Revert "mm,memblock: reset memblock.reserved to system...
2023-07-28 Jann Hornmm/mempolicy: Take VMA lock before replacing policy
2023-07-28 Guanghui FengACPI/IORT: Remove erroneous id_count check in iort_node...
next