summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton2014-02-141-3/+34
* [CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French2014-02-107-14/+34
* [CIFS] clean up page array when uncached write send failsSteve French2014-02-076-19/+33
* cifs: use a flexarray in cifs_writedataJeff Layton2014-02-072-8/+2
* retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French2014-02-074-8/+43
* Add protocol specific operation for CIFS xattrsSteve French2014-02-072-4/+13
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-02-0610-26/+178
|\
| * mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irqKOSAKI Motohiro2014-02-061-2/+4
| * arch/x86/mm/numa.c: fix array index overflow when synchronizing nid to memblo...Tang Chen2014-02-061-8/+11
| * arch/x86/mm/numa.c: initialize numa_kernel_nodes in numa_clear_kernel_node_ho...Tang Chen2014-02-061-1/+1
| * mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc...KOSAKI Motohiro2014-02-061-2/+3
| * mm/swap: fix race on swap_info reuse between swapoff and swaponWeijie Yang2014-02-061-1/+10
| * swap: add a simple detector for inappropriate swapin readaheadShaohua Li2014-02-062-5/+62
| * ocfs2: free allocated clusters if error occurs after ocfs2_claim_clustersZongxun Wang2014-02-063-3/+83
| * Documentation/kernel-parameters.txt: fix memmap= languageRandy Dunlap2014-02-061-4/+4
* | Merge tag 'sound-3.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-02-063-1/+39
|\ \
| * | ALSA: hda - Improve loopback path lookups for AD1983Takashi Iwai2014-02-051-0/+7
| * | ALSA: hda - Fix missing VREF setup for Mac Pro 1,1Takashi Iwai2014-02-051-1/+8
| * | ALSA: hda - Add missing mixer widget for AD1983Takashi Iwai2014-02-051-0/+1
| * | ALSA: hda/realtek - Avoid invalid COEFs for ALC271XTakashi Iwai2014-02-051-0/+3
| * | ALSA: hda - Fix silent output on Toshiba Satellite L40Takashi Iwai2014-02-041-0/+19
| * | ALSA: usb-audio: Add missing kconfig dependecyTakashi Iwai2014-02-031-0/+1
* | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-02-0619-139/+1016
|\ \ \ | |_|/ |/| |
| * | drm/radeon: allow geom rings to be setup on r600/r700 (v2)Dave Airlie2014-02-063-3/+19
| * | Merge tag 'vmwgfx-fixes-3.14-2014-02-05' of git://people.freedesktop.org/~tho...Dave Airlie2014-02-0610-130/+988
| |\ \
| | * | vmwgfx: Fix unitialized stack read in vmw_setup_otable_baseDave Jones2014-02-051-0/+1
| | * | drm/vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom2014-02-056-28/+222
| | * | drm/vmwgfx: Detect old user-space drivers and set up legacy emulation v2Thomas Hellstrom2014-02-052-16/+101
| | * | drm/vmwgfx: Emulate legacy shaders on guest-backed devices v2Thomas Hellstrom2014-02-054-78/+620
| | * | drm/vmwgfx: Fix legacy surface reference size copybackThomas Hellstrom2014-02-051-2/+2
| | * | drm/vmwgfx: Fix SET_SHADER_CONST emulation on guest-backed devicesThomas Hellstrom2014-02-051-2/+35
| | * | drm/vmwgfx: Fix regression caused by "drm/ttm: make ttm reservation calls beh...Thomas Hellstrom2014-02-051-4/+5
| | * | drm/vmwgfx: Don't commit staged bindings if execbuf failsThomas Hellstrom2014-02-051-2/+4
| * | | Merge tag 'ttm-fixes-3.14-2014-02-05' of git://people.freedesktop.org/~thomas...Dave Airlie2014-02-062-1/+4
| |\ \ \
| | * | | drm/ttm: Don't clear page metadata of imported sg pagesThomas Hellstrom2014-02-051-0/+3
| | * | | drm/ttm: Fix TTM object open regressionThomas Hellstrom2014-02-051-1/+1
| * | | | drm/mgag200,ast,cirrus: fix regression with drm_can_sleep conversionDave Airlie2014-02-063-3/+3
| * | | | drm/mgag200: fix typo causing bw limits to be ignored on some chipsDave Airlie2014-02-051-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-02-054-2/+148
|\ \ \ \
| * \ \ \ Merge tag 'mvebu-irqchip-fixes-3.13' of git://git.infradead.org/linux-mvebu i...Thomas Gleixner2014-01-221-2/+2
| |\ \ \ \
| | * | | | irqchip: armada-370-xp: fix MSI race conditionLior Amsalem2013-12-131-1/+1
| | * | | | irqchip: armada-370-xp: fix IPI race conditionLior Amsalem2013-12-131-1/+1
| * | | | | irqchip: Add support for TI-NSPIRE irqchipDaniel Tang2014-01-223-0/+146
| * | | | | irqchip: renesas-irqc: Enable mask on suspendMagnus Damm2014-01-221-1/+1
| * | | | | irqchip: renesas-irqc: Use lazy disableMagnus Damm2014-01-221-2/+0
* | | | | | Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-02-057-101/+58
|\ \ \ \ \ \
| * | | | | | xen/pvh: set CR4 flags for APsMukesh Rathor2014-02-031-0/+12
| * | | | | | Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk2014-02-036-101/+46
* | | | | | | Merge tag 'please-pull-ia64-syscalls' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-02-053-1/+5
|\ \ \ \ \ \ \
| * | | | | | | [IA64] Wire up new sched_setattr and sched_getattr syscallsTony Luck2014-01-283-1/+5
OpenPOWER on IntegriCloud