)]}'
{
  "log": [
    {
      "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"
    }
  ]
}
