summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-03-20modem: sipc4: Chagne the manner of recieving data for FMT,RFS type deviceJonghwa Lee1-1/+25
2014-03-20drm/exynos: remove DRIVER_HAVE_IRQ featureJoonyoung Shim3-22/+1
2014-03-20zram: remove zram->lock in read path and change it with mutexMinchan Kim2-12/+9
2014-03-20zram: remove workqueue for freeing removed pending slotMinchan Kim2-58/+6
2014-03-20zram: introduce zram->tb_lockMinchan Kim2-6/+23
2014-03-20zram: use atomic operation for statMinchan Kim2-20/+16
2014-03-20zram: remove unnecessary freeMinchan Kim1-8/+0
2014-03-20zram: delay pending free request in read pathMinchan Kim1-1/+0
2014-03-20zram: fix race between reset and flushing pending workMinchan Kim1-2/+2
2014-03-20zram: add copyrightMinchan Kim2-0/+2
2014-03-20zram: remove old private project commentMinchan Kim3-3/+0
2014-03-20zram: promote zram from stagingMinchan Kim9-80/+3
2014-03-20zsmalloc: move it under mmMinchan Kim7-1189/+1
2014-03-20zsmalloc: add more commentNitin Cupta2-11/+64
2014-03-20zsmalloc: add Kconfig for enabling page table methodMinchan Kim2-15/+17
2014-03-20Staging: zram: Fix memory leak by refcount mismatchRashika Kheria1-5/+14
2014-03-20Staging: zram: Fix access of NULL pointerRashika Kheria1-2/+4
2014-03-20Staging: zram: Fix variable dereferenced before checkRashika Kheria1-6/+3
2014-03-20zsmalloc: Fix "map_vm_area" undefined reference errors.Majunath Goudar1-0/+1
2014-03-20Revert "staging: zram: Add auto loading of module if user opens /dev/zram."Greg Kroah-Hartman1-1/+0
2014-03-20zram: don't grab mutex in zram_slot_free_noityMinchan Kim2-3/+67
2014-03-20zram: fix invalid memory accessMinchan Kim1-6/+9
2014-03-20Staging: zram: zram_drv.c: Fixed Error of trailing whitespaceKumar Gaurav1-1/+1
2014-03-20staging: zram: protect zram_reset_device() callSergey Senozhatsky1-1/+5
2014-03-20zram: prevent data loss in error cases of function zram_bvec_write()Sunghan Suh1-8/+9
2014-03-20staging: zram: Add auto loading of module if user opens /dev/zram.Konrad Rzeszutek Wilk1-0/+1
2014-03-20staging: zsmalloc: access page->private by using page_private macroSunghan Suh1-2/+2
2014-03-20zram: allow request end to coincide with disksizeSergey Senozhatsky1-1/+1
2014-03-20zram: remove zram_sysfs file (v2)Sergey Senozhatsky4-387/+350
2014-03-20zram: use atomic64_xxx() to replace zram_stat64_xxx()Jiang Liu3-53/+24
2014-03-20zram: optimize memory operations with clear_page()/copy_page()Jiang Liu1-11/+16
2014-03-20zram: kill unused zram_get_num_devices()Jiang Liu2-8/+1
2014-03-20zram: simplify and optimize dev_to_zram()Jiang Liu1-11/+2
2014-03-20staging/zsmalloc: Fixed up incorrect formatted commentsSara Bird2-3/+3
2014-03-20Staging: Fixes string split across lines in zramMarlies Ruck1-2/+2
2014-03-20Staging: Fixes string split across lines in zsmalloc zsmalloc-mainMarlies Ruck1-2/+1
2014-03-20extcon: max77693: Fix a bug occured at changing ADC debounce time.Jonghwa Lee1-3/+8
2014-03-20Revert "extcon: max77693: Fix bug related to MAX77693 irq when set ADC deboun...Jonghwa Lee1-9/+1
2014-03-20Revert "extcon: max77693: Force using UART path for jig"Jonghwa Lee1-11/+3
2014-03-20Revert "extcon: max77693: Fix inaccurate extcon event for JIG with USB cable"Jonghwa Lee1-12/+11
2014-03-20extcon: max77693: Fix inaccurate extcon event for JIG with USB cableJonghwa Lee1-11/+12
2014-03-20media: s5p-mfc: Add support for V4L2_MEMORY_DMABUF typeSeung-Woo Kim4-19/+83
2014-03-20cpufreq:LAB: Remove MODULE_* macros since it is not possible to compile LAB a...Lukasz Majewski1-6/+0
2014-03-20cpufreq:LAB: Replace NR_CPUS with num_possible_cpus() functionLukasz Majewski1-8/+32
2014-03-20cpufreq:LAB:cosmetic: Cosmetic code cleanupLukasz Majewski1-3/+5
2014-03-20cpufreq:LAB:ondemand: Enable usage of ONDEMAND specific methods at LAB governorLukasz Majewski1-1/+39
2014-03-20cpufreq:LAB:cpufreq_governor: Remove redundant LAB code from cpufreq_governor...Lukasz Majewski2-35/+5
2014-03-20cpufreq:LAB:ondemand: Ondemand governor adjustments necessary for correct LAB...Lukasz Majewski2-3/+14
2014-03-20cpufreq:LAB:core: Redesign of LAB code to work on top of ONDEMAND governorLukasz Majewski2-140/+231
2014-03-20cpufreq:LAB:ondemand: REMOVE from LAB governor code duplicated at ondemandLukasz Majewski3-78/+17