Comparing torvalds:master...kittyhawk:kittyhawk-2.6.22 · torvalds/linux · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: torvalds/linux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: kittyhawk/linux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: kittyhawk-2.6.22
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 111 files changed
  • 3 contributors

Commits on Feb 15, 2011

  1. linux-kh: Initial import of Kittyhawk patch

    Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
    ericvh committed Feb 15, 2011
    Configuration menu
    Copy the full SHA
    eaf8684 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2011

  1. bluegene:double hummer related fixes and patches

    Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
    ericvh committed Mar 23, 2011
    Configuration menu
    Copy the full SHA
    9f8bc7a View commit details
    Browse the repository at this point in the history
  2. bluegene: console changes to play nice with production deployment

    This patch includes changes necessary for kittyhawk to play nice with
    production deployment (such as at the national labs) including interfaces
    to signal the front-end control system about boot status, etc.
    
    Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
    Eric Van Hensbergen authored and ericvh committed Mar 23, 2011
    Configuration menu
    Copy the full SHA
    e50d282 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2011

  1. kittyhawk: add a default config file

    Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
    ericvh committed Sep 8, 2011
    Configuration menu
    Copy the full SHA
    c26ff68 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2011

  1. kittyhawk: add memory console log to backup tree based console

    Keeps 16k of the log buffer in memory so if the node crashes in a way
    that perturbs the network we can go in with the jtag debugger and still
    see the error.
    
    Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
    ericvh committed Sep 9, 2011
    Configuration menu
    Copy the full SHA
    228c007 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2011

  1. Changed deactivate_tree to forever read from the tree and empty inste…

    …ad of attempting reroute. This fixes a bug if the kernel panics on a leaf node.
    Dan Schatzberg committed Sep 20, 2011
    Configuration menu
    Copy the full SHA
    1667ecb View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2011

  1. kittyhawk: console changes to protect against deadlock checkpoint

    restructure some of the console and tree code to remove
    perceived deadlock conditions.
    
    Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
    ericvh committed Oct 7, 2011
    Configuration menu
    Copy the full SHA
    13a5eb8 View commit details
    Browse the repository at this point in the history
  2. kittyhawk: remove timeout from new console code

    I had included a timeout in the worker thread for the
    console code to have a polling backup to the interrupt
    code in case my mental model of the system was wrong.
    This timeout was not necessary, and has been removed.
    
    Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
    ericvh committed Oct 7, 2011
    Configuration menu
    Copy the full SHA
    47e35a0 View commit details
    Browse the repository at this point in the history
Loading