23 Sep, 2006

1 commit

  • Documentation for the NetLabel system, this includes a basic overview
    of how NetLabel works, how LSM developers can integrate it into their
    favorite LSM, as well as documentation on the CIPSO related sysctl
    variables. Also, due to the difficulty of finding expired IETF
    drafts, I am including the IETF CIPSO draft that is the basis of the
    NetLabel CIPSO implementation.

    Signed-off-by: Paul Moore
    Signed-off-by: David S. Miller

    Paul Moore
     

27 Aug, 2006

1 commit


11 Jul, 2006

1 commit


30 Jun, 2006

1 commit

  • * master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6: (23 commits)
    [PARISC] Move os_id_to_string() inside #ifndef __ASSEMBLY__
    [PARISC] Fix do_gettimeofday() hang
    [PARISC] Fix PCREL22F relocation problem for most modules
    [PARISC] Refactor show_regs in traps.c
    [PARISC] Add os_id_to_string helper
    [PARISC] OS_ID_LINUX == 0x0006
    [PARISC] Ensure Space ID hashing is turned off
    [PARISC] Match show_cache_info with reality
    [PARISC] Remove unused macro fixup_branch in syscall.S
    [PARISC] Add is_compat_task() helper
    [PARISC] Update Thibaut Varene's CREDITS entry
    [PARISC] Reduce data footprint in pdc_stable.c
    [PARISC] pdc_stable version 0.30
    [PARISC] Work around machines which do not support chassis warnings
    [PARISC] PDC_CHASSIS is implemented on all machines
    [PARISC] Remove unconditional #define PIC in syscall macros
    [PARISC] Use MFIA in current_text_addr on pa2.0 processors
    [PARISC] Remove dead function pc_in_user_space
    [PARISC] Test ioc_needs_fdc variable instead of open coding
    [PARISC] Fix gcc 4.1 warnings in sba_iommu.c
    ...

    Linus Torvalds
     

28 Jun, 2006

1 commit


27 Jun, 2006

1 commit


26 Jun, 2006

1 commit


16 May, 2006

1 commit


05 May, 2006

1 commit


11 Apr, 2006

1 commit


29 Mar, 2006

1 commit


28 Mar, 2006

1 commit

  • Add the basic RTC subsystem infrastructure to the kernel.

    rtc/class.c - registration facilities for RTC drivers
    rtc/interface.c - kernel/rtc interface functions
    rtc/hctosys.c - snippet of code that copies hw clock to sw clock
    at bootup, if configured to do so.

    Signed-off-by: Alessandro Zummo
    Acked-by: Greg Kroah-Hartman
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alessandro Zummo
     

26 Mar, 2006

1 commit


21 Mar, 2006

1 commit


20 Mar, 2006

1 commit


12 Mar, 2006

1 commit


06 Feb, 2006

1 commit


09 Jan, 2006

1 commit


03 Jan, 2006

1 commit

  • Add support for the CS5535 Audio device. I've fixed up some errors as per
    Takashi's advice from the thread:

    http://lkml.org/lkml/2005/9/15/119

    From: Alan Cox

    cs5535 is a 32bit x86 only device using weird CPU features

    Signed-off-by: Jaya Kumar
    Signed-off-by: Andrew Morton
    Signed-off-by: Takashi Iwai

    Jaya Kumar
     

19 Nov, 2005

1 commit


14 Nov, 2005

1 commit


07 Nov, 2005

1 commit


22 Oct, 2005

1 commit


17 Sep, 2005

1 commit


19 Aug, 2005

1 commit


09 Aug, 2005

1 commit


28 Jul, 2005

1 commit


23 Jun, 2005

1 commit


22 Jun, 2005

1 commit

  • Add support for the Arc monochrome LCD board.

    The board uses KS108 controllers to drive individual 64x64 LCD matrices.
    The board can be paneled in a variety of setups such as 2x1=128x64,
    4x4=256x256 and so on. The board/host interface is through GPIO.

    Signed-off-by: Jaya Kumar
    Cc: "Antonino A. Daplas"
    Cc:
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jaya Kumar
     

10 Jun, 2005

1 commit


18 May, 2005

1 commit


06 May, 2005

1 commit


17 Apr, 2005

3 commits

  • Update Colin's credits entry.

    Signed-off-by: Colin Leroy
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Colin Leroy
     
  • Ted has agreed to let me take over as maintainer of /dev/random and
    friends. I've gone ahead and added a line to his entry in CREDITS.

    Signed-off-by: Matt Mackall
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Matt Mackall
     
  • 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