summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | i2c: i2c-sh_mobile: optimize ICCH/ICCL values according to I2C bus speedShinya Kuribayashi2012-11-161-49/+77
| * | | | i2c: i2c-sh_mobile: calculate clock parameters at driver probing timeShinya Kuribayashi2012-11-161-5/+13
| * | | | i2c: omap: don't save a value only needed for read-clearingWolfram Sang2012-11-141-2/+1
| * | | | i2c: omap: cleanup the sysc writeShubhrajyoti D2012-11-141-15/+5
| * | | | i2c: omap: Restore i2c context alwaysShubhrajyoti D2012-11-141-2/+1
| * | | | i2c: omap: make reset a seperate functionShubhrajyoti D2012-11-141-15/+24
| * | | | i2c: omap: re-factor omap_i2c_init functionShubhrajyoti D2012-11-141-40/+35
| * | | | ARM: i2c: omap: Remove the i207 errata flagShubhrajyoti D2012-11-144-11/+5
| * | | | i2c: omap: remove the dtrevShubhrajyoti D2012-11-141-7/+5
| * | | | i2c: omap: use revision check for OMAP_I2C_FLAG_APPLY_ERRATA_I207Shubhrajyoti D2012-11-141-1/+2
| * | | | i2c: omap: Fix the revision register readShubhrajyoti D2012-11-141-13/+48
| * | | | i2c: omap: adopt pinctrl supportSebastien Guiriec2012-11-141-0/+13
| * | | | i2c: omap: ensure writes to dev->buf_len are orderedFelipe Balbi2012-11-141-1/+3
| * | | | Revert "ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraints"Paul Walmsley2012-11-143-18/+36
| * | | | i2c: at91: fix SMBus quick commandLudovic Desroches2012-11-141-1/+6
| * | | | i2c: i2c-gpio: fix name issue with multiple i2c gpio nodesBo Shen2012-11-141-1/+5
| * | | | i2c: ocores: Use devm_request_and_ioremap()Thierry Reding2012-11-131-12/+3
| * | | | i2c: rcar: fix section mismatchWolfram Sang2012-11-131-2/+2
| * | | | i2c: rcar: used devm_request_and_ioremap() instead of devm_ioremap()Kuninori Morimoto2012-11-131-1/+1
| * | | | i2c: nomadik: Fix the usage of wait_for_completion_timeoutChuansheng Liu2012-11-121-14/+0
* | | | | Merge branch 'akpm' (more patches from Andrew)Linus Torvalds2012-12-1838-204/+2407
|\ \ \ \ \
| * | | | | mm/vmscan.c: avoid possible deadlock caused by too_many_isolated()Fengguang Wu2012-12-181-0/+8
| * | | | | vmscan: comment too_many_isolated()Fengguang Wu2012-12-181-1/+5
| * | | | | mm/kmemleak.c: remove obsolete simple_strtoulAbhijit Pawar2012-12-181-1/+2
| * | | | | mm/memory_hotplug.c: improve commentsTang Chen2012-12-181-6/+12
| * | | | | mm/hugetlb: create hugetlb cgroup file in hugetlb_initJianguo Wu2012-12-183-15/+20
| * | | | | mm/mprotect.c: coding-style cleanupsAndrew Morton2012-12-181-14/+16
| * | | | | Documentation: ABI: /sys/devices/system/node/Davidlohr Bueso2012-12-181-1/+95
| * | | | | slub: drop mutex before deleting sysfs entryGlauber Costa2012-12-181-1/+12
| * | | | | memcg: add comments clarifying aspects of cache attribute propagationGlauber Costa2012-12-183-4/+24
| * | | | | kmem: add slab-specific documentation about the kmem controllerGlauber Costa2012-12-181-0/+7
| * | | | | slub: slub-specific propagation changesGlauber Costa2012-12-182-1/+76
| * | | | | slab: propagate tunable valuesGlauber Costa2012-12-186-14/+69
| * | | | | memcg: aggregate memcg cache values in slabinfoGlauber Costa2012-12-185-5/+108
| * | | | | memcg/sl[au]b: shrink dead cachesGlauber Costa2012-12-181-3/+43
| * | | | | memcg/sl[au]b: track all the memcg children of a kmem_cacheGlauber Costa2012-12-183-2/+55
| * | | | | memcg: destroy memcg cachesGlauber Costa2012-12-186-2/+106
| * | | | | sl[au]b: allocate objects from memcg cacheGlauber Costa2012-12-184-5/+16
| * | | | | sl[au]b: always get the cache from its page in kmem_cache_free()Glauber Costa2012-12-185-14/+53
| * | | | | memcg: skip memcg kmem allocations in specified code regionsGlauber Costa2012-12-182-3/+55
| * | | | | memcg: infrastructure to match an allocation to the right cacheGlauber Costa2012-12-183-1/+258
| * | | | | memcg: allocate memory for memcg caches whenever a new memcg appearsGlauber Costa2012-12-183-16/+221
| * | | | | slab/slub: consider a memcg parameter in kmem_create_cacheGlauber Costa2012-12-186-18/+157
| * | | | | slab: annotate on-slab caches nodelist locksGlauber Costa2012-12-181-1/+33
| * | | | | slab/slub: struct memcg_paramsGlauber Costa2012-12-184-0/+43
| * | | | | memcg: add documentation about the kmem controllerGlauber Costa2012-12-181-1/+58
| * | | | | fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombsGlauber Costa2012-12-182-2/+4
| * | | | | memcg: execute the whole memcg freeing in free_worker()Glauber Costa2012-12-181-32/+34
| * | | | | memcg: allow a memcg with kmem charges to be destructedGlauber Costa2012-12-181-1/+14
| * | | | | memcg: use static branches when code not in useGlauber Costa2012-12-182-5/+78
OpenPOWER on IntegriCloud