mm/rmap: use rmap_walk() in page_mkclean()
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / staging / android /
2014-01-21 Linus TorvaldsMerge tag 'for-v3.14' of git://git.infradead.org/batter...
2014-01-21 Linus TorvaldsMerge tag 'mfd-3.14-1' of git://git.linaro.org/people...
2014-01-21 Linus TorvaldsMerge tag 'sound-3.14-rc1' of git://git./linux/kernel...
2014-01-21 Linus TorvaldsMerge tag 'pinctrl-v3.14-1' of git://git./linux/kernel...
2014-01-21 Linus TorvaldsMerge tag 'gpio-v3.14-1' of git://git./linux/kernel...
2014-01-21 Linus TorvaldsMerge branch 'i2c/for-next' of git://git./linux/kernel...
2014-01-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-01-21 Lee JonesMerge tag 'tags/ib-asoc-1' into for-mfd-next
2014-01-21 Linus TorvaldsMerge tag 'usb-3.14-rc1' of git://git./linux/kernel...
2014-01-21 Linus TorvaldsMerge tag 'tty-3.14-rc1' of git://git./linux/kernel...
2014-01-20 Linus TorvaldsMerge tag 'staging-3.14-rc1' of git://git./linux/kernel...
2014-01-20 Linus TorvaldsMerge branch 'x86-kaslr-for-linus' of git://git./linux...
2014-01-20 Linus TorvaldsMerge tag 'ktest-v3.14' of git://git./linux/kernel...
2014-01-15 Dave AirlieMerge branch 'drm-nouveau-next' of git://git.freedeskto...
2014-01-10 John Stultzion: Add carveout and chunk heaps to dummy driver
2014-01-10 John Stultzion: Add dummy driver for testing
2014-01-08 Dave AirlieMerge branch 'drm-nouveau-next' of git://anongit.freede...
2014-01-08 James MorrisMerge branch 'master' of git://git.infradead.org/users...
2014-01-06 James MorrisMerge branch 'master' of git://git.infradead.org/users...
2014-01-06 James MorrisMerge to v3.13-rc7 for prerequisite changes in the...
2014-01-02 Mark BrownMerge remote-tracking branches 'asoc/topic/ad1836'...
2013-12-24 Greg Kroah-HartmanMerge tag 'iio-for-3.14b' of git://git./linux/kernel...
2013-12-24 Greg Kroah-HartmanMerge 3.13-rc5 into staging-next
2013-12-20 Linus TorvaldsMerge tag 'stable/for-linus-3.13-rc4-tag' of git:/...
2013-12-20 John Stultzion_test: Add compat_ioctl support (v2)
2013-12-19 Mark BrownMerge remote-tracking branches 'asoc/fix/adsp', 'asoc...
2013-12-18 John W. LinvilleMerge branch 'for-upstream' of git://git./linux/kernel...
2013-12-18 John Stultzstaging: ion: Avoid using rt_mutexes directly
2013-12-17 Jens AxboeMerge branch 'bcache-for-3.13' of git://evilpiepirate...
2013-12-17 John Stultzstaging: ion: Fix possible null pointer dereference
2013-12-17 John Stultzstaging: ion: Add HAVE_MEMBLOCK config dependency
2013-12-17 Wei Yongjungpu: ion: fix sparse non static symbol warnings
2013-12-17 Wei Yongjungpu: ion: use module_platform_driver to simplify the...
2013-12-17 Colin Crossion: remove ion_user_handle_t from ion_test.h
2013-12-17 Greg Kroah-HartmanMerge 3.13-rc4 into staging-next.
2013-12-15 John Stultzion: Reenable the build
2013-12-15 John Stultzion: Don't allow building ION as a module.
2013-12-14 John Stultzion: Update system heap shrinker to use the new count...
2013-12-14 John Stultzion: Improve ION config description
2013-12-14 John Stultzion: Cleanup whitespace issues and other checkpatch...
2013-12-14 Colin Crossion: fix bugs in cma heap
2013-12-14 Colin Crossion: add alignment check to chunk heap
2013-12-14 Colin Crossion: add helper to zero contiguous region of pages
2013-12-14 Colin Crossion: carveout heap: zero buffers on free, fix memory...
2013-12-14 Colin Crossion: fix sparse warnings
2013-12-14 Colin Crossion: use alloc_pages in system contig heap
2013-12-14 Colin Crossion: allow cached mappings of chunk and system heap...
2013-12-14 Colin Crossion: remove ion_heap_alloc_pages
2013-12-14 Colin Crossion: use vm_insert_pfn for faulted pages
2013-12-14 Colin Crossion: check return value from remap_pfn_range
2013-12-14 Colin Crossion: free low memory from page pools first
2013-12-14 Colin Crossion: optimize ion_heap_buffer_zero
2013-12-14 Colin Crossion: add alignment check to carveout heap
2013-12-14 Colin Crossion: drop dependency on ARM
2013-12-14 John Stultzion: Fix two small issues in system_heap allocation
2013-12-14 Mitchel Humpherysgpu: ion: fix use-after-free in ion_heap_freelist_drain
2013-12-14 Colin Crossion: clean up ioctls
2013-12-14 Colin Crossgpu: ion: remove unnecessary function from system heap
2013-12-14 Colin Crossion: fix printk warnings
2013-12-14 Colin Crossion: don't use phys_to_page or __phys_to_pfn
2013-12-14 Colin Crossion: don't use __arm_ioremap to map pages
2013-12-14 Colin Crossion: update idr to avoid deprecated apis
2013-12-14 Colin Crossion: add test device for unit tests to interact with...
2013-12-14 Colin Crossion: check invalid values in ion_system_heap
2013-12-14 Colin Crossion: convert sg_dma_len(sg) to sg->length
2013-12-14 Colin Crossion: fix dma APIs
2013-12-14 Colin Crossion: fix crash when alloc len is -1
2013-12-14 Colin Crossion: hold reference to handle after ion_uhandle_get
2013-12-14 John Stultzion: Fix compat support to use proper compat ioctl...
2013-12-14 Colin Crossion: move userspace api into uapi/ion.h
2013-12-14 Colin Crossgpu: ion: delete ion_system_mapper.c
2013-12-14 Rom Lemarchandion: add compat_ioctl
2013-12-14 Rom Lemarchandion: change ion_user_handle_t definition to int
2013-12-14 Rom Lemarchandion: add new ion_user_handle_t type for the user-space...
2013-12-14 Colin Crossion: don't use id 0 for handle cookie
2013-12-14 Colin Crossion: index client->handles rbtree by buffer
2013-12-14 Colin Crossion: replace userspace handle cookies with idr
2013-12-14 Colin Crossion: remove IS_ERR_OR_NULL
2013-12-14 Colin Crossion: convert map_kernel to return ERR_PTR
2013-12-14 Colin Crossion: add free list size to heap debug files
2013-12-14 Colin Crossion: chunk_heap: fix leak in allocated counter
2013-12-14 Rebecca Schultz... gpu: ion: Fix performance issue in faulting code
2013-12-14 Benjamin Gaignardgpu: ion: add CMA heap
2013-12-14 Benjamin Gaignardgpu: ion: fix ion_platform_data definition
2013-12-14 John Stultzion: Add Kconfig dependency to ARM
2013-12-14 Arve Hjønnevåggpu: ion: Remove __GFP_NO_KSWAPD
2013-12-14 Arve Hjønnevåggpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_sin...
2013-12-14 Rebecca Schultz... gpu: ion: Also shrink memory cached in the deferred...
2013-12-14 Rebecca Schultz... gpu: ion: Fix bug in ion shrinker
2013-12-14 Rebecca Schultz... gpu: ion: ion_chunk_heap: Zero chunk heap memory at...
2013-12-14 JP Abgrallgpu: ion: fix kfree/list_del order
2013-12-14 Rebecca Schultz... gpu: ion: Make ion_free asynchronous
2013-12-14 Johan Mossberggpu: ion: Add support for sharing buffers with dma...
2013-12-14 Rebecca Schultz... gpu: ion: Only flush buffers in the chunk heap if they...
2013-12-14 Rebecca Schultz... gpu: ion: Refactor the code to zero buffers
2013-12-14 Rebecca Schultz... gpu: ion: Modify zeroing code so it only allocates...
2013-12-14 Rebecca Schultz... gpu: ion: Remove heapmask from client
2013-12-14 Johan Mossberggpu: ion: Export ion_client_create
2013-12-14 Rebecca Schultz... gpu: ion: Clarify variable names and comments around...
2013-12-14 Rebecca Schultz... gpu: ion: Add chunk heap
next