summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-24powerpc/ftrace: Fix nop of modules on 64bit LE (ABIv2)Michael Ellerman1-3/+4
2014-06-24powerpc/ftrace: Fix inverted check of create_branch()Michael Ellerman1-1/+1
2014-06-24powerpc/ftrace: Fix typo in mask of opcodeMichael Ellerman1-1/+1
2014-06-24powerpc: Add ppc_global_function_entry()Michael Ellerman1-0/+11
2014-06-24powerpc/macintosh/smu.c: Fix closing brace followed by ifRasmus Villemoes1-1/+2
2014-06-24powerpc: Remove __arch_swab*Benjamin Herrenschmidt1-43/+0
2014-06-24powerpc: Remove ancient DEBUG_SIG codeMichael Ellerman2-18/+0
2014-06-24powerpc/kerenl: Enable EEH for IO accessorsGavin Shan1-10/+10
2014-06-24drm/exynos: stop mixer before gating clocks during poweroffRahul Sharma2-0/+16
2014-06-24drm/exynos: set power state variable after enabling clocks and powerRahul Sharma1-9/+13
2014-06-24drm/exynos: disable unused windows on applyAndrzej Hajda1-0/+2
2014-06-24drm/exynos: Fix de-registration orderingSachin Kamat1-4/+4
2014-06-24drm/exynos: change zero to NULL for sparseDan Carpenter1-1/+1
2014-06-24drm/exynos: dpi: Fix NULL pointer dereference with legacy bindingsTomasz Figa1-1/+1
2014-06-24drm/exynos: hdmi: fix power order issueInki Dae1-0/+19
2014-06-24Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-21/+43
2014-06-24Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds41-189/+703
2014-06-24ocfs2/dlm: do not purge lockres that is queued for assert masterXue jiufei4-6/+55
2014-06-24ocfs2: do not return DLM_MIGRATE_RESPONSE_MASTERY_REF to avoid endless,loop d...jiangyiwen1-5/+9
2014-06-24ocfs2: manually do the iput once ocfs2_add_entry failed in ocfs2_symlink and ...jiangyiwen1-0/+27
2014-06-24ocfs2: fix a tiny race when running dirop_fileop_racerYiwen Jiang2-2/+96
2014-06-24ocfs2/dlm: fix misuse of list_move_tail() in dlm_run_purge_list()Xue jiufei1-1/+1
2014-06-24ocfs2: refcount: take rw_lock in ocfs2_reflinkWengang Wang1-0/+8
2014-06-24ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec...Xue jiufei1-6/+2
2014-06-24ocfs2: fix deadlock when two nodes are converting same lock from PR to EX and...Tariq Saeed1-5/+13
2014-06-24ocfs2: should add inode into orphan dir after updating entry in ocfs2_rename()alex chen1-11/+11
2014-06-24mm: fix crashes from mbind() merging vmasHugh Dickins1-26/+20
2014-06-24checkpatch: reduce false positives when checking void function return statementsJoe Perches1-5/+10
2014-06-24ia64: arch/ia64/include/uapi/asm/fcntl.h needs personality.hAndrew Morton1-0/+1
2014-06-24DMA, CMA: fix possible memory leakJoonsoo Kim1-1/+11
2014-06-24slab: fix oops when reading /proc/slab_allocatorsJoonsoo Kim1-19/+71
2014-06-24shmem: fix faulting into a hole while it's punchedHugh Dickins1-4/+52
2014-06-24mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins4-13/+20
2014-06-24mm: thp: fix DEBUG_PAGEALLOC oops in copy_page_rep()Hugh Dickins1-4/+35
2014-06-24kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin5-0/+73
2014-06-24nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin5-13/+38
2014-06-24Documentation/accounting/getdelays.c: add missing null-terminate after strncp...Rickard Strandqvist1-0/+1
2014-06-24drivers/memstick/host/rtsx_pci_ms.c: add cancel_work when remove driverMicky Ching1-0/+1
2014-06-24mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes3-15/+31
2014-06-24lib/Kconfig.debug: let FRAME_POINTER exclude SCORE, just like exclude most of...Chen Gang1-2/+2
2014-06-24kernel/watchdog.c: remove preemption restrictions when restarting lockup dete...Don Zickus1-2/+0
2014-06-24MAINTAINERS: SLAB maintainer updateChristoph Lameter2-3/+9
2014-06-24hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi1-28/+43
2014-06-24tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supportedHugh Dickins1-0/+3
2014-06-24mm, hotplug: probe interface is available on several platformsDavid Rientjes1-9/+6
2014-06-24kexec: save PG_head_mask in VMCOREINFOPetr Tesarik2-0/+4
2014-06-24CPU hotplug, smp: flush any pending IPI callbacks before CPU offlineSrivatsa S. Bhat1-8/+49
2014-06-24mm: nommu: per-thread vma cache fixSteven Miao1-1/+1
2014-06-24x86_32, signal: Fix vdso rt_sigreturnAndy Lutomirski1-1/+1
2014-06-24x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)Andy Lutomirski1-2/+8