summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* | | | | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2014-02-054-106/+668
|\ \ \ \ \
| * | | | | NVMe: Namespace use after free on surprise removalKeith Busch2014-02-021-13/+42
| * | | | | NVMe: Correct uses of INIT_WORKMatthew Wilcox2014-01-291-4/+5
| * | | | | NVMe: Include device and queue numbers in interrupt nameMatthew Wilcox2014-01-271-5/+9
| * | | | | NVMe: Add a pci_driver shutdown methodKeith Busch2014-01-271-0/+7
| * | | | | NVMe: Disable admin queue on init failureKeith Busch2014-01-271-5/+6
| * | | | | NVMe: Dynamically allocate partition numbersMatthew Wilcox2014-01-271-33/+3
| * | | | | NVMe: Async IO queue deletionKeith Busch2014-01-271-12/+217
| * | | | | NVMe: Surprise removal handlingKeith Busch2014-01-271-3/+10
| * | | | | NVMe: Abort timed out commandsKeith Busch2014-01-273-1/+79
| * | | | | NVMe: Schedule reset for failed controllersKeith Busch2014-01-272-2/+20
| * | | | | NVMe: Device resume error handlingKeith Busch2013-12-162-15/+94
| * | | | | NVMe: Cache dev->pci_dev in a local pointerMatthew Wilcox2013-12-161-4/+4
| * | | | | NVMe: Fix lockdep warningsMatthew Wilcox2013-12-161-6/+6
| * | | | | NVMe: compat SG_IO ioctlKeith Busch2013-12-163-1/+165
| * | | | | NVMe: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-11-181-3/+2
| * | | | | NVMe: Avoid shift operation when writing cq head doorbellHaiyan Hu2013-11-182-6/+6
* | | | | | Merge tag 'regulator-v3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-02-053-3/+11
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge remote-tracking branches 'regulator/fix/ab3100' and 'regulator/fix/s2mp...Mark Brown2014-02-042-2/+3
| |\ \ \ \ \ \ \
| | | * | | | | | regulator: s2mps11: Fix NULL pointer of_node value when using platform dataKrzysztof Kozlowski2014-01-311-0/+1
| | * | | | | | | regulator: ab3100: cast fixLinus Walleij2014-01-231-2/+2
| * | | | | | | | Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown2014-02-041-1/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | regulator: core: Correct default return value for full constraintsMark Brown2014-01-281-1/+8
| | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-02-052-52/+108
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | crypto: s390 - fix des and des3_ede ctr concurrency issueHarald Freudenberger2014-01-301-21/+48
| * | | | | | | | | crypto: s390 - fix des and des3_ede cbc concurrency issueHarald Freudenberger2014-01-301-12/+14
| * | | | | | | | | crypto: s390 - fix concurrency issue in aes-ctr modeHarald Freudenberger2014-01-301-19/+46
* | | | | | | | | | x86: Disable CONFIG_X86_DECODER_SELFTEST in allmod/allyesconfigsIngo Molnar2014-02-051-0/+1
* | | | | | | | | | execve: use 'struct filename *' for executable name passingLinus Torvalds2014-02-059-43/+58
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-02-045-8/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Btrfs: use late_initcall instead of module_initFilipe David Borba Manana2014-02-031-1/+1
| * | | | | | | | | | Btrfs: use btrfs_crc32c everywhere instead of libcrc32cFilipe David Borba Manana2014-02-033-6/+6
| * | | | | | | | | | Btrfs: disable snapshot aware defrag for nowJosef Bacik2014-02-031-1/+1
* | | | | | | | | | | Merge tag 'nfs-for-3.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-02-047-39/+52
|\ \ \ \ \ \ \ \ \ \ \