summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'simplify-do_wp_page'Linus Torvalds2020-09-048-120/+29
|\
| * mm: Add PGREUSE counterPeter Xu2020-09-043-0/+3
| * mm/gup: Remove enfornced COW mechanismPeter Xu2020-09-043-46/+9
| * mm/ksm: Remove reuse_ksm_page()Peter Xu2020-09-042-32/+0
| * mm: do_wp_page() simplificationLinus Torvalds2020-09-041-42/+17
* | gcov: Disable gcov build with GCC 10Leon Romanovsky2020-09-041-0/+1
* | init: fix error check in clean_path()Barret Rhoden2020-09-041-1/+1
* | Merge tag 'perf-tools-fixes-for-v5.9-2020-09-03' of git://git.kernel.org/pub/...Linus Torvalds2020-09-0411-18/+49
|\ \
| * | perf tools: Add bpf image check to __map__is_kmoduleJiri Olsa2020-09-033-7/+24
| * | perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips2020-09-032-0/+8
| * | perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session...YueHaibing2020-09-031-2/+2
| * | perf stat: Turn off summary for interval mode by defaultJin Yao2020-09-033-3/+9
| * | libtraceevent: Fix build warning on 32-bit archesTzvetomir Stoyanov (VMware)2020-09-031-1/+1
| * | perf jevents: Fix suspicious code in fixregex()Namhyung Kim2020-09-031-1/+1
| * | perf parse-events: Use uintptr_t when casting numbers to pointersArnaldo Carvalho de Melo2020-09-031-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-04110-599/+1068
|\ \ \
| * \ \ Merge branch 'smc-fixes'David S. Miller2020-09-043-8/+25
| |\ \ \
| | * | | net/smc: fix sock refcounting in case of terminationUrsula Braun2020-09-041-7/+8
| | * | | net/smc: reset sndbuf_desc if freedUrsula Braun2020-09-041-0/+1
| | * | | net/smc: set rx_off for SMCR explicitlyUrsula Braun2020-09-041-0/+2
| | * | | net/smc: fix toleration of fake add_link messagesKarsten Graul2020-09-041-1/+14
| |/ / /
| * | | tg3: Fix soft lockup when tg3_reset_task() fails.Michael Chan2020-09-031-4/+13
| * | | doc: net: dsa: Fix typo in config code samplePaul Barker2020-09-031-1/+1
| * | | net: dp83867: Fix WoL SecureOn passwordDan Murphy2020-09-031-2/+2
| * | | nfp: flower: fix ABI mismatch between driver and firmwareLouis Peens2020-09-031-0/+2
| * | | tipc: fix shutdown() of connectionless socketTetsuo Handa2020-09-031-3/+6
| * | | ipv6: Fix sysctl max for fib_multipath_hash_policyIdo Schimmel2020-09-031-1/+2
| * | | drivers/net/wan/hdlc: Change the default of hard_header_len to 0Xie He2020-09-031-1/+1
| * | | net: gemini: Fix another missing clk_disable_unprepare() in probeDan Carpenter2020-09-031-17/+17
| * | | net: bcmgenet: fix mask check in bcmgenet_validate_flow()Denis Efremov2020-09-021-1/+1
| * | | amd-xgbe: Add support for new port modeShyam Sundar S K2020-09-021-0/+13
| * | | net: usb: dm9601: Add USB ID of Keenetic Plus DSLKamil Lorenc2020-09-021-0/+4
| * | | vhost: fix typo in error messageYunsheng Lin2020-09-021-1/+1
| * | | net: ethernet: mlx4: Fix memory allocation in mlx4_buddy_init()Shung-Hsi Yu2020-09-011-1/+1
| * | | pktgen: fix error message with wrong function nameLeesoo Ahn2020-09-011-1/+1
| * | | net: ethernet: ti: am65-cpsw: fix rmii 100Mbit link modeGrygorii Strashko2020-08-311-0/+2
| * | | cxgb4: fix thermal zone device registrationPotnuri Bharat Teja2020-08-311-2/+6
| * | | drivers/net/wan/hdlc_cisco: Add hard_header_lenXie He2020-08-311-0/+1
| * | | ionic: fix txrx work accountingShannon Nelson2020-08-311-10/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-3112-91/+92
| |\ \ \
| | * | | netfilter: conntrack: do not auto-delete clash entries on replyFlorian Westphal2020-08-292-17/+11
| | * | | selftests: netfilter: add command usageFabian Frederick2020-08-281-0/+11
| | * | | selftests: netfilter: simplify command testingFabian Frederick2020-08-281-23/+11
| | * | | selftests: netfilter: remove unused variable in make_file()Fabian Frederick2020-08-281-3/+2
| | * | | selftests: netfilter: exit on invalid parametersFabian Frederick2020-08-281-3/+12
| | * | | selftests: netfilter: fix header exampleFabian Frederick2020-08-281-1/+1
| | * | | netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso2020-08-285-40/+40
| | * | | netfilter: delete repeated wordsRandy Dunlap2020-08-284-4/+4
| * | | | tipc: fix using smp_processor_id() in preemptibleTuong Lien2020-08-311-3/+9
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-294-4/+7
| |\ \ \ \ | | |/ / / | |/| | |