<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-sdk/kernel-common, branch master</title>
<subtitle>Integrated Android Product SDK Hardened Software - Android Common tree including intermediate experimental kernel versions too.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.ti.com/cgit/android-sdk/kernel-common/'/>
<entry>
<title>Revert "ARM: cache-l2x0: update workaround for PL310 errata 727915"</title>
<updated>2013-03-11T20:48:17+00:00</updated>
<author>
<name>Praneeth Bajjuri</name>
</author>
<published>2013-03-11T20:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ti.com/cgit/android-sdk/kernel-common/commit/?id=24628a77fb4fab35be1b6eb8f65681e8c599e847'/>
<id>24628a77fb4fab35be1b6eb8f65681e8c599e847</id>
<content type='text'>
This reverts commit 6cd07e44352d89c799df8bb0a88a864b15c91c47.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 6cd07e44352d89c799df8bb0a88a864b15c91c47.
</pre>
</div>
</content>
</entry>
<entry>
<title>netfilter: xt_qtaguid: fix bad tcp_time_wait sock handling</title>
<updated>2013-02-22T23:27:53+00:00</updated>
<author>
<name>JP Abgrall</name>
</author>
<published>2013-02-21T00:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ti.com/cgit/android-sdk/kernel-common/commit/?id=e7f415eadf62add0340ba59b4f6fcaa8c126da7f'/>
<id>e7f415eadf62add0340ba59b4f6fcaa8c126da7f</id>
<content type='text'>
Since (41063e9 ipv4: Early TCP socket demux), skb's can have an sk which
is not a struct sock but the smaller struct inet_timewait_sock without an
sk-&gt;sk_socket. Now we bypass sk_state == TCP_TIME_WAIT

Signed-off-by: JP Abgrall &lt;jpa@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since (41063e9 ipv4: Early TCP socket demux), skb's can have an sk which
is not a struct sock but the smaller struct inet_timewait_sock without an
sk-&gt;sk_socket. Now we bypass sk_state == TCP_TIME_WAIT

Signed-off-by: JP Abgrall &lt;jpa@google.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>usb: gadget: Fix android gadget driver build</title>
<updated>2013-02-22T23:27:52+00:00</updated>
<author>
<name>Benoit Goby</name>
</author>
<published>2012-11-06T02:47:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ti.com/cgit/android-sdk/kernel-common/commit/?id=2b9b0b6a95cb7adbdd4fa03bff2c7dec86852aa0'/>
<id>2b9b0b6a95cb7adbdd4fa03bff2c7dec86852aa0</id>
<content type='text'>
Removed obsolete f_adb function

Change-Id: Idfb4110429bc0ea63f493c68ad667f49ca471987
Signed-off-by: Benoit Goby &lt;benoit@android.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed obsolete f_adb function

Change-Id: Idfb4110429bc0ea63f493c68ad667f49ca471987
Signed-off-by: Benoit Goby &lt;benoit@android.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>HACK: usb: gadget: Fix enumeration on boot</title>
<updated>2013-02-22T23:27:52+00:00</updated>
<author>
<name>Benoit Goby</name>
</author>
<published>2012-03-01T21:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ti.com/cgit/android-sdk/kernel-common/commit/?id=9b95e130377747fb2d2edd71e9f641696b73e23a'/>
<id>9b95e130377747fb2d2edd71e9f641696b73e23a</id>
<content type='text'>
The Android gadget driver disconnects the gadget on bind
and expects the gadget to stay disconnected until it calls
usb_gadget_connect when userspace is ready. Removed the call
to usb_gadget_connect in usb_gadget_probe_driver to avoid
enabling the pullup before userspace is ready.

Change-Id: I63707ac6e16a44eca52351a4bf80407d25fbd35e
Signed-off-by: Benoit Goby &lt;benoit@android.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Android gadget driver disconnects the gadget on bind
and expects the gadget to stay disconnected until it calls
usb_gadget_connect when userspace is ready. Removed the call
to usb_gadget_connect in usb_gadget_probe_driver to avoid
enabling the pullup before userspace is ready.

Change-Id: I63707ac6e16a44eca52351a4bf80407d25fbd35e
Signed-off-by: Benoit Goby &lt;benoit@android.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>usb: gadget: android: Fixes and hacks to make android usb gadget compile on 3.8</title>
<updated>2013-02-22T23:27:51+00:00</updated>
<author>
<name>Arve Hjønnevåg</name>
</author>
<published>2012-11-28T03:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ti.com/cgit/android-sdk/kernel-common/commit/?id=8598af4630b00557b545e79097728ddee314dfd0'/>
<id>8598af4630b00557b545e79097728ddee314dfd0</id>
<content type='text'>
Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: decompressor: Flush tlb before swiching domain 0 to client mode</title>
<updated>2013-02-22T23:27:50+00:00</updated>
<author>
<name>Arve Hjønnevåg</name>
</author>
<published>2012-12-01T01:05:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ti.com/cgit/android-sdk/kernel-common/commit/?id=684e7d5a80255c3d414f35ffb0230f646fc64f8a'/>
<id>684e7d5a80255c3d414f35ffb0230f646fc64f8a</id>
<content type='text'>
If the bootloader used a page table that is incompatible with domain 0
in client mode, and boots with the mmu on, then swithing domain 0 to
client mode causes a fault if we don't flush the tlb after updating
the page table pointer.

Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the bootloader used a page table that is incompatible with domain 0
in client mode, and boots with the mmu on, then swithing domain 0 to
client mode causes a fault if we don't flush the tlb after updating
the page table pointer.

Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: mm: Split memory banks that span multiple sections when sparsemem is enabled</title>
<updated>2013-02-22T23:27:50+00:00</updated>
<author>
<name>Arve Hjønnevåg</name>
</author>
<published>2012-12-07T04:46:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ti.com/cgit/android-sdk/kernel-common/commit/?id=56063b2f83a2f33ca89f0629f138c951fbca5752'/>
<id>56063b2f83a2f33ca89f0629f138c951fbca5752</id>
<content type='text'>
This fixes a crash in mem_init which assumes all pages in a memory bank
are part of the same page array.

Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a crash in mem_init which assumes all pages in a memory bank
are part of the same page array.

Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pstore/ram: Restore ecc information block</title>
<updated>2013-02-22T23:27:49+00:00</updated>
<author>
<name>Arve Hjønnevåg</name>
</author>
<published>2012-12-06T05:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ti.com/cgit/android-sdk/kernel-common/commit/?id=9e9f90c125b71a2c3e118c05e58b0cb3bbd53d16'/>
<id>9e9f90c125b71a2c3e118c05e58b0cb3bbd53d16</id>
<content type='text'>
This was lost when proc/last_kmsg moved to pstore/console-ramoops.

Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was lost when proc/last_kmsg moved to pstore/console-ramoops.

Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mmc: block: Remove call to mmc_blk_set_blksize</title>
<updated>2013-02-22T23:27:48+00:00</updated>
<author>
<name>Arve Hjønnevåg</name>
</author>
<published>2012-11-27T03:30:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ti.com/cgit/android-sdk/kernel-common/commit/?id=7962c39720a11707471a3c5731c225a7d261226f'/>
<id>7962c39720a11707471a3c5731c225a7d261226f</id>
<content type='text'>
It no longer exists.

Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It no longer exists.

Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gpu: ion: Remove __GFP_NO_KSWAPD</title>
<updated>2013-02-22T23:27:48+00:00</updated>
<author>
<name>Arve Hjønnevåg</name>
</author>
<published>2012-11-27T01:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ti.com/cgit/android-sdk/kernel-common/commit/?id=8b3ea31621099d6a0c80f5cacc130d4b7b1d8cb6'/>
<id>8b3ea31621099d6a0c80f5cacc130d4b7b1d8cb6</id>
<content type='text'>
It no longer exists.

Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It no longer exists.

Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
