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

Commit 50cb993e authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

Merge ../linux-2.6

parents 445c2714 8be1a6d6
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -317,6 +317,14 @@ S: 2322 37th Ave SW
S: Seattle, Washington 98126-2010
S: Seattle, Washington 98126-2010
S: USA
S: USA


N: Muli Ben-Yehuda
E: mulix@mulix.org
E: muli@il.ibm.com
W: http://www.mulix.org
D: trident OSS sound driver, x86-64 dma-ops and Calgary IOMMU,
D: KVM and Xen bits and other misc. hackery.
S: Haifa, Israel

N: Johannes Berg
N: Johannes Berg
E: johannes@sipsolutions.net
E: johannes@sipsolutions.net
W: http://johannes.sipsolutions.net/
W: http://johannes.sipsolutions.net/
+0 −2
Original line number Original line Diff line number Diff line
@@ -361,8 +361,6 @@ telephony/
	- directory with info on telephony (e.g. voice over IP) support.
	- directory with info on telephony (e.g. voice over IP) support.
time_interpolators.txt
time_interpolators.txt
	- info on time interpolators.
	- info on time interpolators.
tipar.txt
	- information about Parallel link cable for Texas Instruments handhelds.
tty.txt
tty.txt
	- guide to the locking policies of the tty layer.
	- guide to the locking policies of the tty layer.
uml/
uml/
+24 −0
Original line number Original line Diff line number Diff line
What:		/sys/devices/system/memory
Date:		June 2008
Contact:	Badari Pulavarty <pbadari@us.ibm.com>
Description:
		The /sys/devices/system/memory contains a snapshot of the
		internal state of the kernel memory blocks. Files could be
		added or removed dynamically to represent hot-add/remove
		operations.

Users:		hotplug memory add/remove tools
		https://w3.opensource.ibm.com/projects/powerpc-utils/

What:		/sys/devices/system/memory/memoryX/removable
Date:		June 2008
Contact:	Badari Pulavarty <pbadari@us.ibm.com>
Description:
		The file /sys/devices/system/memory/memoryX/removable
		indicates whether this memory block is removable or not.
		This is useful for a user-level agent to determine
		identify removable sections of the memory before attempting
		potentially expensive hot-remove memory operation

Users:		hotplug memory remove tools
		https://w3.opensource.ibm.com/projects/powerpc-utils/
+6 −0
Original line number Original line Diff line number Diff line
What:		/sys/kernel/mm
Date:		July 2008
Contact:	Nishanth Aravamudan <nacc@us.ibm.com>, VM maintainers
Description:
		/sys/kernel/mm/ should contain any and all VM
		related information in /sys/kernel/.
+15 −0
Original line number Original line Diff line number Diff line
What:		/sys/kernel/mm/hugepages/
Date:		June 2008
Contact:	Nishanth Aravamudan <nacc@us.ibm.com>, hugetlb maintainers
Description:
		/sys/kernel/mm/hugepages/ contains a number of subdirectories
		of the form hugepages-<size>kB, where <size> is the page size
		of the hugepages supported by the kernel/CPU combination.

		Under these directories are a number of files:
			nr_hugepages
			nr_overcommit_hugepages
			free_hugepages
			surplus_hugepages
			resv_hugepages
		See Documentation/vm/hugetlbpage.txt for details.
Loading