summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/logger.c
AgeCommit message (Expand)AuthorLines
2014-10-28staging: android: logger: Fix log corruption regressionDaniel Thompson-5/+8
2014-10-09switch logger to ->write_iter()Al Viro-77/+26
2014-08-17staging: android: fix a possible memory leakSeunghun Lee-1/+4
2014-07-08staging: android: logger: fixed checkpatch.pl warnings.Jerry Stralko-4/+3
2014-05-03staging: android: fix missing a blank line after declarationsSeunghun Lee-0/+3
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds-1/+1
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet-1/+1
2013-07-23staging: android: logger: Correct write offset reset on errorKarlis Ogsts-1/+3
2013-06-29more open-coded file_inode() callsAl Viro-1/+1
2013-05-16staging: android: logger: use kuid_t instead of uid_tXiong Zhou-2/+2
2013-05-07aio: don't include aio.h in sched.hKent Overstreet-0/+1
2013-03-05staging: android: logger: enforce GID and CAP check on log flushCharndeep Grewal-0/+5
2013-03-05staging: android: logger: Allow a UID to read it's own log entriesNick Kralevich-24/+167
2012-11-26Staging: Android: logger: module_exit implementationLuca Clementi-0/+21
2012-08-13staging: android: logger: Finish documentation of two structsCruz Julian Bishop-14/+26
2012-06-12staging: Android: Fix some checkpatch warningsSachin Kamat-4/+6
2012-05-10staging: android: logger: Fix some sparse and whitespace issuesTim Bird-3/+3
2012-05-10staging: android: logger: Allocate logs dynamically at boot (v3)Tim Bird-45/+62
2012-02-24staging: logger: hold mutex while removing readerRabin Vincent-0/+5
2012-02-08staging: android: logger: clarify non-update of w_off in do_write_log_from_userTim Bird-0/+6
2012-02-08staging: android: logger: clarify code in clock_intervalTim Bird-8/+20
2012-02-08staging: android: logger: reorder prepare_to_wait and mutex_lockTim Bird-1/+2
2012-02-08staging: android: logger: simplify and optimize get_entry_lenTim Bird-8/+12
2012-02-08staging: android: logger: Change logger_offset() from macro to functionTim Bird-6/+10
2011-12-16Staging: android: fixed white spaces coding style issue in logger.cMarco Navarra-7/+7
2011-11-30android: logger: bump up the logger buffer sizesJP Abgrall-3/+3
2011-11-30android: logger: Add new system log for framework/system log messagesSan Mehat-0/+7
2011-11-30android-common: Fix slab.h includes for 2.6.34-rc4Colin Cross-0/+1
2011-11-30staging/android: fix build issuesCorentin Chary-0/+1
2011-11-30Revert "Staging: android: delete android drivers"Greg Kroah-Hartman-0/+607
2009-12-11Staging: android: delete android driversGreg Kroah-Hartman-607/+0
2009-06-19Staging: android: logger: fix up remaining checkpatch warningsGreg Kroah-Hartman-6/+6
2009-01-06Staging: android: add logging driverRobert Love-0/+607