26 Apr, 2007

2 commits


27 Feb, 2007

1 commit


12 Feb, 2007

1 commit

  • Add support for auxiliary displays, the ks0108 LCD controller, the
    cfag12864b LCD and adds a framebuffer device: cfag12864bfb.

    - Add a "auxdisplay/" folder in "drivers/" for auxiliary display
    drivers.

    - Add support for the ks0108 LCD Controller as a device driver. (uses
    parport interface)

    - Add support for the cfag12864b LCD as a device driver. (uses ks0108
    LCD Controller driver)

    - Add a framebuffer device called cfag12864bfb. (uses cfag12864b LCD
    driver)

    - Add the usual Documentation, includes, Makefiles, Kconfigs,
    MAINTAINERS, CREDITS...

    - Miguel Ojeda will maintain all the stuff above.

    [rdunlap@xenotime.net: workqueue fixups]
    [akpm@osdl.org: kconfig fix]
    Signed-off-by: Miguel Ojeda Sandonis
    Cc: Greg KH
    Acked-by: Paulo Marques
    Cc: "Randy.Dunlap"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Miguel Ojeda Sandonis
     

24 Jan, 2007

1 commit


31 Dec, 2006

1 commit


09 Dec, 2006

1 commit

  • This modifies Makefiles and Kconfigs to properly reflect the creation of
    generic HID layer.

    It also removes the dependency of BROKEN, which was introduced by the
    first patch in series (see the comment). Also updates credits.

    Signed-off-by: Jiri Kosina
    Signed-off-by: Marcel Holtmann
    Cc: Dmitry Torokhov
    Signed-off-by: Greg Kroah-Hartman

    Jiri Kosina
     

03 Dec, 2006

1 commit


18 Nov, 2006

1 commit

  • I moved from Sweden to Finland 2.5 years ago, thought it might be time
    to update my CREDITS entry (simply removing the address completely
    seemed the sanest option).

    Signed-off-by: David Weinehall
    Signed-off-by: Linus Torvalds

    David Weinehall
     

09 Nov, 2006

1 commit


05 Oct, 2006

1 commit

  • * git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6: (292 commits)
    [GFS2] Fix endian bug for de_type
    [GFS2] Initialize SELinux extended attributes at inode creation time.
    [GFS2] Move logging code into log.c (mostly)
    [GFS2] Mark nlink cleared so VFS sees it happen
    [GFS2] Two redundant casts removed
    [GFS2] Remove uneeded endian conversion
    [GFS2] Remove duplicate sb reading code
    [GFS2] Mark metadata reads for blktrace
    [GFS2] Remove iflags.h, use FS_
    [GFS2] Fix code style/indent in ops_file.c
    [GFS2] streamline-generic_file_-interfaces-and-filemap gfs fix
    [GFS2] Remove readv/writev methods and use aio_read/aio_write instead (gfs bits)
    [GFS2] inode-diet: Eliminate i_blksize from the inode structure
    [GFS2] inode_diet: Replace inode.u.generic_ip with inode.i_private (gfs)
    [GFS2] Fix typo in last patch
    [GFS2] Fix direct i/o logic in filemap.c
    [GFS2] Fix bug in Makefiles for lock modules
    [GFS2] Remove (extra) fs_subsys declaration
    [GFS2/DLM] Fix trailing whitespace
    [GFS2] Tidy up meta_io code
    ...

    Linus Torvalds
     

04 Oct, 2006

3 commits


03 Oct, 2006

1 commit

  • Whomever said...

    "When you meet someone now who is writing a compiler or hacking a Unix
    kernel, at least you know they're not just doing it to pick up chicks."

    ...has obviously never met a _Linux_ kernel hacker.

    Anyway, sometimes people confuse my email addresses, which is why I
    really should add the proper one to CREDITS ;-).

    Signed-off-by: Pekka Enberg
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Pekka Enberg
     

02 Oct, 2006

1 commit


30 Sep, 2006

2 commits


26 Sep, 2006

1 commit

  • This fixes up a couple of conflicts when merging up with
    Linus' latest kernel. This will hopefully allow GFS2 to
    be more easily merged into forthcoming -mm and FC kernels
    due to the "one line per header" format now used for the
    kernel headers.

    Signed-off-by: Steven Whitehouse

    Conflicts:

    include/linux/Kbuild
    include/linux/kernel.h

    Steven Whitehouse
     

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
     

29 Aug, 2006

1 commit


27 Aug, 2006

1 commit


17 Jul, 2006

1 commit


11 Jul, 2006

1 commit


03 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


26 May, 2006

1 commit


16 May, 2006

1 commit


12 May, 2006

1 commit


05 May, 2006

1 commit


28 Apr, 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