)]}'
{
  "log": [
    {
      "commit": "9984de1a5a8a96275fcab818f7419af5a3c86e71",
      "tree": "1935d411752707a1621c5caf64f75dfe105beb3a",
      "parents": [
        "7c77509c542927ee2a3c8812fad84957e51bf67d"
      ],
      "author": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Mon May 23 14:51:41 2011 -0400"
      },
      "committer": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Mon Oct 31 09:20:12 2011 -0400"
      },
      "message": "kernel: Map most files to use export.h instead of module.h\n\nThe changed files were only including linux/module.h for the\nEXPORT_SYMBOL infrastructure, and nothing else.  Revector them\nonto the isolated export header for faster compile times.\n\nNothing to see here but a whole lot of instances of:\n\n  -#include \u003clinux/module.h\u003e\n  +#include \u003clinux/export.h\u003e\n\nThis commit is only changing the kernel dir; next targets\nwill probably be mm, fs, the arch dirs, etc.\n\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\n"
    },
    {
      "commit": "c624d33f61cd05241e85b906311f0b712fdb0f32",
      "tree": "c228ab434249c0d7bb703029efb5650a1b63cff0",
      "parents": [
        "395810627b6a43c8d0ec948884043946fa162308"
      ],
      "author": {
        "name": "Masami Hiramatsu",
        "email": "masami.hiramatsu.pt@hitachi.com",
        "time": "Wed Jun 08 16:09:27 2011 +0900"
      },
      "committer": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Tue Jun 14 22:48:52 2011 -0400"
      },
      "message": "stack_trace: Add weak save_stack_trace_regs()\n\nAdd weak symbol of save_stack_trace_regs() as same as\nsave_stack_trace_tsk() since that is not implemented\nexcept x86 yet.\n\nSigned-off-by: Masami Hiramatsu \u003cmasami.hiramatsu.pt@hitachi.com\u003e\nCc: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\nCc: yrl.pp-manager.tt@hitachi.com\nCc: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nCc: Namhyung Kim \u003cnamhyung@gmail.com\u003e\nLink: http://lkml.kernel.org/r/20110608070927.17777.37895.stgit@fedora15\nSigned-off-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\n"
    },
    {
      "commit": "9212ddb5eada64fec5a08b28207401f3cc3d0876",
      "tree": "3b1a6040813d623d5d2d077bffd0dea5fb36f693",
      "parents": [
        "4a6908a3a050aacc9c3a2f36b276b46c0629ad91"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Dec 25 11:21:20 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Dec 25 11:44:43 2008 +0100"
      },
      "message": "stacktrace: provide save_stack_trace_tsk() weak alias\n\nImpact: build fix\n\nSome architectures have not implemented save_stack_trace_tsk() yet:\n\n  fs/built-in.o: In function `proc_pid_stack\u0027:\n  base.c:(.text+0x3f140): undefined reference to `save_stack_trace_tsk\u0027\n\nSo warn about that if the facility is used.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "8594698ebddeef5443b7da8258ae33b3eaca61d5",
      "tree": "3d775d11b2bc01a0031a716329cfafb95d1cc48f",
      "parents": [
        "4e6a0535dd036377961027262aecb138099f925d"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Jun 27 21:20:17 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Jun 30 09:20:55 2008 +0200"
      },
      "message": "stacktrace: fix modular build, export print_stack_trace and save_stack_trace\n\nfix:\n\nERROR: \"print_stack_trace\" [kernel/backtracetest.ko] undefined!\nERROR: \"save_stack_trace\" [kernel/backtracetest.ko] undefined!\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n\nand fix:\n\n  Building modules, stage 2.\n  MODPOST 376 modules\nERROR: \"print_stack_trace\" [kernel/backtracetest.ko] undefined!\nmake[1]: *** [__modpost] Error 1\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "a5a242dceed5d1c74fe46088762a9e4312c2d000",
      "tree": "59f7f7cc3d31150921d078b457ba3bed1591426a",
      "parents": [
        "886dd58258e6ddebe20e7aebef7b167a24bad7ee"
      ],
      "author": {
        "name": "Vegard Nossum",
        "email": "vegard.nossum@gmail.com",
        "time": "Fri Jun 13 11:00:14 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Jun 13 13:17:30 2008 +0200"
      },
      "message": "stacktrace: print_stack_trace() cleanup\n\n- shorter code and better atomicity with regards to printk().\n\n(It\u0027s been tested with the backtrace self-test code on i386 and x86_64.)\n\nCc: Arjan van de Ven \u003carjan@infradead.org\u003e\nSigned-off-by: Vegard Nossum \u003cvegard.nossum@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "bfeeeeb991cf75081e6c2f74d44ae5da05b50a94",
      "tree": "3497ab932a0e6be36e0f28fb9adb75698e243f3b",
      "parents": [
        "75d3bce2fc0a80f435fe12f2c9ed2632c8ac29e4"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net",
        "time": "Mon May 12 21:21:14 2008 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Sat May 24 01:16:38 2008 +0200"
      },
      "message": "stacktrace: don\u0027t crash on invalid stack trace structs\n\nThis patch makes the stacktrace printout code \\warn when the entries\npointer is unset rather than crashing when trying to access it in an\nattempt to make it a bit more robust.\n\nI was saving a stacktrace into an skb and forgot to copy it across skb\ncopies... I have since fixed the code, but it would have been easier\nhad the kernel not crashed in an interrupt.\n\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "8637c09901049f061b94f684915d4f18ecf91d79",
      "tree": "83ca3ab38ab4d12f4e10176ba01ae33809388767",
      "parents": [
        "f0a5c315eb266edc608a29971bb4ff1a3025c58f"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Jul 03 00:24:38 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Jul 03 15:27:02 2006 -0700"
      },
      "message": "[PATCH] lockdep: stacktrace subsystem, core\n\nFramework to generate and save stacktraces quickly, without printing anything\nto the console.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Arjan van de Ven \u003carjan@linux.intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    }
  ]
}
