)]}'
{
  "log": [
    {
      "commit": "f5b940997397229975ea073679b03967932a541b",
      "tree": "a477f440175d67b67928d6d11c845fe98f09eb72",
      "parents": [
        "b727d20269e8ef1de002bfea8099f5e9db9e9f23"
      ],
      "author": {
        "name": "NeilBrown",
        "email": "neilb@suse.de",
        "time": "Fri Aug 26 18:03:11 2011 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 26 15:09:58 2011 -0700"
      },
      "message": "All Arch: remove linkage for sys_nfsservctl system call\n\nThe nfsservctl system call is now gone, so we should remove all\nlinkage for it.\n\nSigned-off-by: NeilBrown \u003cneilb@suse.de\u003e\nSigned-off-by: J. Bruce Fields \u003cbfields@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7847777a45f9f8bfc8617dbf107bde1ecb59caee",
      "tree": "f9e31828db79e607a763f1eaea2119b2f270dcdb",
      "parents": [
        "f24219b4e90cf70ec4a211b17fbabc725a0ddf3c"
      ],
      "author": {
        "name": "Arun Sharma",
        "email": "asharma@fb.com",
        "time": "Tue Jul 26 16:09:08 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 26 16:49:47 2011 -0700"
      },
      "message": "atomic: cleanup asm-generic atomic*.h inclusion\n\nAfter changing all consumers of atomics to include \u003clinux/atomic.h\u003e, we\nran into some compile time errors due to this dependency chain:\n\nlinux/atomic.h\n  -\u003e asm/atomic.h\n    -\u003e asm-generic/atomic-long.h\n\nwhere atomic-long.h could use funcs defined later in linux/atomic.h\nwithout a prototype.  This patches moves the code that includes\nasm-generic/atomic*.h to linux/atomic.h.\n\nArchs that need \u003casm-generic/atomic64.h\u003e need to select\nCONFIG_GENERIC_ATOMIC64 from now on (some of them used to include it\nunconditionally).\n\nCompile tested on i386 and x86_64 with allnoconfig.\n\nSigned-off-by: Arun Sharma \u003casharma@fb.com\u003e\nCc: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: David Miller \u003cdavem@davemloft.net\u003e\nAcked-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f24219b4e90cf70ec4a211b17fbabc725a0ddf3c",
      "tree": "c1c753bd425d61a5094995d9835b23b46383d9b2",
      "parents": [
        "60063497a95e716c9a689af3be2687d261f115b4"
      ],
      "author": {
        "name": "Arun Sharma",
        "email": "asharma@fb.com",
        "time": "Tue Jul 26 16:09:07 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 26 16:49:47 2011 -0700"
      },
      "message": "atomic: move atomic_add_unless to generic code\n\nThis is in preparation for more generic atomic primitives based on\n__atomic_add_unless.\n\nSigned-off-by: Arun Sharma \u003casharma@fb.com\u003e\nSigned-off-by: Hans-Christian Egtvedt \u003chans-christian.egtvedt@atmel.com\u003e\nReviewed-by: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: David Miller \u003cdavem@davemloft.net\u003e\nAcked-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "60063497a95e716c9a689af3be2687d261f115b4",
      "tree": "6ce0d68db76982c53df46aee5f29f944ebf2c320",
      "parents": [
        "148817ba092f9f6edd35bad3c6c6b8e8f90fe2ed"
      ],
      "author": {
        "name": "Arun Sharma",
        "email": "asharma@fb.com",
        "time": "Tue Jul 26 16:09:06 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 26 16:49:47 2011 -0700"
      },
      "message": "atomic: use \u003clinux/atomic.h\u003e\n\nThis allows us to move duplicated code in \u003casm/atomic.h\u003e\n(atomic_inc_not_zero() for now) to \u003clinux/atomic.h\u003e\n\nSigned-off-by: Arun Sharma \u003casharma@fb.com\u003e\nReviewed-by: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: David Miller \u003cdavem@davemloft.net\u003e\nCc: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nAcked-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "0e9a6cb5e66f4b23e2a8f6b3f00949b7b3125dda",
      "tree": "f5ae8bd305b7df5f9dcb75ea86b05174c3dc5b90",
      "parents": [
        "778d3b0ff0654ad7092bf823fd32010066b12365"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Tue Jul 26 16:08:31 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jul 26 16:49:43 2011 -0700"
      },
      "message": "ptrace: unify show_regs() prototype\n\n[ poleg@redhat.com: no need to declare show_regs() in ptrace.h, sched.h does this ]\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nCc: Tejun Heo \u003ctj@kernel.org\u003e\nSigned-off-by: Oleg Nesterov \u003coleg@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "66574cc05438dd0907029075d7e6ec5ac0036fbc",
      "tree": "8516792e486a535840e09b67f0831c303df3d45d",
      "parents": [
        "74e08fcf7bef973512a1f813700f802a93678670"
      ],
      "author": {
        "name": "Jonas Bonn",
        "email": "jonas@southpole.se",
        "time": "Thu Jun 30 21:22:12 2011 +0200"
      },
      "committer": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Sun Jul 24 22:06:04 2011 +0930"
      },
      "message": "modules: make arch\u0027s use default loader hooks\n\nThis patch removes all the module loader hook implementations in the\narchitecture specific code where the functionality is the same as that\nnow provided by the recently added default hooks.\n\nSigned-off-by: Jonas Bonn \u003cjonas@southpole.se\u003e\nAcked-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nAcked-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nTested-by: Michal Simek \u003cmonstr@monstr.eu\u003e\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\n"
    },
    {
      "commit": "2b6678c552ea05e7732fa1486ae1f56cb4a45f47",
      "tree": "8cd6b2ecae3a66fc3f61714512777e7cc166de3b",
      "parents": [
        "6ebc2bb92a35a651d0573d67664eb286505bb985"
      ],
      "author": {
        "name": "Scott Jiang",
        "email": "scott.jiang@analog.com",
        "time": "Tue Jul 05 19:27:25 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:34 2011 -0400"
      },
      "message": "Blackfin: boards: fix pcm device name\n\nThe pcm driver name has been changed, but the device name has not.\n\nSigned-off-by: Scott Jiang \u003cscott.jiang@analog.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "6ebc2bb92a35a651d0573d67664eb286505bb985",
      "tree": "2d096093b9f1ba1d2fcb68034081e3d29be3692c",
      "parents": [
        "a2de3f79b16a19b498c5591031735eb46151810a"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Fri Jun 17 17:30:29 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:34 2011 -0400"
      },
      "message": "Blackfin: SMP: punt unused atomic_test_mask helper\n\nNo one uses this func, so just punt it.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "a2de3f79b16a19b498c5591031735eb46151810a",
      "tree": "2714cb042606a686bc33f033ffcad9bfe6cd4f88",
      "parents": [
        "b0d3dc1291e862c17c003cb4a9a6e20c79f5bd78"
      ],
      "author": {
        "name": "Steven Rostedt",
        "email": "srostedt@redhat.com",
        "time": "Fri Jul 01 23:04:38 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:33 2011 -0400"
      },
      "message": "Blackfin: irqs: do not trace arch_local_{*,irq_*} functions\n\nDo not trace arch_local_save_flags(), arch_local_irq_*() and friends.\nAlthough they are marked inline, gcc may still make a function out of\nthem and add it to the pool of functions that are traced by the function\ntracer. This can cause undesirable results (kernel panic, triple faults,\netc).\n\nAdd the notrace notation to prevent them from ever being traced.\n\nSigned-off-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "b0d3dc1291e862c17c003cb4a9a6e20c79f5bd78",
      "tree": "f80bc514bfc1fb3b503d94901210d252437a012a",
      "parents": [
        "65cd3b5362e97d519befbfa786879b9760f72ec5"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Thu Jun 30 00:49:30 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:33 2011 -0400"
      },
      "message": "Blackfin: bf526: restrict reboot workaround to 0.0 silicon\n\nThe bug in the BF526 rom when doing a software reset exists only in older\nsilicon versions, so don\u0027t clear SWRST on newer parts.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "65cd3b5362e97d519befbfa786879b9760f72ec5",
      "tree": "4ff13af75bb1452eb035c7daef9ba8d275ff0e10",
      "parents": [
        "fdfb0becea3be2edf4200c4ea8cf8b6fe9daa89a"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed Jun 29 16:29:41 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:32 2011 -0400"
      },
      "message": "Blackfin: bf51x: fix alternative portmux options\n\nThe BF51x\u0027s alternative portmux Kconfig options were copy \u0026 pasted from\nthe BF52x, but never tweaked to reflect it.  So drop the old options as\nthey were never used (and were simply wrong), and add the BF51x specific\npieces to the Kconfig and header.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "fdfb0becea3be2edf4200c4ea8cf8b6fe9daa89a",
      "tree": "5430f619f390839ecf31e5f2f969889ecdc76a5a",
      "parents": [
        "9e770f77801fce713f5736c66f8441467eb36db5"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Mon Jun 27 17:23:48 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:32 2011 -0400"
      },
      "message": "Blackfin: bf54x: fix GPIO resume code\n\nBack in commit c03c2a87347b849ec927d, we fixed logic in the non-bf54x\nGPIO resume code to set the data levels properly before the direction\nto avoid spurious line glitches.  But we missed the bf54x code paths.\nSo add the same fix there.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "9e770f77801fce713f5736c66f8441467eb36db5",
      "tree": "38b0a8bd9da5ce486f102bcefe95261cb81877fe",
      "parents": [
        "da31d6fb46b7671622dbfd44c7f27b0c97dc2faa"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Mon Jun 27 15:46:40 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:31 2011 -0400"
      },
      "message": "Blackfin: dpmc: optimize SDRAM programming slightly\n\nNo need to reload these registers constantly since they\u0027re always\navailable (we\u0027re not making any function calls in between).\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "da31d6fb46b7671622dbfd44c7f27b0c97dc2faa",
      "tree": "160b8fe6626b37113b2df9be6dae2a0af9f6847b",
      "parents": [
        "9466a0510a5445d81eaf33affc20e2f7e2e718fb"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Mon Jun 27 15:43:56 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:31 2011 -0400"
      },
      "message": "Blackfin: dpmc: don\u0027t save/restore scratch registers\n\nThe Blackfin C ABI says we do not need to save/restore R0-R3 and P0-P2\nas they are available as scratch registers.  So don\u0027t bother.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "9466a0510a5445d81eaf33affc20e2f7e2e718fb",
      "tree": "ecbecd217aedca3575d27444efeadf1fee1c8f38",
      "parents": [
        "eed7b8365807549c67613ea7d9a451262050ba3e"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Mon Jun 27 14:46:14 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:30 2011 -0400"
      },
      "message": "Blackfin: bf538: pull gpio/port logic out of core hibernate paths\n\nRe-architect how we save/restore the gpio/port logic that only pertains\nto bf538/bf539 parts by pulling it out of the core code paths and pushing\nit out to bf538-specific locations.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "eed7b8365807549c67613ea7d9a451262050ba3e",
      "tree": "784d91e216a393904d5bb74bfcb00a878c159d10",
      "parents": [
        "d7228e7eb9bd9d65ddb5338fc9574f34ea6d53e1"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sun Jun 26 23:11:19 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:29 2011 -0400"
      },
      "message": "Blackfin: dpmc: optimize hibernate/resume path\n\nThe current save logic used in hibernation is to do a MMR load (base +\noffset) into a register, and then push that onto the stack.  Then when\nrestoring, pop off the stack into a register followed by a MMR store\n(base + offset).  These use plenty of 32bit insns rather than 16bit,\nare pretty long winded, and full of pipeline bubbles.\n\nSo, by taking advantage of MMRs that are contiguous, the multi-register\npush/pop insn, and register abuse, we can shrink this code considerably.\n\nWhen saving, the new logic does a lot of loads into the data and pointer\nregisters before executing a single multi-register push insn.  Then when\nrestoring, we do a single multi-register pop insn followed by a lot of\nstores.  Overall, this allows us to cut the insn count by ~30%, the code\nsize by ~45%, and drastically reduce the register hazards that trigger\nbubbles in the pipeline.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "d7228e7eb9bd9d65ddb5338fc9574f34ea6d53e1",
      "tree": "129795d5bcad41d8d86fc601b835a980f9e1686d",
      "parents": [
        "584ecbaa258de953a9bc34ce4b978b0033e54dc4"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Mon Jun 27 02:57:44 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:29 2011 -0400"
      },
      "message": "Blackfin: dpmc: do not save/restore EVT0/EVT1/EVT4 when hibernating\n\nEVT0 is for emulation, EVT1 is for reset, and EVT4 is the \"global int\ndisable\" region.  None of these are used by software (or even hardware),\nso don\u0027t bother saving/restoring them when we hibernate since nothing\never uses these in Linux (the only thing they would be useful for is\ncore-memory scratch, but that\u0027s just crazy talk).\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "584ecbaa258de953a9bc34ce4b978b0033e54dc4",
      "tree": "bc93f7fe8eed1b85d763b12e563eb4d2d719f74d",
      "parents": [
        "429e257ea3bdd14e2401ee3f92d2846773294273"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sun Jun 26 14:11:24 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:28 2011 -0400"
      },
      "message": "Blackfin: dpmc: relocate hibernate helper macros\n\nThis defines only get used in the hibernate code, so remove them from the\nglobal dpmc header as no one else cares.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "429e257ea3bdd14e2401ee3f92d2846773294273",
      "tree": "e5eeb9487ad41b46447842de00f1490473e73e98",
      "parents": [
        "4705a25c06c99081c1ec2f48561e37738e566ebd"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sun Jun 26 14:08:27 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:28 2011 -0400"
      },
      "message": "Blackfin: dpmc: omit RETE/RETN when hibernating\n\nThe RETE/RETN registers are only used in emulation(JTAG) and NMI nodes,\nor as scratch registers, neither of which need to be saved/restored as\nthis code doesn\u0027t execute at those core event levels.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "4705a25c06c99081c1ec2f48561e37738e566ebd",
      "tree": "f96ac62119930059306f82345c26e5350e84f42f",
      "parents": [
        "01f8e34c9855e5aa4f56a73b8d5ea8f7613dbb7e"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sun Jun 26 14:07:17 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:27 2011 -0400"
      },
      "message": "Blackfin: dpmc: optimize SIC_IWR programming a little\n\nFor parts with more than one SIC_IWR, we can optimize the writing\na little bit using better Blackfin insns.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "01f8e34c9855e5aa4f56a73b8d5ea8f7613dbb7e",
      "tree": "c02d7f45381f478d6e0181584080a8d6704663e4",
      "parents": [
        "85c2737ae7c2b64c35862da3757b185e822a259b"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sun Jun 26 13:56:23 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:27 2011 -0400"
      },
      "message": "Blackfin: gpio/ints: generalize pint logic\n\nHave the logic that uses peripheral interrupt blocks key off of pint\ndefines rather than CPU names so that things are generalized across\nfamilies.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "85c2737ae7c2b64c35862da3757b185e822a259b",
      "tree": "f07d2bfa9ee73d4f8618b062ab4ae7fd750ae489",
      "parents": [
        "0a7e5413ca17b59d09badc49b3be92e44c47247d"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sun Jun 26 13:55:24 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:26 2011 -0400"
      },
      "message": "Blackfin: dpmc: bind to MMR names and not CPUs\n\nHave the code work off of MMR names rather than CPU defines so there is\nless code to tweak in the future with new parts.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "0a7e5413ca17b59d09badc49b3be92e44c47247d",
      "tree": "e36dab85e2e77980681186755e6a32ce019d76ce",
      "parents": [
        "82ed5f73eddf72af797bfc2736f9ef4b64316ed4"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sun Jun 26 13:49:50 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:26 2011 -0400"
      },
      "message": "Blackfin: debug-mmrs: generalize pint logic\n\nDon\u0027t bind the code to specific CPU defines.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "82ed5f73eddf72af797bfc2736f9ef4b64316ed4",
      "tree": "ba12befd256c68bff65632c3664f276eabc6e530",
      "parents": [
        "b69c920cb11dde488239e6a4ea7f668983d628ac"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sun Jun 26 13:22:05 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:25 2011 -0400"
      },
      "message": "Blackfin: bf54x: switch to common pint MMR struct\n\nWe have a struct in the headers describing the register layout, so\ndrop the local duplicate one.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "b69c920cb11dde488239e6a4ea7f668983d628ac",
      "tree": "3ed2f77ee7a1e8c901d9bbb6998944ddea62132a",
      "parents": [
        "b0759a4d233107b8f693c0834d4cb917d7fb3a7d"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sun Jun 26 13:00:55 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:25 2011 -0400"
      },
      "message": "Blackfin: bf54x: tweak MMR pint names\n\nThe hardware block uses the name \"request\" rather than \"irq\", so update\nthe struct accordingly.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "b0759a4d233107b8f693c0834d4cb917d7fb3a7d",
      "tree": "daeb88a839547fabf8d523975d4d469e7fe66108",
      "parents": [
        "1a9e5bfbd463d97afb12700eaddfaf29da256f5e"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sun Jun 26 12:48:52 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:24 2011 -0400"
      },
      "message": "Blackfin: bf54x: constify pint register array\n\nThe array of pointers to register blocks never changes, so constify it.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "1a9e5bfbd463d97afb12700eaddfaf29da256f5e",
      "tree": "a3e164e82013bb9b47e89089ff1e1abc84abd842",
      "parents": [
        "969564508dfcfe8185ab8dfefb1a76aeee7a2123"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sun Jun 26 12:30:59 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:24 2011 -0400"
      },
      "message": "Blackfin: gpio: punt unused GPIO_# defines\n\nThese defines don\u0027t accomplish much as GPIO_# is the same thing as #.\nEach CPU already provides helpful symbolic defines like GPIO_\u003cPIN\u003e\nwhich everyone uses, so just punt these # ones.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "969564508dfcfe8185ab8dfefb1a76aeee7a2123",
      "tree": "166ae87dea3433eeaf4d841a6db7dce86a15d3cc",
      "parents": [
        "006669ec21d99e161015150ffedeeaeaad513c3b"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Fri Jun 17 17:54:40 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:23 2011 -0400"
      },
      "message": "Blackfin: convert unicode space gremlins\n\nNot sure how these guys slipped in, but they\u0027re annoying me.\nSo bring these unicode space gremlins down to earth to normal\nascii spaces.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "006669ec21d99e161015150ffedeeaeaad513c3b",
      "tree": "f248b63a06a302f8f0b038208bd34b4dfc824502",
      "parents": [
        "e1b55965337e2c0cd26055ce446c506448c08e6d"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed Jun 15 16:55:39 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:23 2011 -0400"
      },
      "message": "Blackfin: pwm: implement linux/pwm.h API\n\nFor now, this only supports gptimers.  Support for dedicated PWM devices\nas found on newer parts to come.\n\nSigned-off-by: Michael Hennerich \u003cmichael.hennerich@analog.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "e1b55965337e2c0cd26055ce446c506448c08e6d",
      "tree": "add157281fd227f45cdafc8223e5731b5994829a",
      "parents": [
        "353470cc5092400bbb08921016005ce03aa37f33"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Fri Jun 17 11:45:23 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:22 2011 -0400"
      },
      "message": "Blackfin: gptimers: add enable/disable by timer id\n\nThe API is geared around timer ids, except for the act of enabling\nand disabling timers.  So add a small helper to fill out the gap.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "353470cc5092400bbb08921016005ce03aa37f33",
      "tree": "51a4e3d2c175fe9b3bbd47e5609b2c3ac741e354",
      "parents": [
        "997f95e1908d1b1e750a3a0695d31dbefd0c6c19"
      ],
      "author": {
        "name": "Steven Miao",
        "email": "realmz6@gmail.com",
        "time": "Thu Jun 16 18:01:20 2011 +0800"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:22 2011 -0400"
      },
      "message": "Blackfin: make sure percpu section is aligned in XIP builds\n\nThe alignment is normally handled by PERCPU(), but we need to do it\nourselves in the XIP build due to the custom layout.\n\nSigned-off-by: Steven Miao \u003crealmz6@gmail.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "997f95e1908d1b1e750a3a0695d31dbefd0c6c19",
      "tree": "486681de0f6532dcf1154c1a148bf54450c7da57",
      "parents": [
        "24a6b91f69047072b3708248d0612ddef825dab7"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed Jun 15 16:54:46 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:21 2011 -0400"
      },
      "message": "Blackfin: gptimers: use bfin read/write helpers\n\nUse proper helper macros for reading/writing the MMRs rather than\nvolatile markings on the struct.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "24a6b91f69047072b3708248d0612ddef825dab7",
      "tree": "bbc9c3dd607766bbad39043a01265f6487eeb7d7",
      "parents": [
        "af459864b363ff1b1567741d52f5334ceb10d829"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed Jun 15 16:53:48 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:21 2011 -0400"
      },
      "message": "Blackfin: gptimers: use register structs from common header\n\nNow that asm/gptimers.h has the hardware register struct layout, there\u0027s\nno need to duplicate things locally.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "af459864b363ff1b1567741d52f5334ceb10d829",
      "tree": "4068599d4a8d6d38dab562949e45da04c989ae92",
      "parents": [
        "94674b15df4fdb111aeb2b07e67a818db5faa3c3"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed Jun 15 16:53:12 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:20 2011 -0400"
      },
      "message": "Blackfin: debug-mmrs: use new gptimer_group layout to simplify code\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "94674b15df4fdb111aeb2b07e67a818db5faa3c3",
      "tree": "cf16b91c7b9543f8dcaa80c2410658697b73ba32",
      "parents": [
        "7595ac0711723dbc07e07ebb8c91ad56df4ab49d"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Thu Jun 16 18:22:11 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:20 2011 -0400"
      },
      "message": "Blackfin: debug-mmrs: prevent macro arg from expanding\n\nPassing a non-simple expression in as the addr arg could incorrectly\napply the pointer cast resulting in misbehavior.  Add proper paren.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "7595ac0711723dbc07e07ebb8c91ad56df4ab49d",
      "tree": "da720b14cccaed7fe49b00aae15bd29f857ade6a",
      "parents": [
        "a64b384818b328aaea02914f8616e07631083f2f"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed Jun 15 16:52:37 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:19 2011 -0400"
      },
      "message": "Blackfin: gptimers: add group structure for hardware register layout\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "a64b384818b328aaea02914f8616e07631083f2f",
      "tree": "d4d4af148a3c6a706404aaef8bb07c168b314864",
      "parents": [
        "979365ba4e4f29dd1b6f985bba66426423a26f27"
      ],
      "author": {
        "name": "Mathias Krause",
        "email": "minipli@googlemail.com",
        "time": "Fri Jun 10 15:09:13 2011 +0200"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:18 2011 -0400"
      },
      "message": "Blackfin: exec: remove redundant set_fs(USER_DS)\n\nThe address limit is already set in flush_old_exec() so this\nset_fs(USER_DS) is redundant.\n\nSigned-off-by: Mathias Krause \u003cminipli@googlemail.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "979365ba4e4f29dd1b6f985bba66426423a26f27",
      "tree": "b692e9b230d1630f357f8901ccd04ddfe039cf12",
      "parents": [
        "4e12b08b7228a607a6183186bbe21f269a287137"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed Jun 08 18:15:18 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:18 2011 -0400"
      },
      "message": "Blackfin: update anomaly lists to latest public info\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "4e12b08b7228a607a6183186bbe21f269a287137",
      "tree": "4ee6462c6f5cda26cf756e5c41d69d711fe9ff36",
      "parents": [
        "e14062563cd5702c656fc9bee14165564341be2b"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed Jun 08 16:03:36 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:17 2011 -0400"
      },
      "message": "Blackfin: bf561-ezkit: change parallel flash from M to Y in defconfig\n\nThese flashes are always on the board, so might as well enable them by\ndefault rather than a module.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "e14062563cd5702c656fc9bee14165564341be2b",
      "tree": "423b8d662d72ded14004d2f2ade42b8326fee68d",
      "parents": [
        "ef0531b2e41fd2a0d0ba3ff3cb775947784cc278"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed Jun 08 15:48:57 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:18:17 2011 -0400"
      },
      "message": "Blackfin: debug-mmrs: disable PERIPHERAL_MAP for IMDMA channels\n\nThe documentation for the IMDMA channels appears to be incorrect.\nThese DMA blocks don\u0027t actually have PERIPHERAL_MAP MMRs for us\nto access.  Attempts to do so lead to system mmr hardware errors.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "ef0531b2e41fd2a0d0ba3ff3cb775947784cc278",
      "tree": "62e08bf4b371d03789478be99d3d7241c613c867",
      "parents": [
        "50f92aa3348a1c810fa809c60227ec80f7a5fd41"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed Jun 08 14:53:09 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:10:44 2011 -0400"
      },
      "message": "Blackfin: debug-mmrs: fix typo in single dmac setup\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "50f92aa3348a1c810fa809c60227ec80f7a5fd41",
      "tree": "7744d5e7aeaff92b3bf99431178c7c2183e5fee5",
      "parents": [
        "fb1d9be5967fff0a3c93b06304fd992e3c438b7f"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sun May 29 12:17:22 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:10:43 2011 -0400"
      },
      "message": "Blackfin: convert to asm-generic/mutex-dec.h for all systems\n\nThe Blackfin mutex.h is merely a copy of an older asm-generic/mutex-dec.h,\nso punt it and just use the common one directly.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "fb1d9be5967fff0a3c93b06304fd992e3c438b7f",
      "tree": "0c1c8a2fe6ad2b9c52bdc4a58e0f396058dc75c3",
      "parents": [
        "072a5cff2fcaa4648c98bea6d549fac7ee4174fe"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sun May 29 23:12:51 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:10:43 2011 -0400"
      },
      "message": "Blackfin: optimize double fault boot checking\n\nThis moves the double fault data used at boot time into a single struct\nwhich can then easily be addressed with indexed loads rather than having\nto explicitly load multiple addresses.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "072a5cff2fcaa4648c98bea6d549fac7ee4174fe",
      "tree": "923b3e6884834ca3f662150302f21a7d4bf15a94",
      "parents": [
        "b648072d3ef5d68cc9fa392dae19f8adc82231b7"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sun May 29 23:11:42 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:10:42 2011 -0400"
      },
      "message": "Blackfin: time: replace magic numbers with defines\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "b648072d3ef5d68cc9fa392dae19f8adc82231b7",
      "tree": "6447f40520b2797a83de9b7d9b90d700b87dcb06",
      "parents": [
        "2f7d63f909900c555baf36a4c6a11e9bf8e1af18"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sun May 29 16:05:03 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:10:42 2011 -0400"
      },
      "message": "Blackfin: SMP: optimize start up code a bit\n\nThis just imports all of the optimization work done in the\ncommon startup code.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "2f7d63f909900c555baf36a4c6a11e9bf8e1af18",
      "tree": "1c15e1a2f04300366cdd1d6e056e1a5f18fd55fc",
      "parents": [
        "9be8631b8a7d11fa6d206fcf0a7a2005ed39f41b"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Thu May 26 04:03:10 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:10:41 2011 -0400"
      },
      "message": "Blackfin: boards: clean up redundant/dead spi resources\n\nThe default for the Blackfin SPI driver is 8 bits and dma disabled,\nso many of the bfin5xx_spi_chip resources are redundant.  So punt\nthose parts.\n\nFurther, drivers should themselves be declaring 16 bit transfers,\nso for those that do, and for the ones which no longer do 16 bit\ntransfers, drop the bfin5xx_spi_chip resources.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "9be8631b8a7d11fa6d206fcf0a7a2005ed39f41b",
      "tree": "21edc430dd9f98105f6b97adb76fd9332257d72b",
      "parents": [
        "c6cb13f9fef2e401d9fbb0709d088e7c50fe7aea"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 04 11:20:15 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 01:10:41 2011 -0400"
      },
      "message": "Blackfin: net2272: move pin setup to boards files\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "c6cb13f9fef2e401d9fbb0709d088e7c50fe7aea",
      "tree": "9f10ea7399f618a43439b3e83e2bcc3a773a53ea",
      "parents": [
        "8e204874db000928e37199c2db82b7eb8966cc3c"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Thu Jun 23 14:10:35 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat Jul 23 00:41:23 2011 -0400"
      },
      "message": "Blackfin: convert to kbuild asm-generic support\n\nNo need for one line header stubs.  Just declare it in Kbuild.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "c7cbb02222eccb82bfd42696b01abceddae663f2",
      "tree": "6204f5c691c762ccddaa10a3928316d7a803dc3b",
      "parents": [
        "fb139dfeef9558a12ffdbf9e26951fd1a9304f3b"
      ],
      "author": {
        "name": "Wanlong Gao",
        "email": "wanlong.gao@gmail.com",
        "time": "Wed Jun 15 15:08:56 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jun 15 20:04:02 2011 -0700"
      },
      "message": "rtc: fix build warnings in defconfigs\n\nRTC_CLASS is changed to bool, so \u0027m\u0027 is invalid.\n\nSigned-off-by: Wanlong Gao \u003cwanlong.gao@gmail.com\u003e\nAcked-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nAcked-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\nAcked-by: Hans-Christian Egtvedt \u003chans-christian.egtvedt@atmel.com\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Guan Xuetao \u003cgxt@mprc.pku.edu.cn\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5ff6197f828d5ea051b3abf77cb61f8a34480e8d",
      "tree": "4d40c726ed8b09f1cd184f972641edc99a8c07b8",
      "parents": [
        "1fa7b6a29c61358cc2ca6f64cef4aa0e1a7ca74c"
      ],
      "author": {
        "name": "Steven Miao",
        "email": "realmz6@gmail.com",
        "time": "Wed Jun 01 15:52:41 2011 +0800"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Fri Jun 03 11:05:36 2011 -0400"
      },
      "message": "Blackfin: strncpy: fix handling of zero lengths\n\nThe jump to 4f will cause the NUL padding loop to run at least one time,\nso if string length is zero just jump to the end.  Otherwise we wrongly\nwrite one NUL byte when size\u003d\u003d0.\n\nSigned-off-by: Steven Miao \u003crealmz6@gmail.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "c320afe965bf3f857249d223801d8f2fc95615c2",
      "tree": "318f97d8fd3137bd37d4ec4c0bd3dfc879495e94",
      "parents": [
        "fcb243918f9e8414bf5ad6fb0361447ac3d3fddb"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Thu May 26 18:07:11 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat May 28 17:02:56 2011 -0400"
      },
      "message": "Blackfin: debug-mmrs: include RSI_PID[4567] MMRs\n\nThe documentation is a little iffy as to whether these are actual MMRs,\nbut reading them on the hardware works, and the previous version of this\nlogic (the SDH) had PID[4567].  So add it for RSI too.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "fcb243918f9e8414bf5ad6fb0361447ac3d3fddb",
      "tree": "72ee1b97b061e1de09ff91853ea10b0f602781a2",
      "parents": [
        "61aa818f7bfdb5dd0aef4687513566c75c0e4c21"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Thu May 26 18:05:15 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat May 28 17:02:56 2011 -0400"
      },
      "message": "Blackfin: bf51x: fix up RSI_PID# MMR defines\n\nLooks like the copying of MMR defines from the SDH block missed updating\nthe addresses of the RSI_PID# registers.  So tweak them to reflect the\nactual hardware.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "61aa818f7bfdb5dd0aef4687513566c75c0e4c21",
      "tree": "5aff86ca7c1c2c9762d12337252446d7a8aa58ec",
      "parents": [
        "d09fb602030e3247c21452ee2b3229baf115f71f"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Thu May 26 17:39:17 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat May 28 17:02:56 2011 -0400"
      },
      "message": "Blackfin: bf52x/bf54x: fix up usb MMR defines\n\nThe bf52x/bf54x have the incorrect addresses for USB_EP_NI7_RXINTERVAL\nand USB_EP_NI7_TXCOUNT, so adjust those.\n\nFurther, the bf54x header puts the USB defines in the wrong place, so\nshuffle them back to the right grouping.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "d09fb602030e3247c21452ee2b3229baf115f71f",
      "tree": "340a22b8fa3f7e36982c12ef893ce4d27657fe16",
      "parents": [
        "a4ffd956924e265865a4425bd888927059fd46a9"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Thu May 26 17:27:36 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat May 28 17:02:56 2011 -0400"
      },
      "message": "Blackfin: debug-mmrs: fix typos with gptimers/mdma/ppi\n\nThis code was mostly developed against a BF54x, so some BF537-specific\nissues were missed.\n\nThe PPI block starts at PPI_CONTROL, not PPI_STATUS (which is the reverse\nof the EPPI block).\n\nThe MDMA block starts at MDMA_NEXT_DESC_PTR, not MDMA_CONFIG.  Seems the\nsim does not catch misreads here so that\u0027ll need to get fixed.\n\nThe gptimer block is mostly 32bit regs, not 16bit.  Use the gptimer struct\nto figure that out rather than hardcoding it locally.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "a4ffd956924e265865a4425bd888927059fd46a9",
      "tree": "f814f866a1d1528a0d9490e3d9f7fcfc143ef1ae",
      "parents": [
        "427472c967977256db42ffbf16f65f2770278b7f"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Thu May 26 17:26:58 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat May 28 17:02:55 2011 -0400"
      },
      "message": "Blackfin: gptimers: add structure for hardware register layout\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "427472c967977256db42ffbf16f65f2770278b7f",
      "tree": "34fab15c2e1a4a5b7af60481332f22ed442805f6",
      "parents": [
        "63917efc4feb856e134eedc9ad7a9810fec12968"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Mon May 23 21:45:42 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat May 28 17:02:55 2011 -0400"
      },
      "message": "Blackfin: wire up new sendmmsg syscall\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "63917efc4feb856e134eedc9ad7a9810fec12968",
      "tree": "720b0fd7c43cf7a5081950b4156ed57bff41f2b6",
      "parents": [
        "091c75985e2f3d1b60eb25d577f04923c1b8e022"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Mon Sep 28 03:16:01 2009 +0000"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat May 28 17:01:55 2011 -0400"
      },
      "message": "Blackfin: mach/bfin_serial_5xx.h: punt now-unused header\n\nNow that the serial code has been unified in bfin_serial.h, and the\nBlackfin UART driver pushed its resources to the boards files, we\ndon\u0027t need these headers anymore.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "091c75985e2f3d1b60eb25d577f04923c1b8e022",
      "tree": "9b19eeb962f9b465dde03a54603b9ce2ac251098",
      "parents": [
        "36947a76826111e661a26cb0f668a5be6cc3ddb4"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed Oct 27 03:41:03 2010 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat May 28 17:01:55 2011 -0400"
      },
      "message": "Blackfin: bfin_serial.h: turn default port wrappers into stubs\n\nAny consumer that needs to access the MMRs has to provide these helpers,\nso make the default into useless stubs.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "c4a227d89f758e582fd167bb15245f2704de99ef",
      "tree": "f5b6e0091e6543c14d1cd7cf1f93e097a96bbd64",
      "parents": [
        "87367a0b71a5188e34a913c05673b5078f71a64d",
        "f506b3dc0ec454a16d40cab9ee5d75435b39dc50"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat May 28 12:55:55 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat May 28 12:55:55 2011 -0700"
      },
      "message": "Merge branch \u0027perf-urgent-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip\n\n* \u0027perf-urgent-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (25 commits)\n  perf: Fix SIGIO handling\n  perf top: Don\u0027t stop if no kernel symtab is found\n  perf top: Handle kptr_restrict\n  perf top: Remove unused macro\n  perf events: initialize fd array to -1 instead of 0\n  perf tools: Make sure kptr_restrict warnings fit 80 col terms\n  perf tools: Fix build on older systems\n  perf symbols: Handle /proc/sys/kernel/kptr_restrict\n  perf: Remove duplicate headers\n  ftrace: Add internal recursive checks\n  tracing: Update btrfs\u0027s tracepoints to use u64 interface\n  tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine\n  ftrace: Set ops-\u003eflag to enabled even on static function tracing\n  tracing: Have event with function tracer check error return\n  ftrace: Have ftrace_startup() return failure code\n  jump_label: Check entries limit in __jump_label_update\n  ftrace/recordmcount: Avoid STT_FUNC symbols as base on ARM\n  scripts/tags.sh: Add magic for trace-events for etags too\n  scripts/tags.sh: Fix ctags for DEFINE_EVENT()\n  x86/ftrace: Fix compiler warning in ftrace.c\n  ...\n"
    },
    {
      "commit": "571503e10045c89af951962ea0bb783482663aad",
      "tree": "b24af1e4b5c67e2da940991b8219f8f8c4e7ac0a",
      "parents": [
        "29a6ccca3869bbe33879dae0cd7df2a1559eff54",
        "7b21fddd087678a70ad64afc0f632e0f1071b092"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat May 28 10:51:01 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat May 28 10:51:01 2011 -0700"
      },
      "message": "Merge branch \u0027setns\u0027\n\n* setns:\n  ns: Wire up the setns system call\n\nDone as a merge to make it easier to fix up conflicts in arm due to\naddition of sendmmsg system call\n"
    },
    {
      "commit": "7b21fddd087678a70ad64afc0f632e0f1071b092",
      "tree": "c3ee152ab9b57b6cbc1ee3c6fd495c704ec47f66",
      "parents": [
        "14d74e0cab7a7779a7ff0c3863c04c8a8e507106"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Fri May 27 19:28:27 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat May 28 10:48:39 2011 -0700"
      },
      "message": "ns: Wire up the setns system call\n\n32bit and 64bit on x86 are tested and working.  The rest I have looked\nat closely and I can\u0027t find any problems.\n\nsetns is an easy system call to wire up.  It just takes two ints so I\ndon\u0027t expect any weird architecture porting problems.\n\nWhile doing this I have noticed that we have some architectures that are\nvery slow to get new system calls.  cris seems to be the slowest where\nthe last system calls wired up were preadv and pwritev.  avr32 is weird\nin that recvmmsg was wired up but never declared in unistd.h.  frv is\nbehind with perf_event_open being the last syscall wired up.  On h8300\nthe last system call wired up was epoll_wait.  On m32r the last system\ncall wired up was fallocate.  mn10300 has recvmmsg as the last system\ncall wired up.  The rest seem to at least have syncfs wired up which was\nnew in the 2.6.39.\n\nv2: Most of the architecture support added by Daniel Lezcano \u003cdlezcano@fr.ibm.com\u003e\nv3: ported to v2.6.36-rc4 by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nv4: Moved wiring up of the system call to another patch\nv5: ported to v2.6.39-rc6\nv6: rebased onto parisc-next and net-next to avoid syscall  conflicts.\nv7: ported to Linus\u0027s latest post 2.6.39 tree.\n\n\u003e  arch/blackfin/include/asm/unistd.h     |    3 ++-\n\u003e  arch/blackfin/mach-common/entry.S      |    1 +\nAcked-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n\nOh - ia64 wiring looks good.\nAcked-by: Tony Luck \u003ctony.luck@intel.com\u003e\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "29a6ccca3869bbe33879dae0cd7df2a1559eff54",
      "tree": "2d9d355d8662ede95af7bc812d686dc4d5f37ff3",
      "parents": [
        "426048313dfa7d65dbd2379b1665755511f9544f",
        "6a8a98b22b10f1560d5f90aded4a54234b9b2724"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 27 20:06:53 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 27 20:06:53 2011 -0700"
      },
      "message": "Merge git://git.infradead.org/mtd-2.6\n\n* git://git.infradead.org/mtd-2.6: (97 commits)\n  mtd: kill CONFIG_MTD_PARTITIONS\n  mtd: remove add_mtd_partitions, add_mtd_device and friends\n  mtd: convert remaining users to mtd_device_register()\n  mtd: samsung onenand: convert to mtd_device_register()\n  mtd: omap2 onenand: convert to mtd_device_register()\n  mtd: txx9ndfmc: convert to mtd_device_register()\n  mtd: tmio_nand: convert to mtd_device_register()\n  mtd: socrates_nand: convert to mtd_device_register()\n  mtd: sharpsl: convert to mtd_device_register()\n  mtd: s3c2410 nand: convert to mtd_device_register()\n  mtd: ppchameleonevb: convert to mtd_device_register()\n  mtd: orion_nand: convert to mtd_device_register()\n  mtd: omap2: convert to mtd_device_register()\n  mtd: nomadik_nand: convert to mtd_device_register()\n  mtd: ndfc: convert to mtd_device_register()\n  mtd: mxc_nand: convert to mtd_device_register()\n  mtd: mpc5121_nfc: convert to mtd_device_register()\n  mtd: jz4740_nand: convert to mtd_device_register()\n  mtd: h1910: convert to mtd_device_register()\n  mtd: fsmc_nand: convert to mtd_device_register()\n  ...\n\nFixed up trivial conflicts in\n - drivers/mtd/maps/integrator-flash.c: removed in ARM tree\n - drivers/mtd/maps/physmap.c: addition of afs partition probe type\n   clashing with removal of CONFIG_MTD_PARTITIONS\n"
    },
    {
      "commit": "d6a72fe465f4c54654a1d5488daeb820b4ecf275",
      "tree": "1b581d3b3452b47ba35e1ee3c96d05c030ed9726",
      "parents": [
        "b1d2dc3c06d8da7d58fb43d7123a91c1d6a4f576",
        "b1cff0ad1062621ae63cb6c5dc4165191fe2e9f1"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri May 27 14:28:09 2011 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri May 27 14:28:09 2011 +0200"
      },
      "message": "Merge branch \u0027tip/perf/urgent\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent\n"
    },
    {
      "commit": "63e424c84429903c92a0f1e9654c31ccaf6694d0",
      "tree": "7a5dbe2587176f3552a71aa18d4cc006bc05261b",
      "parents": [
        "19de85ef574c3a2182e3ccad9581805052f14946"
      ],
      "author": {
        "name": "Akinobu Mita",
        "email": "akinobu.mita@gmail.com",
        "time": "Thu May 26 16:26:10 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 26 17:12:38 2011 -0700"
      },
      "message": "arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}\n\nBy the previous style change, CONFIG_GENERIC_FIND_NEXT_BIT,\nCONFIG_GENERIC_FIND_BIT_LE, and CONFIG_GENERIC_FIND_LAST_BIT are not used\nto test for existence of find bitops anymore.\n\nSigned-off-by: Akinobu Mita \u003cakinobu.mita@gmail.com\u003e\nAcked-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nCc: Arnd Bergmann \u003carnd@arndb.de\u003e\nCc: Russell King \u003clinux@arm.linux.org.uk\u003e\nCc: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nCc: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "63ab25ebbc50f74550bd8d164a34724b498f6fb9",
      "tree": "5753779e8ba6413174ee224286eabc18c2e9c6ee",
      "parents": [
        "3cea45c6ef459b776123a4855eba6dafd506f3ce"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Thu May 26 16:25:45 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 26 17:12:36 2011 -0700"
      },
      "message": "kgdbts: unify/generalize gdb breakpoint adjustment\n\nThe Blackfin arch, like the x86 arch, needs to adjust the PC manually\nafter a breakpoint is hit as normally this is handled by the remote gdb.\nHowever, rather than starting another arch ifdef mess, create a common\nGDB_ADJUSTS_BREAK_OFFSET define for any arch to opt-in via their kgdb.h.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nCc: Oleg Nesterov \u003coleg@redhat.com\u003e\nCc: Jason Wessel \u003cjason.wessel@windriver.com\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: Ingo Molnar \u003cmingo@redhat.com\u003e\nCc: \"H. Peter Anvin\" \u003chpa@zytor.com\u003e\nAcked-by: Paul Mundt \u003clethal@linux-sh.org\u003e\nAcked-by: Dongdong Deng \u003cdongdong.deng@windriver.com\u003e\nCc: Sergei Shtylyov \u003csshtylyov@mvista.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "82258c661a9175ec10018cf34090f88cf4da4982",
      "tree": "da023af6861736d442efd5e0793eef1ccf56b8e0",
      "parents": [
        "edeafa74e69f275649624484cdd8b551c8839163"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Thu May 26 16:25:42 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 26 17:12:36 2011 -0700"
      },
      "message": "Blackfin: convert to asm-generic ptrace.h\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nCc: Oleg Nesterov \u003coleg@redhat.com\u003e\nCc: Jason Wessel \u003cjason.wessel@windriver.com\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: Ingo Molnar \u003cmingo@redhat.com\u003e\nCc: \"H. Peter Anvin\" \u003chpa@zytor.com\u003e\nCc: Paul Mundt \u003clethal@linux-sh.org\u003e\nCc: Sergei Shtylyov \u003csshtylyov@mvista.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f29c50419c8d1998edd759f1990c4243a248f469",
      "tree": "bf75e1376757022dcb54a12eea705f6086649edd",
      "parents": [
        "6e9101aeec39961308176e0f59e73ac5d37d243a"
      ],
      "author": {
        "name": "Steven Rostedt",
        "email": "srostedt@redhat.com",
        "time": "Thu May 19 14:35:33 2011 -0400"
      },
      "committer": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Wed May 25 19:56:23 2011 -0400"
      },
      "message": "maccess,probe_kernel: Make write/read src const void *\n\nThe functions probe_kernel_write() and probe_kernel_read() do not modify\nthe src pointer. Allow const pointers to be passed in without the need\nof a typecast.\n\nAcked-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nAcked-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nAcked-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\nLink: http://lkml.kernel.org/r/1305824936.1465.4.camel@gandalf.stny.rr.com\n"
    },
    {
      "commit": "ed0795aa12129df9f3d2cc81ee579a9e54e12885",
      "tree": "28187d937a3c3e8f5f50cd3b3aeca14585a14048",
      "parents": [
        "4e8a780ed6e1fdb8af203f61718212d5739bc4a0",
        "d6cb2e3a8dc44b52f6564e8249e54aab3c308026"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed May 25 15:34:14 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed May 25 15:34:14 2011 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin: (37 commits)\n  Blackfin: use new common PERCPU_INPUT define\n  MAINTAINERS: Fix Analog Devices mailinglist address\n  Blackfin: boards: update ASoC resources after machine driver overhaul\n  Blackfin: work around anomaly 05000480\n  Blackfin: fix addr type with bfin_write_{or,and} helpers\n  Blackfin: convert /proc/sram to seq_file\n  Blackfin: switch /proc/gpio to seq_file\n  Blackfin: fix indentation with bfin_read() helper\n  Blackfin: convert old cpumask API to new one\n  Blackfin: don\u0027t touch task-\u003ecpus_allowed directly\n  Blackfin: don\u0027t touch cpu_possible_map and cpu_present_map directly\n  Blackfin: bf548-ezkit/bf561-ezkit: update nor flash layout\n  Blackfin: initial perf_event support\n  Blackfin: update anomaly lists to latest public info\n  Blackfin: use on-chip reset func with newer parts\n  Blackfin: bf533-stamp/bf537-stamp: drop ad1980 from defconfigs\n  Blackfin: optimize MMR reads during startup a bit\n  Blackfin: bf537: demux port H mask A and emac rx ints\n  Blackfin: bf537: fix excessive gpio int demuxing\n  Blackfin: bf54x: drop unused pm gpio handling\n  ...\n"
    },
    {
      "commit": "5ca43f6c3b365024d889bc77064bb331f5a72a45",
      "tree": "c22cf20dc33d85770b88c117fd67b33c7bd7099d",
      "parents": [
        "c84598bbfa756b7d042da31aa4e198ae866a6c7d"
      ],
      "author": {
        "name": "Stephen Boyd",
        "email": "sboyd@codeaurora.org",
        "time": "Tue May 24 17:13:36 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed May 25 08:39:54 2011 -0700"
      },
      "message": "lib: consolidate DEBUG_STACK_USAGE option\n\nMost arches define CONFIG_DEBUG_STACK_USAGE exactly the same way.  Move it\nto lib/Kconfig.debug so each arch doesn\u0027t have to define it.  This\nobviously makes the option generic, but that\u0027s fine because the config is\nalready used in generic code.\n\nIt\u0027s not obvious to me that sysrq-P actually does anything caution by\nkeeping the most inclusive wording.\n\nSigned-off-by: Stephen Boyd \u003csboyd@codeaurora.org\u003e\nCc: Chris Metcalf \u003ccmetcalf@tilera.com\u003e\nAcked-by: David S. Miller \u003cdavem@davemloft.net\u003e\nAcked-by: Richard Weinberger \u003crichard@nod.at\u003e\nAcked-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: Hirokazu Takata \u003ctakata@linux-m32r.org\u003e\nAcked-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Chen Liqin \u003cliqin.chen@sunplusct.com\u003e\nCc: Lennox Wu \u003clennox.wu@gmail.com\u003e\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: \"H. Peter Anvin\" \u003chpa@zytor.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "d6cb2e3a8dc44b52f6564e8249e54aab3c308026",
      "tree": "f0f770983af67e6cf395550efced9bda70dd4fab",
      "parents": [
        "f8bd42b8913209054b959b09236af5fa8dcaee82"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Thu Mar 31 15:40:52 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:24:15 2011 -0400"
      },
      "message": "Blackfin: use new common PERCPU_INPUT define\n\nThe Blackfin percpu input sections are outdated, so rather than update\nthem, drop them completely and use the new common define.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "6f53dbbb7fa9d29a5c8aa843f319ed10a8cde5bd",
      "tree": "5f7900d5e41e5c8b884dbf0f24fa5f52a964786d",
      "parents": [
        "f9691bb9674b6822ace56370a08c6fc02addf6cb"
      ],
      "author": {
        "name": "Scott Jiang",
        "email": "scott.jiang@analog.com",
        "time": "Tue Mar 01 09:43:50 2011 +0000"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:24:14 2011 -0400"
      },
      "message": "Blackfin: boards: update ASoC resources after machine driver overhaul\n\nNow that the Blackfin machine drivers have been updated to the\nmulticomponent support, update the resources to match.  The pin\nsettings are now a board issue and removed from the driver.\n\nSigned-off-by: Scott Jiang \u003cscott.jiang@analog.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "f9691bb9674b6822ace56370a08c6fc02addf6cb",
      "tree": "40f9f39d38326c498ea5f3d63cd2c1e059b8bf21",
      "parents": [
        "7a7a430f7498cd55820232d8e3f144161138f91a"
      ],
      "author": {
        "name": "Steven Miao",
        "email": "realmz6@gmail.com",
        "time": "Thu May 05 14:14:48 2011 +0800"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:24:14 2011 -0400"
      },
      "message": "Blackfin: work around anomaly 05000480\n\nAnomaly 05000480 on BF537 rev 0.0, 0.1, 0.2:\nMultiple Simultaneous Urgent DMA Requests May Cause DMA System Instability\n\nSuggested Workaround:\nProgram the DMA Traffic Control Period to a non-zero value.  This forces\nthe DMA block to group accesses together rather than allow arbitration for\neach piece of data placed on the internal DMA bus.\n\nSigned-off-by: Steven Miao \u003crealmz6@gmail.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "7a7a430f7498cd55820232d8e3f144161138f91a",
      "tree": "891b1bf4f9df8d7a165cae1fc5707c569251673e",
      "parents": [
        "934fe05bf0c743896b478fe3558a282911cfe621"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 18 20:46:03 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:24:13 2011 -0400"
      },
      "message": "Blackfin: fix addr type with bfin_write_{or,and} helpers\n\nSince the bfin_write() func needs proper type information in order to\nexpand into the right bfin_writeX() variant, preserve the addr\u0027s type\nwhen setting up the local __addr.  Otherwise the helpers will detect\nthe variant based upon sizeof(void) which is almost never right.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "934fe05bf0c743896b478fe3558a282911cfe621",
      "tree": "640a17d73c1cbb487f54e73e9b17f75ee9a001ff",
      "parents": [
        "6362ec272c0375c0377164532e24bf9defdb8c79"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Sat May 14 19:51:54 2011 +0300"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:24:13 2011 -0400"
      },
      "message": "Blackfin: convert /proc/sram to seq_file\n\n-\u003eread_proc interface is going away, switch to seq_file.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "6362ec272c0375c0377164532e24bf9defdb8c79",
      "tree": "5cc141961fa100a8a8e39dbfee41b28e5484f66d",
      "parents": [
        "d763c58a886068f1ec43751893b5aec35fc072e3"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Sat May 14 19:48:46 2011 +0300"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:24:12 2011 -0400"
      },
      "message": "Blackfin: switch /proc/gpio to seq_file\n\n-\u003eread_proc interface is going away, switch to seq_file.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "d763c58a886068f1ec43751893b5aec35fc072e3",
      "tree": "37c01333c10e498a1caef17890a929f768ba4548",
      "parents": [
        "fecedc807116ed820ca6f3138d6d47a3bc6c5a60"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Sat May 14 10:22:45 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:24:11 2011 -0400"
      },
      "message": "Blackfin: fix indentation with bfin_read() helper\n\nUse tabs instead of spaces to indent.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "fecedc807116ed820ca6f3138d6d47a3bc6c5a60",
      "tree": "cfeee24f8012b44f5eec50c36a3cd4c3c613bd03",
      "parents": [
        "e887eb61e5a27ba54405f2ca51d8d0d378c4ffe5"
      ],
      "author": {
        "name": "KOSAKI Motohiro",
        "email": "kosaki.motohiro@jp.fujitsu.com",
        "time": "Tue Apr 26 10:57:27 2011 +0900"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:24:11 2011 -0400"
      },
      "message": "Blackfin: convert old cpumask API to new one\n\nold cpu_xxx() APIs is planned to removed later. then, converted.\n\nSigned-off-by: KOSAKI Motohiro \u003ckosaki.motohiro@jp.fujitsu.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "e887eb61e5a27ba54405f2ca51d8d0d378c4ffe5",
      "tree": "1db39977dd8fc8b6446fc72a72f53b894a7515f7",
      "parents": [
        "3cb8a39fa6695575959fc3661b5d379b4e552eaa"
      ],
      "author": {
        "name": "KOSAKI Motohiro",
        "email": "kosaki.motohiro@jp.fujitsu.com",
        "time": "Tue Apr 26 10:56:42 2011 +0900"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:24:10 2011 -0400"
      },
      "message": "Blackfin: don\u0027t touch task-\u003ecpus_allowed directly\n\nEvery callter (except kthread_bind) should use proper\nset_cpus_allowed_ptr() APIs.\n\nSigned-off-by: KOSAKI Motohiro \u003ckosaki.motohiro@jp.fujitsu.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "3cb8a39fa6695575959fc3661b5d379b4e552eaa",
      "tree": "b42a4d1ad63ae568d9c7e05eb3470a27f9f8784a",
      "parents": [
        "5607204755369bda4da57fe7df70ec11c2b593d9"
      ],
      "author": {
        "name": "KOSAKI Motohiro",
        "email": "kosaki.motohiro@jp.fujitsu.com",
        "time": "Tue Apr 26 10:55:41 2011 +0900"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:24:10 2011 -0400"
      },
      "message": "Blackfin: don\u0027t touch cpu_possible_map and cpu_present_map directly\n\nWe plan to remove cpu_possible_map and cpu_present_map later and we\nhave proper init_cpu_possible() and init_cpu_present() APIs.\n\nTherefore this patch rewrites platform_init_cpus and platform_prepare_cpus\nby their APIs.\n\nSigned-off-by: KOSAKI Motohiro \u003ckosaki.motohiro@jp.fujitsu.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "5607204755369bda4da57fe7df70ec11c2b593d9",
      "tree": "c9f027d7459f69784a9ebc36c78912aa9b6e0a4c",
      "parents": [
        "7db79172908990c3ea540fcc6819330d273f9f1c"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Mon May 09 18:46:17 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:24:09 2011 -0400"
      },
      "message": "Blackfin: bf548-ezkit/bf561-ezkit: update nor flash layout\n\nBoth the BF548-EZKIT and the BF561-EZKIT use top boot flashes, so now\nthat Das U-Boot uses the last small sector for its environment, update\ntheir nor layout in the kernel accordingly.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "7db79172908990c3ea540fcc6819330d273f9f1c",
      "tree": "b81e71dbda26a19ca0396cb0a7b98fd513104b5c",
      "parents": [
        "93f1742c631a87f02622e6a4570e65479f598672"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Fri May 06 11:47:52 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:24:09 2011 -0400"
      },
      "message": "Blackfin: initial perf_event support\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "93f1742c631a87f02622e6a4570e65479f598672",
      "tree": "c133db266679ade63ffedb873713a6b55b79cdcb",
      "parents": [
        "803103925b1f23fe0edf91348be3e5a8fd352d5e"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Fri May 06 02:26:38 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:24:08 2011 -0400"
      },
      "message": "Blackfin: update anomaly lists to latest public info\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "803103925b1f23fe0edf91348be3e5a8fd352d5e",
      "tree": "40b84f804c9ba8178b60b3e742cd2a4d193b2be6",
      "parents": [
        "f91c69168a218fb7ab7a5ce09fa1ccd20a904119"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Mon May 02 00:00:35 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:13:43 2011 -0400"
      },
      "message": "Blackfin: use on-chip reset func with newer parts\n\nTurns out the documentation is wrong and doing \"RAISE 1\" does not result\nin a software reset, only a core reset.  So when the on-chip rom has a\nfunctioning reset helper, use it.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "f91c69168a218fb7ab7a5ce09fa1ccd20a904119",
      "tree": "8c882a947c420724590bc4a5de3acc0d17f4bab5",
      "parents": [
        "00b5c50e47dacd4d288c6b265e00f85711b9ac64"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Mon Apr 25 04:11:24 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:13:43 2011 -0400"
      },
      "message": "Blackfin: bf533-stamp/bf537-stamp: drop ad1980 from defconfigs\n\nThese boards don\u0027t have AD1980 modules, and that device is deprecated,\nso don\u0027t bother building it up by default anymore.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "00b5c50e47dacd4d288c6b265e00f85711b9ac64",
      "tree": "817e6662c5c91b5e3a8a4130a3af4a287782fe91",
      "parents": [
        "8c0541035007bd8bbacfc5d71c696cdf37696794"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Mon Apr 18 18:37:38 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:13:43 2011 -0400"
      },
      "message": "Blackfin: optimize MMR reads during startup a bit\n\nSince the value of these MMRs aren\u0027t changing, store the value in a local\nvariable and work off of that.  This avoids multiple MMR reads which are\nimplicitly forced by the volatile markings.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "8c0541035007bd8bbacfc5d71c696cdf37696794",
      "tree": "3731d537dcb31b6decfc5493be6f4d5f3d055fb2",
      "parents": [
        "e2a8092c3fa9766248e9515252ae44e6df2d97a0"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Fri Apr 15 13:04:59 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:13:43 2011 -0400"
      },
      "message": "Blackfin: bf537: demux port H mask A and emac rx ints\n\nThe BF537 SIC combines the gpio port H mask A interrupts with the\nemac rx interrupt, so we need to demux this in software.\n\nIt also combines the gpio port H mask B and the emac tx interrupts,\nand the watchdog and port F mask B interrupts, but since we don\u0027t\nsupport mask B yet, just add the defines for now.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "e2a8092c3fa9766248e9515252ae44e6df2d97a0",
      "tree": "99619c0acee0ad019c8551465a1e37b71a9ff27a",
      "parents": [
        "dd8cb37b4e92c487fd10e7da96bab18d33de62da"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Fri Apr 15 12:51:33 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:13:43 2011 -0400"
      },
      "message": "Blackfin: bf537: fix excessive gpio int demuxing\n\nThe search logic in the gpio demux walks all possible gpio blocks starting\nat the specified pin.  The trouble on bf537 parts when we demux the port\nF and port G mask A interrupts is that we also demux port H mask A ints.\nMost of the time this isn\u0027t an issue as people don\u0027t usually use port H,\nbut might as well avoid it when possible.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "dd8cb37b4e92c487fd10e7da96bab18d33de62da",
      "tree": "98e31500bbe893eed0bb93962e91868c1699a107",
      "parents": [
        "f58c3276d3652b0d96654ba08f0afc87c013da57"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Fri Apr 15 03:19:22 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:13:43 2011 -0400"
      },
      "message": "Blackfin: bf54x: drop unused pm gpio handling\n\nThis functionality was merged into the common bfin_pm_standby_ctrl func\nsome time ago, so punt these now unused funcs and data, and localize the\nwake funcs that aren\u0027t needed externally anymore.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "f58c3276d3652b0d96654ba08f0afc87c013da57",
      "tree": "a7276504d01d8a0a170f6b52eea80a2cbef6b225",
      "parents": [
        "6327a574f9ce85f0daab8693913003a456f27f1f"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Fri Apr 15 03:08:20 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:13:43 2011 -0400"
      },
      "message": "Blackfin: move bf537-specific irq code out of common code\n\nThe SIC interrupt line muxing that the bf537 does is specific to this\nCPU (thankfully), so rip it out of the common code and move it to a\nbf537-specific file.  This tidies up the common code significantly.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "6327a574f9ce85f0daab8693913003a456f27f1f",
      "tree": "a6ce41ca357356fd486a857103010e286cb7ac61",
      "parents": [
        "fc6bd7b8ad2043ceeb41bf46e25cd705ab2dce1a"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Fri Apr 15 03:06:59 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:13:43 2011 -0400"
      },
      "message": "Blackfin: move internal irq prototypes out of global namespace\n\nThese are only used in a few internal Blackfin places, so move the irq\nprototypes out of the global header and into the internal irq one.  No\nfunctional changes other than shuffling locales.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "fc6bd7b8ad2043ceeb41bf46e25cd705ab2dce1a",
      "tree": "6aa9026dc4154b6cd7d937e1221111e30d4e0319",
      "parents": [
        "3086fd2768fd9276b309722c8f935301e14e8c17"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Fri Apr 15 01:35:53 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:13:43 2011 -0400"
      },
      "message": "Blackfin: clean up irq ifdef logic a bit\n\nPrefer MMR named checks over part-specific lists, condense duplicated\ncode across different #ifdef branches, simplify CONFIG_PM ifdefs, and\ndrop unused kgdb header.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "3086fd2768fd9276b309722c8f935301e14e8c17",
      "tree": "683eea43a6ebe14518056fce575912768c424bf5",
      "parents": [
        "c977819d0138bbc0c2799b8112fa4e4e93ab5b59"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Thu Apr 14 03:48:56 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:13:42 2011 -0400"
      },
      "message": "Blackfin: bf51x/bf52x: fix typo in hysteresis MMR names\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "c977819d0138bbc0c2799b8112fa4e4e93ab5b59",
      "tree": "3f0bceaf3e5f875b1e82fe8d5378949479981d2e",
      "parents": [
        "c505217ca058aa4bcb0cba7bc6b2d228120b3e3e"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed Apr 13 23:59:08 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:13:42 2011 -0400"
      },
      "message": "Blackfin: delete duplicated user single step prototypes\n\nThese are in linux/ptrace.h, so no need for us to duplicate them.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "c505217ca058aa4bcb0cba7bc6b2d228120b3e3e",
      "tree": "5c3519d39dbb080097398548de7b0491da76c452",
      "parents": [
        "2951acba8510a37c6b56f8481906a809c5eb3b0e"
      ],
      "author": {
        "name": "Sonic Zhang",
        "email": "sonic.zhang@analog.com",
        "time": "Thu Aug 05 07:58:15 2010 +0000"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:13:42 2011 -0400"
      },
      "message": "Blackfin: kgdb: cache flushing is not safe in SMP mode\n\nMake sure we mark cache flushing as unsafe to kgdb in SMP mode so that\nkgdb doesn\u0027t flush things incorrectly on us.\n\nSigned-off-by: Sonic Zhang \u003csonic.zhang@analog.com\u003e\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "2951acba8510a37c6b56f8481906a809c5eb3b0e",
      "tree": "178c574990bbec24143180bfd39f85d7a2de7d6b",
      "parents": [
        "44491fbc5a228f3c2e61d842fd9fee0bfb839373"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed Apr 13 19:12:39 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:13:42 2011 -0400"
      },
      "message": "Blackfin: SMP: drop unused blackfin_cpudata.idle pointer\n\nNot sure when we stopped using this field, but nothing in the tree uses\nthis now, so punt it.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "44491fbc5a228f3c2e61d842fd9fee0bfb839373",
      "tree": "a8762ef074c96bb7e80050731dcab27684cbce84",
      "parents": [
        "8d011f70b08f563b007743fd446a6022f0329cd4"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed Apr 13 18:57:57 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:13:42 2011 -0400"
      },
      "message": "Blackfin: SMP: fix cpudata cache setup\n\nAfter some cache setup reordering changesets, the blackfin_cpudata init\nwas left behind.  While cpu0\u0027s data was correct, cpu1\u0027s data was not.\nNot that big of a deal as these are only used in the cpuinfo output, but\nshould still be fixed.  So move the setup of these fields to the common\ncache setup function to avoid this happening again in the future.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "8d011f70b08f563b007743fd446a6022f0329cd4",
      "tree": "711e18013c7383639212504121b8f6c92acc38f8",
      "parents": [
        "3f62bcb259e87c9e1500b701f764c1f2ccb1da98"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed Apr 13 17:13:23 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:13:42 2011 -0400"
      },
      "message": "Blackfin: clean up /proc/cpuinfo output\n\nThe smp flush lines are too long and have too many newlines, so scale\nthem back to match the other lines.\n\nThe %p modifier shows \"(null)\" for 0, so use %08x instead.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "3f62bcb259e87c9e1500b701f764c1f2ccb1da98",
      "tree": "e08241afac4b028323c17d0efb2dc41233ca05d6",
      "parents": [
        "115103a9fe5c7b03149af7ea13f837c5e71924be"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Thu Apr 07 21:53:50 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:13:42 2011 -0400"
      },
      "message": "Blackfin: bf527-ezkit: tweak sound defconfig\n\nBuild the sound pieces that the board actually has into the kernel, and\npunt older devices that we discourage.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "115103a9fe5c7b03149af7ea13f837c5e71924be",
      "tree": "8a18576acc975b4af9c5b85e35d4e4dfeec08c13",
      "parents": [
        "3dd666067d2b285724c828946e83100ea4c43d4b"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed Mar 30 04:09:26 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:13:42 2011 -0400"
      },
      "message": "Blackfin: bf533/bf537/bf561: convert to BFIN_IRQ helper\n\nThis brings the parts in line with newer ones, and makes things easier\nto read at a glance.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    },
    {
      "commit": "3dd666067d2b285724c828946e83100ea4c43d4b",
      "tree": "bb0e0c060013e12a7d6674f8139a5fec59cf6fbc",
      "parents": [
        "6adc521e7127732512ebd7fcfd3926d7970a82e1"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed Mar 30 03:59:00 2011 -0400"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed May 25 08:13:42 2011 -0400"
      },
      "message": "Blackfin: clean up style in irq defines\n\nThese files had a lot of whitespace damage, mostly due to copying and\npasting original files that had damage.\n\nThe BF561 header also had a lot of unused CONFIG_DEF_xxx defines, so\npunt them all.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\n"
    }
  ],
  "next": "6adc521e7127732512ebd7fcfd3926d7970a82e1"
}
