21 Jun, 2007
1 commit
-
Reorder my CREDIT entry to make it in alphabetic order by last name.
Signed-off-by: Li Yang
Signed-off-by: Linus Torvalds
12 May, 2007
1 commit
-
> -** Copyright 1994 by Bjrn Brauel
> +** Copyright 1994 by Bj”rn BrauelI think these were cp437, and it should read 'Björn'.
(asm-m68k/atari*.h)Also note that Arnaldo just put more legacy noise into CREDITS...
Signed-off-by: Adrian Bunk
09 May, 2007
3 commits
-
Signed-off-by: John Anthony Kazos Jr.
Signed-off-by: Adrian Bunk -
CREDITS:
- Summarize 3 lines into one.
- Add webpage.MAINTAINERS:
- Add auxdisplay drivers/tree webpages.Signed-off-by: Miguel Ojeda Sandonis
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
The /proc/pid/ "maps", "smaps", and "numa_maps" files contain sensitive
information about the memory location and usage of processes. Issues:- maps should not be world-readable, especially if programs expect any
kind of ASLR protection from local attackers.
- maps cannot just be 0400 because "-D_FORTIFY_SOURCE=2 -O2" makes glibc
check the maps when %n is in a *printf call, and a setuid(getuid())
process wouldn't be able to read its own maps file. (For reference
see http://lkml.org/lkml/2006/1/22/150)
- a system-wide toggle is needed to allow prior behavior in the case of
non-root applications that depend on access to the maps contents.This change implements a check using "ptrace_may_attach" before allowing
access to read the maps contents. To control this protection, the new knob
/proc/sys/kernel/maps_protect has been added, with corresponding updates to
the procfs documentation.[akpm@linux-foundation.org: build fixes]
[akpm@linux-foundation.org: New sysctl numbers are old hat]
Signed-off-by: Kees Cook
Cc: Arjan van de Ven
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
03 May, 2007
1 commit
-
Signed-off-by: Andi Kleen
28 Apr, 2007
1 commit
-
Add MAINAINERS and CREDITS entry for Freescale Highspeed USB device
driver.Signed-off-by: Li Yang
Signed-off-by: David Brownell
Signed-off-by: Greg Kroah-Hartman
26 Apr, 2007
2 commits
-
This patch creates the core cfg80211 code along with some sysfs bits.
This is a stripped down version to allow mac80211 to function, but
doesn't include any configuration yet except for creating and removing
virtual interfaces.This patch includes the nl80211 header file but it only contains the
interface types which the cfg80211 interface for creating virtual
interfaces relies on.Signed-off-by: Johannes Berg
Signed-off-by: John W. Linville
Signed-off-by: David S. Miller -
Signed-off-by: Arnaldo Carvalho de Melo
27 Feb, 2007
1 commit
-
Update my email address in CREDITS to one that works.
Signed-off-by: Mikael Pettersson
Signed-off-by: Linus Torvalds
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
24 Jan, 2007
1 commit
-
This changes a few mentions of my email address to point to the new one,
leaving things like old copyright messages alone.Signed-off-by: Linus Torvalds
31 Dec, 2006
1 commit
-
Signed-off-by: Lennert Buytenhek
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
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
03 Dec, 2006
1 commit
-
Based on implementation by Rick Payne.
Signed-off-by: YOSHIFUJI Hideaki
Signed-off-by: David S. Miller
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
09 Nov, 2006
1 commit
-
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
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
...
04 Oct, 2006
3 commits
-
Add MAINTAINERS entry for Read-Copy Update (RCU), listing Dipankar Sarma as
maintainer, and giving the URL for Paul McKenney's RCU site. Add
MAINTAINERS entry for rcutorture, listing myself as maintainer. Add
CREDITS entries for developers of RCU, RCU variants, and rcutorture. Use
Paul McKenney's preferred email address in include/linux/rcupdate.h .Signed-off-by: Josh Triplett
Cc: Paul McKenney
Cc: Dipankar Sarma
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Add missing maintainer countries.
Signed-off-by: Samuel Tardieu
Signed-off-by: Adrian Bunk -
My email has changed.
Signed-Off-By: Michal Wronski
Signed-off-by: Adrian Bunk
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
02 Oct, 2006
1 commit
30 Sep, 2006
2 commits
-
I've been using systemtap for some debugging and I noticed that it can't
probe a lot of modules. Turns out it's kind of silly, the sections section
of /sys/module is limited to 32byte filenames and many of the actual
sections are a a bit longer than that.[akpm@osdl.org: rewrite to use dymanic allocation]
Cc: Rusty Russell
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Signed-off-by: Jesper Juhl
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
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
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
29 Aug, 2006
1 commit
27 Aug, 2006
1 commit
-
Just updating copyright and contacts
Signed off by: Ian McDonald
Signed-off-by: David S. Miller
17 Jul, 2006
1 commit
11 Jul, 2006
1 commit
-
Updates my personal entry in the CREDITS file.
Signed-off-by: Luiz Fernando N. Capitulino
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
03 Jul, 2006
1 commit
-
Conflicts:
include/linux/kernel.h
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
...
28 Jun, 2006
1 commit
-
Signed-off-by: Thibaut VARENE
Signed-off-by: Kyle McMartin
27 Jun, 2006
1 commit
-
The place in the documentation of the Linux kernel to acknowledge
contributions is the CREDITS file.Give Mark Adler an entry there instead of including a string in the
kernel image.Signed-off-by: Adrian Bunk
26 Jun, 2006
1 commit
-
Update my contact information in CREDITS.
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
26 May, 2006
1 commit
16 May, 2006
1 commit
-
Signed-off-by: Marcelo Tosatti
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
12 May, 2006
1 commit
05 May, 2006
1 commit
-
By request from Tristan.
Signed-off-by: Linus Torvalds