summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-06-2521-501/+93
|\
| * powerpc: Don't skip ePAPR spin-table CPUsScott Wood2014-06-251-1/+9
| * powerpc/module: Fix TOC symbol CRCLaurent Dufour2014-06-251-1/+10
| * powerpc/powernv: Remove OPAL v1 takeoverMichael Ellerman2014-06-257-392/+2
| * powerpc/kmemleak: Do not scan the DART tableCatalin Marinas2014-06-241-0/+5
| * selftests/powerpc: Use the test harness for the TM DSCR testMichael Ellerman2014-06-242-4/+12
| * powerpc/cell: cbe_thermal.c: Cleaning up a variable is of the wrong typeRickard Strandqvist2014-06-241-1/+1
| * powerpc/kprobes: Fix jprobes on ABI v2 (LE)Michael Ellerman2014-06-241-3/+6
| * powerpc/ftrace: Use pr_fmt() to namespace error messagesMichael Ellerman2014-06-241-23/+20
| * powerpc/ftrace: Fix nop of modules on 64bit LE (ABIv2)Michael Ellerman2014-06-241-3/+4
| * powerpc/ftrace: Fix inverted check of create_branch()Michael Ellerman2014-06-241-1/+1
| * powerpc/ftrace: Fix typo in mask of opcodeMichael Ellerman2014-06-241-1/+1
| * powerpc: Add ppc_global_function_entry()Michael Ellerman2014-06-241-0/+11
| * powerpc/macintosh/smu.c: Fix closing brace followed by ifRasmus Villemoes2014-06-241-1/+2
| * powerpc: Remove __arch_swab*Benjamin Herrenschmidt2014-06-241-43/+0
| * powerpc: Remove ancient DEBUG_SIG codeMichael Ellerman2014-06-242-18/+0
| * powerpc/kerenl: Enable EEH for IO accessorsGavin Shan2014-06-241-10/+10
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2014-06-252-20/+4
|\ \
| * | vhost-scsi: don't open-code kvfreeMichael S. Tsirkin2014-06-231-10/+2
| * | vhost-net: don't open-code kvfreeRomain Francoise2014-06-231-10/+2
* | | Merge tag 'trace-fixes-v3.16-rc1-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-06-255-16/+63
|\ \ \
| * | | tracing: Add __field_struct macro for TRACE_EVENT()Steven Rostedt2014-06-212-1/+35
| * | | tracing: syscall_regfunc() should not skip kernel threadsOleg Nesterov2014-06-211-3/+1
| * | | tracing: Change syscall_*regfunc() to check PF_KTHREAD and use for_each_proce...Oleg Nesterov2014-06-211-13/+11
| * | | tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov2014-06-212-0/+17
* | | | Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds2014-06-241-2/+4
|\ \ \ \
| * | | | aio: fix kernel memory disclosure in io_getevents() introduced in v3.10Benjamin LaHaise2014-06-241-0/+3
| * | | | aio: fix aio request leak when events are reaped by userspaceBenjamin LaHaise2014-06-241-2/+1
* | | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-06-2410-20/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ARM: arm925: ensure assembly sets up writethrough mappingRussell King2014-06-201-0/+1
| * | | | ARM: perf: fix compiler warning with gcc 4.6.4 (and tidy code)Russell King2014-06-191-2/+2
| * | | | ARM: l2c: fix dependencies on PL310 errata symbolsRussell King2014-06-196-17/+16
| * | | | ARM: 8069/1: Make thread_save_fp macro aware of THUMB2 modeNikolay Borisov2014-06-171-0/+6
| * | | | ARM: 8068/1: scoop: Remove unused variableFabio Estevam2014-06-171-1/+0
| |/ / /
* | | | Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-232-21/+43
|\ \ \ \
| * | | | lz4: ensure length does not wrapGreg Kroah-Hartman2014-06-231-0/+2
| * | | | lzo: properly check for overrunsGreg Kroah-Hartman2014-06-231-21/+41
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-06-2341-189/+703
|\ \ \ \ | |_|/ / |/| | |
| * | | ocfs2/dlm: do not purge lockres that is queued for assert masterXue jiufei2014-06-234-6/+55
| * | | ocfs2: do not return DLM_MIGRATE_RESPONSE_MASTERY_REF to avoid endless,loop d...jiangyiwen2014-06-231-5/+9
| * | | ocfs2: manually do the iput once ocfs2_add_entry failed in ocfs2_symlink and ...jiangyiwen2014-06-231-0/+27
| * | | ocfs2: fix a tiny race when running dirop_fileop_racerYiwen Jiang2014-06-232-2/+96
| * | | ocfs2/dlm: fix misuse of list_move_tail() in dlm_run_purge_list()Xue jiufei2014-06-231-1/+1
| * | | ocfs2: refcount: take rw_lock in ocfs2_reflinkWengang Wang2014-06-231-0/+8
| * | | ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec...Xue jiufei2014-06-231-6/+2
| * | | ocfs2: fix deadlock when two nodes are converting same lock from PR to EX and...Tariq Saeed2014-06-231-5/+13
| * | | ocfs2: should add inode into orphan dir after updating entry in ocfs2_rename()alex chen2014-06-231-11/+11
| * | | mm: fix crashes from mbind() merging vmasHugh Dickins2014-06-231-26/+20
| * | | checkpatch: reduce false positives when checking void function return statementsJoe Perches2014-06-231-5/+10
| * | | ia64: arch/ia64/include/uapi/asm/fcntl.h needs personality.hAndrew Morton2014-06-231-0/+1
OpenPOWER on IntegriCloud