aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bionic: Updated kernel includes used in FM userspace for FM Tx.M8660AAABQNLZA3120M8260AAABQNLZA3020Srinivas Krovvidi2011-02-212-155/+417
* [bionic]: Fixing futex problem in cpuacct update.M8260AAABQNLZA301103Shashank Mittal2011-02-071-7/+8
* Update msm_mdp.hM8260AAABQNLZA2530M7630AABBQMLZA4110Omprakash Dhyade2011-01-261-0/+5
* bionic: Change cache line size to 32M8660AAABQNLZA3110M8660AAABQNLYA107616M8660AAABQNLYA107614M8660AAABQNLYA107502M8660AAABQNLYA1075M8260AAABQNLZA2520M76XXTSNCJNLYA6120Brian Steuer2011-01-141-1/+1
* Merge "bionic: remove V5 instruction for V6 targets" into gingerbreadLinux Build Service Account2011-01-141-0/+11
|\
| * bionic: remove V5 instruction for V6 targetsBrian Steuer2011-01-061-0/+11
* | bionic: camera: Support for providing sensor mount angle to the APPM8660AAABQNLYA107001M8660AAABQNLYA1070M7630AABBQMLZA4020Ninad Patgaonkar2011-01-071-0/+1
* | vidc: Venc: B frame supportM76XXTSNCJNLYA6110Ashray Kulkarni2011-01-031-0/+1
|/
* Add i2c-dev.h and spidev.h kernel headersM8660AAABQNLYA1066M7630AABBQMLZA4015Ajay Dudani2010-12-172-0/+111
* Update kernel headers to CodeAuroraForum caf/android-msm-2.6.35Ajay Dudani2010-12-1730-222/+2854
* Add pn544.h clean kernel headerandroid-cts-2.3_r1android-2.3_r1android-2.3.2_r1android-2.3.1_r1Nick Pelly2010-11-011-0/+21
* libc: fix executable destruction support.David 'Digit' Turner2010-10-214-5/+61
* libc: fix typo in waitid() declaration.David 'Digit' Turner2010-10-131-1/+1
* Fix the build. Oops.David 'Digit' Turner2010-10-111-0/+2
* Merge "libc: tag missing functions in system headers." into gingerbreadDavid 'Digit' Turner2010-10-118-12/+34
|\
| * libc: tag missing functions in system headers.David 'Digit' Turner2010-10-098-12/+34
* | libc: optimize memmove() with memcpy() if possible.David 'Digit' Turner2010-10-071-1/+4
|/
* Revert "libc: memmove(): non-overlapping block optim."Marco Nelissen2010-09-281-5/+1
* libc: add <sys/eventfd.h> and corresponding implementations.David 'Digit' Turner2010-09-2812-0/+162
* libc: Add missing waitid() implementation.David 'Digit' Turner2010-09-2810-14/+30
* libc: Add missing fdatasync() implementationDavid 'Digit' Turner2010-09-289-0/+80
* Merge "libc: Add missing C++ guards to <pathconf.h>" into gingerbreadDavid 'Digit' Turner2010-09-281-0/+6
|\
| * libc: Add missing C++ guards to <pathconf.h>David 'Digit' Turner2010-09-271-0/+6
* | Merge "libc: memmove(): non-overlapping block optim." into gingerbreadDavid 'Digit' Turner2010-09-281-1/+5
|\ \
| * | libc: memmove(): non-overlapping block optim.David 'Digit' Turner2010-09-271-1/+5
| |/
* | Merge "libc: add missing O_CLOEXEC from <fcntl.h>" into gingerbreadDavid 'Digit' Turner2010-09-281-0/+4
|\ \
| * | libc: add missing O_CLOEXEC from <fcntl.h>David 'Digit' Turner2010-09-271-0/+4
| |/
* | Merge "libc: Add missing pipe2() declaration and implementation." into ginger...David 'Digit' Turner2010-09-2810-4/+92
|\ \
| * | libc: Add missing pipe2() declaration and implementation.David 'Digit' Turner2010-09-2710-4/+92
| |/
* | Merge "libm: remove aliasing issue." into gingerbreadDavid 'Digit' Turner2010-09-281-1/+1
|\ \
| * | libm: remove aliasing issue.David 'Digit' Turner2010-09-271-1/+1
| |/
* / libc: remove C++ comments from public headers.David 'Digit' Turner2010-09-276-8/+6
|/
* Use a recursive lock for pthread_once. DO NOT MERGE.Wink Saville2010-09-221-3/+3
* add /vendor supportBrian Swetland2010-09-191-1/+1
* Add wmemcmp to Android.mkKenny Root2010-09-101-0/+1
* Merge "Fix return value." into gingerbreadrich cannings2010-08-311-10/+1
|\
| * Fix return value.rich cannings2010-08-311-10/+1
* | Merge "Make timezones available to the host build." into gingerbreadJesse Wilson2010-08-311-0/+12
|\ \ | |/ |/|
| * Make timezones available to the host build.Jesse Wilson2010-08-311-0/+12
* | Fix __get_tls() in static C library to use kernel helpers.David 'Digit' Turner2010-08-273-15/+74
|/
* Apply https://android-git.corp.google.com/g/60855 to dalvik-dev.Brian Carlstrom2010-08-181-0/+5
* linker: fix overwriting the real linker error stringDima Zavin2010-08-171-1/+1
* Bulletproof leak dump against null hash entriesChristopher Tate2010-08-091-20/+29
* Revert "Set SA_RESTORER in sigaction()"Dima Zavin2010-07-298-50/+6
* bionic: update processed kernel header msm_camera.hWu-cheng Li2010-07-271-0/+1
* Update time zone data to the new version 2010k.Eric Fischer2010-07-263-1/+1
* linker: Support dlopen(NULL, ...) properly.David 'Digit' Turner2010-07-232-1/+14
* bionic: update processed kernel header msm_camera.hWu-cheng Li2010-07-191-4/+51
* add meta-files about 3rd party projectsThe Android Open Source Project2010-07-161-0/+10
* libc: update alarm() implementation to return 0 on error.David 'Digit' Turner2010-07-082-0/+9