summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* udf: Don't corrupt unalloc spacetable when writing itSteven J. Magnani2015-07-091-12/+7
* Fix broken audit tests for exec arg lenLinus Torvalds2015-07-081-2/+1
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-07-0714-69/+198
|\
| * Merge branches 'fixes' and 'ioremap' into for-linusRussell King2015-07-079304-236061/+993361
| |\
| | * ARM: avoid unwanted GCC memset()/memcpy() optimisations for IO variantsRussell King2015-07-034-3/+16
| | * ARM: pgtable: document mapping typesRussell King2015-07-031-1/+30
| | * ARM: io: convert ioremap*() to functionsRussell King2015-07-033-34/+62
| | * ARM: io: fix ioremap_wt() implementationRussell King2015-07-031-1/+1
| | * ARM: io: document ARM specific behaviour of ioremap*() implementationsRussell King2015-07-031-3/+39
| * | ARM: fix lockdep unannotated irqs-off warningRussell King2015-07-031-1/+1
| * | ARM: 8397/1: fix vdsomunge not to depend on glibc specific error.hSzabolcs Nagy2015-07-031-23/+33
| * | ARM: add helpful message when truncating physical memoryRussell King2015-06-291-0/+6
| * | ARM: add help text for HIGHPTE configuration entryRussell King2015-06-291-0/+6
| * | ARM: fix DEBUG_SET_MODULE_RONX build dependenciesRussell King2015-06-291-1/+1
| * | ARM: 8396/1: use phys_addr_t in pfn_to_kaddr()Vitaly Andrianov2015-06-291-1/+1
| * | ARM: 8394/1: update memblock limit after mapping lowmemLaura Abbott2015-06-291-0/+1
| * | ARM: 8393/1: smp: Fix suspicious RCU usage with ipi tracepointsStephen Boyd2015-06-291-2/+2
* | | mei: nfc: fix deadlock on shutdown/suspend pathTomas Winkler2015-07-073-19/+2
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-0613-43/+995
|\ \ \
| * | | perf/x86: Fix copy_from_user_nmi() return if range is not okYann Droneaud2015-07-061-1/+1
| * | | perf: Fix AUX buffer refcountingPeter Zijlstra2015-07-063-10/+35
| * | | Merge branch 'perf/rbtree_copy' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-07-069-32/+959
| |\ \ \
| | * | | tools: Copy rbtree_augmented.h from the kernelArnaldo Carvalho de Melo2015-07-053-3/+246
| | * | | tools: Move rbtree.h from tools/perf/Arnaldo Carvalho de Melo2015-07-052-0/+1
| | * | | tools: Copy lib/rbtree.c to tools/lib/Arnaldo Carvalho de Melo2015-07-054-12/+550
| | * | | perf tools: Copy rbtree.h from the kernelArnaldo Carvalho de Melo2015-07-052-3/+90
| | * | | tools: Adopt {READ,WRITE_ONCE} from the kernelArnaldo Carvalho de Melo2015-07-051-0/+58
* | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-055-21/+47
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2015-07-051-11/+5
| * | | | ext4: correctly migrate a file with a hole at the beginningEryu Guan2015-07-041-4/+5
| * | | | ext4: be more strict when migrating to non-extent based fileEryu Guan2015-07-031-1/+11
| * | | | ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner2015-07-031-3/+12
| * | | | ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov2015-07-021-3/+3
| * | | | bufferhead: Add _gfp version for sb_getblk()Nikolay Borisov2015-07-021-0/+7
| * | | | ext4: fix fencepost error in lazytime optimizationTheodore Ts'o2015-07-011-1/+6
* | | | | Linux 4.2-rc1v4.2-rc1Linus Torvalds2015-07-051-2/+2
* | | | | Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds2015-07-057-45/+1004
|\ \ \ \ \
| * | | | | intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driverqipeng.zha2015-06-295-0/+864
| * | | | | tc1100-wmi: Delete an unnecessary check before the function call "kfree"Markus Elfring2015-06-261-1/+1
| * | | | | dell-laptop: Fix allocating & freeing SMI buffer pagePali Rohár2015-06-241-5/+3
| * | | | | dell-laptop: Show info about WiGig and UWB in debugfsPali Rohár2015-06-221-0/+17
| * | | | | dell-laptop: Update information about wireless controlPali Rohár2015-06-221-39/+119
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-0499-553/+784
|\ \ \ \ \ \
| * | | | | | 9p: cope with bogus responses from server in p9_client_{read,write}Al Viro2015-07-041-0/+8
| * | | | | | p9_client_write(): avoid double p9_free_req()Al Viro2015-07-041-0/+1
| * | | | | | 9p: forgetting to cancel request on interrupted zero-copy RPCAl Viro2015-07-041-1/+2
| * | | | | | dax: bdev_direct_access() may sleepMatthew Wilcox2015-07-041-0/+6
| * | | | | | block: Add support for DAX reads/writes to block devicesMatthew Wilcox2015-07-042-2/+8
| * | | | | | dax: Use copy_from_iter_nocacheMatthew Wilcox2015-07-041-1/+1
| * | | | | | dax: Add block size note to documentationMatthew Wilcox2015-07-041-2/+4