summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ocfs2/dlm: fix misuse of list_move_tail() in dlm_run_purge_list()Xue jiufei2014-06-241-1/+1
* ocfs2: refcount: take rw_lock in ocfs2_reflinkWengang Wang2014-06-241-0/+8
* ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec...Xue jiufei2014-06-241-6/+2Star
* ocfs2: fix deadlock when two nodes are converting same lock from PR to EX and...Tariq Saeed2014-06-241-5/+13
* ocfs2: should add inode into orphan dir after updating entry in ocfs2_rename()alex chen2014-06-241-11/+11
* mm: fix crashes from mbind() merging vmasHugh Dickins2014-06-241-26/+20Star
* checkpatch: reduce false positives when checking void function return statementsJoe Perches2014-06-241-5/+10
* ia64: arch/ia64/include/uapi/asm/fcntl.h needs personality.hAndrew Morton2014-06-241-0/+1
* DMA, CMA: fix possible memory leakJoonsoo Kim2014-06-241-1/+11
* slab: fix oops when reading /proc/slab_allocatorsJoonsoo Kim2014-06-241-19/+71
* shmem: fix faulting into a hole while it's punchedHugh Dickins2014-06-241-4/+52
* mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins2014-06-244-13/+20
* mm: thp: fix DEBUG_PAGEALLOC oops in copy_page_rep()Hugh Dickins2014-06-241-4/+35
* kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin2014-06-245-0/+73
* nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin2014-06-245-13/+38
* Documentation/accounting/getdelays.c: add missing null-terminate after strncp...Rickard Strandqvist2014-06-241-0/+1
* drivers/memstick/host/rtsx_pci_ms.c: add cancel_work when remove driverMicky Ching2014-06-241-0/+1
* mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes2014-06-243-15/+31
* lib/Kconfig.debug: let FRAME_POINTER exclude SCORE, just like exclude most of...Chen Gang2014-06-241-2/+2
* kernel/watchdog.c: remove preemption restrictions when restarting lockup dete...Don Zickus2014-06-241-2/+0Star
* MAINTAINERS: SLAB maintainer updateChristoph Lameter2014-06-242-3/+9
* hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi2014-06-241-28/+43
* tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supportedHugh Dickins2014-06-241-0/+3
* mm, hotplug: probe interface is available on several platformsDavid Rientjes2014-06-241-9/+6Star
* kexec: save PG_head_mask in VMCOREINFOPetr Tesarik2014-06-242-0/+4
* CPU hotplug, smp: flush any pending IPI callbacks before CPU offlineSrivatsa S. Bhat2014-06-241-8/+49
* mm: nommu: per-thread vma cache fixSteven Miao2014-06-241-1/+1
* Linux 3.16-rc2Linus Torvalds2014-06-221-1/+1
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-226-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-222-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-224-11/+12
|\ \ \ \
| * | | | kbuild: fix a typo in a kbuild documentMasahiro Yamada2014-06-181-1/+1
| * | | | builddeb: fix missing headers in linux-headers packageFathi Boudra2014-06-181-1/+3
| * | | | Documentation: Fix DocBook build with relative $(srctree)Michal Marek2014-06-181-2/+2
| * | | | kbuild: Fix tar-pkg with relative $(objtree)Michal Marek2014-06-181-2/+1Star
| * | | | deb-pkg: Fix for relative pathsMichal Marek2014-06-181-5/+5
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-2211-172/+359
|\ \ \ \
| * | | | Btrfs: fix wrong error handle when the device is missing or is not writeableMiao Xie2014-06-191-7/+15
| * | | | Btrfs: fix deadlock when mounting a degraded fsMiao Xie2014-06-192-1/+9
| * | | | Btrfs: use bio_endio_nodec instead of open codeMiao Xie2014-06-191-8/+1Star
| * | | | Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong2014-06-193-7/+6Star