summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs/cachefiles: add missing \n to kerror conversionsFabian Frederick2014-09-266-33/+33
* genalloc: fix device node resource counterVladimir Zapolskiy2014-09-261-0/+1
* drivers/rtc/rtc-efi.c: add missing module aliasPali Rohár2014-09-261-0/+1
* mm, slab: initialize object alignment on cache creationDavid Rientjes2014-09-261-9/+2
* mm: softdirty: addresses before VMAs in PTE holes aren't softdirtyPeter Feiner2014-09-261-9/+18
* ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi2014-09-261-8/+10
* nilfs2: fix data loss with mmap()Andreas Rohner2014-09-261-1/+6
* ocfs2: free vol_label in ocfs2_delete_osb()Joseph Qi2014-09-261-0/+1
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-09-2410-32/+71
|\
| * Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2014-09-258-26/+63
| |\
| | * drm/radeon/cik: use a separate counter for CP init timeoutAlex Deucher2014-09-231-2/+2
| | * drm/radeon: add PX quirk for asus K53TKAlex Deucher2014-09-221-0/+4
| | * drm/radeon: add a backlight quirk for Amilo Xi 2550Alex Deucher2014-09-221-1/+8
| | * drm/radeon: add a module parameter for backlight control (v2)Alex Deucher2014-09-223-8/+34
| | * drm/radeon: Update IH_RB_RPTR register after each processed interruptMichel Dänzer2014-09-224-4/+4
| | * drm/radeon: Make IH ring overflow debugging output more usefulMichel Dänzer2014-09-224-8/+8
| | * drm/radeon: Clear RB_OVERFLOW bit earlierMichel Dänzer2014-09-224-4/+4
| * | Merge tag 'drm-intel-fixes-2014-09-24' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-09-252-6/+8
| |\ \
| | * | drm/i915/hdmi: fix hdmi audio state readoutJani Nikula2014-09-231-1/+1
| | * | drm/i915: Don't leak command parser tables on suspend/resumeBrad Volkin2014-09-231-5/+7
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-09-2435-12/+52
|\ \ \
| * | | sparc: bpf_jit: fix loads from negative offsetsAlexei Starovoitov2014-09-242-1/+4
| * | | Merge tag 'master-2014-09-23' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-246-11/+21
| |\ \ \
| | * | | brcmfmac: Fix off by one bug in brcmf_count_20mhz_channels()Emil Goode2014-09-231-1/+1
| | * | | ath9k: Fix NULL pointer dereference on early irqWojciech Dubowik2014-09-221-1/+1
| | * | | net: rfkill: gpio: Fix clock statusLoic Poulain2014-09-221-1/+1
| | * | | Merge tag 'nfc-fixes-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...John W. Linville2014-09-223-8/+18
| | |\ \ \
| | | * | | NFC: st21nfca: Fix potential depmod dependency cycleChristophe Ricard2014-09-071-2/+3
| | | * | | NFC: st21nfcb: Fix depmod dependency cycleChristophe Ricard2014-09-071-2/+3
| | | * | | NFC: microread: Potential overflows in microread_target_discovered()Dan Carpenter2014-09-051-4/+12
| * | | | | parisc: Update defconfigs which were missing CONFIG_NET.David S. Miller2014-09-241-0/+1
| * | | | | powerpc: Update defconfigs which were missing CONFIG_NET.David S. Miller2014-09-241-0/+1
| * | | | | s390: Update defconfigs which were missing CONFIG_NET.David S. Miller2014-09-245-0/+5
| * | | | | mips: Update some more defconfigs which were missing CONFIG_NET.David S. Miller2014-09-242-0/+2
| * | | | | sparc: Set CONFIG_NET=y in defconfigsMichal Marek2014-09-241-0/+1
| * | | | | sh: Set CONFIG_NET=y in defconfigsMichal Marek2014-09-242-0/+2
| * | | | | powerpc: Set CONFIG_NET=y in defconfigsMichal Marek2014-09-245-0/+5
| * | | | | parisc: Set CONFIG_NET=y in defconfigsMichal Marek2014-09-241-0/+1
| * | | | | mips: Set CONFIG_NET=y in defconfigsMichal Marek2014-09-249-0/+9
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-09-243-1/+27
|\ \ \ \ \ \
| * | | | | | blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probeTejun Heo2014-09-243-1/+27
* | | | | | | Merge tag 'pci-v3.17-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-242-16/+6
|\ \ \ \ \ \ \
| * | | | | | | PCI: pciehp: Fix pcie_wait_cmd() timeoutYinghai Lu2014-09-221-1/+1
| * | | | | | | Revert "PCI: Make sure bus number resources stay within their parents bounds"Bjorn Helgaas2014-09-191-8/+2
| * | | | | | | Revert "PCI: Don't scan random busses in pci_scan_bridge()"Bjorn Helgaas2014-09-191-7/+3
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-09-245-3/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | crypto: aesni - disable "by8" AVX CTR optimizationMathias Krause2014-09-241-2/+2
| * | | | | | | | crypto: ccp - Check for CCP before registering crypto algsTom Lendacky2014-09-243-0/+30
| * | | | | | | | crypto: qat - Enable all 32 IRQsTadeusz Struk2014-09-181-1/+1
* | | | | | | | | Merge tag 'media/v3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-09-2413-40/+119
|\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud