Skip to content
Snippets Groups Projects
  1. May 20, 2014
  2. May 13, 2014
  3. Jul 24, 2013
  4. May 06, 2013
  5. Apr 01, 2013
    • York Sun's avatar
      Consolidate bool type · 472d5460
      York Sun authored
      
      'bool' is defined in random places. This patch consolidates them into a
      single header file include/linux/types.h, using stdbool.h introduced in C99.
      
      All other #define, typedef and enum are removed. They are all consistent with
      true = 1, false = 0.
      
      Replace FALSE, False with false. Replace TRUE, True with true.
      Skip *.py, *.php, lib/* files.
      
      Signed-off-by: default avatarYork Sun <yorksun@freescale.com>
      472d5460
  6. Aug 01, 2011
  7. Oct 03, 2009
  8. Dec 05, 2008
  9. Aug 12, 2008
  10. Jan 09, 2008
  11. Oct 13, 2005
  12. Sep 25, 2005
  13. Dec 06, 2003
    • Wolfgang Denk's avatar
      * Patch by Gleb Natapov, 19 Sep 2003: · a8c7c708
      Wolfgang Denk authored
        Move most of the timer interrupt related PPC code to ppc_lib/interrupts.c
      
      * Patch by Anders Larsen, 17 Sep 2003:
        Bring ARM memory layout in sync with the documentation:
        stack and malloc-heap are now located _below_ the U-Boot code
      a8c7c708
  14. Aug 21, 2002
Loading