summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-0513-22/+76
|\
| * Documentation: riscv: add patch acceptance guidelinesPaul Walmsley2020-01-044-0/+38
| * riscv: prefix IRQ_ macro names with an RV_ namespacePaul Walmsley2020-01-043-13/+13
| * clocksource: riscv: add notrace to riscv_sched_clockZong Li2020-01-041-1/+1
| * riscv: ftrace: correct the condition logic in function graph tracerZong Li2020-01-031-1/+1
| * riscv: dts: Add DT support for SiFive L2 cache controllerYash Shah2020-01-031-0/+15
| * riscv: gcov: enable gcov for RISC-VZong Li2020-01-032-1/+2
| * riscv: mm: use __pa_symbol for kernel symbolsZong Li2020-01-031-6/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-0432-90/+166
|\ \
| * | hexagon: define ioremap_ucNick Desaulniers2020-01-041-0/+1
| * | ocfs2: fix the crash due to call ocfs2_get_dlm_debug once lessGang He2020-01-041-0/+1
| * | ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li2020-01-041-0/+8
| * | mm/hugetlb: defer freeing of huge pages if in non-task contextWaiman Long2020-01-041-1/+50
| * | mm/gup: fix memory leak in __gup_benchmark_ioctlNavid Emamdoost2020-01-041-2/+6
| * | mm/oom: fix pgtables units mismatch in Killed process messageIlya Dryomov2020-01-041-1/+1
| * | fs/posix_acl.c: fix kernel-doc warningsRandy Dunlap2020-01-041-2/+5
| * | hexagon: work around compiler crashNick Desaulniers2020-01-041-3/+1
| * | hexagon: parenthesize registers in asm predicatesNick Desaulniers2020-01-046-23/+23
| * | fs/namespace.c: make to_mnt_ns() staticEric Biggers2020-01-041-1/+1
| * | fs/nsfs.c: include headers for missing declarationsEric Biggers2020-01-041-0/+3
| * | fs/direct-io.c: include fs/internal.h for missing prototypeEric Biggers2020-01-041-0/+2
| * | mm: move_pages: return valid node id in status if the page is already on the ...Yang Shi2020-01-041-6/+17
| * | memcg: account security cred as well to kmemcgShakeel Butt2020-01-041-3/+3
| * | kcov: fix struct layout for kcov_remote_argAndrey Konovalov2020-01-042-10/+10
| * | mm/zsmalloc.c: fix the migrated zspage statistics.Chanho Min2020-01-041-0/+5
| * | mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-0410-38/+29
* | | Merge tag 'apparmor-pr-2020-01-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-045-47/+55
|\ \ \
| * | | apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen2020-01-043-42/+46
| * | | apparmor: only get a label reference if the fast path check failsJohn Johansen2020-01-021-4/+8
| * | | apparmor: fix bind mounts aborting with -ENOMEMPatrick Steinhardt2020-01-021-1/+1
| | |/ | |/|
* | | Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-049-19/+73
|\ \ \ | |_|/ |/| |
| * | MIPS: Avoid VDSO ABI breakage due to global register variablePaul Burton2020-01-021-1/+19
| * | MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in KconfigAlexander Lobakin2019-12-182-2/+2
| * | MIPS: BPF: Disable MIPS32 eBPF JITPaul Burton2019-12-181-1/+1
| * | MIPS: Prevent link failure with kcov instrumentationJouni Hogander2019-12-181-0/+3
| * | MIPS: Kconfig: Use correct form for 'depends on'Joe Perches2019-12-021-1/+1
| * | mips: Fix gettimeofday() in the vdso libraryVincenzo Frascino2019-12-022-13/+20
| * | MIPS: Fix boot on Fuloong2 systemsGuenter Roeck2019-11-271-1/+2
| * | mips: cacheinfo: report shared CPU mapVladimir Kondratiev2019-11-261-1/+26
* | | Merge tag 'dmaengine-fix-5.5-rc5' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2020-01-045-8/+18
|\ \ \
| * | | ioat: ioat_alloc_ring() failure handling.Alexander.Barabash@dell.com2019-12-271-1/+2
| * | | dmaengine: virt-dma: Fix access after free in vchan_complete()Peter Ujfalusi2019-12-231-2/+1
| * | | dmaengine: k3dma: Avoid null pointer traversalJohn Stultz2019-12-231-3/+9
| * | | dmaengine: dma-jz4780: Also break descriptor chains on JZ4725BPaul Cercueil2019-12-111-1/+2
| * | | dmaengine: Fix access to uninitialized dma_slave_capsLukas Wunner2019-12-111-1/+4
* | | | Merge tag 'media/v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-01-043-18/+41
|\ \ \ \
| * | | | media: intel-ipu3: Align struct ipu3_uapi_awb_fr_config_s to 32 bytesSakari Ailus2020-01-031-1/+1
| * | | | media: pulse8-cec: fix lost cec_transmit_attempt_done() callHans Verkuil2019-12-131-4/+13
| * | | | media: cec: check 'transmit_in_progress', not 'transmitting'Hans Verkuil2019-12-131-8/+12
| * | | | media: cec: avoid decrementing transmit_queue_sz if it is 0Hans Verkuil2019-12-131-2/+12