summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | sched/fair: Null terminate buffer when updating tunable_scalingMel Gorman2021-10-011-1/+7
| * | | | | sched/fair: Add ancestors of unthrottled undecayed cfs_rqMichal Koutný2021-10-011-1/+5
* | | | | | Merge tag 'perf_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-10-034-5/+35
|\ \ \ \ \ \
| * | | | | | perf/core: fix userpage->time_enabled of inactive eventsSong Liu2021-10-012-5/+33
| * | | | | | perf/x86/intel: Update event constraints for ICXKan Liang2021-10-011-0/+1
| * | | | | | perf/x86: Reset destroy callback on event init failureAnand K Mistry2021-10-011-0/+1
| |/ / / / /
* | | | | | Merge tag 'objtool_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-10-031-7/+25
|\ \ \ \ \ \
| * | | | | | objtool: Teach get_alt_entry() about more relocation typesPeter Zijlstra2021-10-011-7/+25
| |/ / / / /
* | | | | | Merge tag 'hwmon-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-10-0311-125/+101
|\ \ \ \ \ \
| * | | | | | hwmon: (w83793) Fix NULL pointer dereference by removing unnecessary structur...Nadezda Lutovinova2021-10-021-15/+11
| * | | | | | hwmon: (w83792d) Fix NULL pointer dereference by removing unnecessary structu...Nadezda Lutovinova2021-10-021-17/+11
| * | | | | | hwmon: (w83791d) Fix NULL pointer dereference by removing unnecessary structu...Nadezda Lutovinova2021-10-021-18/+11
| * | | | | | hwmon: (pmbus/mp2975) Add missed POUT attribute for page 1 mp2975 controllerVadim Pasternak2021-10-021-1/+1
| * | | | | | hwmon: (pmbus/ibm-cffps) max_power_out swap changesBrandon Wyman2021-10-021-2/+8
| * | | | | | hwmon: (occ) Fix P10 VRM temp sensorsEddie James2021-10-021-12/+5
| * | | | | | hwmon: (ltc2947) Properly handle errors when looking for the external clockUwe Kleine-König2021-09-241-2/+6
| * | | | | | hwmon: (tmp421) fix rounding for negative valuesPaul Fertser2021-09-241-16/+8
| * | | | | | hwmon: (tmp421) report /PVLD condition as faultPaul Fertser2021-09-241-6/+3
| * | | | | | hwmon: (tmp421) handle I2C errorsPaul Fertser2021-09-241-10/+28
| * | | | | | hwmon: (mlxreg-fan) Return non-zero value when fan current state is enforced ...Vadim Pasternak2021-09-161-3/+9
| * | | | | | hwmon: (k10temp) Remove residues of current and voltagesuma hegde2021-09-132-23/+0
| | |/ / / / | |/| | | |
* | | | | | Merge tag '5.15-rc3-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2021-10-0312-342/+294
|\ \ \ \ \ \
| * | | | | | ksmbd: missing check for NULL in convert_to_nt_pathname()Dan Carpenter2021-10-011-10/+7
| * | | | | | ksmbd: fix transform header validationNamjae Jeon2021-09-301-9/+9
| * | | | | | ksmbd: add buffer validation for SMB2_CREATE_CONTEXTHyunchul Lee2021-09-303-13/+74
| * | | | | | ksmbd: add validation in smb2 negotiateNamjae Jeon2021-09-302-6/+68
| * | | | | | ksmbd: add request buffer validation in smb2_set_infoNamjae Jeon2021-09-301-42/+107
| * | | | | | ksmbd: use correct basic info level in set_file_basic_info()Namjae Jeon2021-09-302-7/+15
| * | | | | | ksmbd: remove NTLMv1 authenticationNamjae Jeon2021-09-293-229/+0
| * | | | | | ksmbd: fix documentation for 2 functionsEnzo Matsumiya2021-09-291-2/+2
| * | | | | | MAINTAINERS: rename cifs_common to smbfs_common in cifs and ksmbd entryNamjae Jeon2021-09-281-2/+2
| * | | | | | ksmbd: fix invalid request buffer access in compoundNamjae Jeon2021-09-261-2/+11
| * | | | | | ksmbd: remove RFC1002 check in smb2 requestRonnie Sahlberg2021-09-262-22/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-10-025-7/+7
|\ \ \ \ \ \
| * | | | | | scsi: csiostor: Add module softdep on cxgb4Rahul Lakkireddy2021-09-291-0/+1
| * | | | | | scsi: qla2xxx: Fix excessive messages during device logoutArun Easi2021-09-291-2/+2
| * | | | | | scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King2021-09-291-2/+2
| * | | | | | scsi: ses: Fix unsigned comparison with less than zeroJiapeng Chong2021-09-291-1/+1
| * | | | | | scsi: ufs: Fix illegal offset in UPIU event traceJonathan Hsu2021-09-291-2/+1
* | | | | | | Merge tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-025-27/+31
|\ \ \ \ \ \ \
| * | | | | | | nbd: use shifts rather than multipliesNick Desaulniers2021-09-301-12/+17
| * | | | | | | Revert "block, bfq: honor already-setup queue merges"Jens Axboe2021-09-281-13/+3
| * | | | | | | nvme: add command id quirk for apple controllersKeith Busch2021-09-273-2/+11
* | | | | | | | Merge tag 'io_uring-5.15-2021-10-01' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-022-19/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | io_uring: kill fasyncPavel Begunkov2021-10-011-15/+2
| * | | | | | | | io-wq: exclusively gate signal based exit on get_signal() returnJens Axboe2021-09-271-4/+1
* | | | | | | | | Merge tag 'libnvdimm-fixes-5.15-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-10-022-4/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nvdimm/pmem: fix creating the dax groupChristoph Hellwig2021-09-271-4/+1
| * | | | | | | | | ACPI: NFIT: Use fallback node id when numa info in NFIT table is incorrectJia He2021-09-271-0/+12
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | cachefiles: Fix oops in trace_cachefiles_mark_buried due to NULL objectDave Wysochanski2021-10-021-1/+1