20 Mar, 2015

1 commit


09 Jun, 2014

1 commit

  • Now that 3.15 is released, this merges the 'next' branch into 'master',
    bringing us to the normal situation where my 'master' branch is the
    merge window.

    * accumulated work in next: (6809 commits)
    ufs: sb mutex merge + mutex_destroy
    powerpc: update comments for generic idle conversion
    cris: update comments for generic idle conversion
    idle: remove cpu_idle() forward declarations
    nbd: zero from and len fields in NBD_CMD_DISCONNECT.
    mm: convert some level-less printks to pr_*
    MAINTAINERS: adi-buildroot-devel is moderated
    MAINTAINERS: add linux-api for review of API/ABI changes
    mm/kmemleak-test.c: use pr_fmt for logging
    fs/dlm/debug_fs.c: replace seq_printf by seq_puts
    fs/dlm/lockspace.c: convert simple_str to kstr
    fs/dlm/config.c: convert simple_str to kstr
    mm: mark remap_file_pages() syscall as deprecated
    mm: memcontrol: remove unnecessary memcg argument from soft limit functions
    mm: memcontrol: clean up memcg zoneinfo lookup
    mm/memblock.c: call kmemleak directly from memblock_(alloc|free)
    mm/mempool.c: update the kmemleak stack trace for mempool allocations
    lib/radix-tree.c: update the kmemleak stack trace for radix tree allocations
    mm: introduce kmemleak_update_trace()
    mm/kmemleak.c: use %u to print ->checksum
    ...

    Linus Torvalds
     

24 May, 2014

1 commit


23 May, 2014

1 commit


01 Apr, 2014

1 commit

  • It uses the unnecessary S_IFREG bit which broke when my
    stricter-checking-for-mode patch went in.

    Since we're fixing it anyway, the extra level of indirection is
    confusing for readers (ROOT_W == rw-r--r-- for example).

    Also, many of these are other-writable. Is that really intended?

    I'll-queue-this-patch-up-in-a-bit-by: Greg KH
    Signed-off-by: Rusty Russell

    Rusty Russell
     

08 Jan, 2013

1 commit


16 Oct, 2010

1 commit


08 Oct, 2010

1 commit

  • Speakup is a kernel based screen review package for the linux operating
    system. It allows blind users to interact with applications on the
    linux console by means of synthetic speech.

    The authors and maintainers of this code include the following:

    Kirk Reiser, Andy Berdan, John Covici, Brian and
    David Borowski, Christopher Brannon, Samuel Thibault and William Hubbs.

    Signed-off-by: William Hubbs
    Signed-off-by: Samuel Thibault
    Signed-off-by: Greg Kroah-Hartman

    William Hubbs