summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-26ARM: tizen_odroid_defconfig: enable audit optionssubmit/tizen/20150226.040417accepted/tizen/wearable/20150226.095643accepted/tizen/tv/20150226.094420accepted/tizen/mobile/20150226.100351accepted/tizen/common/20150226.085027Seung-Woo Kim1-1/+4
2015-02-16V4L: s5c73m3: Use internal firmware by defaultSylwester Nawrocki1-1/+1
2015-02-12[media] exynos4-is: Fix fimc-lite bayer formatsArun Kumar K1-2/+2
2015-02-12[media] exynos5-is: Reset CMU-ISPBeata Michalska1-0/+10
2015-02-11drm/exynos: debugfs: add debugfs interface and gem_info nodesubmit/tizen/20150212.024415accepted/tizen/wearable/20150213.030440accepted/tizen/tv/20150213.025935accepted/tizen/mobile/20150213.030609accepted/tizen/common/20150212.145007YoungJun Cho5-0/+133
2015-02-12drm: use common drm_gem_dmabuf_release in i915/exynos driversDaniel Vetter4-35/+5
2015-02-04packaging: fix kernel-devel requiressubmit/tizen/20150205.100354submit/tizen/20150204.122125accepted/tizen/wearable/20150206.012149accepted/tizen/tv/20150206.011611accepted/tizen/mobile/20150207.035820accepted/tizen/common/20150205.164821tizen_3.0.2015.q1_commontizen_3.0.2014.q4_commonChanho Park1-1/+1
2015-02-02exynos/drm: g2d: return 0 instead of ret in g2d_map_cmdlist_gemsubmit/tizen/20150202.023401accepted/tizen/wearable/20150202.095817accepted/tizen/tv/20150202.095715accepted/tizen/mobile/20150202.100101accepted/tizen/common/20150202.085553Chanho Park1-1/+1
2015-01-29mmc: dw_mmc: exynos: Revert the sdr_timing assignmentYuvaraj Kumar C D1-1/+2
2015-01-14Workaround for building using perl 5.20.0submit/tizen_wearable/20150127.000000submit/tizen_wearable/20150116.000000submit/tizen_tv/20150120.000002submit/tizen_tv/20150120.000001submit/tizen_tv/20150120.000000submit/tizen_tv/20150119.000001submit/tizen_tv/20150119.000000submit/tizen_tv/20150116.000000submit/tizen_mobile/20150123.000000submit/tizen_mobile/20150116.000003submit/tizen_mobile/20150116.000001submit/tizen_common/20150114.084218accepted/tizen/wearable/20150128.040556accepted/tizen/tv/20150122.091216accepted/tizen/mobile/20150126.012145accepted/tizen/common/20150114.162108Stephane Desneux1-1/+1
2015-01-05Revert "ARM: exynos: add support secondary core bootup in big.LITTLE processor."Chanho Park3-26/+15
2015-01-04security: smack: fix out-of-bounds access in smk_parse_smack()Andrey Ryabinin1-4/+3
2015-01-04lib/idr.c: fix out-of-bounds pointer dereferenceAndrey Ryabinin1-11/+14
2015-01-04drm: delete unconsumed pending event list in drm_events_releaseYoungJun Cho1-1/+3
2014-12-29cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()Tejun Heo2-14/+20
2014-12-29cgroup: implement task_cgroup_path_from_hierarchy()Tejun Heo2-0/+34
2014-12-29cgroup: make hierarchy_id use cyclic idrTejun Heo1-20/+8
2014-12-29cgroup: drop hierarchy_id_lockTejun Heo1-6/+17
2014-12-29cgroup: refactor hierarchy_id handlingTejun Heo1-21/+35
2014-12-29smack: introduce a special case for tmpfs in smack_d_instantiate()Ɓukasz Stelmach1-2/+14
2014-12-29selftests/memfd: Run test on all architecturesPranith Kumar1-21/+0
2014-12-29shm: add memfd.h to UAPI export listDavid Drysdale1-0/+1
2014-12-29memfd_test: Add missing argument to printf()Pranith Kumar1-1/+1
2014-12-29memfd_test: Make it work on 32-bit systemsPranith Kumar1-18/+16
2014-12-29asm-generic: add memfd_create system call to unistd.hWill Deacon1-1/+8
2014-12-29arm64: compat: wire up memfd_create and getrandom syscalls for aarch32Will Deacon1-1/+8
2014-12-29ARM: wire up memfd_create syscallRussell King3-1/+8
2014-12-29shm: wait for pins to be released when sealingDavid Herrmann1-1/+109
2014-12-29selftests: add memfd/sealing page-pinning testsDavid Herrmann5-1/+450
2014-12-29selftests: add memfd_create() + sealing testsDavid Herrmann4-0/+945
2014-12-29shm: add memfd_create() syscallDavid Herrmann6-0/+85
2014-12-29shm: add sealing APIDavid Herrmann4-0/+180
2014-12-29mm: allow drivers to prevent new writable mappingsDavid Herrmann5-9/+54
2014-12-29mm: mmap_region: kill correct_wcount/inode, use allow_write_access()Oleg Nesterov1-9/+5
2014-12-29sched: add cond_resched_rcu() helperSimon Horman1-0/+9
2014-12-24ARM: EXYNOS: use four additional chipid bits to identify EXYNOS familyChander Kashyap1-4/+3
2014-12-24ARM: exynos: add support secondary core bootup in big.LITTLE processor.Hyungwon Hwang3-15/+26
2014-12-23ARM: dts: exynos4: fix wrong compatible string for hdmiSeung-Woo Kim6-6/+6
2014-12-18ARM: exynos: add exynos_firmware_init function for early initHyungwon Hwang1-0/+1
2014-12-18ARM: exynos: fix UART address selection for DEBUG_LLHyungwon Hwang1-1/+5
2014-12-18ARM: exynos: restrain the use of gpio driver for Exynos5420Hyungwon Hwang1-0/+1
2014-12-17ARM: EXYNOS: Add 5800 SoC supportArun Kumar K3-0/+15
2014-12-17ARM: EXYNOS: Add support for EXYNOS5420 SoCChander Kashyap4-0/+26
2014-12-17ARM: dts: add mfc node for exynos5800Arun Kumar K1-0/+4
2014-12-17ARM: dts: add dts file for exynos5800 SoCArun Kumar K1-0/+24
2014-12-17ARM: dts: Add pwmX_out pinctrl nodes to exynos5420Arun Kumar K1-0/+28
2014-12-17ARM: dts: Fix a typo in exynos5420-pinctrl.dtsiSachin Kamat1-1/+1
2014-12-17ARM: dts: Add pin state information for DP HPD support to Exynos5420Vikas Sajjan1-0/+7
2014-12-17ARM: dts: add pinctrl support to EXYNOS5420Leela Krishna Amudala1-0/+680
2014-12-17ARM: dts: exynos5420: remove disp_pdStephen Rothwell1-1/+0