summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* be2iscsi: add an missing goto in error pathTomas Henzl2014-06-251-0/+2
* 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
* | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-216-0/+1216
|\ \
| * \ Merge tag 'v3.16-rc1' into i2c/for-nextWolfram Sang2014-06-172435-46522/+105768
| |\ \ | | |/
| * | i2c: sun6-p2wi: fix call to snprintfBoris BREZILLON2014-06-171-1/+1
| * | i2c: rk3x: add NULL entry to the end of_device_id arrayDan Carpenter2014-06-121-0/+1
| * | i2c: sun6i-p2wi: use proper return value in probeWolfram Sang2014-06-121-1/+1
| * | i2c: sunxi: add P2WI (Push/Pull 2 Wire Interface) controller supportBoris BREZILLON2014-06-123-0/+359
| * | i2c: sunxi: add P2WI DT bindings documentationBoris BREZILLON2014-06-121-0/+41
| * | i2c: rk3x: add driver for Rockchip RK3xxx SoC I2C adapterMax Schwarz2014-06-124-0/+815
* | | Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-06-212-1/+7
|\ \ \
| * | | locks: set fl_owner for leases back to current->filesJeff Layton2014-06-101-1/+1
| * | | locks: add missing memory barrier in break_delegJeff Layton2014-06-101-0/+6
* | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2014-06-214-11/+12
|\ \ \ \
| * | | | kbuild: fix a typo in a kbuild documentMasahiro Yamada2014-06-181-1/+1
OpenPOWER on IntegriCloud