21 Sep, 2015

1 commit

  • In April 2009, commit d405640 ("Driver Core: misc: add node name support
    for misc devices.") inadvertently changed the device node name from
    /dev/hw_random to /dev/hwrng. Since 6 years has passed since the change
    it seems unpractical to change it back, as this node name is probably
    considered ABI by now. So instead, we'll just change the documentation
    to match the current situation.

    NB: It looks like rng-tools have already been updated.

    Signed-off-by: Lee Jones
    Acked-by: Kieran Bingham
    Signed-off-by: Herbert Xu

    Lee Jones
     

10 Mar, 2013

1 commit


25 Mar, 2008

1 commit

  • Update documentation for the hw_random support to be current:

    - Documentation/hw_random.txt has been updated to reflect the
    current code: it's a framework now, a "core" with a small
    sysfs interface, that hardware-specific drivers plug in to.
    Text specific to Intel hardware is now at the end.

    - Kconfig now references the Documentation/hw_random.txt file
    and better explains what this really does.

    Both chunks of documentation now higlight the fact that the kernel entropy
    pool is maintained by "rngd", and this driver has nothing directly to do with
    that important task.

    Signed-off-by: David Brownell
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Brownell
     

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