Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4791d63b authored by Paul Mundt's avatar Paul Mundt
Browse files

Merge branch 'master' of...

Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into rmobile-latest
parents b3623080 322a8b03
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -45,6 +45,11 @@ modules.builtin
/Module.markers
/Module.markers
/Module.symvers
/Module.symvers


#
# Debian directory (make deb-pkg)
#
/debian/

#
#
# git files that we don't want to ignore even it they are dot-files
# git files that we don't want to ignore even it they are dot-files
#
#
+1 −2
Original line number Original line Diff line number Diff line
@@ -73,8 +73,7 @@ Linas Vepstas <linas@austin.ibm.com>
Mark Brown <broonie@sirena.org.uk>
Mark Brown <broonie@sirena.org.uk>
Matthieu CASTET <castet.matthieu@free.fr>
Matthieu CASTET <castet.matthieu@free.fr>
Mayuresh Janorkar <mayur@ti.com>
Mayuresh Janorkar <mayur@ti.com>
Michael Buesch <mb@bu3sch.de>
Michael Buesch <m@bues.ch>
Michael Buesch <mbuesch@freenet.de>
Michel Dänzer <michel@tungstengraphics.com>
Michel Dänzer <michel@tungstengraphics.com>
Mitesh shah <mshah@teja.com>
Mitesh shah <mshah@teja.com>
Morten Welinder <terra@gnome.org>
Morten Welinder <terra@gnome.org>
+16 −1
Original line number Original line Diff line number Diff line
@@ -504,7 +504,7 @@ N: Dominik Brodowski
E: linux@brodo.de
E: linux@brodo.de
W: http://www.brodo.de/
W: http://www.brodo.de/
P: 1024D/725B37C6  190F 3E77 9C89 3B6D BECD  46EE 67C3 0308 725B 37C6
P: 1024D/725B37C6  190F 3E77 9C89 3B6D BECD  46EE 67C3 0308 725B 37C6
D: parts of CPUFreq code, ACPI bugfixes
D: parts of CPUFreq code, ACPI bugfixes, PCMCIA rewrite, cpufrequtils
S: Tuebingen, Germany
S: Tuebingen, Germany


N: Andries Brouwer
N: Andries Brouwer
@@ -857,6 +857,10 @@ S: One Dell Way
S: Round Rock, TX  78682
S: Round Rock, TX  78682
S: USA
S: USA


N: Mattia Dongili
E: malattia@gmail.com
D: cpufrequtils (precursor to cpupowerutils)

N: Ben Dooks
N: Ben Dooks
E: ben-linux@fluff.org
E: ben-linux@fluff.org
E: ben@simtec.co.uk
E: ben@simtec.co.uk
@@ -1883,6 +1887,11 @@ S: Kruislaan 419
S: 1098 VA Amsterdam 
S: 1098 VA Amsterdam 
S: The Netherlands
S: The Netherlands


N: Goran Koruga
E: korugag@siol.net
D: cpufrequtils (precursor to cpupowerutils)
S: Slovenia

N: Jiri Kosina
N: Jiri Kosina
E: jikos@jikos.cz
E: jikos@jikos.cz
E: jkosina@suse.cz
E: jkosina@suse.cz
@@ -2916,6 +2925,12 @@ S: Schlossbergring 9
S: 79098 Freiburg
S: 79098 Freiburg
S: Germany
S: Germany


N: Thomas Renninger
E: trenn@suse.de
D: cpupowerutils
S: SUSE Linux GmbH
S: Germany

N: Joerg Reuter
N: Joerg Reuter
E: jreuter@yaina.de
E: jreuter@yaina.de
W: http://yaina.de/jreuter/
W: http://yaina.de/jreuter/
+1 −1
Original line number Original line Diff line number Diff line
@@ -14,7 +14,7 @@ Why: /proc/<pid>/oom_adj allows userspace to influence the oom killer's


	A much more powerful interface, /proc/<pid>/oom_score_adj, was
	A much more powerful interface, /proc/<pid>/oom_score_adj, was
	introduced with the oom killer rewrite that allows users to increase or
	introduced with the oom killer rewrite that allows users to increase or
	decrease the badness() score linearly.  This interface will replace
	decrease the badness score linearly.  This interface will replace
	/proc/<pid>/oom_adj.
	/proc/<pid>/oom_adj.


	A warning will be emitted to the kernel log if an application uses this
	A warning will be emitted to the kernel log if an application uses this
+6 −0
Original line number Original line Diff line number Diff line
@@ -39,3 +39,9 @@ Description: Generic interface to platform dependent persistent storage.
		multiple) files based on the record size of the underlying
		multiple) files based on the record size of the underlying
		persistent storage until at least this amount is reached.
		persistent storage until at least this amount is reached.
		Default is 10 Kbytes.
		Default is 10 Kbytes.

		Pstore only supports one backend at a time. If multiple
		backends are available, the preferred backend may be
		set by passing the pstore.backend= argument to the kernel at
		boot time.
Loading