summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: fix use-after-free in dio_bio_completeMike Krinkin2016-01-301-1/+1
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-01-293-0/+11
|\
| * ARM: wire up copy_file_range() syscallRussell King2016-01-272-0/+2
| * ARM: 8500/1: fix atags_to_fdt with stack-protector-strongKees Cook2016-01-261-0/+9
* | Merge tag 'powerpc-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-2911-56/+35
|\ \
| * | powerpc/mm: Fixup _HPAGE_CHG_MASKAneesh Kumar K.V2016-01-281-1/+3
| * | powerpc/perf: Remove PPMU_HAS_SSLOT flag for Power8Madhavan Srinivasan2016-01-281-1/+1
| * | powerpc/eeh: Fix PE location codeGavin Shan2016-01-271-18/+15
| * | powerpc/mm: Allow user space to map rtas_rmo_bufVasant Hegde2016-01-251-2/+2
| * | powerpc: Remove newly added extra definition of pmd_dirtyStephen Rothwell2016-01-211-1/+0
| * | powerpc: Simplify module TOC handlingAlan Modra2016-01-213-32/+11
| * | powerpc: Wire up copy_file_range() syscallChandan Rajendra2016-01-213-1/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-01-2937-189/+192
|\ \ \
| * | | s390/cio: update measurement characteristicsSebastian Ott2016-01-262-9/+20
| * | | s390/cio: ensure consistent measurement stateSebastian Ott2016-01-262-12/+13
| * | | s390/cio: fix measurement characteristics memleakSebastian Ott2016-01-263-18/+6
| * | | s390/zcrypt: Fix cryptographic device id in kernel messagesIngo Tuchscherer2016-01-263-20/+24
| * | | s390/pci: remove iomap sanity checksSebastian Ott2016-01-261-9/+4
| * | | s390/pci: set error state for unusable functionsSebastian Ott2016-01-261-0/+5
| * | | s390/pci: fix bar checkSebastian Ott2016-01-261-1/+1
| * | | s390/pci: resize iomapSebastian Ott2016-01-261-12/+22
| * | | s390/pci: improve ZPCI_* macrosSebastian Ott2016-01-262-7/+10
| * | | s390/pci: provide ZPCI_ADDR macroSebastian Ott2016-01-262-7/+4
| * | | s390/pci: adjust IOMAP_MAX_ENTRIESSebastian Ott2016-01-261-1/+1
| * | | s390/numa: move numa_init_late() from device to arch_initcallMichael Holzheu2016-01-261-1/+1
| * | | s390: remove all usages of PSW_ADDR_INSNHeiko Carstens2016-01-1914-49/+41
| * | | s390: remove all usages of PSW_ADDR_AMODEHeiko Carstens2016-01-1910-33/+28
| * | | s390: wire up copy_file_range syscallHeiko Carstens2016-01-193-1/+4
| * | | s390: remove superfluous memblock_alloc() return value checksHeiko Carstens2016-01-193-6/+0
| * | | s390/numa: allocate memory with correct alignmentHeiko Carstens2016-01-191-1/+1
| * | | s390/irqflags: optimize irq restoreChristian Borntraeger2016-01-192-3/+8
| * | | s390/mm: use TASK_MAX_SIZE where applicableDominik Dingel2016-01-192-7/+7
* | | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-2911-32/+113
|\ \ \ \
| * | | | Revert "btrfs: synchronize incompat feature bits with sysfs files"Chris Mason2016-01-294-17/+0
| * | | | btrfs: don't use GFP_HIGHMEM for free-space-tree bitmap kzallocChris Mason2016-01-271-1/+1
| * | | | Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2016-01-276-18/+34
| |\ \ \ \
| | * | | | btrfs: add free space tree to the cow-only listDavid Sterba2016-01-251-1/+2
| | * | | | btrfs: add free space tree to lockdep classesDavid Sterba2016-01-251-0/+1
| | * | | | btrfs: tweak free space tree bitmap allocationDavid Sterba2016-01-221-2/+16
| | * | | | btrfs: tests: switch to GFP_KERNELDavid Sterba2016-01-223-15/+15
| * | | | | btrfs: sysfs: check initialization state before updating featuresDavid Sterba2016-01-271-0/+3
| * | | | | Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"David Sterba2016-01-251-1/+0
| * | | | | btrfs: async-thread: Fix a use-after-free error for traceQu Wenruo2016-01-251-1/+1
| * | | | | Btrfs: fix race between fsync and lockless direct IO writesFilipe Manana2016-01-252-11/+39
| * | | | | Merge branch 'fix/fst-sysfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-01-256-1/+53
| |\ \ \ \ \
| | * | | | | btrfs: synchronize incompat feature bits with sysfs filesDavid Sterba2016-01-214-0/+17
| | * | | | | btrfs: sysfs: introduce helper for syncing bits with sysfs filesDavid Sterba2016-01-212-0/+33
| | * | | | | btrfs: sysfs: add free-space-tree bit attributeDavid Sterba2016-01-211-0/+2
| | * | | | | btrfs: sysfs: fix typo in compat_ro attribute definitionDavid Sterba2016-01-201-1/+1
| | |/ / / /
* | | | | | Merge tag 'pm+acpi-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-01-2911-45/+45
|\ \ \ \ \ \