summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-06-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-06-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2014-06-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2014-06-25Merge tag 'trace-fixes-v3.16-rc1-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-06-25powerpc: Don't skip ePAPR spin-table CPUsScott Wood
2014-06-25powerpc/module: Fix TOC symbol CRCLaurent Dufour
2014-06-25powerpc/powernv: Remove OPAL v1 takeoverMichael Ellerman
2014-06-24Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds
2014-06-24Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2014-06-24aio: fix kernel memory disclosure in io_getevents() introduced in v3.10Benjamin LaHaise
2014-06-24aio: fix aio request leak when events are reaped by userspaceBenjamin LaHaise
2014-06-24powerpc/kmemleak: Do not scan the DART tableCatalin Marinas
2014-06-24selftests/powerpc: Use the test harness for the TM DSCR testMichael Ellerman
2014-06-24powerpc/cell: cbe_thermal.c: Cleaning up a variable is of the wrong typeRickard Strandqvist
2014-06-24powerpc/kprobes: Fix jprobes on ABI v2 (LE)Michael Ellerman
2014-06-24powerpc/ftrace: Use pr_fmt() to namespace error messagesMichael Ellerman
2014-06-24powerpc/ftrace: Fix nop of modules on 64bit LE (ABIv2)Michael Ellerman
2014-06-24powerpc/ftrace: Fix inverted check of create_branch()Michael Ellerman
2014-06-24powerpc/ftrace: Fix typo in mask of opcodeMichael Ellerman
2014-06-24powerpc: Add ppc_global_function_entry()Michael Ellerman
2014-06-24powerpc/macintosh/smu.c: Fix closing brace followed by ifRasmus Villemoes
2014-06-24powerpc: Remove __arch_swab*Benjamin Herrenschmidt
2014-06-24powerpc: Remove ancient DEBUG_SIG codeMichael Ellerman
2014-06-24powerpc/kerenl: Enable EEH for IO accessorsGavin Shan
2014-06-23Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-06-23Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2014-06-23ocfs2/dlm: do not purge lockres that is queued for assert masterXue jiufei
2014-06-23ocfs2: do not return DLM_MIGRATE_RESPONSE_MASTERY_REF to avoid endless,loop d...jiangyiwen
2014-06-23ocfs2: manually do the iput once ocfs2_add_entry failed in ocfs2_symlink and ...jiangyiwen
2014-06-23ocfs2: fix a tiny race when running dirop_fileop_racerYiwen Jiang
2014-06-23ocfs2/dlm: fix misuse of list_move_tail() in dlm_run_purge_list()Xue jiufei
2014-06-23ocfs2: refcount: take rw_lock in ocfs2_reflinkWengang Wang
2014-06-23ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec...Xue jiufei
2014-06-23ocfs2: fix deadlock when two nodes are converting same lock from PR to EX and...Tariq Saeed
2014-06-23ocfs2: should add inode into orphan dir after updating entry in ocfs2_rename()alex chen
2014-06-23mm: fix crashes from mbind() merging vmasHugh Dickins
2014-06-23checkpatch: reduce false positives when checking void function return statementsJoe Perches
2014-06-23ia64: arch/ia64/include/uapi/asm/fcntl.h needs personality.hAndrew Morton
2014-06-23DMA, CMA: fix possible memory leakJoonsoo Kim
2014-06-23slab: fix oops when reading /proc/slab_allocatorsJoonsoo Kim
2014-06-23shmem: fix faulting into a hole while it's punchedHugh Dickins
2014-06-23mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins
2014-06-23mm: thp: fix DEBUG_PAGEALLOC oops in copy_page_rep()Hugh Dickins
2014-06-23kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin
2014-06-23nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin
2014-06-23Documentation/accounting/getdelays.c: add missing null-terminate after strncp...Rickard Strandqvist
2014-06-23drivers/memstick/host/rtsx_pci_ms.c: add cancel_work when remove driverMicky Ching
2014-06-23mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes
2014-06-23lib/Kconfig.debug: let FRAME_POINTER exclude SCORE, just like exclude most of...Chen Gang
2014-06-23kernel/watchdog.c: remove preemption restrictions when restarting lockup dete...Don Zickus