summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: f_fs: restore ffs_func_disable() functionalityTudor Ambarus2024-08-071-3/+3
* Merge tag 'usb-serial-6.11-rc2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2024-08-071-0/+7
|\
| * USB: serial: debug: do not echo input by defaultMarek Marczykowski-Górecki2024-07-311-0/+7
* | usb: typec: tipd: Delete extra semi-colonHarshit Mogalapalli2024-07-311-1/+1
* | usb: typec: tipd: Fix dereferencing freeing memory in tps6598x_apply_patch()Harshit Mogalapalli2024-07-311-1/+1
* | usb: gadget: u_serial: Set start_delayed during suspendPrashanth K2024-07-311-0/+1
* | usb: typec: tcpci: Fix error code in tcpci_check_std_output_cap()Dan Carpenter2024-07-311-1/+1
* | usb: typec: fsa4480: Check if the chip is really thereKonrad Dybcio2024-07-311-0/+14
* | usb: gadget: core: Check for unset descriptorChris Wulff2024-07-311-6/+4
* | usb: vhci-hcd: Do not drop references before new references are gainedOliver Neukum2024-07-311-3/+6
* | usb: gadget: u_audio: Check return codes from usb_ep_enable and config_ep_by_...Chris Wulff2024-07-311-8/+34
* | usb: gadget: midi2: Fix the response for FB info with block 0xffTakashi Iwai2024-07-311-6/+15
* | dt-bindings: usb: microchip,usb2514: Add USB2517 compatibleAlexander Stein2024-07-311-0/+1
* | Merge tag 'usb-serial-6.11-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-07-319-13/+9
|\ \ | |/ |/|
| * USB: serial: garmin_gps: use struct_size() to allocate pktJavier Carrasco2024-07-051-2/+1
| * USB: serial: garmin_gps: annotate struct garmin_packet with __counted_byJavier Carrasco2024-07-051-1/+1
| * USB: serial: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-057-0/+7
| * USB: serial: spcp8x5: remove unused struct 'spcp8x5_usb_ctrl_arg'Dr. David Alan Gilbert2024-07-051-10/+0
* | Linux 6.11-rc1v6.11-rc1Linus Torvalds2024-07-281-2/+2
* | Merge tag 'kbuild-fixes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-284-4/+4
|\ \
| * | kbuild: Fix '-S -c' in x86 stack protector scriptsNathan Chancellor2024-07-282-2/+2
| * | kbuild: rpm-pkg: ghost modules.weakdep fileJose Ignacio Tornos Martinez2024-07-281-1/+1
| * | kbuild: rpm-pkg: Fix C locale setupPetr Vorel2024-07-241-1/+1
* | | minmax: simplify and clarify min_t()/max_t() implementationLinus Torvalds2024-07-281-8/+11
* | | minmax: add a few more MIN_T/MAX_T usersLinus Torvalds2024-07-287-10/+10
* | | Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-07-2821-214/+135
|\ \ \
| * | | ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger2024-07-281-1/+1
| * | | ubifs: add check for crypto_shash_tfm_digestChen Ni2024-07-121-1/+4
| * | | ubifs: Fix inconsistent inode size when powercut happens during appendant wri...Zhihao Cheng2024-07-121-1/+1
| * | | ubi: block: fix null-pointer-dereference in ubiblock_create()Li Nan2024-07-121-3/+4
| * | | ubifs: fix kernel-doc warningsJeff Johnson2024-07-126-6/+10
| * | | ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarityZhaoLong Wang2024-07-126-18/+12
| * | | mtd: ubi: Restore missing cleanup on ubi_init() failure pathBen Hutchings2024-07-121-1/+4
| * | | ubifs: dbg_orphan_check: Fix missed key type checkingZhihao Cheng2024-07-121-2/+6
| * | | ubifs: Fix unattached inode when powercut happens in creatingZhihao Cheng2024-07-123-26/+51
| * | | ubifs: Fix space leak when powercut happens in linking tmpfileZhihao Cheng2024-07-124-17/+15
| * | | ubifs: Move ui->data initialization after initializing securityZhihao Cheng2024-07-121-8/+10
| * | | ubifs: Fix adding orphan entry twice for the same inodeZhihao Cheng2024-07-121-1/+1
| * | | ubifs: Remove insert_dead_orphan from replaying orphan processZhihao Cheng2024-07-121-49/+0
| * | | Revert "ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path"Zhihao Cheng2024-07-121-2/+0
| * | | ubifs: Don't add xattr inode into orphan areaZhihao Cheng2024-07-122-74/+14
| * | | ubifs: Fix unattached xattr inode if powercut happens after deletingZhihao Cheng2024-07-121-7/+4
| * | | mtd: ubi: avoid expensive do_div() on 32-bit machinesArnd Bergmann2024-07-121-3/+3
| * | | mtd: ubi: make ubi_class constantRicardo B. Marliere2024-07-122-2/+2
| * | | ubi: eba: properly rollback inside self_check_ebaFedor Pchelkin2024-07-121-1/+2
| | |/ | |/|
* | | Merge tag 'v6.11-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb...Linus Torvalds2024-07-285-495/+2274
|\ \ \
| * | | tools/power turbostat: version 2024.07.26Len Brown2024-07-261-53/+52
| * | | tools/power turbostat: Include umask=%x in perf counter's configPatryk Wlazlyn2024-07-261-10/+50
| * | | tools/power turbostat: Document PMT in turbostat.8Patryk Wlazlyn2024-07-261-0/+65
| * | | tools/power turbostat: Add MTL's PMT DC6 builtin counterPatryk Wlazlyn2024-07-261-1/+69