summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-02-07bpf: Improve bucket_log calculation logicMartin KaFai Lau
2020-02-07selftests/bpf: Test freeing sockmap/sockhash with a socket in itJakub Sitnicki
2020-02-07bpf, sockhash: Synchronize_rcu before free'ing mapJakub Sitnicki
2020-02-07bpf, sockmap: Don't sleep while holding RCU lock on tear-downJakub Sitnicki
2020-02-07bpftool: Don't crash on missing xlated program instructionsToke Høiland-Jørgensen
2020-02-07bpf, sockmap: Check update requirements after lockingLorenz Bauer
2020-02-07Merge tag 'docs-5.6-2' of git://git.lwn.net/linuxLinus Torvalds
2020-02-07Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2020-02-07Merge tag 'acpi-5.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-02-07Merge tag 'pm-5.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-02-07Merge tag 'drm-next-2020-02-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-02-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2020-02-07genirq: Clarify that irq wake state is orthogonal to enable/disableStephen Boyd
2020-02-07Merge tag 'linux-watchdog-5.6-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds
2020-02-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-02-07Merge tag 'xtensa-20200206' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2020-02-07tmpfs: switch to use of invalfc()Al Viro
2020-02-07cgroup1: switch to use of errorfc() et.al.Al Viro
2020-02-07procfs: switch to use of invalfc()Al Viro
2020-02-07hugetlbfs: switch to use of invalfc()Al Viro
2020-02-07cramfs: switch to use of errofc() et.al.Al Viro
2020-02-07gfs2: switch to use of errorfc() et.al.Al Viro
2020-02-07fuse: switch to use errorfc() et.al.Al Viro
2020-02-07ceph: use errorfc() and friends instead of spelling the prefix outAl Viro
2020-02-07prefix-handling analogues of errorf() and friendsAl Viro
2020-02-07turn fs_param_is_... into functionsAl Viro
2020-02-07fs_parse: handle optional arguments sanelyAl Viro
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-07add prefix to fs_context->logAl Viro
2020-02-07ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logAl Viro
2020-02-07new primitive: __fs_parse()Al Viro
2020-02-07switch rbd and libceph to p_log-based primitivesAl Viro
2020-02-07struct p_log, variants of warnf() et.al. taking that one insteadAl Viro
2020-02-07teach logfc() to handle prefices, give it saner calling conventionsAl Viro
2020-02-07get rid of cg_invalf()Al Viro
2020-02-07get rid of fs_value_is_filename_emptyAl Viro
2020-02-07don't bother with explicit length argument for __lookup_constant()Al Viro
2020-02-07sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas
2020-02-07nfsd: make nfsd_filecache_wq variable staticChen Zhou
2020-02-07drop_monitor: Do not cancel uninitialized work itemIdo Schimmel
2020-02-07Merge branch 'mlxsw-Various-fixes'David S. Miller
2020-02-07mlxsw: spectrum_dpipe: Add missing error pathIdo Schimmel
2020-02-07mlxsw: core: Add validation of hardware device types for MGPIR registerVadim Pasternak
2020-02-07mlxsw: spectrum_router: Clear offload indication from IPv6 nexthops on abortIdo Schimmel
2020-02-07selftests: mlxsw: Add test cases for local table route replacementIdo Schimmel
2020-02-07mlxsw: spectrum_router: Prevent incorrect replacement of local table routesIdo Schimmel
2020-02-07net: dsa: microchip: enable module autoprobeRazvan Stefanescu
2020-02-07ipv6/addrconf: fix potential NULL deref in inet6_set_link_af()Eric Dumazet
2020-02-07smp/up: Make smp_call_function_single() match SMP semanticsPaul E. McKenney