summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-11-25Merge tag 'mtd/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2019-11-25Merge tag 'for-5.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-11-25Merge tag 'for-5.5/disk-revalidate-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25slip: Fix use-after-free Read in slip_openJouni Hogander
2019-11-25Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25Merge tag 'for-5.5/libata-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25net: dsa: sja1105: fix sja1105_parse_rgmii_delays()Oleksij Rempel
2019-11-25macvlan: schedule bc_work even if errorMenglong Dong
2019-11-25enetc: add support Credit Based Shaper(CBS) for hardware offloadPo Liu
2019-11-25net: phy: add helpers phy_(un)lock_mdio_busHeiner Kallweit
2019-11-25mdio_bus: don't use managed reset-controllerDavid Bauer
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25Merge tag 'tpmdd-next-20191112' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds
2019-11-25vfs: properly and reliably lock f_pos in fdget_pos()Linus Torvalds
2019-11-25vfs: mark pipes and sockets as stream-like file descriptorsLinus Torvalds
2019-11-25writeback: fix -Wformat compilation warningsQian Cai
2019-11-25Merge branch 'for-5.5/system-state' into for-linusPetr Mladek
2019-11-25Merge branch 'for-5.5/selftests' into for-linusPetr Mladek
2019-11-25Merge branch 'sched/rt' into sched/core, to pick up commitIngo Molnar
2019-11-25Merge tag 'kvm-ppc-next-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2019-11-25x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski
2019-11-25Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up c...Ingo Molnar
2019-11-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-11-25Merge branch 'x86/build' into x86/asm, to pick up completed topic branchIngo Molnar
2019-11-25x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make th...Ingo Molnar
2019-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski
2019-11-24ax88179_178a: add ethtool_op_get_ts_info()Andreas K. Besslein
2019-11-24Merge branch 'mlxsw-Two-small-updates'Jakub Kicinski
2019-11-24mlxsw: spectrum_router: Fix use of uninitialized adjacency indexAmit Cohen
2019-11-24mlxsw: spectrum_router: After underlay moves, demote conflicting tunnelsPetr Machata
2019-11-24bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann
2019-11-24bpf: Introduce BPF_TRACE_x helper for the tracing testsMartin KaFai Lau
2019-11-24bpf: Add bpf_jit_blinding_enabled for !CONFIG_BPF_JITDaniel Borkmann
2019-11-24Merge branch 'optimize-bpf_tail_call'Alexei Starovoitov
2019-11-24bpf, testing: Add various tail call test casesDaniel Borkmann
2019-11-24bpf, x86: Emit patchable direct jump as tail callDaniel Borkmann
2019-11-24bpf: Constant map key tracking for prog array pokesDaniel Borkmann
2019-11-24bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann
2019-11-24bpf: Add initial poke descriptor table for jit imagesDaniel Borkmann
2019-11-24bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann
2019-11-24bpf: Move bpf_free_used_maps into sleepable sectionDaniel Borkmann
2019-11-24bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumpsDaniel Borkmann
2019-11-24selftests/bpf: Add BPF trampoline performance testAlexei Starovoitov
2019-11-24Merge branch 'jmp32-reg-bounds'Alexei Starovoitov
2019-11-24selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data onlyAndrii Nakryiko
2019-11-24selftests/bpf: Add verifier tests for better jmp32 register boundsYonghong Song