Skip to content

Commit

Permalink
Massive rebase to integrate nvidia-2.6.39 rel-14r7 video drivers and
Browse files Browse the repository at this point in the history
other base kernel changes to enable hw video codecs from the ventana
release. 

Merges done using the following repos:

http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=tree;h=refs/heads/rel-14r7;hb=refs/heads/rel-14r7

https://github.com/pershoot/galaxy-2636 (thanks pershoot!)
  • Loading branch information
motley-git committed Jan 24, 2012
1 parent ef99c8c commit 6ed975b
Show file tree
Hide file tree
Showing 682 changed files with 29,799 additions and 10,519 deletions.
13 changes: 12 additions & 1 deletion Documentation/RCU/trace.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,17 @@ o "b" is the batch limit for this CPU. If more than this number
of RCU callbacks is ready to invoke, then the remainder will
be deferred.

o "ci" is the number of RCU callbacks that have been invoked for
this CPU. Note that ci+ql is the number of callbacks that have
been registered in absence of CPU-hotplug activity.

o "co" is the number of RCU callbacks that have been orphaned due to
this CPU going offline.

o "ca" is the number of RCU callbacks that have been adopted due to
other CPUs going offline. Note that ci+co-ca+ql is the number of
RCU callbacks registered on this CPU.

There is also an rcu/rcudata.csv file with the same information in
comma-separated-variable spreadsheet format.

Expand Down Expand Up @@ -180,7 +191,7 @@ o "s" is the "signaled" state that drives force_quiescent_state()'s

o "jfq" is the number of jiffies remaining for this grace period
before force_quiescent_state() is invoked to help push things
along. Note that CPUs in dyntick-idle mode thoughout the grace
along. Note that CPUs in dyntick-idle mode throughout the grace
period will not report on their own, but rather must be check by
some other CPU via force_quiescent_state().

Expand Down
3 changes: 3 additions & 0 deletions Documentation/filesystems/proc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ Referenced: 892 kB
Swap: 0 kB
KernelPageSize: 4 kB
MMUPageSize: 4 kB
Locked: 374 kB

The first of these lines shows the same information as is displayed for the
mapping in /proc/PID/maps. The remaining lines show the size of the mapping,
Expand Down Expand Up @@ -659,6 +660,8 @@ varies by architecture and compile options. The following is from a

> cat /proc/meminfo

The "Locked" indicates whether the mapping is locked in memory or not.


MemTotal: 16344972 kB
MemFree: 13634064 kB
Expand Down
1 change: 1 addition & 0 deletions Documentation/kernel-parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@ and is between 256 and 4096 characters. It is defined in the file
controller
i8042.nopnp [HW] Don't use ACPIPnP / PnPBIOS to discover KBD/AUX
controllers
i8042.notimeout [HW] Ignore timeout condition signalled by conroller
i8042.reset [HW] Reset the controller during init and cleanup
i8042.unlock [HW] Unlock (ignore) the keylock

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 36
EXTRAVERSION = .3
EXTRAVERSION = .4
NAME = Flesh-Eating Bats with Fangs

# *DOCUMENTATION*
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ config CPU_FREQ_S3C24XX_DEBUGFS
depends on CPU_FREQ_S3C24XX && DEBUG_FS
help
Export status information via debugfs.

config TEGRA_OVERCLOCK
bool "TEGRA_OVERCLOCK - Overclocking"
depends on CPU_FREQ
Expand Down
Loading

0 comments on commit 6ed975b

Please sign in to comment.