summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-07-11powerpc/cell: Fix compilation with CONFIG_COREDUMP=nMichael Ellerman3-3/+8
2014-07-10Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2-48/+57
2014-07-10Merge tag 'pm+acpi-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-104/+317
2014-07-11Merge branch 'drm-fixes-3.16' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie6-18/+18
2014-07-10serial: arc_uart: Use uart_circ_empty() for open-coded comparisonPeter Hurley1-1/+1
2014-07-10serial: Test for no tx data on tx restartPeter Hurley6-3/+18
2014-07-11ARM: EXYNOS: Register cpuidle device only on exynos4210 and 5250Tomasz Figa1-4/+2
2014-07-10x86-32, vdso: Fix vDSO build error due to missing align_vdso_addr()Jan Beulich1-0/+4
2014-07-11ARM: dts: Add clock property for mfc_pd in exynos5420Arun Kumar K1-0/+3
2014-07-11clk: exynos5420: Add IDs for clocks used in PD mfcArun Kumar K2-2/+6
2014-07-11ARM: EXYNOS: Add support for clock handling in power domainPrathyush K2-1/+80
2014-07-10x86-64, vdso: Fix vDSO build breakage due to empty .rela.dynJan Beulich1-0/+3
2014-07-10drm/radeon/dpm: Reenabling SS on CaymanAlexandre Demers1-6/+0
2014-07-10drm/radeon: fix typo in ci_stop_dpm()Alex Deucher1-1/+1
2014-07-10drm/radeon: fix typo in golden register setup on evergreenAlex Deucher1-4/+4
2014-07-10drm/radeon: only print meaningful VM faultsChristian König3-6/+12
2014-07-10drm/radeon/dp: return -EIO for flags not zero caseAlex Deucher1-1/+1
2014-07-10Merge tag 'omap-for-v3.16/fixes-rc4' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson13-44/+53
2014-07-10dm mpath: fix IO hang due to logic bug in multipath_busyJun'ichi Nomura1-2/+3
2014-07-10dm io: fix a race condition in the wake up code for sync_ioJoe Thornber1-14/+8
2014-07-10dm crypt, dm zero: update author name following legal name changeJana Saout2-4/+4
2014-07-10dm: allocate a special workqueue for deferred device removalMikulas Patocka1-2/+13
2014-07-10Merge branch 'pm-cpufreq'Rafael J. Wysocki3-16/+28
2014-07-10Merge branch 'acpi-video'Rafael J. Wysocki4-1/+29
2014-07-10Merge branch 'acpi-ec'Rafael J. Wysocki1-79/+85
2014-07-10Merge branches 'acpi-resources', 'acpi-ac', 'acpi-scan' and 'acpi-battery'Rafael J. Wysocki3-3/+170
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-22/+94
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-11/+100
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+3
2014-07-10Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+1
2014-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-6/+4
2014-07-10crypto: caam - fix memleak in caam_jr moduleCristian Stoica1-5/+3
2014-07-10m68k: Fix boot regression on machines with RAM at non-zeroGeert Uytterhoeven1-1/+2
2014-07-10Merge tag 'drm-intel-fixes-2014-07-09' of git://anongit.freedesktop.org/drm-i...Dave Airlie10-24/+130
2014-07-10Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie10-31/+29
2014-07-09i8k: Fix non-SMP operationGuenter Roeck1-1/+3
2014-07-09USB: ftdi_sio: Add extra PID.Bert Vermeulen2-2/+4
2014-07-09Merge tag 'pci-v3.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+8
2014-07-09Drivers: hv: util: Fix a bug in the KVP codeK. Y. Srinivasan2-4/+15
2014-07-09Drivers: hv: vmbus: Fix a bug in the channel callback dispatch codeK. Y. Srinivasan1-2/+6
2014-07-09Merge tag 'usb-serial-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2-0/+3
2014-07-09Merge tag 'f2fs-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-27/+41
2014-07-09firmware: Create directories for external firmwareMichal Marek1-0/+6
2014-07-09f2fs: avoid to access NULL pointer in issue_flush_threadChao Yu1-1/+2
2014-07-09f2fs: check bdi->dirty_exceeded when trying to skip data writesJaegeuk Kim1-0/+2
2014-07-09f2fs: do checkpoint for the renamed inodeJaegeuk Kim1-6/+4
2014-07-09f2fs: release new entry page correctly in error path of f2fs_renameChao Yu1-1/+2
2014-07-09f2fs: fix error path in init_inode_metadataChao Yu1-1/+1
2014-07-09f2fs: check lower bound nid value in check_nid_rangeChao Yu3-4/+4