1. 31 3月, 2007 1 次提交
    • H
      ACPI: ibm-acpi: rename driver to thinkpad-acpi · f21f85de
      Henrique de Moraes Holschuh 提交于
      Rename the ibm-acpi driver to thinkpad-acpi.  ThinkPads are not even made
      by IBM anymore, so it is high time to rename the driver...
      
      The name thinkpad-acpi was used sometime ago by a thinkpad-specific hotkey
      driver by Erik Rigtorp, around the 2.6.8-2.6.10 time frame.  The driver
      apparently never got merged into mainline (it did make some trips through
      -mm).  ibm-acpi was merged soon after, making its debut in 2.6.10.
      
      The reuse of the thinkpad-acpi name shouldn't be a problem as far as user
      confusion goes, as Erik's thinkpad-acpi apparently didn't get widespread
      use in the Linux ThinkPad community and most hits for thinkpad-acpi in
      google point to ibm-acpi anyway.
      
      Erik, if you read this, please consider the reuse of the thinkpad-acpi name
      as a compliment to your effort to make ThinkPads more useful to all of us.
      Signed-off-by: NHenrique de Moraes Holschuh <hmh@hmh.eng.br>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      f21f85de
  2. 26 3月, 2007 1 次提交
  3. 13 2月, 2007 1 次提交
  4. 30 1月, 2007 1 次提交
  5. 17 10月, 2006 1 次提交
  6. 14 10月, 2006 1 次提交
  7. 04 10月, 2006 1 次提交
  8. 02 10月, 2006 1 次提交
    • A
      [PATCH] Linux Kernel Dump Test Module · 8bb31b9d
      Ankita Garg 提交于
      A simple module to test Linux Kernel Dump mechanism.  This module uses
      jprobes to install/activate pre-defined crash points.  At different crash
      points, various types of crashing scenarios are created like a BUG(),
      panic(), exception, recursive loop and stack overflow.  The user can
      activate a crash point with specific type by providing parameters at the
      time of module insertion.  Please see the file header for usage
      information.  The module is based on the Linux Kernel Dump Test Tool by
      Fernando <http://lkdtt.sourceforge.net>.
      
      This module could be merged with mainline. Jprobes is used here so that the
      context in which crash point is hit, could be maintained. This implements
      all the crash points as done by LKDTT except the one in the middle of
      tasklet_action().
      Signed-off-by: NAnkita Garg <ankita@in.ibm.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      8bb31b9d
  9. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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!
      1da177e4