Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | fixdep: refactor parse_dep_file() | Masahiro Yamada | 2018-01-18 | 1 | -40/+40 | |
| * | | | | | fixdep: move global variables to local variables of main() | Masahiro Yamada | 2018-01-18 | 1 | -26/+16 | |
| * | | | | | fixdep: remove unneeded memcpy() in parse_dep_file() | Masahiro Yamada | 2018-01-18 | 1 | -13/+9 | |
| * | | | | | fixdep: factor out common code for reading files | Masahiro Yamada | 2018-01-18 | 1 | -55/+20 | |
| * | | | | | fixdep: use malloc() and read() to load dep_file to buffer | Masahiro Yamada | 2018-01-18 | 1 | -24/+32 | |
| * | | | | | fixdep: remove unnecessary <arpa/inet.h> inclusion | Masahiro Yamada | 2018-01-18 | 1 | -1/+0 | |
| * | | | | | fixdep: exit with error code in error branches of do_config_file() | Lukas Bulwahn | 2018-01-08 | 1 | -4/+2 | |
| |/ / / / | ||||||
* | | | | | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-02-01 | 2 | -0/+19 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge 4.15-rc6 into char-misc-next | Greg Kroah-Hartman | 2018-01-02 | 2 | -26/+4 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| * | | | | | soundwire: Add SoundWire bus type | Vinod Koul | 2017-12-19 | 2 | -0/+19 | |
* | | | | | | Merge tag 'docs-4.16' of git://git.lwn.net/linux | Linus Torvalds | 2018-02-01 | 1 | -1300/+206 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | scripts: kernel_doc: better handle show warnings logic | Mauro Carvalho Chehab | 2018-01-01 | 1 | -15/+41 | |
| * | | | | | | scripts: kernel-doc: apply filtering rules to warnings | Mauro Carvalho Chehab | 2017-12-21 | 1 | -7/+23 | |
| * | | | | | | scripts: kernel-doc: improve nested logic to handle multiple identifiers | Mauro Carvalho Chehab | 2017-12-21 | 1 | -25/+44 | |
| * | | | | | | scripts: kernel-doc: handle nested struct function arguments | Mauro Carvalho Chehab | 2017-12-21 | 1 | -12/+26 | |
| * | | | | | | scripts: kernel-doc: print the declaration name on warnings | Mauro Carvalho Chehab | 2017-12-21 | 1 | -22/+16 | |
| * | | | | | | scripts: kernel-doc: get rid of $nested parameter | Mauro Carvalho Chehab | 2017-12-21 | 1 | -15/+4 | |
| * | | | | | | scripts: kernel-doc: parse next structs/unions | Mauro Carvalho Chehab | 2017-12-21 | 1 | -53/+68 | |
| * | | | | | | scripts: kernel-doc: replace tabs by spaces | Mauro Carvalho Chehab | 2017-12-21 | 1 | -5/+5 | |
| * | | | | | | scripts: kernel-doc: change default to ReST format | Mauro Carvalho Chehab | 2017-12-21 | 1 | -3/+3 | |
| * | | | | | | scripts: kernel-doc: improve argument handling | Mauro Carvalho Chehab | 2017-12-21 | 1 | -16/+20 | |
| * | | | | | | scripts: kernel-doc: get rid of unused output formats | Mauro Carvalho Chehab | 2017-12-21 | 1 | -1179/+4 | |
| * | | | | | | docs: get rid of kernel-doc-nano-HOWTO.txt | Mauro Carvalho Chehab | 2017-12-21 | 1 | -1/+1 | |
| * | | | | | | kernel-doc: parse DECLARE_KFIFO and DECLARE_KFIFO_PTR() | Mauro Carvalho Chehab | 2017-12-11 | 1 | -2/+6 | |
| |/ / / / / | ||||||
* | | | | | | scripts/tags.sh: change find_other_sources() for include directories | Arend van Spriel | 2018-02-01 | 1 | -1/+1 | |
* | | | | | | scripts/decodecode: make it take multiline Code line | Andy Shevchenko | 2018-02-01 | 1 | -0/+12 | |
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-01-30 | 1 | -0/+6 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2018-01-03 | 1 | -0/+6 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | checkpatch: Add warnings for {smp_,}read_barrier_depends() | Paul E. McKenney | 2017-12-05 | 1 | -0/+6 | |
* | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-01-30 | 1 | -0/+9 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | module/retpoline: Warn about missing retpoline in module | Andi Kleen | 2018-01-26 | 1 | -0/+9 | |
* | | | | | | | scripts/gdb/linux/tasks.py: fix get_thread_info | Xi Kangjie | 2018-01-19 | 1 | -0/+2 | |
* | | | | | | | scripts/decodecode: fix decoding for AArch64 (arm64) instructions | Will Deacon | 2018-01-19 | 1 | -0/+8 | |
* | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-01-17 | 1 | -4/+10 | |
|\| | | | | | | ||||||
| * | | | | | | objtool: Fix seg fault with gold linker | Josh Poimboeuf | 2018-01-16 | 1 | -4/+10 | |
| * | | | | | | Merge commit 'upstream-x86-entry' into WIP.x86/mm | Ingo Molnar | 2017-12-17 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Merge tag 'kbuild-fixes-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-01-13 | 2 | -2/+4 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | genksyms: drop *.hash.c from .gitignore | Masahiro Yamada | 2018-01-13 | 1 | -1/+0 | |
| * | | | | | | | kconfig: fix relational operators for bool and tristate symbols | Nicolas Pitre | 2018-01-05 | 1 | -1/+4 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2017-12-15 | 1 | -22/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | checkpatch: Remove ACCESS_ONCE() warning | Mark Rutland | 2017-12-12 | 1 | -22/+0 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* / | | | | | | scripts/faddr2line: fix CROSS_COMPILE unset error | Liu, Changcheng | 2017-12-15 | 1 | -4/+4 | |
|/ / / / / / | ||||||
* | | | | | | Merge tag 'docs-4.15-fixes' of git://git.lwn.net/linux | Linus Torvalds | 2017-12-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none | Will Deacon | 2017-12-02 | 1 | -1/+1 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-11-30 | 2 | -9/+19 | |
|\ \ \ \ \ | ||||||
| * | | | | | scripts/bloat-o-meter: don't fail with division by 0 | Andy Shevchenko | 2017-11-30 | 1 | -2/+5 | |
| * | | | | | scripts/faddr2line: extend usage on generic arch | Liu, Changcheng | 2017-11-30 | 1 | -7/+14 | |
| |/ / / / | ||||||
* / / / / | vsprintf: add printk specifier %px | Tobin C. Harding | 2017-11-29 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-11-25 | 1 | -277/+0 | |
|\ \ \ \ | ||||||
| * | | | | Coccinelle: Remove setup_timer.cocci | Kees Cook | 2017-11-22 | 1 | -277/+0 | |
| | |_|/ | |/| | |