summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | coresight: Fix crash when Perf and sysfs modes are used concurrentlyJames Clark2023-11-131-2/+2
| | * | | | | | | coresight: etm4x: Remove bogous __exit annotation for some functionsUwe Kleine-König2023-11-131-3/+3
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Revert "greybus: gb-beagleplay: Ensure le for values in transport"Greg Kroah-Hartman2023-12-051-5/+4
| * | | | | | | greybus: gb-beagleplay: Ensure le for values in transportAyush Singh2023-12-041-4/+5
| * | | | | | | greybus: BeaglePlay driver needs CRC_CCITTRandy Dunlap2023-12-041-0/+1
| * | | | | | | Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"Johannes Berg2023-12-043-23/+0
| * | | | | | | Merge 6.7-rc4 into char-misc-linusGreg Kroah-Hartman2023-12-04320-1606/+3639
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | devcoredump: Send uevent once devcd is readyMukesh Ojha2023-11-281-0/+3
| * | | | | | | ndtest: fix typo class_regster -> class_registerYi Zhang2023-11-271-1/+1
| * | | | | | | misc: mei: client.c: fix problem of return '-EOVERFLOW' in mei_cl_writeSu Hui2023-11-271-1/+1
| * | | | | | | misc: mei: client.c: return negative error code in mei_cl_writeSu Hui2023-11-271-1/+1
| * | | | | | | mei: pxp: fix mei_pxp_send_message return valueAlexander Usyskin2023-11-271-1/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'loongarch-fixes-6.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-12-097-20/+12
|\ \ \ \ \ \ \
| * | | | | | | LoongArch: BPF: Fix unconditional bswap instructionsTiezhu Yang2023-12-091-2/+2
| * | | | | | | LoongArch: BPF: Fix sign-extension mov instructionsTiezhu Yang2023-12-091-0/+2
| * | | | | | | LoongArch: BPF: Don't sign extend function return valueHengqi Chen2023-12-091-2/+0
| * | | | | | | LoongArch: BPF: Don't sign extend memory load operandHengqi Chen2023-12-091-8/+2
| * | | | | | | LoongArch: Preserve syscall nr across execve()Hengqi Chen2023-12-091-1/+1
| * | | | | | | LoongArch: Set unwind stack type to unknown rather than set error flagJinyang He2023-12-093-3/+2
| * | | | | | | LoongArch: Slightly clean up drdtime()Xi Ruoyao2023-12-091-3/+2
| * | | | | | | LoongArch: Apply dynamic relocations for LLDWANG Rui2023-12-091-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'mips-fixes_6.7_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-12-096-33/+64
|\ \ \ \ \ \ \
| * | | | | | | MIPS: kernel: Clear FPU states when setting up kernel threadsThomas Bogendoerfer2023-12-051-12/+13
| * | | | | | | MIPS: Loongson64: Handle more memory types passed from firmwareJiaxun Yang2023-12-052-17/+31
| * | | | | | | MIPS: Loongson64: Enable DMA noncoherent supportJiaxun Yang2023-12-053-2/+13
| * | | | | | | MIPS: Loongson64: Reserve vgabios memory on bootJiaxun Yang2023-12-051-0/+5
| * | | | | | | mips/smp: Call rcutree_report_cpu_starting() earlierStefan Wiehler2023-12-051-2/+2
| |/ / / / / /
* | | | | | | Merge tag 'perf-tools-fixes-for-v6.7-2-2023-12-08' of git://git.kernel.org/pu...Linus Torvalds2023-12-093-1/+9
|\ \ \ \ \ \ \
| * | | | | | | perf list: Fix JSON segfault by setting the used skip_duplicate_pmus callbackIan Rogers2023-12-051-0/+6
| * | | | | | | perf vendor events arm64: AmpereOne: Add missing DefaultMetricgroupName fieldsIlkka Koskinen2023-12-051-0/+2
| * | | | | | | perf metrics: Avoid segv if default metricgroup isn't setIan Rogers2023-12-051-1/+1
* | | | | | | | Merge tag '6.7-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-12-094-58/+187
|\ \ \ \ \ \ \ \
| * | | | | | | | cifs: reconnect worker should take reference on server struct unconditionallyShyam Prasad N2023-12-062-18/+19
| * | | | | | | | Revert "cifs: reconnect work should have reference on server struct"Shyam Prasad N2023-12-062-34/+16
| * | | | | | | | cifs: Fix non-availability of dedup breaking generic/304David Howells2023-12-051-1/+3
| * | | | | | | | smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara2023-12-051-0/+2
| * | | | | | | | cifs: Fix flushing, invalidation and file size with FICLONEDavid Howells2023-12-041-11/+57
| * | | | | | | | cifs: Fix flushing, invalidation and file size with copy_file_range()David Howells2023-12-041-3/+99
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-12-081-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle()Dinghao Liu2023-12-051-0/+1
* | | | | | | | | Merge tag 'block-6.7-2023-12-08' of git://git.kernel.dk/linuxLinus Torvalds2023-12-0812-134/+197
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'md-fixes-20231207-1' of https://git.kernel.org/pub/scm/linux/kerne...Jens Axboe2023-12-071-4/+26
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | md: split MD_RECOVERY_NEEDED out of mddev_resumeYu Kuai2023-12-071-4/+26
| * | | | | | | | | | Merge tag 'nvme-6.7-2023-12-7' of git://git.infradead.org/nvme into block-6.7Jens Axboe2023-12-0710-64/+119
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | nvme-pci: Add sleep quirk for Kingston drivesGeorg Gottleuber2023-12-072-1/+20
| | * | | | | | | | | | nvme: fix deadlock between reset and scanBitao Hu2023-12-042-0/+11
| | * | | | | | | | | | nvme: prevent potential spectre v1 gadgetNitesh Shetty2023-12-041-0/+3
| | * | | | | | | | | | nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptionsShin'ichiro Kawasaki2023-12-042-4/+6
| | * | | | | | | | | | nvme-ioctl: move capable() admin check to the endKeith Busch2023-12-041-10/+11
| | * | | | | | | | | | nvme: ensure reset state check orderingKeith Busch2023-12-045-49/+63