| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 2016-05-27 | 6 | -177/+14 |
|\ |
|
| * | coccicheck: Fix missing 0 index in kill loop | Kees Cook | 2016-05-19 | 1 | -1/+1 |
| * | scripts/package/Makefile: rpmbuild add support of RPMOPTS | Srinivas Pandruvada | 2016-05-16 | 1 | -2/+2 |
| * | builddeb: fix missing headers in linux-headers package | Azriel Samson | 2016-05-10 | 1 | -1/+1 |
| * | builddeb: include objtool binary in headers package | Bjørn Mork | 2016-05-10 | 1 | -0/+3 |
| * | kbuild/mkspec: support 'update-bootloader'-based systems | Jiri Kosina | 2016-04-20 | 1 | -0/+5 |
| * | scripts: coccinelle: remove check to move constants to right | Wolfram Sang | 2016-04-20 | 1 | -171/+0 |
| * | Coccinelle: setup_timer: Add space in front of parentheses | Vaishali Thakkar | 2016-04-20 | 1 | -2/+2 |
* | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2016-05-27 | 2 | -1/+17 |
|\ \ |
|
| * | | kconfig/symbol.c: handle choice_values that depend on 'm' symbols | Dirk Gouders | 2016-05-10 | 1 | -0/+14 |
| * | | kconfig: add unexpected data itself to warning | Paul Bolle | 2016-05-10 | 1 | -1/+3 |
| |/ |
|
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2016-05-27 | 7 | -48/+215 |
|\ \ |
|
| * | | kbuild: move -Wunused-const-variable to W=1 warning level | Arnd Bergmann | 2016-05-11 | 1 | -0/+1 |
| * | | kbuild: fix if_change and friends to consider argument order | Masahiro Yamada | 2016-05-10 | 1 | -6/+5 |
| * | | kbuild: fix adjust_autoksyms.sh for modules that need only one symbol | Nicolas Pitre | 2016-05-10 | 1 | -1/+1 |
| * | | kbuild: fix ksym_dep_filter when multiple EXPORT_SYMBOL() on the same line | Nicolas Pitre | 2016-05-10 | 1 | -1/+1 |
| * | | kbuild: adjust ksym_dep_filter for some cmd_* renames | Nicolas Pitre | 2016-04-27 | 1 | -4/+6 |
| * | | kbuild: Get rid of KBUILD_STR | Michal Marek | 2016-04-20 | 1 | -4/+4 |
| * | | kbuild: rename cmd_as_s_S to cmd_cpp_s_S | Masahiro Yamada | 2016-04-20 | 1 | -3/+3 |
| * | | kbuild: rename cmd_cc_i_c to cmd_cpp_i_c | Masahiro Yamada | 2016-04-20 | 1 | -3/+3 |
| * | | scripts: genksyms: fix resource leak | Maxim Zhukov | 2016-04-20 | 1 | -0/+3 |
| * | | kbuild: create/adjust generated/autoksyms.h | Nicolas Pitre | 2016-03-29 | 1 | -0/+101 |
| * | | kbuild: add fine grained build dependencies for exported symbols | Nicolas Pitre | 2016-03-29 | 2 | -0/+28 |
| * | | kbuild: de-duplicate fixdep usage | Nicolas Pitre | 2016-03-29 | 2 | -15/+9 |
| * | | fixdep: accept extra dependencies on stdin | Nicolas Pitre | 2016-03-29 | 1 | -15/+45 |
| * | | kbuild: record needed exported symbols for modules | Nicolas Pitre | 2016-03-29 | 1 | -2/+11 |
| |/ |
|
* | | headers_check: don't warn about c++ guards | Arnd Bergmann | 2016-05-24 | 1 | -0/+4 |
* | | scripts/gdb: decode bytestream on dmesg for Python3 | Kieran Bingham | 2016-05-24 | 1 | -2/+2 |
* | | scripts/gdb: fix issue with dmesg.py and python 3.X | Dom Cote | 2016-05-24 | 1 | -3/+4 |
* | | scripts/gdb: improve types abstraction for gdb python scripts | Dom Cote | 2016-05-24 | 1 | -2/+15 |
* | | scripts/gdb: add lx_thread_info_by_pid helper | Kieran Bingham | 2016-05-24 | 1 | -0/+19 |
* | | scripts/gdb: add a Radix Tree Parser | Kieran Bingham | 2016-05-24 | 3 | -0/+105 |
* | | scripts/gdb: cast CPU numbers to integer | Jan Kiszka | 2016-05-24 | 1 | -1/+1 |
* | | scripts/gdb: add cpu iterators | Kieran Bingham | 2016-05-24 | 1 | -0/+38 |
* | | scripts/gdb: add mount point list command | Kieran Bingham | 2016-05-24 | 2 | -0/+119 |
* | | scripts/gdb: add io resource readers | Kieran Bingham | 2016-05-24 | 1 | -0/+57 |
* | | scripts/gdb: provide a dentry_name VFS path helper | Kieran Bingham | 2016-05-24 | 1 | -0/+8 |
* | | scripts/gdb: support !CONFIG_MODULES gracefully | Kieran Bingham | 2016-05-24 | 1 | -1/+4 |
* | | scripts/gdb: provide exception catching parser | Kieran Bingham | 2016-05-24 | 1 | -0/+7 |
* | | scripts/gdb: convert modules usage to lists functions | Kieran Bingham | 2016-05-24 | 1 | -11/+6 |
* | | scripts/gdb: provide kernel list item generators | Kieran Bingham | 2016-05-24 | 1 | -0/+21 |
* | | scripts/gdb: provide linux constants | Kieran Bingham | 2016-05-24 | 3 | -1/+44 |
* | | scripts/gdb: Adjust module reference counter reported by lx-lsmod | Jan Kiszka | 2016-05-24 | 1 | -1/+1 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-05-21 | 1 | -3/+139 |
|\ \ |
|
| * | | checkpatch: improve --git <commit-count> shortcut | Joe Perches | 2016-05-21 | 1 | -6/+4 |
| * | | checkpatch: reduce number of `git log` calls with --git | Joe Perches | 2016-05-21 | 1 | -10/+13 |
| * | | checkpatch: add support to check already applied git commits | Du, Changbin | 2016-05-21 | 1 | -1/+47 |
| * | | checkpatch: add --list-types to show message types to show or ignore | Joe Perches | 2016-05-21 | 1 | -1/+37 |
| * | | checkpatch: advertise the --fix and --fix-inplace options more | Joe Perches | 2016-05-21 | 1 | -0/+8 |
| * | | checkpatch: whine about ACCESS_ONCE | Joe Perches | 2016-05-21 | 1 | -0/+22 |