aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/mtu3/mtu3_gadget.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-06kbuild: add variables for compression toolsDenis Efremov10-24/+45
2020-06-06Makefile: install modules.builtin even if CONFIG_MODULES=nJonas Zeiger1-3/+11
2020-06-06mksysmap: Fix the mismatch of '.L' symbols in System.mapashimida1-1/+1
2020-06-06kbuild: doc: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada1-2/+2
2020-06-06modpost: change elf_info->size to size_tMasahiro Yamada2-6/+5
2020-06-06modpost: remove is_vmlinux() helperMasahiro Yamada1-15/+1
2020-06-06modpost: strip .o from modname before calling new_module()Masahiro Yamada2-10/+12
2020-06-06modpost: set have_vmlinux in new_module()Masahiro Yamada1-5/+3
2020-06-06modpost: remove mod->skip struct memberMasahiro Yamada2-7/+3
2020-06-06modpost: add mod->is_vmlinux struct memberMasahiro Yamada2-9/+11
2020-06-06modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()Masahiro Yamada1-12/+8
2020-06-06modpost: remove mod->is_dot_o struct memberMasahiro Yamada2-13/+2
2020-06-06modpost: move -d option in scripts/Makefile.modpostMasahiro Yamada1-3/+1
2020-06-06modpost: remove -s optionMasahiro Yamada2-9/+3
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada2-39/+2
2020-06-06modpost: use read_text_file() and get_line() for reading text filesMasahiro Yamada2-17/+14
2020-06-06modpost: avoid false-positive file open errorMasahiro Yamada1-4/+3
2020-06-06modpost: fix potential mmap'ed file overrun in get_src_version()Masahiro Yamada1-17/+11
2020-06-06modpost: add read_text_file() and get_line() helpersMasahiro Yamada2-0/+51
2020-06-06modpost: do not call get_modinfo() for vmlinux(.o)Masahiro Yamada1-21/+24
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada3-73/+0
2020-06-06modpost: show warning if any of symbol dump files is missingMasahiro Yamada2-10/+5
2020-06-06modpost: show warning if vmlinux is not found when processing modulesMasahiro Yamada1-2/+7
2020-06-06modpost: invoke modpost only when input files are updatedMasahiro Yamada2-15/+37
2020-06-06modpost: generate vmlinux.symvers and reuse it for the second modpostMasahiro Yamada5-6/+7
2020-06-06modpost: refactor -i option calculationMasahiro Yamada1-4/+2
2020-06-06modpost: print symbol dump file as the build target in short logMasahiro Yamada1-13/+20
2020-06-06modpost: re-add -e to set external_module flagMasahiro Yamada2-2/+8
2020-06-06modpost: rename ext_sym_list to dump_listMasahiro Yamada1-13/+14
2020-06-06modpost: allow to pass -i option multiple times to remove -e optionMasahiro Yamada2-9/+2
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada2-10/+6
2020-06-06firmware/dmi: Report DMI Bios & EC firmware releaseErwan Velu4-0/+40
2020-06-05dm crypt: avoid truncating the logical block sizeEric Biggers1-1/+1
2020-06-05dm mpath: add DM device name to Failing/Reinstating path log messagesMike Snitzer1-2/+6
2020-06-05dm mpath: enhance queue_if_no_path debuggingMike Snitzer1-7/+23
2020-06-05dm mpath: restrict queue_if_no_path state machineMike Snitzer1-10/+28
2020-06-05dm mpath: simplify __must_push_backMike Snitzer1-23/+5
2020-06-05dm zoned: check superblock locationHannes Reinecke1-1/+9
2020-06-05dm zoned: prefer full zones for reclaimHannes Reinecke1-1/+8
2020-06-05dm zoned: select reclaim zone based on device indexHannes Reinecke4-32/+27
2020-06-05dm zoned: allocate zone by device indexHannes Reinecke3-8/+15
2020-06-05dm zoned: support arbitrary number of devicesHannes Reinecke2-45/+74
2020-06-05dm zoned: move random and sequential zones into struct dmz_devHannes Reinecke4-78/+119
2020-06-05dm zoned: per-device reclaimHannes Reinecke3-57/+88
2020-06-05dm zoned: add metadata pointer to struct dmz_devHannes Reinecke2-8/+13
2020-06-05dm zoned: add device pointer to struct dm_zoneHannes Reinecke4-39/+19
2020-06-05dm zoned: allocate temporary superblock for tertiary devicesHannes Reinecke1-48/+61
2020-06-05dm zoned: convert to xarrayHannes Reinecke1-32/+90
2020-06-05dm zoned: add a 'reserved' zone flagHannes Reinecke2-2/+4
2020-06-05dm zoned: improve logging messages for reclaimHannes Reinecke1-3/+10