1. 24 5月, 2006 11 次提交
  2. 19 5月, 2006 7 次提交
  3. 16 5月, 2006 1 次提交
  4. 03 5月, 2006 1 次提交
    • L
      [PATCH] powerpc/pseries: avoid crash in PCI code if mem system not up · 054d8ff3
      Linas Vepstas 提交于
      The powerpc code is currently performing PCI setup before memory
      initialization.  PCI setup touches PCI config space registers.  If the PCI
      card is bad, this will evoke an error, which currrently can't be handled,
      as the PCI error recovery code expects kmalloc() to be functional.  This
      patch will cause the system to punt instead of crashing with
      
      cpu 0x0: Vector: 300 (Data Access) at [c0000000004434d0]
          pc: c0000000000c06b4: .kmem_cache_alloc+0x8c/0xf4
          lr: c00000000004ad6c: .eeh_send_failure_event+0x48/0xfc
      
      This patch will also print name of the offending pci device.
      Signed-off-by: NLinas Vepstas <linas@austin.ibm.com>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      054d8ff3
  5. 02 5月, 2006 2 次提交
  6. 29 4月, 2006 7 次提交
  7. 28 4月, 2006 2 次提交
  8. 26 4月, 2006 1 次提交
    • J
      [PATCH] Add support for the sys_vmsplice syscall · 912d35f8
      Jens Axboe 提交于
      sys_splice() moves data to/from pipes with a file input/output. sys_vmsplice()
      moves data to a pipe, with the input being a user address range instead.
      
      This uses an approach suggested by Linus, where we can hold partial ranges
      inside the pages[] map. Hopefully this will be useful for network
      receive support as well.
      Signed-off-by: NJens Axboe <axboe@suse.de>
      912d35f8
  9. 22 4月, 2006 7 次提交
  10. 21 4月, 2006 1 次提交