aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-21ext4: Change debugging support help prefix from EXT4 to Ext4Geert Uytterhoeven1-1/+1
2019-02-21ext4: fix compile error when using BUFFER_TRACEzhangyi (F)1-1/+1
2019-02-21Merge tag 'usb-serial-5.1-rc1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman3-0/+9
2019-02-21jbd2: fix compile warning when using JBUFFER_TRACEzhangyi (F)1-8/+8
2019-02-21Merge tag 'usb-serial-5.1-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman2-19/+112
2019-02-21ext4: fix some error pointer dereferencesDan Carpenter1-0/+3
2019-02-21Merge tag 'intel_th-stm-for-greg-20190221' of git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm into char-misc-nextGreg Kroah-Hartman6-15/+32
2019-02-21workqueue: fix typo in commentLiu Song1-1/+1
2019-02-21xfs: fix uninitialized error variableColin Ian King1-1/+1
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig10-32/+116
2019-02-21xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delayChristoph Hellwig1-3/+4
2019-02-21xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig3-33/+45
2019-02-21xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig4-111/+94
2019-02-21xfs: also truncate holes covered by COW blocksChristoph Hellwig1-15/+16
2019-02-21xfs: don't use delalloc extents for COW on files with extsize hintsChristoph Hellwig3-13/+29
2019-02-21xfs: fix SEEK_DATA for speculative COW fork preallocationChristoph Hellwig3-2/+89
2019-02-21xfs: make xfs_bmbt_to_iomap more usefulChristoph Hellwig3-49/+41
2019-02-21ext4: annotate more implicit fall throughsMathieu Malaterre1-0/+6
2019-02-21ext4: annotate implicit fall throughsMathieu Malaterre1-0/+2
2019-02-21nfsd: fix performance-limiting session calculationJ. Bruce Fields1-4/+4
2019-02-21stm class: Prevent division by zeroAlexander Shishkin1-3/+5
2019-02-21stm class: Fix an endless loop in channel allocationZhi Jin1-0/+3
2019-02-21intel_th: Don't reference unassigned outputsAlexander Shishkin1-0/+4
2019-02-21tracing/perf: Use strndup_user() instead of buggy open-coded versionJann Horn1-9/+7
2019-02-21net: ethernet: ti: cpsw: deprecate cpsw-phy-sel driverGrygorii Strashko2-3/+9
2019-02-21Revert "xsk: simplify AF_XDP socket teardown"Björn Töpel1-1/+15
2019-02-21doc: trace: Fix documentation for uprobe_profileSrikar Dronamraju1-4/+3
2019-02-21svcrpc: fix UDP on servers with lots of threadsJ. Bruce Fields1-10/+10
2019-02-21s390/extmem: print DCSS range with %pxGerald Schaefer1-2/+2
2019-02-21s390/extmem: remove code for 31 bit addressing modeGerald Schaefer1-117/+12
2019-02-21pkey: Indicate old mkvp only if old and current mkvp are differentIngo Franzki1-1/+1
2019-02-21platform/x86: intel_pmc_core: Include Reserved IP for LTRRajneesh Bhardwaj2-0/+4
2019-02-21platform/x86: intel_pmc_core: Fix file permissions for ltr_showRajneesh Bhardwaj1-1/+1
2019-02-21nvme-rdma: use nr_phys_segments when map rq to sglChaitanya Kulkarni1-2/+2
2019-02-21ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with ALC294Jian-Hong Pan1-1/+4
2019-02-22powerpc: dump as a single line areas mapping a single physical page.Christophe Leroy1-6/+12
2019-02-22tools/selftest/vm: allow choosing mem size and page size in map_hugetlbChristophe Leroy1-2/+27
2019-02-22powerpc/32: Fix CONFIG_VIRT_CPU_ACCOUNTING_NATIVE for 40x/bookeChristophe Leroy1-5/+7
2019-02-22powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handlingChristophe Leroy3-12/+7
2019-02-22powerpc/603: don't handle PAGE_ACCESSED in TLB miss handlers.Christophe Leroy1-11/+13
2019-02-22powerpc/603: Don't worry about _PAGE_USER in TLB miss handlersChristophe Leroy1-9/+3
2019-02-22powerpc/603: let's handle PAGE_DIRTY directlyChristophe Leroy1-4/+2
2019-02-22powerpc/603: Don't handle _PAGE_RW and _PAGE_DIRTY on ITLB missesChristophe Leroy1-6/+2
2019-02-22powerpc/603: Don't handle kernel page TLB misses when not needChristophe Leroy1-0/+4
2019-02-22powerpc/hash32: use physical address directly in hash handlers.Christophe Leroy2-37/+31
2019-02-22powerpc/603: use physical address directly in TLB miss handlers.Christophe Leroy1-9/+6
2019-02-22powerpc/6xx: Store PGDIR physical address in a SPRGChristophe Leroy4-15/+18
2019-02-22powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASChristophe Leroy5-13/+21
2019-02-22powerpc: simplify BDI switchChristophe Leroy5-11/+9
2019-02-22powerpc/83xx: Also save/restore SPRG4-7 during suspendChristophe Leroy1-7/+27