index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-08
modpost: add sym_add_unresolved() helper
Masahiro Yamada
1
-8
/
+11
2022-05-08
modpost: traverse modules in order
Masahiro Yamada
2
-10
/
+10
2022-05-08
modpost: import include/linux/list.h
Masahiro Yamada
1
-0
/
+213
2022-05-08
modpost: change mod->gpl_compatible to bool type
Masahiro Yamada
2
-7
/
+12
2022-05-08
modpost: use bool type where appropriate
Masahiro Yamada
3
-38
/
+37
2022-05-08
ia64: make the install target not depend on any build artifact
Masahiro Yamada
1
-2
/
+2
2022-05-08
kbuild: drop $(objtree)/ prefix support for clean-files
Masahiro Yamada
2
-9
/
+3
2022-05-08
Makefile: fix 2 typos
Randy Dunlap
1
-2
/
+2
2022-05-08
modpost: move struct namespace_list to modpost.c
Masahiro Yamada
2
-5
/
+5
2022-05-08
modpost: retrieve the module dependency and CRCs in check_exports()
Masahiro Yamada
1
-10
/
+6
2022-05-08
modpost: add a separate error for exported symbols without definition
Masahiro Yamada
1
-1
/
+6
2022-05-08
modpost: remove stale comment about sym_add_exported()
Masahiro Yamada
1
-4
/
+0
2022-05-08
modpost: do not write out any file when error occurred
Masahiro Yamada
1
-0
/
+3
2022-05-08
modpost: use snprintf() instead of sprintf() for safety
Masahiro Yamada
1
-1
/
+7
2022-05-08
checksyscalls: ignore -Wunused-macros
Vincent Mailhol
1
-1
/
+1
2022-05-08
scripts: dummy-tools, add pahole
Jiri Slaby
1
-0
/
+4
2022-05-08
kheaders: Have cpio unconditionally replace files
Daniel Mentz
1
-1
/
+1
2022-05-08
kbuild: support W=e to make build abort in case of warning
Yann Droneaud
2
-2
/
+12
2022-05-08
kbuild: read *.mod to get objects passed to $(LD) or $(AR)
Masahiro Yamada
1
-7
/
+3
2022-05-08
kbuild: make *.mod not depend on *.o
Masahiro Yamada
2
-4
/
+4
2022-05-08
kbuild: get rid of duplication in *.mod files
Masahiro Yamada
2
-2
/
+3
2022-05-08
kbuild: split the second line of *.mod into *.usyms
Masahiro Yamada
6
-26
/
+25
2022-05-08
kbuild: reuse real-search to simplify cmd_mod
Masahiro Yamada
1
-1
/
+1
2022-05-08
kbuild: make multi_depend work with targets in subdirectory
Masahiro Yamada
1
-3
/
+3
2022-05-08
kbuild: reuse suffix-search to refactor multi_depend
Masahiro Yamada
1
-1
/
+1
2022-05-08
kbuild: refactor cmd_modversions_S
Masahiro Yamada
1
-11
/
+4
2022-05-08
kbuild: refactor cmd_modversions_c
Masahiro Yamada
1
-14
/
+11
2022-05-08
modpost: remove annoying namespace_from_kstrtabns()
Masahiro Yamada
1
-12
/
+2
2022-05-08
modpost: remove redundant initializes for static variables
Masahiro Yamada
1
-5
/
+5
2022-05-08
modpost: move export_from_secname() call to more relevant place
Masahiro Yamada
1
-6
/
+4
2022-05-08
modpost: remove useless export_from_sec()
Masahiro Yamada
2
-17
/
+2
2022-04-06
kbuild: do not remove empty *.symtypes explicitly
Masahiro Yamada
1
-6
/
+2
2022-04-06
kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}
Masahiro Yamada
1
-11
/
+8
2022-04-06
docs: kbuild: add references on Kconfig semantics
Necip Fazil Yildiran
1
-0
/
+6
2022-04-05
kbuild: Allow kernel installation packaging to override pkg-config
Chun-Tse Shao
8
-36
/
+37
2022-04-05
kbuild: uapi: use -fsyntax-only rather than -S
Nick Desaulniers
1
-1
/
+1
2022-04-03
Linux 5.18-rc1
v5.18-rc1
Linus Torvalds
1
-2
/
+2
2022-04-03
Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
15
-167
/
+44
2022-04-03
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2
-136
/
+14
2022-04-03
Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-187
/
+200
2022-04-03
Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-69
/
+1
2022-04-03
Merge tag 'dma-mapping-5.18-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
5
-142
/
+16
2022-04-03
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
4
-11
/
+12
2022-04-02
Revert "clk: Drop the rate range on clk_put()"
Stephen Boyd
2
-136
/
+14
2022-04-02
Merge tag 'perf-tools-for-v5.18-2022-04-02' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
31
-88
/
+180
2022-04-02
Merge tag 'kbuild-fixes-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-17
/
+2
2022-04-02
Merge tag 'mips_5.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...
Linus Torvalds
7
-45
/
+72
2022-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
49
-414
/
+617
2022-04-03
modpost: restore the warning message for missing symbol versions
Masahiro Yamada
1
-1
/
+1
2022-04-02
Merge tag 'for-5.18/drivers-2022-04-02' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-12
/
+12
[next]