summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2018-04-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-104/+52
2018-04-22Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-20/+9
2018-04-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-546/+760
2018-04-22Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2018-04-21Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-31/+100
2018-04-21Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-32/+96
2018-04-21Merge tag 'sound-4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-8/+18
2018-04-21Merge tag 'linux-watchdog-4.17-rc2' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds-6/+15
2018-04-21Merge tag 'linux-kselftest-4.17-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+3
2018-04-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-3/+3
2018-04-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds-72/+106
2018-04-21Merge tag 'perf-urgent-for-mingo-4.17-20180420' of git://git.kernel.org/pub/s...Ingo Molnar-496/+545
2018-04-20mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox-5/+4
2018-04-20mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()Minchan Kim-1/+1
2018-04-20fs, elf: don't complain MAP_FIXED_NOREPLACE unless -EEXIST errorTetsuo Handa-4/+4
2018-04-20kexec_file: do not add extra alignment to efi memmapDave Young-3/+2
2018-04-20proc: fix /proc/loadavg regressionAlexey Dobriyan-2/+2
2018-04-20proc: revalidate kernel thread inodes to root:rootAlexey Dobriyan-0/+6
2018-04-20autofs: mount point create should honour passed in modeIan Kent-1/+1
2018-04-20MAINTAINERS: add personal addresses for Sascha and UweUwe Kleine-König-5/+10
2018-04-20kasan: add no_sanitize attribute for clang buildsAndrey Konovalov-0/+3
2018-04-20rapidio: fix rio_dma_transfer error handlingIoan Nicu-10/+9
2018-04-20mm: enable thp migration for shmem thpNaoya Horiguchi-7/+20
2018-04-20writeback: safer lock nestingGreg Thelen-26/+34
2018-04-20mm, pagemap: fix swap offset value for PMD migration entryHuang Ying-1/+5
2018-04-20mm: fix do_pages_move status handlingMichal Hocko-0/+3
2018-04-20fork: unconditionally clear stack on forkKees Cook-7/+2
2018-04-20Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds-33/+6
2018-04-20Merge tag 'mmc-v4.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds-8/+56
2018-04-20Merge tag 'md/4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds-7/+24
2018-04-20vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversionDavid Howells-1/+1
2018-04-20afs: Fix server record deletionDavid Howells-1/+8
2018-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-349/+786
2018-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-11/+39
2018-04-20Merge tag 'ecryptfs-4.17-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-21/+46
2018-04-20Merge tag 'for_v4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds-40/+63
2018-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-38/+92
2018-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-81/+163
2018-04-20Merge tag 'for-linus-4.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-22/+313
2018-04-20Merge tag 'mips_fixes_4.17_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+26
2018-04-20Merge tag 'powerpc-4.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-4/+20
2018-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-716/+998
2018-04-20perf/x86/intel/uncore: Fix SBOX support for Broadwell CPUsOskar Senft-1/+17
2018-04-20perf/x86/intel/uncore: Revert "Remove SBOX support for Broadwell server"Stephane Eranian-0/+21
2018-04-20x86/power/64: Fix page-table setup for temporary text mappingJoerg Roedel-1/+1
2018-04-19Don't leak MNT_INTERNAL away from internal mountsAl Viro-1/+2
2018-04-19MAINTAINERS: Add backup maintainers for libnvdimm and DAXDave Jiang-0/+15
2018-04-19device-dax: allow MAP_SYNC to succeedDave Jiang-0/+2
2018-04-19Revert "libnvdimm, of_pmem: workaround OF_NUMA=n build error"Dan Williams-2/+1
2018-04-19libnvdimm, of_pmem: use dev_to_node() instead of of_node_to_nid()Rob Herring-1/+1