summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm, memcg: proportional memory.{low,min} reclaimChris Down2019-10-074-12/+115
* mm/vmpressure.c: fix a signedness bug in vmpressure_register_event()Dan Carpenter2019-10-071-9/+11
* mm/page_alloc.c: fix a crash in free_pages_prepare()Qian Cai2019-10-071-1/+7
* mm/z3fold.c: claim page in the beginning of freeVitaly Wool2019-10-071-2/+8
* kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko2019-10-071-2/+2
* memcg: only record foreign writebacks with dirty pages when memcg is not disa...Baoquan He2019-10-071-0/+3
* mm: fix -Wmissing-prototypes warningsYi Wang2019-10-072-2/+2
* writeback: fix use-after-free in finish_writeback_work()Tejun Heo2019-10-071-2/+7
* mm/memremap: drop unused SECTION_SIZE and SECTION_MASKAnshuman Khandual2019-10-071-2/+0
* panic: ensure preemption is disabled during panic()Will Deacon2019-10-071-0/+1
* fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Jia-Ju Bai2019-10-071-1/+1
* fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Jia-Ju Bai2019-10-071-1/+2
* fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Jia-Ju Bai2019-10-071-33/+23
* ocfs2: clear zero in unaligned direct IOJia Guo2019-10-071-1/+21
* Merge tag 'mips_fixes_5.4_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-10-0416-313/+41
|\
| * MIPS: fw/arc: Remove unused addr variablePaul Burton2019-10-041-1/+0
| * MIPS: pmcs-msp71xx: Remove unused addr variablePaul Burton2019-10-031-1/+0
| * MIPS: pmcs-msp71xx: Add missing MAX_PROM_MEM definitionPaul Burton2019-10-031-1/+2
| * mips: Loongson: Fix the link time qualifier of 'serial_exit()'Christophe JAILLET2019-10-021-1/+1
| * MIPS: init: Prevent adding memory before PHYS_OFFSETThomas Bogendoerfer2019-10-021-0/+3
| * MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem startThomas Bogendoerfer2019-10-021-1/+1
| * MIPS: VDSO: Fix build for binutils < 2.25Paul Burton2019-10-021-1/+1
| * MIPS: VDSO: Remove unused gettimeofday.cPaul Burton2019-10-021-269/+0
| * MIPS: Wire up clone3 syscallPaul Burton2019-10-025-3/+5
| * MIPS: octeon: Include required header; fix octeon ethernet buildPaul Burton2019-10-021-0/+1
| * MIPS: cpu-bugs64: Mark inline functions as __always_inlineJiaxun Yang2019-10-011-6/+8
| * MIPS: dts: ar9331: fix interrupt-controller sizeOleksij Rempel2019-09-301-1/+1
| * MIPS: Loongson64: Fix boot failure after dropping boot_mem_mapHuacai Chen2019-09-302-28/+18
* | Merge tag 'riscv/for-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-10-043-2/+32
|\ \
| * | riscv: Fix memblock reservation for device tree blobAlbert Ou2019-10-011-1/+11
| * | RISC-V: Clear load reservations while restoring hart contextsPalmer Dabbelt2019-10-012-1/+21
| |/
* | Merge tag 'devicetree-fixes-for-5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-044-6/+5
|\ \
| * | dt-bindings: phy: lantiq: Fix Property NameMaxime Ripard2019-10-021-1/+1
| * | dt-bindings: iio: ad7192: Fix DTC warning in the exampleMaxime Ripard2019-10-021-0/+3
| * | dt-bindings: iio: ad7192: Fix Regulator PropertiesMaxime Ripard2019-10-021-4/+0
| * | dt-bindings: media: rc: Fix redundant stringMaxime Ripard2019-10-021-1/+0
| * | dt-bindings: dsp: Fix fsl,dsp exampleMaxime Ripard2019-10-021-0/+1
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-10-0423-182/+584
|\ \
| * | KVM: x86: omit "impossible" pmu MSRs from MSR listPaolo Bonzini2019-10-041-16/+2
| * | KVM: nVMX: Fix consistency check on injected exception error codeSean Christopherson2019-10-031-1/+1
| * | Merge tag 'kvmarm-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-10-034-54/+25
| |\ \
| | * | KVM: arm/arm64: vgic: Use the appropriate TRACE_INCLUDE_PATHZenghui Yu2019-09-111-1/+1
| | * | arm64: KVM: Kill hyp_alternate_select()Marc Zyngier2019-09-091-24/+0
| | * | arm64: KVM: Replace hyp_alternate_select with has_vhe()Marc Zyngier2019-09-091-14/+22
| | * | arm64: KVM: Drop hyp_alternate_select for checking for ARM64_WORKAROUND_834220Marc Zyngier2019-09-091-15/+2
| * | | KVM: x86: omit absent pmu MSRs from MSR listPaolo Bonzini2019-10-031-2/+12
| * | | selftests: kvm: Fix libkvm build errorShuah Khan2019-10-031-1/+1
| * | | kvm: vmx: Limit guest PMCs to those supported on the hostJim Mattson2019-10-011-2/+5
| * | | kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini2019-09-304-10/+16
| * | | KVM: selftests: x86: clarify what is reported on KVM_GET_MSRS failureVitaly Kuznetsov2019-09-271-1/+1