22 Jul, 2008

1 commit


15 Jul, 2008

2 commits


30 Jun, 2008

1 commit

  • This pushes the BKL down into the driver. Based on a patch by Alan Cox.

    We need to do it this way for now as the inode parameter of viotap_ioctl
    is used internally as a flag. We should do a further cleanup patch.

    Cc: Alan Cox
    Signed-off-by: Stephen Rothwell
    Signed-off-by: Paul Mackerras

    Stephen Rothwell
     

21 Jun, 2008

2 commits


23 May, 2008

1 commit


29 Apr, 2008

1 commit


13 Oct, 2007

1 commit


11 Oct, 2007

2 commits

  • Now we will only have entries in the device tree for the actual existing
    devices (including their OS/400 properties). This way viotape.c gets
    all the information about the devices from the device tree.

    Signed-off-by: Stephen Rothwell
    Signed-off-by: Paul Mackerras

    Stephen Rothwell
     
  • It was only being used to carry around dma_iommu_ops and vio_iommu_table
    which we can use directly instead. This also means that vio_bus_device
    doesn't need to refer to them either.

    Signed-off-by: Stephen Rothwell
    Acked-by: Jens Axboe
    Signed-off-by: Paul Mackerras

    Stephen Rothwell
     

20 Jul, 2007

1 commit


10 Jul, 2007

1 commit


13 Feb, 2007

1 commit

  • Many struct file_operations in the kernel can be "const". Marking them const
    moves these to the .rodata section, which avoids false sharing with potential
    dirty data. In addition it'll catch accidental writes at compile time to
    these shared resources.

    Signed-off-by: Arjan van de Ven
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Arjan van de Ven
     

20 Dec, 2006

1 commit


09 Dec, 2006

1 commit


13 Jul, 2006

1 commit


04 Jul, 2006

1 commit

  • Mark the static struct file_operations in drivers/char as const. Making
    them const prevents accidental bugs, and moves them to the .rodata section
    so that they no longer do any false sharing; in addition with the proper
    debug option they are then protected against corruption..

    [akpm@osdl.org: build fix]
    Signed-off-by: Arjan van de Ven
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Arjan van de Ven
     

01 Jul, 2006

1 commit


27 Jun, 2006

4 commits


19 May, 2006

1 commit


09 Nov, 2005

1 commit

  • This patch removes almost all inclusions of linux/version.h. The 3
    #defines are unused in most of the touched files.

    A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is
    unfortunatly in linux/version.h.

    There are also lots of #ifdef for long obsolete kernels, this was not
    touched. In a few places, the linux/version.h include was move to where
    the LINUX_VERSION_CODE was used.

    quilt vi `find * -type f -name "*.[ch]"|xargs grep -El '(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)'|grep -Ev '(/(boot|coda|drm)/|~$)'`

    search pattern:
    /UTS_RELEASE\|LINUX_VERSION_CODE\|KERNEL_VERSION\|linux\/\(utsname\|version\).h

    Signed-off-by: Olaf Hering
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Olaf Hering
     

02 Nov, 2005

4 commits


31 Oct, 2005

1 commit


29 Oct, 2005

1 commit


24 Oct, 2005

2 commits


30 Aug, 2005

1 commit


21 Jun, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds