summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | gpiolib: cdev: Add hardware timestamp clock typeDipen Patel2022-05-042-33/+222
| * | | | | | | | gpio: tegra186: Add HTE supportDipen Patel2022-05-041-1/+80
| * | | | | | | | gpiolib: Add HTE supportDipen Patel2022-05-044-2/+83
| * | | | | | | | dt-bindings: Add HTE bindingsDipen Patel2022-05-043-0/+156
| * | | | | | | | hte: Add Tegra194 HTE kernel providerDipen Patel2022-05-046-0/+815
| * | | | | | | | drivers: Add hardware timestamp engine (HTE) subsystemDipen Patel2022-05-046-0/+1237
| * | | | | | | | Documentation: Add HTE subsystem guideDipen Patel2022-05-031-0/+79
* | | | | | | | | Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-06-0517-350/+289
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kbuild: Allow to select bash in a modified environmentSchspa Shi2022-06-041-1/+1
| * | | | | | | | | scripts: kconfig: nconf: make nconfig accept jk keybindingsIsak Ellmer2022-06-041-2/+6
| * | | | | | | | | modpost: use fnmatch() to simplify match()Masahiro Yamada2022-06-041-61/+13
| * | | | | | | | | modpost: simplify mod->name allocationMasahiro Yamada2022-06-041-13/+12
| * | | | | | | | | kbuild: factor out the common objtool argumentsMasahiro Yamada2022-06-044-97/+52
| * | | | | | | | | kbuild: move vmlinux.o link to scripts/Makefile.vmlinux_oMasahiro Yamada2022-06-042-40/+62
| * | | | | | | | | kbuild: clean .tmp_* pattern by make cleanMasahiro Yamada2022-06-043-8/+5
| * | | | | | | | | kbuild: remove redundant cleanups in scripts/link-vmlinux.shMasahiro Yamada2022-06-011-2/+0
| * | | | | | | | | kbuild: rebuild multi-object modules when objtool is updatedMasahiro Yamada2022-06-011-3/+8
| * | | | | | | | | kbuild: add cmd_and_savecmd macroMasahiro Yamada2022-06-011-2/+4
| * | | | | | | | | kbuild: make *.mod rule robust against too long argument errorMasahiro Yamada2022-06-011-2/+4
| * | | | | | | | | kbuild: make built-in.a rule robust against too long argument errorMasahiro Yamada2022-06-011-1/+6
| * | | | | | | | | kbuild: check static EXPORT_SYMBOL* by script instead of modpostMasahiro Yamada2022-06-013-27/+70
| * | | | | | | | | parisc: remove arch/parisc/nmMasahiro Yamada2022-05-292-7/+0
| * | | | | | | | | kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada2022-05-296-67/+28
| * | | | | | | | | kbuild: replace $(linked-object) with CONFIG optionsMasahiro Yamada2022-05-291-2/+1
| * | | | | | | | | kbuild: do not try to parse *.cmd files for objects provided by compilerMasahiro Yamada2022-05-291-1/+8
| * | | | | | | | | kbuild: replace $(if A,A,B) with $(or A,B) in scripts/Makefile.modpostMasahiro Yamada2022-05-271-1/+1
| * | | | | | | | | modpost: squash if...else-if in find_elf_symbol2()Masahiro Yamada2022-05-271-7/+3
| * | | | | | | | | modpost: reuse ARRAY_SIZE() macro for section_mismatch()Masahiro Yamada2022-05-273-6/+6
| * | | | | | | | | modpost: remove the unused argument of check_sec_ref()Masahiro Yamada2022-05-271-3/+2
| * | | | | | | | | modpost: fix undefined behavior of is_arm_mapping_symbol()Masahiro Yamada2022-05-271-1/+2
| * | | | | | | | | modpost: fix removing numeric suffixesAlexander Lobakin2022-05-271-1/+1
| * | | | | | | | | scripts/kallsyms: update usage message of the kallsyms programYuntao Wang2022-05-271-1/+1
| * | | | | | | | | kbuild: Fix include path in scripts/Makefile.modpostJing Leng2022-05-271-2/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'pull-18-rc1-work.namei' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-051-9/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | namei: cleanup double word in commentTom Rix2022-05-201-1/+1
| * | | | | | | | | get rid of dead code in legitimize_root()Al Viro2022-05-201-7/+0
| * | | | | | | | | fs/namei.c:reserve_stack(): tidy up the call of try_to_unlazy()Al Viro2022-05-201-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-059-30/+27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | move mount-related externs from fs.h to mount.hAl Viro2022-05-204-11/+14
| * | | | | | | | | blob_to_mnt(): kern_unmount() is needed to undo kern_mount()Al Viro2022-05-201-2/+2
| * | | | | | | | | m->mnt_root->d_inode->i_sb is a weird way to spell m->mnt_sb...Al Viro2022-05-201-2/+2
| * | | | | | | | | linux/mount.h: trim includesAl Viro2022-05-201-12/+5
| * | | | | | | | | uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)Al Viro2022-05-203-3/+4
| |/ / / / / / / /
* | | | | | | | | Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-058-94/+55
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Unify the primitives for file descriptor closingAl Viro2022-05-155-56/+34
| * | | | | | | | fs: remove fget_many and fput_many interfaceGou Hao2022-05-154-32/+16
| * | | | | | | | io_uring_enter(): don't leave f.flags uninitializedAl Viro2022-05-121-6/+5
| |/ / / / / / /
* | | | | | | | Merge tag '5.19-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Linus Torvalds2022-06-0514-100/+143
|\ \ \ \ \ \ \ \
| * | | | | | | | cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_shareSteve French2022-06-041-1/+2
| * | | | | | | | cifs: skip trailing separators of prefix pathsPaulo Alcantara2022-06-031-36/+49