summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | DMA, CMA: fix possible memory leakJoonsoo Kim2014-06-231-1/+11
| * | slab: fix oops when reading /proc/slab_allocatorsJoonsoo Kim2014-06-231-19/+71
| * | shmem: fix faulting into a hole while it's punchedHugh Dickins2014-06-231-4/+52
| * | mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins2014-06-234-13/+20
| * | mm: thp: fix DEBUG_PAGEALLOC oops in copy_page_rep()Hugh Dickins2014-06-231-4/+35
| * | kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin2014-06-235-0/+73
| * | nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin2014-06-235-13/+38
| * | Documentation/accounting/getdelays.c: add missing null-terminate after strncp...Rickard Strandqvist2014-06-231-0/+1
| * | drivers/memstick/host/rtsx_pci_ms.c: add cancel_work when remove driverMicky Ching2014-06-231-0/+1
| * | mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes2014-06-233-15/+31
| * | lib/Kconfig.debug: let FRAME_POINTER exclude SCORE, just like exclude most of...Chen Gang2014-06-231-2/+2
| * | kernel/watchdog.c: remove preemption restrictions when restarting lockup dete...Don Zickus2014-06-231-2/+0
| * | MAINTAINERS: SLAB maintainer updateChristoph Lameter2014-06-232-3/+9
| * | hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi2014-06-231-28/+43
| * | tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supportedHugh Dickins2014-06-231-0/+3
| * | mm, hotplug: probe interface is available on several platformsDavid Rientjes2014-06-231-9/+6
| * | kexec: save PG_head_mask in VMCOREINFOPetr Tesarik2014-06-232-0/+4
| * | CPU hotplug, smp: flush any pending IPI callbacks before CPU offlineSrivatsa S. Bhat2014-06-231-8/+49
| * | mm: nommu: per-thread vma cache fixSteven Miao2014-06-231-1/+1
|/ /
* | Linux 3.16-rc2v3.16-rc2Linus Torvalds2014-06-211-1/+1