)]}'
{
  "log": [
    {
      "commit": "367fdcb4e401161e51aaee5d06b3f82098bafefc",
      "tree": "885e57175919f2f162eac4261c9d86d2ab73b973",
      "parents": [
        "ca5de404ff036a29b25e9a83f6919c9f606c5841"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Tue Aug 05 18:16:55 2008 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Tue Aug 05 18:16:55 2008 +0200"
      },
      "message": "ide: fix pre-EIDE SWDMA support on big-endian\n\nid-\u003etDMA is of \u0027unsigned char\u0027 type so endianness is already\ncorrect and calling le16_to_cpu() is wrong.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "ca5de404ff036a29b25e9a83f6919c9f606c5841",
      "tree": "474da867c4d4086313cee90cdc3560bb17fade96",
      "parents": [
        "529ae9aaa08378cfe2a4350bded76f32cc8ff0ce"
      ],
      "author": {
        "name": "Nick Piggin",
        "email": "npiggin@suse.de",
        "time": "Sat Aug 02 12:02:13 2008 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 21:56:09 2008 -0700"
      },
      "message": "fs: rename buffer trylock\n\nLike the page lock change, this also requires name change, so convert the\nraw test_and_set bitop to a trylock.\n\nSigned-off-by: Nick Piggin \u003cnpiggin@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "529ae9aaa08378cfe2a4350bded76f32cc8ff0ce",
      "tree": "d3ae998f9876c72a83a022805103a92111852b21",
      "parents": [
        "e9ba9698187ddbc0c5bfcf41de0349a662d23d02"
      ],
      "author": {
        "name": "Nick Piggin",
        "email": "npiggin@suse.de",
        "time": "Sat Aug 02 12:01:03 2008 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 21:31:34 2008 -0700"
      },
      "message": "mm: rename page trylock\n\nConverting page lock to new locking bitops requires a change of page flag\noperation naming, so we might as well convert it to something nicer\n(!TestSetPageLocked_Lock \u003d\u003e trylock_page, SetPageLocked \u003d\u003e set_page_locked).\n\nThis also facilitates lockdeping of page lock.\n\nSigned-off-by: Nick Piggin \u003cnpiggin@suse.de\u003e\nAcked-by: KOSAKI Motohiro \u003ckosaki.motohiro@jp.fujitsu.com\u003e\nAcked-by: Peter Zijlstra \u003cpeterz@infradead.org\u003e\nAcked-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e9ba9698187ddbc0c5bfcf41de0349a662d23d02",
      "tree": "b11f8658d0bb05fe8bd826de1ead328d44e84005",
      "parents": [
        "2e1e9212ed8c532c6b324de77d3cafef5d2bc846",
        "ae583885bfd07474789059cdef399289bd66c8d0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 19:04:36 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 19:04:36 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:\n  sparc64: Remove all cpumask_t local variables in xcall dispatch.\n  sparc64: Kill error_mask from hypervisor_xcall_deliver().\n  sparc64: Build cpu list and mondo block at top-level xcall_deliver().\n  sparc64: Disable local interrupts around xcall_deliver_impl() invocation.\n  sparc64: Make all xcall_deliver\u0027s go through common helper function.\n  sparc64: Always allocate the send mondo blocks, even on non-sun4v.\n  sparc64: Make smp_cross_call_masked() take a cpumask_t pointer.\n  sparc64: Directly call xcall_deliver() in smp_start_sync_tick_client.\n  sparc64: Call xcall_deliver() directly in some cases.\n  sparc64: Use cpumask_t pointers and for_each_cpu_mask_nr() in xcall_deliver.\n  sparc64: Use xcall_deliver() consistently.\n  sparc64: Use function pointer for cross-call sending.\n  arch/sparc64/kernel/signal.c: removed duplicated #include\n  sparc64: Need to disable preemption around smp_tsb_sync().\n"
    },
    {
      "commit": "2e1e9212ed8c532c6b324de77d3cafef5d2bc846",
      "tree": "15097a99d03679f2c95ea2fdc0eb3c3ebcc474b8",
      "parents": [
        "2acb802b0c5485aedb46e23b2b45e49573454c09",
        "f5663f5bded3364158e2d31904173cb1debc2ecd"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:26:15 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:26:15 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6: (29 commits)\n  sh: enable maple_keyb in dreamcast_defconfig.\n  SH2(A) cache update\n  nommu: Provide vmalloc_exec().\n  add addrespace definition for sh2a.\n  sh: Kill off ARCH_SUPPORTS_AOUT and remnants of a.out support.\n  sh: define GENERIC_HARDIRQS_NO__DO_IRQ.\n  sh: define GENERIC_LOCKBREAK.\n  sh: Save NUMA node data in vmcore for crash dumps.\n  sh: module_alloc() should be using vmalloc_exec().\n  sh: Fix up __bug_table handling in module loader.\n  sh: Add documentation and integrate into docbook build.\n  sh: Fix up broken kerneldoc comments.\n  maple: Kill useless private_data pointer.\n  maple: Clean up maple_driver_register/unregister routines.\n  input: Clean up maple keyboard driver\n  maple: allow removal and reinsertion of keyboard driver module\n  sh: /proc/asids depends on MMU.\n  arch/sh/boards/mach-se/7343/irq.c: removed duplicated #include\n  arch/sh/boards/board-ap325rxa.c: removed duplicated #include\n  sh/boards/Makefile typo fix\n  ...\n"
    },
    {
      "commit": "2acb802b0c5485aedb46e23b2b45e49573454c09",
      "tree": "82afbba3d073ce903cb737412b6eccdf8adab4b5",
      "parents": [
        "d8f4b819c3a5b54a978c6fe5249a17cff490c4a1",
        "9c4cb82515130c62224e23fdf7c13c8f6c59c614"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:25:06 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:25:06 2008 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:\n  powerpc: Remove use of CONFIG_PPC_MERGE\n  powerpc: Force printing of \u0027total_memory\u0027 to unsigned long long\n  powerpc: Fix compiler warning in arch/powerpc/mm/mem.c\n  powerpc: Move include files to arch/powerpc/include/asm\n"
    },
    {
      "commit": "d8f4b819c3a5b54a978c6fe5249a17cff490c4a1",
      "tree": "ce7f03f733de2b52e101a41e9b87256d106fe1d5",
      "parents": [
        "115a326c1e5cab457924356123bbfd7d783ecf9d",
        "f072181e6403b0fe2e2aa800a005497b748fd284"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:24:28 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:24:28 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes:\n  kconfig: drop the \"\"trying to assign nonexistent symbol\" warning\n  kconfig: always write out .config\n"
    },
    {
      "commit": "115a326c1e5cab457924356123bbfd7d783ecf9d",
      "tree": "378baee7316461465ce08cf5c997e7426c2d93e6",
      "parents": [
        "18f6db95dcfa68e93bafe435381299abbffb5c7e"
      ],
      "author": {
        "name": "Roland McGrath",
        "email": "roland@redhat.com",
        "time": "Mon Aug 04 13:56:01 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:23:43 2008 -0700"
      },
      "message": "tracehook: kerneldoc fix\n\nMy last change to tracehook.h made it confuse the kerneldoc parser.\nMove the #define\u0027s before the comment so it\u0027s happy again.\n\nSigned-off-by: Roland McGrath \u003croland@redhat.com\u003e\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "18f6db95dcfa68e93bafe435381299abbffb5c7e",
      "tree": "371a929eccc515ce567245354c57df1b1ab20649",
      "parents": [
        "b13ad6f47c172761a3ce06f0fd12d19118b3076c"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 11:21:23 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:22:17 2008 -0700"
      },
      "message": "mn10300: Fix up __bug_table handling in module loader.\n\nPlatforms that are using GENERIC_BUG must call in to\nmodule_bug_finalize()/module_bug_cleanup() in order to scan modules with\ntheir own __bug_table sections that are otherwise unaccounted.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b13ad6f47c172761a3ce06f0fd12d19118b3076c",
      "tree": "69ce47a230c72f15044bb40810c4ee7a9864817b",
      "parents": [
        "f1b134fdf6d36c975b4a66cf952565cd73aebdba",
        "1a61c88defcd611bd148d6c960b498e1b8bbbe00"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:21:38 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:21:38 2008 -0700"
      },
      "message": "Merge branch \u0027audit.b56\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current\n\n* \u0027audit.b56\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current:\n  Re: [PATCH] Fix the kernel panic of audit_filter_task when key field is set\n"
    },
    {
      "commit": "f1b134fdf6d36c975b4a66cf952565cd73aebdba",
      "tree": "f7524266c501c9196106cd14222ab5e8c4f3004f",
      "parents": [
        "7274264f60cc0b71389efed286001ff0860c3141",
        "e8bac9e0647dd04c83fd0bfe7cdfe2f6dfb100d0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:19:18 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:19:18 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6:\n  [SCSI] scsi_transport_spi: fix oops in revalidate\n  [SCSI] ses: fix VPD inquiry overrun\n  [SCSI] block: Fix miscalculation of sg_io timeout in CDROM_SEND_PACKET handler.\n  [SCSI] hptiop: add more PCI device IDs\n"
    },
    {
      "commit": "7274264f60cc0b71389efed286001ff0860c3141",
      "tree": "ceae2181feb9215091db3127d6918b8ce4420f52",
      "parents": [
        "725aad24c3ba96a7c06448c14c265a466cdbd663"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Sun Aug 03 22:02:10 2008 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:16:20 2008 -0700"
      },
      "message": "m68k: some asm-sparc include files moved\n\nSo copy their contents into the asm-m68k files.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "725aad24c3ba96a7c06448c14c265a466cdbd663",
      "tree": "bbe0eae923736950030751651f70f3ace4cc7693",
      "parents": [
        "5941de8eadc287f3f47b87ce9888734ee07d210b"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy@goop.org",
        "time": "Sun Aug 03 09:33:03 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:16:20 2008 -0700"
      },
      "message": "__sched_setscheduler: don\u0027t do any policy checks when not \"user\"\n\nThe \"user\" parameter to __sched_setscheduler indicates whether the\nchange is being done on behalf of a user process or not.  If not, we\nshouldn\u0027t apply any permissions checks, so don\u0027t call\nsecurity_task_setscheduler().\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy@goop.org\u003e\nTested-by: Steve Wise \u003cswise@opengridcomputing.com\u003e\nCc: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCc: \"Rafael J. Wysocki\" \u003crjw@sisk.pl\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5941de8eadc287f3f47b87ce9888734ee07d210b",
      "tree": "2f5a8e84c33ae2df61e4e807798a153d6b7f6fbb",
      "parents": [
        "c44df7413fd711bca818111b94cbd7ce5f3600a9",
        "c6557e7f2b6ae76a44653d38f835174074c42e05"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:15:07 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:15:07 2008 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git390.osdl.marist.edu/pub/scm/linux-2.6\n\n* \u0027for-linus\u0027 of git://git390.osdl.marist.edu/pub/scm/linux-2.6:\n  [S390] move include/asm-s390 to arch/s390/include/asm\n"
    },
    {
      "commit": "c44df7413fd711bca818111b94cbd7ce5f3600a9",
      "tree": "143e2f6de71cd0cb5ac74e423d87fb950df7bf2f",
      "parents": [
        "103a1d5c57fac3623613b130b104f5b03367b31c",
        "0e09c863dbb8b1816ebc106df1a1cae4c588ce0e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:14:21 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:14:21 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6:\n  pcmcia: rsrc_nonstatic: check value, not pointer\n"
    },
    {
      "commit": "103a1d5c57fac3623613b130b104f5b03367b31c",
      "tree": "4776a376860dcb3b37d1e65b8f511c61a70795e4",
      "parents": [
        "81830061bbae282d37c9af30084a1116b6239520"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon Aug 04 17:56:28 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:12:08 2008 -0700"
      },
      "message": "sc1200 watchdog driver: Fix locking, sems and coding style\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "81830061bbae282d37c9af30084a1116b6239520",
      "tree": "2409d8244feaa1aebe38a6e40fc849f881dd3f04",
      "parents": [
        "9f2d1f0da766f84fdb96c9bd79ed0f97036635cb"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Mon Aug 04 17:56:02 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:12:07 2008 -0700"
      },
      "message": "alpha: Fix breakage in wdt_pci\n\ndrivers/watchdog/wdt_pci.c: In function \u0027wdtpci_ctr_mode\u0027:\ndrivers/watchdog/wdt_pci.c:120: error: implicit declaration of function \u0027udelay\u0027\n{standard input}: Assembler messages:\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9f2d1f0da766f84fdb96c9bd79ed0f97036635cb",
      "tree": "398d413ab236da55522fe091be55d9e4ba798660",
      "parents": [
        "41dc8b72e37c514f7332cbc3f3dd864910c2a1fa"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon Aug 04 17:55:35 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:12:07 2008 -0700"
      },
      "message": "wdt: Cleanup and sort out locking and inb_p\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "41dc8b72e37c514f7332cbc3f3dd864910c2a1fa",
      "tree": "fbdb145a083f03a0e6c24a6fc527477b773c5099",
      "parents": [
        "d6547378df1c11bc6790b87abedb3526ded40ef9"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Mon Aug 04 17:54:46 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:12:07 2008 -0700"
      },
      "message": "s3c2410_wdt watchdog driver: Locking and coding style\n\nKill off use of semaphores.\nFix ioctl races and locking holes.\n\nFrom: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "d6547378df1c11bc6790b87abedb3526ded40ef9",
      "tree": "49efcdc86c8470fa5ea96375f380b690dfe53f97",
      "parents": [
        "670d59c0ae31a872341785b1d93add284c1653ff"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon Aug 04 17:54:01 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:12:07 2008 -0700"
      },
      "message": "it8712f_wdt: Locking and coding style\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "670d59c0ae31a872341785b1d93add284c1653ff",
      "tree": "f416b40c99a0449a47d60d24e803403f1b1b8f4f",
      "parents": [
        "d5cae364148088911bdf007a8aaefb46a92f16f7"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon Aug 04 17:53:22 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:12:07 2008 -0700"
      },
      "message": "ar7_wdt watchdog driver: Fix locking\n\nUse unlocked_ioctl\nRemove semaphores\n\nSigned-off-by: Alan Cox \u003calan@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": "d5cae364148088911bdf007a8aaefb46a92f16f7",
      "tree": "7dc6d3d99f4a056ff9efed96fea61ff54acab046",
      "parents": [
        "d7283353221e73a793847252d063ff9186885160"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon Aug 04 17:47:07 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:12:07 2008 -0700"
      },
      "message": "vt: Deadlock workaround\n\n2.6.26 corrected the mutex locking on tty resizing to fix the case where\nyou could get the tty/vt sizing out of sync. That turns out to have a\ndeadlock.\n\nThe actual fix is really major and I\u0027ve got it lined up as part of the ops\nchanges for 2.6.28 so for 2.6.26/2.6.27 it is safer to reintroduce this\nages old minor bug.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "d7283353221e73a793847252d063ff9186885160",
      "tree": "d48705f707d4fa429dfcfcd079208bf9e60ae090",
      "parents": [
        "b1cbefe5d5fc2d4a6109961d914027172ce8e152"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Mon Aug 04 17:21:18 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:12:07 2008 -0700"
      },
      "message": "cris: Fixup compile problems\n\nIt now compiles with the tty changes but isn\u0027t tested (which has to be\nbetter than not compiling..\n\nCloses bug #11218\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b1cbefe5d5fc2d4a6109961d914027172ce8e152",
      "tree": "d05389e191a280d4c6dc27689f95bc6b710f09e5",
      "parents": [
        "c635fd3d3de9dec4729135add72c2ff32595605b"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Mon Aug 04 17:22:11 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:12:06 2008 -0700"
      },
      "message": "blackfin: Fix compile failure in tty code\n\nBlackfin peers into the ldisc in an odd way for IRDA snooping which\ntherefore got missed. Simple enough fix.\n\nCloses bug #11233\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c635fd3d3de9dec4729135add72c2ff32595605b",
      "tree": "9617681bd52cf63ae0797acc1ab13aefca2ed7d7",
      "parents": [
        "82e68f7ffec3800425f2391c8c86277606860442",
        "cf368d2f9aced8adc8bd6b1f04294a71551d5fce"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:03:56 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:03:56 2008 -0700"
      },
      "message": "Merge git://git.infradead.org/users/dwmw2/random-2.6\n\n* git://git.infradead.org/users/dwmw2/random-2.6:\n  drivers/video/console/promcon.c: fix build error\n  Fix IHEX firmware generation/loading\n"
    },
    {
      "commit": "82e68f7ffec3800425f2391c8c86277606860442",
      "tree": "dd0133edc67252f786d16541a7475dfe52b845d8",
      "parents": [
        "82248a5e92793014d156a12dbcbba633794ce9f8"
      ],
      "author": {
        "name": "Willy Tarreau",
        "email": "w@1wt.eu",
        "time": "Sat Aug 02 18:25:16 2008 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:03:26 2008 -0700"
      },
      "message": "sound: ensure device number is valid in snd_seq_oss_synth_make_info\n\nsnd_seq_oss_synth_make_info() incorrectly reports information\nto userspace without first checking for the validity of the\ndevice number, leading to possible information leak (CVE-2008-3272).\n\nReported-By: Tobias Klein \u003ctk@trapkit.de\u003e\nAcked-and-tested-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nCc: stable@kernel.org\nSigned-off-by: Willy Tarreau \u003cw@1wt.eu\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "82248a5e92793014d156a12dbcbba633794ce9f8",
      "tree": "c91d54ea1122d8faf69bf15c7b8e1dc6921296b4",
      "parents": [
        "c2d5cedadcd3976cfc1fa5590e3a73a059c6401a",
        "31981db0d0b665713ab3e9531f936fdb67947225"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:00:37 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:00:37 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6:\n  Add DIP switch readout for HFC-4S IOB4ST\n  Fix remaining big endian issue of hfcmulti\n  mISDN cleanup user interface\n  mISDN fix main ISDN Makefile\n"
    },
    {
      "commit": "c2d5cedadcd3976cfc1fa5590e3a73a059c6401a",
      "tree": "1972238c802873c00d3f264335512bcdab695ec2",
      "parents": [
        "a477097d9c37c1cf289c7f0257dffcfa42d50197"
      ],
      "author": {
        "name": "Huang Weiyi",
        "email": "weiyi.huang@gmail.com",
        "time": "Sat Aug 02 21:10:23 2008 +0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 16:59:56 2008 -0700"
      },
      "message": "drivers/char/efirtc.c: removed duplicated #include\n\nRemoved duplicated include \u003clinux/smp_lock.h\u003e in\ndrivers/char/efirtc.c.\n\nSigned-off-by: Huang Weiyi \u003cweiyi.huang@gmail.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a477097d9c37c1cf289c7f0257dffcfa42d50197",
      "tree": "9c8a0b2ec1de35ae01c807c8da603f1868f86885",
      "parents": [
        "dc329442b9fd365bec95718013586c07ff600c34"
      ],
      "author": {
        "name": "KOSAKI Motohiro",
        "email": "kosaki.motohiro@jp.fujitsu.com",
        "time": "Mon Aug 04 13:41:14 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 16:58:45 2008 -0700"
      },
      "message": "mlock() fix return values\n\nHalesh says:\n\nPlease find the below testcase provide to test mlock.\n\nTest Case :\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n\n#include \u003csys/resource.h\u003e\n#include \u003cstdio.h\u003e\n#include \u003csys/stat.h\u003e\n#include \u003csys/types.h\u003e\n#include \u003cunistd.h\u003e\n#include \u003csys/mman.h\u003e\n#include \u003cfcntl.h\u003e\n#include \u003cerrno.h\u003e\n#include \u003cstdlib.h\u003e\n\nint main(void)\n{\n  int fd,ret, i \u003d 0;\n  char *addr, *addr1 \u003d NULL;\n  unsigned int page_size;\n  struct rlimit rlim;\n\n  if (0 !\u003d geteuid())\n  {\n   printf(\"Execute this pgm as root\\n\");\n   exit(1);\n  }\n\n  /* create a file */\n  if ((fd \u003d open(\"mmap_test.c\",O_RDWR|O_CREAT,0755)) \u003d\u003d -1)\n  {\n   printf(\"cant create test file\\n\");\n   exit(1);\n  }\n\n  page_size \u003d sysconf(_SC_PAGE_SIZE);\n\n  /* set the MEMLOCK limit */\n  rlim.rlim_cur \u003d 2000;\n  rlim.rlim_max \u003d 2000;\n\n  if ((ret \u003d setrlimit(RLIMIT_MEMLOCK,\u0026rlim)) !\u003d 0)\n  {\n   printf(\"Cant change limit values\\n\");\n   exit(1);\n  }\n\n  addr \u003d 0;\n  while (1)\n  {\n  /* map a page into memory each time*/\n  if ((addr \u003d (char *) mmap(addr,page_size, PROT_READ |\nPROT_WRITE,MAP_SHARED,fd,0)) \u003d\u003d MAP_FAILED)\n  {\n   printf(\"cant do mmap on file\\n\");\n   exit(1);\n  }\n\n  if (0 \u003d\u003d i)\n    addr1 \u003d addr;\n  i++;\n  errno \u003d 0;\n  /* lock the mapped memory pagewise*/\n  if ((ret \u003d mlock((char *)addr, 1500)) \u003d\u003d -1)\n  {\n   printf(\"errno value is %d\\n\", errno);\n   printf(\"cant lock maped region\\n\");\n   exit(1);\n  }\n  addr \u003d addr + page_size;\n }\n}\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n\nThis testcase results in an mlock() failure with errno 14 that is EFAULT,\nbut it has nowhere been specified that mlock() will return EFAULT.  When I\ntested the same on older kernels like 2.6.18, I got the correct result i.e\nerrno 12 (ENOMEM).\n\nI think in source code mlock(2), setting errno ENOMEM has been missed in\ndo_mlock() , on mlock_fixup() failure.\n\nSUSv3 requires the following behavior frmo mlock(2).\n\n[ENOMEM]\n    Some or all of the address range specified by the addr and\n    len arguments does not correspond to valid mapped pages\n    in the address space of the process.\n\n[EAGAIN]\n    Some or all of the memory identified by the operation could not\n    be locked when the call was made.\n\nThis rule isn\u0027t so nice and slighly strange.  but many people think\nPOSIX/SUS compliance is important.\n\nReported-by: Halesh Sadashiv \u003chalesh.sadashiv@ap.sony.com\u003e\nTested-by: Halesh Sadashiv \u003chalesh.sadashiv@ap.sony.com\u003e\nSigned-off-by: KOSAKI Motohiro \u003ckosaki.motohiro@jp.fujitsu.com\u003e\nCc: \u003cstable@kernel.org\u003e\t\t[2.6.25.x, 2.6.26.x]\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "dc329442b9fd365bec95718013586c07ff600c34",
      "tree": "f965829f4421afd65932ad0782502b9583037b39",
      "parents": [
        "5aa6cf302c2758702348aab7457e516d3a5121b9"
      ],
      "author": {
        "name": "Gerard Kam",
        "email": "gerardk5@verizon.net",
        "time": "Mon Aug 04 13:41:12 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 16:58:45 2008 -0700"
      },
      "message": "atmel_spi: fix hang due to missed interrupt\n\nFor some time my at91sam9260 board with JFFS2 on serial flash (m25p80)\nwould hang when accessing the serial flash and SPI bus.  Slowing the SPI\nclock down to 9 MHz reduced the occurrence of the hang from \"always\"\nduring boot to a nuisance level that allowed other SW development to\ncontinue.  Finally had to address this issue when an application stresses\nthe I/O to always cause a hang.\n\nHang seems to be caused by a missed SPI interrupt, so that the task ends\nup waiting forever after calling spi_sync().  The fix has 2 parts.  First\nis to halt the DMA engine before the \"current\" PDC registers are loaded.\nThis ensures that the \"next\" registers are loaded before the DMA operation\ntakes off.  The second part of the fix is a kludge that adds a\n\"completion\" interrupt in case the ENDRX interrupt for the last segment of\nthe DMA chaining operation was missed.\n\nThe patch allows the SPI clock for the serial flash to be increased from 9\nMHz to 15 MHz (or more?).  No hangs or SPI overruns were encountered.\n\nHaavard: while this patch does indeed improve things, I still see overruns\nand CRC errors on my NGW100 board when running the DataFlash at 10 MHz.\nHowever, I think some improvement is better than nothing, so I\u0027m passing\nthis on for inclusion in 2.6.27.\n\nSigned-off-by: Gerard Kam \u003cgerardk5@verizon.net\u003e\nSigned-off-by: Haavard Skinnemoen \u003chaavard.skinnemoen@atmel.com\u003e\nCc: David Brownell \u003cdavid-b@pacbell.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5aa6cf302c2758702348aab7457e516d3a5121b9",
      "tree": "b6bd87a9ae0d4d854e9f8e0c286ea9353f0b5445",
      "parents": [
        "1a3f7d98e5f50f21ce6fb1406a35531d9596c5c6"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Aug 04 13:41:10 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 16:58:45 2008 -0700"
      },
      "message": "spi: S3C24XX: reset register status on resume.\n\nFix a bug in the spi_s3c24xx driver where it does not reset the registers\nof the hardware when resuming from suspend (this block has been reset over\nsuspend).\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ae583885bfd07474789059cdef399289bd66c8d0",
      "tree": "bae0bad634f2dc560e8aed5727243989d52374b6",
      "parents": [
        "ed4d9c66eb941a416c8cb9a0138c69d46d82fc4f"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 16:56:15 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 16:56:15 2008 -0700"
      },
      "message": "sparc64: Remove all cpumask_t local variables in xcall dispatch.\n\nAll of the xcall delivery implementation is cpumask agnostic, so\nwe can pass around pointers to const cpumask_t objects everywhere.\n\nThe sad remaining case is the argument to arch_send_call_function_ipi().\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1a3f7d98e5f50f21ce6fb1406a35531d9596c5c6",
      "tree": "c08708cd17f163f18c149133c92551f83249fd98",
      "parents": [
        "fca082c9f1e11ec07efa8d2f9f13688521253f36"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 16:50:38 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 16:50:38 2008 -0700"
      },
      "message": "Revert \"UFS: add const to parser token table\"\n\nThis reverts commit f9247273cb69ba101877e946d2d83044409cc8c5 (and\nfb2e405fc1fc8b20d9c78eaa1c7fd5a297efde43 - \"fix fs/nfs/nfsroot.c\ncompilation\" - that fixed a missed conversion).\n\nThe changes cause problems for at least the sparc build.  Let\u0027s re-do\nthem when the exact issues are resolved.\n\nRequested-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nRequested-by: Steven Whitehouse \u003cswhiteho@redhat.com\u003e\nCc: David Miller \u003cdavem@davemloft.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ed4d9c66eb941a416c8cb9a0138c69d46d82fc4f",
      "tree": "0a69005357f3e595268766ee45877451d2b9f85b",
      "parents": [
        "90f7ae8a55190f5edfb9fda957e25c994ed39ec4"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 16:47:57 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 16:47:57 2008 -0700"
      },
      "message": "sparc64: Kill error_mask from hypervisor_xcall_deliver().\n\nIt can eat up a lot of stack space when NR_CPUS is large.\nWe retain some of it\u0027s functionality by reporting at least one\nof the cpu\u0027s which are seen in error state.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "90f7ae8a55190f5edfb9fda957e25c994ed39ec4",
      "tree": "b815a08c25f4acf37b02a982c67c6d0efd2fe480",
      "parents": [
        "c02a5119e862dea9a1361182840d41ae1fe24227"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 16:42:58 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 16:42:58 2008 -0700"
      },
      "message": "sparc64: Build cpu list and mondo block at top-level xcall_deliver().\n\nThen modify all of the xcall dispatch implementations get passed and\nuse this information.\n\nNow all of the xcall dispatch implementations do not need to be mindful\nof details such as \"is current cpu in the list?\" and \"is cpu online?\"\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "fca082c9f1e11ec07efa8d2f9f13688521253f36",
      "tree": "94a18d0aed308b44ba606261c603c63860c35c30",
      "parents": [
        "8f616cd5249e03c9e1b371623d85e76d4b86bbc1"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 16:36:20 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 16:36:20 2008 -0700"
      },
      "message": "Revert \"[SCSI] extend the last_sector_bug flag to cover more sectors\"\n\nThis reverts commit 2b142900784c6e38c8d39fa57d5f95ef08e735d8, since it\nseems to break some other USB storage devices (at least a JMicron USB to\nATA bridge).  As such, while it apparently fixes some cardreaders, it\nwould need to be made conditional on the exact reader it fixes in order\nto avoid causing regressions.\n\nCc: Alan Jenkins \u003calan-jenkins@tuffmail.co.uk\u003e\nCc: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c02a5119e862dea9a1361182840d41ae1fe24227",
      "tree": "1288c808120dee67538a539352c1aa6875578618",
      "parents": [
        "deb16999e452b74011dac5b2fe0d6258df81a2a1"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 16:18:40 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 16:18:40 2008 -0700"
      },
      "message": "sparc64: Disable local interrupts around xcall_deliver_impl() invocation.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "deb16999e452b74011dac5b2fe0d6258df81a2a1",
      "tree": "59782fbc1bf82d4ae0cabeceaa4e0116ab589b2b",
      "parents": [
        "43f589235e223418d5807ebcddca73ec8a45f52c"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 16:16:20 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 16:16:20 2008 -0700"
      },
      "message": "sparc64: Make all xcall_deliver\u0027s go through common helper function.\n\nThis just facilitates the next changeset where we\u0027ll be building\nthe cpu list and mondo block in this helper function.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "43f589235e223418d5807ebcddca73ec8a45f52c",
      "tree": "9bca2b2e4dfea9203c77b4ef523c4576cd4321c3",
      "parents": [
        "91a4231cc2efb9134373bb2a93be96a284955607"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 16:13:51 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 16:13:51 2008 -0700"
      },
      "message": "sparc64: Always allocate the send mondo blocks, even on non-sun4v.\n\nThe idea is that we\u0027ll use this cpu list array and mondo block\neven for non-hypervisor platforms.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "91a4231cc2efb9134373bb2a93be96a284955607",
      "tree": "da98661d063a77992775cefb2172ff090188c36e",
      "parents": [
        "24445a4ac9d3fdd3f96f0ad277cb2ba274470d94"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 00:51:18 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 13:51:40 2008 -0700"
      },
      "message": "sparc64: Make smp_cross_call_masked() take a cpumask_t pointer.\n\nIdeally this could be simplified further such that we could pass\nthe pointer down directly into the xcall_deliver() implementation.\n\nBut if we do that we need to do the \"cpu_online(cpu)\" and\n\"cpu !\u003d self\" checks down in those functions.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "24445a4ac9d3fdd3f96f0ad277cb2ba274470d94",
      "tree": "463c74d156df9f27f57bd4cba03784cf17dd6efa",
      "parents": [
        "199266305311d060b6e057fa5c7de01f218bb911"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 00:02:31 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 13:51:40 2008 -0700"
      },
      "message": "sparc64: Directly call xcall_deliver() in smp_start_sync_tick_client.\n\nWe know the cpu is online and not the current cpu here.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "199266305311d060b6e057fa5c7de01f218bb911",
      "tree": "062c97729ec6c89eab3b4b2c8ff173df7b0e3031",
      "parents": [
        "cd5bc89debb4045d55eeffe325b97f2dfba4ddea"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Aug 03 23:56:28 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 13:51:39 2008 -0700"
      },
      "message": "sparc64: Call xcall_deliver() directly in some cases.\n\nFor these cases the callers make sure:\n\n1) The cpus indicated are online.\n\n2) The current cpu is not in the list of indicated cpus.\n\nTherefore we can pass a pointer to the mask directly.\n\nOne of the motivations in this transformation is to make use of\n\"\u0026cpumask_of_cpu(cpu)\" which evaluates to a pointer to constant\ndata in the kernel and thus takes up no stack space.\n\nHopefully someone in the future will change the interface of\narch_send_call_function_ipi() such that it passes a const cpumask_t\npointer so that this will optimize ever further.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "cd5bc89debb4045d55eeffe325b97f2dfba4ddea",
      "tree": "d3e876bc76f5ef99ff71a1c109e7b8db65042b99",
      "parents": [
        "622824dbb536f7bdc241eefc3e1ae31c463b4eb8"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Aug 03 23:24:26 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 13:51:38 2008 -0700"
      },
      "message": "sparc64: Use cpumask_t pointers and for_each_cpu_mask_nr() in xcall_deliver.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "622824dbb536f7bdc241eefc3e1ae31c463b4eb8",
      "tree": "c0e591e9cf6843494c97a1a1802c6f4052ac9560",
      "parents": [
        "5e0797e5b84408a13260a107e2f7a49ee6342ae4"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Aug 03 23:07:18 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 13:51:37 2008 -0700"
      },
      "message": "sparc64: Use xcall_deliver() consistently.\n\nThere remained some spots still vectoring to the appropriate\n*_xcall_deliver() function manually.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "5e0797e5b84408a13260a107e2f7a49ee6342ae4",
      "tree": "7f44ab72a2c79a44d0efee14ddb7b2a985c1e77d",
      "parents": [
        "abd9e6982815ad7bd2c70dbf4cc0c08b48229d6e"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Aug 03 22:52:41 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 13:51:37 2008 -0700"
      },
      "message": "sparc64: Use function pointer for cross-call sending.\n\nInitialize it using the smp_setup_processor_id() hook.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "abd9e6982815ad7bd2c70dbf4cc0c08b48229d6e",
      "tree": "925d396453e12f1857fdd1202f6d3926fcb0516b",
      "parents": [
        "a3cf5e6b6f2548b036921da5ab6325dc8a76e207"
      ],
      "author": {
        "name": "Huang Weiyi",
        "email": "weiyi.huang@gmail.com",
        "time": "Sun Aug 03 00:04:13 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 13:51:36 2008 -0700"
      },
      "message": "arch/sparc64/kernel/signal.c: removed duplicated #include\n\nRemoved duplicated #include \u003clinux/tracehook.h\u003e in\narch/sparc64/kernel/signal.c.\n\nSigned-off-by: Huang Weiyi \u003cweiyi.huang@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a3cf5e6b6f2548b036921da5ab6325dc8a76e207",
      "tree": "4243a783ed4dfc34df8e34e45754ddf0851e7c14",
      "parents": [
        "8f616cd5249e03c9e1b371623d85e76d4b86bbc1"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Aug 03 00:01:05 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Aug 04 13:51:35 2008 -0700"
      },
      "message": "sparc64: Need to disable preemption around smp_tsb_sync().\n\nBased upon a bug report by Mariusz Kozlowski\n\nIt uses smp_call_function_masked() now, which has a preemption-disabled\nrequirement.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f072181e6403b0fe2e2aa800a005497b748fd284",
      "tree": "f5a6ae9440332c15e8d9d500ce1894d0728a4318",
      "parents": [
        "22127f246dc37ed5bea0915f7860002ba6d87da7"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Mon Aug 04 22:29:37 2008 +0200"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Mon Aug 04 22:29:37 2008 +0200"
      },
      "message": "kconfig: drop the \"\"trying to assign nonexistent symbol\" warning\n\nThey really stand out now that make *config is less chatty - and\nthey are generally ignored - so drop them.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nCc: Adrian Bunk \u003cbunk@kernel.org\u003e\n"
    },
    {
      "commit": "22127f246dc37ed5bea0915f7860002ba6d87da7",
      "tree": "5ea4d87067d1a5885f2bc43ba41c3c3d872e17f3",
      "parents": [
        "48a61569bb5396415c5dad0e81e1cfeb87c0aca3"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Mon Aug 04 22:18:07 2008 +0200"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Mon Aug 04 22:18:07 2008 +0200"
      },
      "message": "kconfig: always write out .config\n\nAlways write out .config also in the case where config\ndid not change.\nThis fixes: http://bugzilla.kernel.org/show_bug.cgi?id\u003d11230\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nCc: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\nCc: Adrian Bunk \u003cbunk@kernel.org\u003e\n"
    },
    {
      "commit": "1a61c88defcd611bd148d6c960b498e1b8bbbe00",
      "tree": "8b8d84cb828caabd61d849967b3a6f8de6df2b66",
      "parents": [
        "2b12a4c524812fb3f6ee590a02e65b95c8c32229"
      ],
      "author": {
        "name": "zhangxiliang",
        "email": "zhangxiliang@cn.fujitsu.com",
        "time": "Sat Aug 02 10:56:37 2008 +0800"
      },
      "committer": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Mon Aug 04 06:13:50 2008 -0400"
      },
      "message": "Re: [PATCH] Fix the kernel panic of audit_filter_task when key field is set\n\nSorry, I miss a blank between if and \"(\".\nAnd I add \"unlikely\" to check \"ctx\" in audit_match_perm() and audit_match_filetype().\nThis is a new patch for it.\n\nSigned-off-by: Zhang Xiliang \u003czhangxiliang@cn.fujitsu.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n"
    },
    {
      "commit": "f5663f5bded3364158e2d31904173cb1debc2ecd",
      "tree": "9737cf75e4f9574a044da1d8463b7228472cc1b2",
      "parents": [
        "cce2d453e4940d3fccd42a6917d01027148e11c3"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 16:52:34 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 16:52:34 2008 +0900"
      },
      "message": "sh: enable maple_keyb in dreamcast_defconfig.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "cce2d453e4940d3fccd42a6917d01027148e11c3",
      "tree": "bf921bfd41e4a40e513a1994d474e03f44089c0e",
      "parents": [
        "1af446edfe3239b2b731f3458b3c285c397464cc"
      ],
      "author": {
        "name": "Yoshinori Sato",
        "email": "ysato@users.sourceforge.jp",
        "time": "Mon Aug 04 16:33:47 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 16:33:47 2008 +0900"
      },
      "message": "SH2(A) cache update\n\nIncludes:\n- SH2 (7619) Writeback support.\n- SH2A cache handling fix.\n\nSigned-off-by: Yoshinori Sato \u003cysato@users.sourceforge.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "1af446edfe3239b2b731f3458b3c285c397464cc",
      "tree": "b1ff67e6c7be9f0d08fed583154c12301a6d9c38",
      "parents": [
        "d8eb2fab18b856fcaebe2619e8eaaa152baebc66"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 16:01:47 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 16:01:47 2008 +0900"
      },
      "message": "nommu: Provide vmalloc_exec().\n\nNow that SH has switched to vmalloc_exec() for PAGE_KERNEL_EXEC usage,\nit\u0027s apparent that nommu has no vmalloc_exec() definition of its own.\nStub in the one from mm/vmalloc.c.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "d8eb2fab18b856fcaebe2619e8eaaa152baebc66",
      "tree": "25a1be797f746b4550da0f33db5fc66e03019bab",
      "parents": [
        "42ced5561a3f49ba0ef09e94ccc016841fc94aa7"
      ],
      "author": {
        "name": "Takashi Yoshii",
        "email": "yoshii.takashi@renesas.com",
        "time": "Mon Aug 04 14:28:38 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 14:39:19 2008 +0900"
      },
      "message": "add addrespace definition for sh2a.\n\nNewfile: arch/sh/include/cpu-sh2a/cpu/addrspace.h\n\nThis file seems had be removed to use fallback (cpu-common/cpu/addrspace.h),\nbut, I\u0027d like to add sh2a specific file here, because\n1. the values defined there are not suitable for sh2a.\n2. I don\u0027t think there is \"common\" definition for these values.\n\nValues are chosen by consideration of followings...\n P1 is 0. perhaps no question.\n P2 is from hardware manual, which says no-cache area starts at 20000000.\n It means that P? space size\u003d20000000.\n P3 is P2+size since asm/ptrace.h uses P3 as a end of P2.\n P4 is P3+size since asm/fixup.h uses P4 as a end of P3.\n\nSigned-off-by: Takashi YOSHII \u003cyoshii.takashi@renesas.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "42ced5561a3f49ba0ef09e94ccc016841fc94aa7",
      "tree": "fc9f6edb9beeef199c4700909dd9e21b9c967f7a",
      "parents": [
        "5093c9a4e41518425d42c0bb5bb92f514ec77b1d"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 14:18:53 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 14:18:53 2008 +0900"
      },
      "message": "sh: Kill off ARCH_SUPPORTS_AOUT and remnants of a.out support.\n\nSH never really supported a.out, so this was all just copied over blindly\nfrom x86 way back when. As we don\u0027t reference linux/a.out.h anywhere in\nthe tree, these can now safely be killed off.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "5093c9a4e41518425d42c0bb5bb92f514ec77b1d",
      "tree": "857c299c63990b7520c44a8cdbca2651850742ea",
      "parents": [
        "bdcab87b1c54f61dbc0a77648fee4c2b17964d5c"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 14:17:13 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 14:17:13 2008 +0900"
      },
      "message": "sh: define GENERIC_HARDIRQS_NO__DO_IRQ.\n\nWe haven\u0027t called in to __do_IRQ() in a long time, so it seems like a\nreasonable time to switch this on by default.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "bdcab87b1c54f61dbc0a77648fee4c2b17964d5c",
      "tree": "fd7e41c022c5a1149822a3541373eb73fee847cf",
      "parents": [
        "c3b4adfa65bae300a143188491e285556ca80fff"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 14:09:15 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 14:09:15 2008 +0900"
      },
      "message": "sh: define GENERIC_LOCKBREAK.\n\nNeeded for fixing up the __raw_spin_is_contended() reference which\nresults in a build error.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "c3b4adfa65bae300a143188491e285556ca80fff",
      "tree": "47895ba44dc31ad29bc3ebf2b9bfbd88a61c4ce4",
      "parents": [
        "4b59c97325371d51275bdb50523fa98a301615b0"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 13:42:49 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 13:42:49 2008 +0900"
      },
      "message": "sh: Save NUMA node data in vmcore for crash dumps.\n\nPresently the NUMA node data isn\u0027t saved on kexec. This implements a\nsimple arch_crash_save_vmcoreinfo() for saving off the relevant data.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "4b59c97325371d51275bdb50523fa98a301615b0",
      "tree": "698e6f8e32bd03f7a40a4d1185548705c06fcf4f",
      "parents": [
        "3108cf061228c2c2951006c80fb6fe832000adda"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 13:34:29 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 13:34:29 2008 +0900"
      },
      "message": "sh: module_alloc() should be using vmalloc_exec().\n\nSH-X2 extended mode TLB allows for toggling of the exec bit, so make\nsure we are using the right protection bits for module space there\nalso.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "3108cf061228c2c2951006c80fb6fe832000adda",
      "tree": "dbd4c197bf3b8169ca54cede971bb4c15e68d4d8",
      "parents": [
        "b5ed042249cb5f76a428aa40ca219d591dad9eea"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 13:32:04 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 13:32:04 2008 +0900"
      },
      "message": "sh: Fix up __bug_table handling in module loader.\n\nWe should be calling in to the lib/bug.c module helpers, fix that up.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "b5ed042249cb5f76a428aa40ca219d591dad9eea",
      "tree": "48eafb925e17fe04a23dba41f39a063a17769d64",
      "parents": [
        "6a9545bd95e88d61df942b9087cb59b8c7a6dc56"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 12:53:55 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 12:53:55 2008 +0900"
      },
      "message": "sh: Add documentation and integrate into docbook build.\n\nThis adds some preliminary docbook bits for SH, tying in to the few\ninterfaces that are exposed and that have adequate kerneldoc comments.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "6a9545bd95e88d61df942b9087cb59b8c7a6dc56",
      "tree": "c89ca9fa397b92a19a07a6d000e9e1cbf25016ef",
      "parents": [
        "617870632de6739fca0893f3e6648e9ae1bd0ddb"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 12:51:06 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 12:51:06 2008 +0900"
      },
      "message": "sh: Fix up broken kerneldoc comments.\n\nThese were completely unparseable, so fix them up.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "9c4cb82515130c62224e23fdf7c13c8f6c59c614",
      "tree": "f916fd843972502d918a1a03bdb99c9c2bbaa91c",
      "parents": [
        "c7c8eede2739289df02a1ab297cc476c6f38dca7"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Sat Aug 02 02:44:11 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Aug 04 13:18:17 2008 +1000"
      },
      "message": "powerpc: Remove use of CONFIG_PPC_MERGE\n\nNow that arch/ppc is gone and CONFIG_PPC_MERGE is always set, remove\nthe dead code associated with !CONFIG_PPC_MERGE from arch/powerpc\nand include/asm-powerpc.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "c7c8eede2739289df02a1ab297cc476c6f38dca7",
      "tree": "77a469e378d05ebc71b9e050d017675d8c3d71fc",
      "parents": [
        "fb61063587982b52304d62cdbb6a0a88d26ae7ef"
      ],
      "author": {
        "name": "Tony Breeds",
        "email": "tony@bakeyournoodle.com",
        "time": "Fri Aug 01 11:38:39 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Aug 04 13:18:17 2008 +1000"
      },
      "message": "powerpc: Force printing of \u0027total_memory\u0027 to unsigned long long\n\ntotal_memory is a \u0027phys_addr_t\u0027, Which can be either 64 or 32 bits.\nForce printing as unsigned long long to silence the warning.\n\nSigned-off-by: Tony Breeds \u003ctony@bakeyournoodle.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "fb61063587982b52304d62cdbb6a0a88d26ae7ef",
      "tree": "df68b188d898f01e76ab7d350ec3abcf59e149e2",
      "parents": [
        "b8b572e1015f81b4e748417be2629dfe51ab99f9"
      ],
      "author": {
        "name": "Tony Breeds",
        "email": "tony@bakeyournoodle.com",
        "time": "Thu Jul 31 13:51:42 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Aug 04 13:18:17 2008 +1000"
      },
      "message": "powerpc: Fix compiler warning in arch/powerpc/mm/mem.c\n\nExplicitly cast to unsigned long long, rather than u64.\n\nSigned-off-by: Tony Breeds \u003ctony@bakeyournoodle.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "b8b572e1015f81b4e748417be2629dfe51ab99f9",
      "tree": "7df58667d5ed71d6c8f8f4ce40ca16b6fb776d0b",
      "parents": [
        "2b12a4c524812fb3f6ee590a02e65b95c8c32229"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Aug 01 15:20:30 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Aug 04 12:02:00 2008 +1000"
      },
      "message": "powerpc: Move include files to arch/powerpc/include/asm\n\nfrom include/asm-powerpc.  This is the result of a\n\nmkdir arch/powerpc/include/asm\ngit mv include/asm-powerpc/* arch/powerpc/include/asm\n\nFollowed by a few documentation/comment fixups and a couple of places\nwhere \u003casm-powepc/...\u003e was being used explicitly.  Of the latter only\none was outside the arch code and it is a driver only built for powerpc.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "617870632de6739fca0893f3e6648e9ae1bd0ddb",
      "tree": "cad36762206a99ee6317290f3d58d818f18f5c58",
      "parents": [
        "63870295de9adb365cd121dab94379b8cfdf986a"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 10:58:24 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 10:58:24 2008 +0900"
      },
      "message": "maple: Kill useless private_data pointer.\n\nWe can simply wrap in to the dev_set/get_drvdata(), there\u0027s no reason\nto track an extra level of private data on top of the struct device.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "63870295de9adb365cd121dab94379b8cfdf986a",
      "tree": "16c0b5288fa10f4f365f75d5c4fcad9c8a15e2c9",
      "parents": [
        "459021fe3627083ea6678a7b29f9f74accf9c6fd"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 10:39:46 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 10:39:46 2008 +0900"
      },
      "message": "maple: Clean up maple_driver_register/unregister routines.\n\nThese were completely inconsistent. Clean these up to take a maple_driver\npointer directly for consistency.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "459021fe3627083ea6678a7b29f9f74accf9c6fd",
      "tree": "4c9f7fe96ca71f9898f73aac6d0b450afe928e82",
      "parents": [
        "86d9d32c7b17f8145dc8cbc9667e6385bf8ebc67"
      ],
      "author": {
        "name": "Adrian McMenamin",
        "email": "adrian@mcmen.demon.co.uk",
        "time": "Mon Aug 04 10:09:03 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 10:09:03 2008 +0900"
      },
      "message": "input: Clean up maple keyboard driver\n\nHave a single probe function instead of a probe and a connect function.\nAlso tidy a comment.\n\nSigned-off-by: Adrian McMenamin \u003cadrian@mcmen.demon.co.uk\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "86d9d32c7b17f8145dc8cbc9667e6385bf8ebc67",
      "tree": "1d41cc53ae3713bc78c965e12d1b9a0889752db0",
      "parents": [
        "c07abb6dbec754511427dd847f10cfdec6d36b3c"
      ],
      "author": {
        "name": "Adrian McMenamin",
        "email": "adrian@newgolddream.dyndns.info",
        "time": "Wed Jul 30 12:31:38 2008 -0700"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 09:55:56 2008 +0900"
      },
      "message": "maple: allow removal and reinsertion of keyboard driver module\n\nAllow the removal (and subsequent reinsertion) of the maple_keyb (maple\nkeyboard) driver by adding a working removal function.\n\nAlso tidy long lines.\n\nSigned-off-by: Adrian McMenamin \u003cadrian@mcmen.demon.co.uk\u003e\nCc: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nCc: Paul Mundt \u003clethal@linux-sh.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "c07abb6dbec754511427dd847f10cfdec6d36b3c",
      "tree": "75455887985713d5bde8fdcff3057e7c10c76163",
      "parents": [
        "c48e64ae574a1e30a23174701560a222a192e4c3"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 08:11:03 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Aug 04 08:11:03 2008 +0900"
      },
      "message": "sh: /proc/asids depends on MMU.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "8f616cd5249e03c9e1b371623d85e76d4b86bbc1",
      "tree": "94cbd990ac45743ac75203a7e1bd6a8fb63c5bc2",
      "parents": [
        "7e31aa11fc672bbe0dd0da59513c9efe3809ced7",
        "7d55992d60caa390460bad1a974eb2b3c11538f4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 03 10:50:44 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 03 10:50:44 2008 -0700"
      },
      "message": "Merge branch \u0027for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4\n\n* \u0027for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:\n  ext4: remove write-only variables from ext4_ordered_write_end\n  ext4: unexport jbd2_journal_update_superblock\n  ext4: Cleanup whitespace and other miscellaneous style issues\n  ext4: improve ext4_fill_flex_info() a bit\n  ext4: Cleanup the block reservation code path\n  ext4: don\u0027t assume extents can\u0027t cross block groups when truncating\n  ext4: Fix lack of credits BUG() when deleting a badly fragmented inode\n  ext4: Fix ext4_ext_journal_restart()\n  ext4: fix ext4_da_write_begin error path\n  jbd2: don\u0027t abort if flushing file data failed\n  ext4: don\u0027t read inode block if the buffer has a write error\n  ext4: Don\u0027t allow lg prealloc list to be grow large.\n  ext4: Convert the usage of NR_CPUS to nr_cpu_ids.\n  ext4: Improve error handling in mballoc\n  ext4: lock block groups when initializing\n  ext4: sync up block and inode bitmap reading functions\n  ext4: Allow read/only mounts with corrupted block group checksums\n  ext4: Fix data corruption when writing to prealloc area\n"
    },
    {
      "commit": "7e31aa11fc672bbe0dd0da59513c9efe3809ced7",
      "tree": "0aafe6a0045230950ce6b26579a053da12614a49",
      "parents": [
        "071f4924844c435a3ae0cdbab7d7df2f1da85713",
        "9cb7117fa4858468014f76bd996076985111e955"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 03 10:39:02 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Aug 03 10:39:02 2008 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm\n\n* \u0027for-linus\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm:\n  [ARM] 5182/1: pxa: Fix pcm990 compilation\n  [ARM] Fix explicit asm(-arm)?/arch-foo references\n  [ARM] move include/asm-arm to arch/arm/include/asm\n  [ARM] Remove explicit dependency for misc.o from compressed/Makefile\n  [ARM] initrd: claim initrd memory exclusively\n  [ARM] pxa: add support for L2 outer cache on XScale3 (attempt 2)\n  [ARM] 5180/1: at91: Fix at91_nand -\u003e atmel_nand rename fallout\n  [ARM] add Sascha Hauer as Freescale i.MX Maintainer\n  [ARM] i.MX: add missing clock functions exports\n  [ARM] i.MX: remove set_imx_fb_info() export\n  [ARM] mx1ads: make mmc platform data available for modules\n  [ARM] mx2: add missing Kconfig dependency\n"
    },
    {
      "commit": "c48e64ae574a1e30a23174701560a222a192e4c3",
      "tree": "edfe3b7039238ce015a35569a2aa1ab0f8c4659c",
      "parents": [
        "8edd744202e83ac2fce13f4898a90b403cc22141"
      ],
      "author": {
        "name": "Huang Weiyi",
        "email": "weiyi.huang@gmail.com",
        "time": "Sun Aug 03 22:18:51 2008 +0800"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun Aug 03 23:29:24 2008 +0900"
      },
      "message": "arch/sh/boards/mach-se/7343/irq.c: removed duplicated #include\n\nRemoved duplicated include \u003clinux/irq.h\u003e in\narch/sh/boards/mach-se/7343/irq.c.\n\nSigned-off-by: Huang Weiyi \u003cweiyi.huang@gmail.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "8edd744202e83ac2fce13f4898a90b403cc22141",
      "tree": "e0fee51d903c57208fbc3e537080f5bec84e989c",
      "parents": [
        "596400f0f322c78347e35c197b66faf09a9c1e02"
      ],
      "author": {
        "name": "Huang Weiyi",
        "email": "weiyi.huang@gmail.com",
        "time": "Sun Aug 03 22:18:48 2008 +0800"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun Aug 03 23:29:18 2008 +0900"
      },
      "message": "arch/sh/boards/board-ap325rxa.c: removed duplicated #include\n\nRemoved duplicated include \u003clinux/delay.h\u003e in\narch/sh/boards/board-ap325rxa.c.\n\nSigned-off-by: Huang Weiyi \u003cweiyi.huang@gmail.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "9cb7117fa4858468014f76bd996076985111e955",
      "tree": "084c3b1da8d3641e94c755536b49973dca1a0fdf",
      "parents": [
        "bccf650270a94cec6e9238743e84c6e01de30c70"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Sun Aug 03 00:02:35 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Aug 03 10:17:59 2008 +0100"
      },
      "message": "[ARM] 5182/1: pxa: Fix pcm990 compilation\n\nCompiling pcm990 produces an error:\n\nIn file included from arch/arm/mach-pxa/pcm990-baseboard.c:25:\ninclude/linux/ide.h:645: error: \u0027CONFIG_IDE_MAX_HWIFS\u0027 undeclared here (not in a function)\n\nFix it by removing unneeded header include.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "cf368d2f9aced8adc8bd6b1f04294a71551d5fce",
      "tree": "f09f76519d81e67bb2f1339f020c968f5289e93f",
      "parents": [
        "85ebd00334099fd5d296bcae74a66c943d46686d"
      ],
      "author": {
        "name": "Alexander Beregalov",
        "email": "a.beregalov@gmail.com",
        "time": "Sun Aug 03 03:03:57 2008 +0400"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Sun Aug 03 09:51:30 2008 +0100"
      },
      "message": "drivers/video/console/promcon.c: fix build error\n\ndrivers/video/console/promcon.c:158: error: implicit declaration of\nfunction \u0027con_protect_unimap\u0027\n\nIntroduced by commit a29ccf6f823a84d89e1c7aaaf221cf7282022024\n(\"embedded: fix vc_translate operator precedence\").\n\nSigned-off-by: Alexander Beregalov \u003ca.beregalov@gmail.com\u003e\nCc: Tim Bird \u003ctim.bird@am.sony.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "7d55992d60caa390460bad1a974eb2b3c11538f4",
      "tree": "587447550232932e083074eaf6f486bfba27fcf8",
      "parents": [
        "00b32b7fb671e797bdd2736524a497f18a8df7bf"
      ],
      "author": {
        "name": "Eric Sandeen",
        "email": "sandeen@redhat.com",
        "time": "Sat Aug 02 21:22:18 2008 -0400"
      },
      "committer": {
        "name": "Theodore Ts\u0027o",
        "email": "tytso@mit.edu",
        "time": "Sat Aug 02 21:22:18 2008 -0400"
      },
      "message": "ext4: remove write-only variables from ext4_ordered_write_end\n\nThe variables \u0027from\u0027 and \u0027to\u0027 are not used anywhere.\n\nSigned-off-by: Eric Sandeen \u003csandeen@redhat.com\u003e\nAcked-by: Mingming Cao \u003ccmm@us.ibm.com\u003e\nSigned-off-by: \"Theodore Ts\u0027o\" \u003ctytso@mit.edu\u003e\n"
    },
    {
      "commit": "596400f0f322c78347e35c197b66faf09a9c1e02",
      "tree": "8121839ca962b586115cb7986137edfcda26d0b0",
      "parents": [
        "49de935c107a53b0eba336efceb1dc3a8be64f87"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Sat Aug 02 19:53:44 2008 +0300"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun Aug 03 09:31:07 2008 +0900"
      },
      "message": "sh/boards/Makefile typo fix\n\nThe following build error was caused by an obvious typo:\n\n\u003c--  snip  --\u003e\n\n...\n  LD      arch/sh/mm/built-in.o\nmake[2]: *** No rule to make target `arch/sh/boards/board-shmin..o\u0027, needed by `arch/sh/boards/built-in.o\u0027.  Stop.\n\n\u003c--  snip  --\u003e\n\nReported-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "bccf650270a94cec6e9238743e84c6e01de30c70",
      "tree": "7e58444f9a976a1d680cfe3d2d47677fabdaa048",
      "parents": [
        "4baa9922430662431231ac637adedddbb0cfb2d7"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Aug 02 22:33:18 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Aug 02 22:35:16 2008 +0100"
      },
      "message": "[ARM] Fix explicit asm(-arm)?/arch-foo references\n\nNo file should be explicitly referencing its own platform headers\nby specifying an absolute include path.  Fix these paths to use\nstandard \u003casm/arch/...\u003e includes.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4baa9922430662431231ac637adedddbb0cfb2d7",
      "tree": "e8fb765ce3e41c01f33de34a0bc9494f0ae19818",
      "parents": [
        "ff4db0a043a5dee7180bdffd178e61cd02812c68"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Aug 02 10:55:55 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Aug 02 21:32:35 2008 +0100"
      },
      "message": "[ARM] move include/asm-arm to arch/arm/include/asm\n\nMove platform independent header files to arch/arm/include/asm, leaving\nthose in asm/arch* and asm/plat* alone.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "85ebd00334099fd5d296bcae74a66c943d46686d",
      "tree": "07f799155fd03f15606e7c49a7d6547fb6f18563",
      "parents": [
        "f1136d022af8f07a97f59c6d07483bdb82ffbd8e"
      ],
      "author": {
        "name": "Marc Zyngier",
        "email": "maz@misterjones.org",
        "time": "Sat Aug 02 19:12:23 2008 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Sat Aug 02 18:36:10 2008 +0100"
      },
      "message": "Fix IHEX firmware generation/loading\n\nFix both the IHEX firmware generation (len field always null, and EOF\nmarker a byte too short) and loading (struct ihex_binrec needs to be\npacked to reflect the on-disk structure).\n\nSigned-off-by: Marc Zyngier \u003cmaz@misterjones.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "071f4924844c435a3ae0cdbab7d7df2f1da85713",
      "tree": "d7f339e8195c83b5e1aecc68e8173b7085d70e85",
      "parents": [
        "d9c566198bfdf72a041322a093fdc1a2dc231170",
        "f1136d022af8f07a97f59c6d07483bdb82ffbd8e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 02 09:14:49 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 02 09:14:49 2008 -0700"
      },
      "message": "Merge git://git.infradead.org/users/dwmw2/random-2.6\n\n* git://git.infradead.org/users/dwmw2/random-2.6:\n  [MTD] Fix !CONFIG_BLOCK compile for mtdsuper.c\n  firmware: silence __fw_modbuild and __fw_modinst \u0027Nothing to be done\u0027 messages\n"
    },
    {
      "commit": "d9c566198bfdf72a041322a093fdc1a2dc231170",
      "tree": "908acd901d8deb0c6ff54323c96cf61d2f005faf",
      "parents": [
        "17263849c7ad2279667dd298083eceefcd1b5845",
        "0a4949c4414af2eb91414bcd8e2a8ac3706f7dde"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 02 09:14:23 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 02 09:14:23 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:\n  sparc64: Do not clobber %g7 in setcontext() trap.\n  sparc64: Kill __show_regs().\n  sparc: Add __KERNEL__ ifdef protection to pt_regs helpers.\n  sparc64: Kill smp_report_regs().\n  sparc64: Kill VERBOSE_SHOWREGS code.\n  sparc64: Hook up trigger_all_cpu_backtrace().\n  sparc64: Make global reg dumping even more useful.\n  sparc: Ignore drivers/video/console/promcon_tbl.c conmakehash generated file\n  sparc64: FUTEX_OP_ANDN fix\n  sparc: merge of_platform_{32,64}.h\n  sparc64: Kill isa_bus_type.\n  sparc64: Fix global reg snapshotting on self-cpu.\n"
    },
    {
      "commit": "17263849c7ad2279667dd298083eceefcd1b5845",
      "tree": "f723958f21f8737bd52758505737468c1fc69c42",
      "parents": [
        "84209e02de48d72289650cc5a7ae8dd18223620f"
      ],
      "author": {
        "name": "OGAWA Hirofumi",
        "email": "hirofumi@mail.parknet.co.jp",
        "time": "Sat Aug 02 13:59:37 2008 +0900"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 02 09:13:55 2008 -0700"
      },
      "message": "fat: Fix allow_utime option\n\nFAT has to handle the newly introduced ATTR_TIMES_SET for allow_utime\noption.\n\nSigned-off-by: OGAWA Hirofumi \u003chirofumi@mail.parknet.co.jp\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "84209e02de48d72289650cc5a7ae8dd18223620f",
      "tree": "a02ffe41273c4371262409a51d07461a674cea66",
      "parents": [
        "2b12a4c524812fb3f6ee590a02e65b95c8c32229"
      ],
      "author": {
        "name": "Miklos Szeredi",
        "email": "mszeredi@suse.cz",
        "time": "Fri Aug 01 20:28:47 2008 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 02 09:12:34 2008 -0700"
      },
      "message": "mm: dont clear PG_uptodate on truncate/invalidate\n\nBrian Wang reported that a FUSE filesystem exported through NFS could\nreturn I/O errors on read.  This was traced to splice_direct_to_actor()\nreturning a short or zero count when racing with page invalidation.\n\nHowever this is not FUSE or NFSD specific, other filesystems (notably\nNFS) also call invalidate_inode_pages2() to purge stale data from the\ncache.\n\nIf this happens while such pages are sitting in a pipe buffer, then\nsplice(2) from the pipe can return zero, and read(2) from the pipe can\nreturn ENODATA.\n\nThe zero return is especially bad, since it implies end-of-file or\ndisconnected pipe/socket, and is documented as such for splice.  But\nreturning an error for read() is also nasty, when in fact there was no\nerror (data becoming stale is not an error).\n\nThe same problems can be triggered by \"hole punching\" with\nmadvise(MADV_REMOVE).\n\nFix this by not clearing the PG_uptodate flag on truncation and\ninvalidation.\n\nSigned-off-by: Miklos Szeredi \u003cmszeredi@suse.cz\u003e\nAcked-by: Nick Piggin \u003cnickpiggin@yahoo.com.au\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: Jens Axboe \u003cjens.axboe@oracle.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "31981db0d0b665713ab3e9531f936fdb67947225",
      "tree": "e59c8548a2b1dd5ec0ae5742b6723008fd965c2b",
      "parents": [
        "b3e0aeeb7e0f89791c4c3bdfd98b36074c5178e6"
      ],
      "author": {
        "name": "Karsten Keil",
        "email": "kkeil@suse.de",
        "time": "Sat Aug 02 16:40:37 2008 +0200"
      },
      "committer": {
        "name": "Karsten Keil",
        "email": "kkeil@suse.de",
        "time": "Sat Aug 02 16:40:37 2008 +0200"
      },
      "message": "Add DIP switch readout for HFC-4S IOB4ST\n\nAlso the HFC-4S IOB4ST has DIP switches and jumpers to configure\nthe port.\n\nSigned-off-by: Karsten Keil \u003ckkeil@suse.de\u003e\n"
    },
    {
      "commit": "b3e0aeeb7e0f89791c4c3bdfd98b36074c5178e6",
      "tree": "67d042ab79c8174dad9b37aa54393d939769a795",
      "parents": [
        "ff4cc1de2401ad44ae084c3f5a9e898af0879520"
      ],
      "author": {
        "name": "Karsten Keil",
        "email": "kkeil@suse.de",
        "time": "Sat Aug 02 16:35:53 2008 +0200"
      },
      "committer": {
        "name": "Karsten Keil",
        "email": "kkeil@suse.de",
        "time": "Sat Aug 02 16:35:53 2008 +0200"
      },
      "message": "Fix remaining big endian issue of hfcmulti\n\nThe driver was not so bad at big endian at all, only the optimised fifo\nread/write functions need a fix, with this fix the driver works on\na pegasus PPC machine.\n\nSigned-off-by: Karsten Keil \u003ckkeil@suse.de\u003e\n"
    },
    {
      "commit": "ff4cc1de2401ad44ae084c3f5a9e898af0879520",
      "tree": "24e0e3d1b8a35559546910a0ca0cd1f9f63f1576",
      "parents": [
        "780aefed1e179b23dcfbd6cfcb627ec3bd0a164c"
      ],
      "author": {
        "name": "Karsten Keil",
        "email": "kkeil@suse.de",
        "time": "Wed Jul 30 18:26:58 2008 +0200"
      },
      "committer": {
        "name": "Karsten Keil",
        "email": "kkeil@suse.de",
        "time": "Sat Aug 02 16:28:50 2008 +0200"
      },
      "message": "mISDN cleanup user interface\n\nThe channelmap should have the same size on 32 and 64 bit systems\nand should not depend on endianess.\nThanks to David Woodhouse for spotting this.\n\nSigned-off-by: Karsten Keil \u003ckkeil@suse.de\u003e\n"
    },
    {
      "commit": "780aefed1e179b23dcfbd6cfcb627ec3bd0a164c",
      "tree": "cb80381c8c6529b33df0bb5af41632ac326f082a",
      "parents": [
        "2b12a4c524812fb3f6ee590a02e65b95c8c32229"
      ],
      "author": {
        "name": "Karsten Keil",
        "email": "kkeil@suse.de",
        "time": "Tue Jul 29 18:47:22 2008 +0200"
      },
      "committer": {
        "name": "Karsten Keil",
        "email": "kkeil@suse.de",
        "time": "Sat Aug 02 16:28:20 2008 +0200"
      },
      "message": "mISDN fix main ISDN Makefile\n\nCompile hardware directory independent from selecting\nCAPI support.\n\nSigned-off-by: Karsten Keil \u003ckkeil@suse.de\u003e\n"
    },
    {
      "commit": "ff4db0a043a5dee7180bdffd178e61cd02812c68",
      "tree": "5e1ff7cf6c20be0b162b9a6dc94b57348e977326",
      "parents": [
        "b962a286e500c6259af8ba133361f8528eed9172"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Aug 02 15:21:31 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Aug 02 15:27:44 2008 +0100"
      },
      "message": "[ARM] Remove explicit dependency for misc.o from compressed/Makefile\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f1136d022af8f07a97f59c6d07483bdb82ffbd8e",
      "tree": "459531ff8179263f50494ab040070ea609ebb5ff",
      "parents": [
        "759da9267177e5005c8f21e11d29d26f4f459744"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Sat Aug 02 00:01:21 2008 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Sat Aug 02 07:52:39 2008 +0100"
      },
      "message": "[MTD] Fix !CONFIG_BLOCK compile for mtdsuper.c\n\nAs reported by Adrian Bunk, commit d5686b444ff3f72808d2b3fbd58672a86cdf38e7\n(switch mtd and dm-table to lookup_bdev()) causes the following compile\nerror with CONFIG_BLOCK\u003dn:\n\n  CC      drivers/mtd/mtdsuper.o\ndrivers/mtd/mtdsuper.c: In function `get_sb_mtd\u0027:\ndrivers/mtd/mtdsuper.c:184: error: implicit declaration of function \u0027lookup_bdev\u0027\ndrivers/mtd/mtdsuper.c:184: warning: assignment makes pointer from integer without a cast\ndrivers/mtd/mtdsuper.c:197: error: implicit declaration of function \u0027bdput\u0027\nmake[3]: *** [drivers/mtd/mtdsuper.o] Error 1\n\nFix it by putting the block device lookup inside #ifdef CONFIG_BLOCK\n\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "759da9267177e5005c8f21e11d29d26f4f459744",
      "tree": "75f8f0eee78c8a215f9bfe529a1b34f2383a2f28",
      "parents": [
        "2b12a4c524812fb3f6ee590a02e65b95c8c32229"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Aug 01 23:58:36 2008 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Sat Aug 02 07:52:29 2008 +0100"
      },
      "message": "firmware: silence __fw_modbuild and __fw_modinst \u0027Nothing to be done\u0027 messages\n\nPeople don\u0027t like them and think they\u0027re errors.\n\nLeave the __fw_install one though; when \u0027make firmware_install\u0027 does\nnothing, it\u0027s best to have a \u0027Nothing to be done for...\u0027 message rather\nthan just doing nothing.\n\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "49de935c107a53b0eba336efceb1dc3a8be64f87",
      "tree": "778101ba20e410c4d2c1b98e6a1c332a71d7b768",
      "parents": [
        "4385e12b291a6816987cb88a74fc116f520180f8"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Sat Aug 02 01:13:44 2008 +0300"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Aug 02 07:23:31 2008 +0900"
      },
      "message": "sh: fix LIBGCC\n\nCommit f15cbe6f1a4b4d9df59142fc8e4abb973302cf44\n(sh: migrate to arch/sh/include/) moved KBUILD_CFLAGS\n(which is used by LIBGCC) below LIBGCC, causing build\nerrors like the following:\n\n\u003c--  snip  --\u003e\n\n...\n  LD      .tmp_vmlinux1\narch/sh/kernel/built-in.o: In function `module_clk_recalc\u0027:\nclock-sh4.c:(.text+0x80f0): undefined reference to `__udivsi3_i4i\u0027\n...\nmake[1]: *** [.tmp_vmlinux1] Error 1\n\n\u003c--  snip  --\u003e\n\nReported-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "4385e12b291a6816987cb88a74fc116f520180f8",
      "tree": "c426ae22e63fc8242fcefacd5b4dc837b40197f2",
      "parents": [
        "26a8ef5326e390d89290822fb1f4fcf16845fd84"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Aug 02 07:14:09 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Aug 02 07:14:09 2008 +0900"
      },
      "message": "sh: Revert the location change of auto-generated asm/machtypes.h\n\nThis ended up causing build breakage on O\u003d builds, as reported by Adrian:\n\n\u003c--  snip  --\u003e\n\n...\n  CC      init/main.o\nIn file included from /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/include/asm/irq.h:4,\n                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/irq.h:23,\n                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/include/asm/hardirq.h:5,\n                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/hardirq.h:7,\n                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/asm-generic/local.h:5,\n                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/include/asm/local.h:4,\n                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/module.h:19,\n                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/init/main.c:13:\n/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/include/asm/machvec.h:15:27:\nerror: asm/machtypes.h: No such file or directory\nmake[2]: *** [init/main.o] Error 1\n\n\u003c--  snip  --\u003e\n\nSo we simply move machtypes.h back to its original place. asm-offsets.h is\nstill generated there regardless, until such a time that we find a better place\nto stash auto-generated files.\n\nReported-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "2b12a4c524812fb3f6ee590a02e65b95c8c32229",
      "tree": "6d319a371c56798d2d5c3ad21801eba142a1c77e",
      "parents": [
        "4744b43431e8613f920c5cba88346756f53c5165",
        "7f30491ccd28627742e37899453ae20e3da8e18f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 01 14:59:11 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 01 14:59:11 2008 -0700"
      },
      "message": "Merge branch \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6\n\n* \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:\n  [IA64] Move include/asm-ia64 to arch/ia64/include/asm\n"
    },
    {
      "commit": "4744b43431e8613f920c5cba88346756f53c5165",
      "tree": "dafe97684babed8a1b5a9c79bf7043d2ac7e2849",
      "parents": [
        "3669bc143fb3d389918379547f4a6b28a757b7fe"
      ],
      "author": {
        "name": "Tim Bird",
        "email": "tim.bird@am.sony.com",
        "time": "Fri Aug 01 14:05:50 2008 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Aug 01 22:23:09 2008 +0100"
      },
      "message": "embedded: fix vc_translate operator precedence\n\nThis fixes a bug in operator precedence in the newly introduced vc_translate\nmacro.  Without this fix, the translation of some characters on the\nkernel console is garbled.\n\nThis patch was copied to the e-mail list previously for testing.  Now,\nall reports confirm that it works, so this is an official post for\napplication.\n\nSigned-off-by: Tim Bird \u003ctim.bird@am.sony.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "3669bc143fb3d389918379547f4a6b28a757b7fe",
      "tree": "38b0d90e3ee3f975dfd0b469ffdcad21953313cd",
      "parents": [
        "a97762a77f927577525868e39661084170ce3605"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Fri Aug 01 15:08:15 2008 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 01 13:19:16 2008 -0700"
      },
      "message": "Remove EXPORTS of follow_page \u0026 zap_page_range\n\nDelete 2 EXPORTs that were accidentally sent upstream.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a97762a77f927577525868e39661084170ce3605",
      "tree": "c42b4517eb96277cd197d94b2c2859e837df1f6c",
      "parents": [
        "784dd7b64ca661722f539db906d56ce54906f2fb"
      ],
      "author": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Thu Jul 31 12:40:52 2008 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 01 13:03:49 2008 -0700"
      },
      "message": "dual license ftrace.txt\n\nI asked legal about the licensing of ftrace.txt, and they told me that,\nunless the Documentation directory is specifically set up to handle non\nGPL licenses (which it does not appear to be), then it would be best to\nput ftrace.txt under the GPL.\n\nThis patch adds a dual license to ftrace.txt such that it is under both\nthe FDL and the GPL.\n\nSigned-off-by: Steven Rostedt \u003csrostedt@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "784dd7b64ca661722f539db906d56ce54906f2fb",
      "tree": "6423423c39f5628e41361bf3d7becb29b21552db",
      "parents": [
        "02c363808981b67e631fe71cc7e952497f761bef"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Thu Jul 31 13:46:33 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 01 13:03:49 2008 -0700"
      },
      "message": "FRV: Wire up new system calls\n\nWire up for FRV the system calls that were added in the last merge window.\n\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    }
  ],
  "next": "02c363808981b67e631fe71cc7e952497f761bef"
}
