aboutsummaryrefslogtreecommitdiff
path: root/original
AgeCommit message (Collapse)Author
2013-07-18Merge "Changed kexec header file to 3.10 version"android-sdk-4.4.2_r1.0.1android-sdk-4.4.2_r1android-cts-4.4_r4android-cts-4.4_r1android-4.4_r1.2.0.1android-4.4_r1.2android-4.4_r1.1.0.1android-4.4_r1.1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9android-4.4_r0.8android-4.4_r0.7android-4.4.4_r2.0.1android-4.4.4_r2android-4.4.4_r1.0.1android-4.4.4_r1android-4.4.3_r1.1.0.1android-4.4.3_r1.1android-4.4.3_r1.0.1android-4.4.3_r1android-4.4.2_r2.0.1android-4.4.2_r2android-4.4.2_r1.0.1android-4.4.2_r1android-4.4.1_r1.0.1android-4.4.1_r1kitkat-releasekitkat-mr2.2-releasekitkat-mr2.1-releasekitkat-mr2-releasekitkat-mr1.1-releasekitkat-mr1-releasekitkat-devkitkat-cts-releasekitkat-cts-devColin Cross
2013-07-15Changed kexec header file to 3.10 versionSzymon Starzycki
Change-Id: Iac26fcc6e0e25905ab52dba91bec16a4fb479d43
2013-07-08am 47321770: Merge "Update linux/fs.h."Elliott Hughes
* commit '47321770f54da409cb2f7730e63972dad6300952': Update linux/fs.h.
2013-07-03Update linux/fs.h.Elliott Hughes
To upstream SHA 080399aaaf3531f5b8761ec0ac30ff98891e8686. Change-Id: I4d03fe07a29963e93687cd3717e9c08a94d0acd9
2013-07-03am f90badaa: Merge "Update linux/types.h to linux 2.6.20."Elliott Hughes
* commit 'f90badaab505af49179f8c4aebff97957f256882': Update linux/types.h to linux 2.6.20.
2013-07-03Update linux/types.h to linux 2.6.20.Lorenzo Colitti
The current version appears to be identical to the one in 2.6.18. This provides the __sum16 typedef which is needed to allow linux/icmpv6.h to compile. Bug: 9469682 Change-Id: I984154487c38f6fa827bd78234f7fc2e4e1c383f
2013-05-14am 0858686f: Merge "Add timerfd syscall support"Elliott Hughes
* commit '0858686f5716a44df838be79b81adf8190e54113': Add timerfd syscall support
2013-05-14Add timerfd syscall supportTodd Poynor
From kernel v3.9 commit 9ec2690758a5467f24beb301cca5098078073bba timerfd: Manage cancelable timers in timerfd (cherry-pick of 60279f2b8c15aff1a0716a3046f3b619452c734d.) Change-Id: Ieb81c5891adfacf6637e0874f6d91e681e6dab63
2013-05-09Add timerfd syscall supportTodd Poynor
From kernel v3.9 commit 9ec2690758a5467f24beb301cca5098078073bba timerfd: Manage cancelable timers in timerfd Change-Id: I32815b34a9bbfb705a8c65218776b3503c18fb2b
2013-04-29am a9967bbc: Merge "[NETFILTER]: Fix iptables ABI breakage"Nick Kralevich
* commit 'a9967bbc9e6698ada65fa31127a4e8a47ccbc017': [NETFILTER]: Fix iptables ABI breakage
2013-04-29[NETFILTER]: Fix iptables ABI breakageNick Kralevich
Pick up Linux kernel patch 2748e5dec7ca8a3804852c7c4171f9156384d15c from 2007 http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2748e5dec7ca8a3804852c7c4171f9156384d15c [NETFILTER]: Fix iptables ABI breakage on (at least) CRIS With the introduction of x_tables we accidentally broke compatibility by defining IPT_TABLE_MAXNAMELEN to XT_FUNCTION_MAXNAMELEN instead of XT_TABLE_MAXNAMELEN, which is two bytes larger. On most architectures it doesn't really matter since we don't have any tables with names that long in the kernel and the structure layout didn't change because of alignment requirements of following members. On CRIS however (and other architectures that don't align data) this changed the structure layout and thus broke compatibility with old iptables binaries. Changing it back will break compatibility with binaries compiled against recent kernels again, but since the breakage has only been there for three releases this seems like the better choice. Change-Id: Ibb7355f822e4f5f6f3bec9a905433e49a31f3804
2013-04-09sound: Add ALSA compressed API headersandroid-4.3_r3.1android-4.3_r3android-4.3_r2.3android-4.3_r2.2android-4.3_r2.1android-4.3_r2android-4.3_r1.1android-4.3_r1android-4.3_r0.9.1android-4.3_r0.9android-4.3.1_r1jb-mr2.0.0-releasejb-mr2.0-releasejb-mr2-releasejb-mr2-devEric Laurent
Added the following headers for ALSA compressed user space API: - sound/compress_offload.h - sound/compress_params.h Change-Id: Iea0d4fdee609b67578a5233e9b39151a2cb85c32
2013-03-27Update kernel fs.h header fileKen Sumrall
From 3.0.31 kernel. SHA for latest change of fs.h is: 547740231f76185aadbef34dfa83c3e7dba3b34b Also need to include blk_types.h that fs.h includes, the SHA for it's last change is: 155d109b5f52ffd749219b27702462dcd9cf4f8d Change-Id: I0636b7c2f1df268aeeb0e32c90e7127e7a82815f
2013-03-27Merge "Update kernel fs.h header file" into jb-mr2-devKen Sumrall
2013-03-26Update kernel fs.h header fileKen Sumrall
From 3.0.31 kernel. SHA for latest change of fs.h is: 547740231f76185aadbef34dfa83c3e7dba3b34b Also need to include blk_types.h that fs.h includes, the SHA for it's last change is: 155d109b5f52ffd749219b27702462dcd9cf4f8d Change-Id: I0636b7c2f1df268aeeb0e32c90e7127e7a82815f
2013-03-12am 35541743: am aa4bc822: Merge "Update err.h to get the assembler guards."Elliott Hughes
* commit '35541743e11f2249e5db31a66607a9cb0133f62e': Update err.h to get the assembler guards.
2013-03-12Update err.h to get the assembler guards.Elliott Hughes
Corresponds to upstream fa9ee9c4b9885dfdf8eccac19b8b4fc8a7c53288. Change-Id: If0030194a9049b7b84fec9a982b9bb0f136df4a6
2013-02-14am 65a94f0f: Merge "kernel-headers: Add securebits.h"Nick Kralevich
# Via Gerrit Code Review (1) and Nick Kralevich (1) * commit '65a94f0f3b42be8a215c5f23b6a01db3eb5887eb': kernel-headers: Add securebits.h
2013-02-14kernel-headers: Add securebits.hNick Kralevich
Change-Id: Icf39a719efe82370ede74fa564ec4bc301095d75
2013-02-07am 54cfa836: am cfbe0d8f: Merge "Update xattr.h"Nick Kralevich
# Via Android Git Automerger (1) and others * commit '54cfa8364ffa13a1a9a472cea38791ed8c71591a': Update xattr.h
2013-02-07am cfbe0d8f: Merge "Update xattr.h"Nick Kralevich
# Via Gerrit Code Review (1) and Nick Kralevich (1) * commit 'cfbe0d8ffb9f57ce12a556f82e2f675f3bc2e863': Update xattr.h
2013-02-07Update xattr.hNick Kralevich
Change-Id: I1c3b8e46375f1e4396299e42c30a55ec948f16cb
2013-02-04Remove msm_ion.h again.Elliott Hughes
Change-Id: I3cffd5dd60e83e4b4f74f95d77ba82f2507260e1
2013-02-04am 601480a0: am b56f9987: Merge "Add the missing msm_ion.h."Elliott Hughes
# Via Android Git Automerger (1) and others * commit '601480a0265188593f82986b641e33583fb3aabb': Add the missing msm_ion.h.
2013-02-04am b56f9987: Merge "Add the missing msm_ion.h."Elliott Hughes
# Via Elliott Hughes (1) and Gerrit Code Review (1) * commit 'b56f9987ee2ae3af5090c2757fa403953714a051': Add the missing msm_ion.h.
2013-02-04am d565791c: am 4f483fb7: Merge "Restore linux/elf-em.h."Elliott Hughes
# Via Android Git Automerger (1) and others * commit 'd565791caf490dbb2632f62c32a700d6805d6df3': Restore linux/elf-em.h.
2013-02-01Add the missing msm_ion.h.Elliott Hughes
Bug: 8000377 Change-Id: I75eb615dc54a2de71ba4b9777126bfd778e4e6fa
2013-02-01am 4f483fb7: Merge "Restore linux/elf-em.h."Elliott Hughes
# Via Elliott Hughes (1) and Gerrit Code Review (1) * commit '4f483fb7c8e879513d3034c7d8c6528f1168a136': Restore linux/elf-em.h.
2013-02-01Remove MSM headersBrian Muramatsu
These are moving to the hardware/qcom/msm8960 project. Bug: 7115545 Change-Id: I7687de484177f7a5a7c74b353d21847d7aa5f826 Signed-off-by: Iliyan Malchev <malchev@google.com>
2013-02-01Restore linux/elf-em.h.Elliott Hughes
This is the same file that was removed in commit 69ea821058f8aa21caa2ac6f298b4abbb80ca4ba; needed by linux/audit.h. Change-Id: Ib3e6315abc65e25fc551f86510f4e828e4515559
2013-01-29am aac97130: am da42d3ac: Merge "Remove the ELF-related headers."Elliott Hughes
# Via Android Git Automerger (1) and others * commit 'aac97130e13b3d1d4f0f7eff18d03af4af0c794b': Remove the ELF-related headers.
2013-01-29am da42d3ac: Merge "Remove the ELF-related headers."Elliott Hughes
# Via Elliott Hughes (1) and Gerrit Code Review (1) * commit 'da42d3ac05a1d8b01e84c0662605e4b861853bd9': Remove the ELF-related headers.
2013-01-29Remove the ELF-related headers.Elliott Hughes
Why use the kernel's subset of the ELF specification when we can use NetBSD's C library's more complete set. Change-Id: I643b24d4a09f5fa427dc88d538a7c0666d71facc
2013-01-25kernel-headers: update original msm_vidc_enc.hIliyan Malchev
Change-Id: I543a902ff1041adeadc03d98218c123b4fd94fe3 Signed-off-by: Iliyan Malchev <malchev@google.com>
2013-01-14am 8b8b0880: Merge "update auxvec.h from upstream."Nick Kralevich
* commit '8b8b0880f9849de6fd29fef37ba797c06ba64e50': update auxvec.h from upstream.
2013-01-14update auxvec.h from upstream.Nick Kralevich
Pull an updated copy of auxvec.h from the upstream Linux kernel at b719f43059903820c31edb30f4663a2818836e7f Change-Id: I4e0d271337e5034d75c7c90e7f4151a9b73b3397
2013-01-10am c80253d4: Merge "external/kernel-headers: add signalfd.h"Elliott Hughes
* commit 'c80253d4a1205fb0525e878263754ce68dc2db7c': external/kernel-headers: add signalfd.h
2013-01-10external/kernel-headers: add signalfd.hRom Lemarchand
Obtained from kernel 3.4.5 (cherry-pick of cedf2ae6c7c1cd8c70bb3380543d618a01424895.) Change-Id: If3bcae497da4e73aa88614abc82b297d44df8bdc
2012-12-07am eaa54338: Merge "Add audit.h to the kernel headers."Geremy Condra
* commit 'eaa543380213be9ea457f745bada3d6fab680e25': Add audit.h to the kernel headers.
2012-12-07Add audit.h to the kernel headers.Geremy Condra
Taken from 3.4 kernel at 54ef71606a7523bd83f0531a31fd288802380da6 Change-Id: I0217f87bd7808b77de48743e1d098601c94aa225
2012-12-07am 65622c03: Merge "Fix README.txt location."Elliott Hughes
* commit '65622c03bed813934c11e99868f5f8e97742ac24': Fix README.txt location.
2012-12-06Fix README.txt location.Ian Rogers
Change-Id: I1678356a5ad13655328aff54570add8d43868fda
2012-11-29am b21bb2da: kernel-headers: update msm_mdp.h original headerIliyan Malchev
* commit 'b21bb2dacea1e5b80d7ee4da306e6482c0160bcd': kernel-headers: update msm_mdp.h original header
2012-11-29kernel-headers: update msm_mdp.h original headerandroid-cts-4.2_r2Iliyan Malchev
Bug: 7626586 Change-Id: I486a7515ca99f6a841ed90d9a83a81ad5405c06e Signed-off-by: Iliyan Malchev <malchev@google.com>
2012-10-03am 415c5e63: external/kernel-headers: update original msm_mdp.hIliyan Malchev
* commit '415c5e6381c57e51874519a457cfd14066789b1c': external/kernel-headers: update original msm_mdp.h
2012-10-03external/kernel-headers: update original msm_mdp.handroid-sdk-support_r11Iliyan Malchev
Bug: 7274951 Change-Id: I6af07d244213299842d2f668ccc8ef8e857bb137 Signed-off-by: Iliyan Malchev <malchev@google.com>
2012-10-02am 41f851b3: update original msm_vidc_enc.hAndreas Huber
* commit '41f851b350e30397f7f41cddbfa8e6f73544ca49': update original msm_vidc_enc.h
2012-10-02update original msm_vidc_enc.hAndreas Huber
Updated kernel headers to support a video encoder ioctl to preprend each IDR frame with SPS/PPS. related-to-bug: 7245308 Change-Id: I77c623f36923ea4b32d166cfd3336fae637fef1e Signed-off-by: Iliyan Malchev <malchev@google.com>
2012-09-28am 4977b3fb: external/kernel-headers: update original msm_mdp.hIliyan Malchev
* commit '4977b3fb9b03fcfa8c589c474ecfd48688c00e24': external/kernel-headers: update original msm_mdp.h
2012-09-28external/kernel-headers: update original msm_mdp.hIliyan Malchev
Bug: 7249589 Change-Id: I5e58d44da09a7dc006b0d3167c2fd94fdb67b994 Signed-off-by: Iliyan Malchev <malchev@google.com>