aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-27objtool: Add CONFIG_HAVE_UACCESS_VALIDATIONJosh Poimboeuf4-2/+9
2022-05-27x86/mm: Use PAGE_ALIGNED(x) instead of IS_ALIGNED(x, PAGE_SIZE)Fanjun Kong1-4/+4
2022-05-27x86: Fix all occurences of the "the the" typoBo Liu3-3/+3
2022-05-27perf/core: Remove unused local variableHaowen Bai1-1/+0
2022-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller4-25/+23
2022-05-27netfilter: nf_tables: set element extended ACK reporting supportPablo Neira Ayuso1-3/+9
2022-05-27netfilter: cttimeout: fix slab-out-of-bounds read in cttimeout_net_exitFlorian Westphal1-2/+3
2022-05-27netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal1-1/+6
2022-05-27netfilter: nfnetlink: fix warn in nfnetlink_unbindFlorian Westphal1-19/+5
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross11-32/+28
2022-05-27Merge tag 'timers-v5.19-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner18-98/+22
2022-05-27kbuild: replace $(if A,A,B) with $(or A,B) in scripts/Makefile.modpostMasahiro Yamada1-1/+1
2022-05-27modpost: squash if...else-if in find_elf_symbol2()Masahiro Yamada1-7/+3
2022-05-27modpost: reuse ARRAY_SIZE() macro for section_mismatch()Masahiro Yamada3-6/+6
2022-05-27modpost: remove the unused argument of check_sec_ref()Masahiro Yamada1-3/+2
2022-05-27modpost: fix undefined behavior of is_arm_mapping_symbol()Masahiro Yamada1-1/+2
2022-05-27modpost: fix removing numeric suffixesAlexander Lobakin1-1/+1
2022-05-27um: Fix out-of-bounds read in LDT setupVincent Whitchurch1-2/+4
2022-05-27um: chan_user: Fix winch_tramp() return valueJohannes Berg1-4/+5
2022-05-27um: virtio_uml: Fix broken device handling in time-travelJohannes Berg1-10/+23
2022-05-27um: line: Use separate IRQs per lineJohannes Berg6-33/+29
2022-05-27net: dsa: mv88e6xxx: Fix refcount leak in mv88e6xxx_mdios_registerMiaoqian Lin1-0/+1
2022-05-27um: Enable ARCH_HAS_GCOV_PROFILE_ALLVincent Whitchurch1-0/+1
2022-05-27um: Use asm-generic/dma-mapping.hJohannes Berg1-0/+1
2022-05-27net: ethernet: ti: am65-cpsw-nuss: Fix some refcount leaksMiaoqian Lin1-1/+2
2022-05-27um: daemon: Make default socket configurableJohannes Berg2-1/+9
2022-05-27net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry()Dan Carpenter1-0/+3
2022-05-27scripts/kallsyms: update usage message of the kallsyms programYuntao Wang1-1/+1
2022-05-27kbuild: Fix include path in scripts/Makefile.modpostJing Leng1-2/+1
2022-05-27um: xterm: Make default terminal emulator configurableJohannes Berg3-3/+13
2022-05-26Merge tag 'for-5.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds15-287/+409
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds88-2002/+1968
2022-05-26Merge tag 'hardening-v5.19-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-6/+6
2022-05-26Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds30-426/+985
2022-05-26net: sched: fixed barrier to prevent skbuff sticking in qdisc backlogVincent Ray1-28/+8
2022-05-26net: lan966x: check devm_of_phy_get() for -EDEFER_PROBEMichael Walle1-2/+7
2022-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2-9/+12
2022-05-26tracing: Fix comments for event_trigger_separate_filter()sunliming1-4/+4
2022-05-26x86/traceponit: Fix comment about irq vector tracepointssunliming1-3/+0
2022-05-26x86,tracing: Remove unused headerssunliming1-3/+0
2022-05-26ftrace: Clean up hash direct_functions on register failuresSong Liu1-3/+2
2022-05-26tracing: Fix comments of create_filter()sunliming1-1/+1
2022-05-26tracing: Disable kcov on trace_preemptirq.cCongyu Liu1-0/+4
2022-05-26tracing: Initialize integer variable to prevent garbage return valueGautam Menghani1-1/+1
2022-05-26ftrace: Fix typo in commentJulia Lawall1-1/+1
2022-05-26ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu6-28/+13
2022-05-26tracing: Cleanup code by removing init "char *name"liqiong1-3/+1
2022-05-26tracing: Change "char *" string form to "char []"liqiong2-2/+2
2022-05-26tracing/timerlat: Do not wakeup the thread if the trace stops at the IRQDaniel Bristot de Oliveira1-0/+2
2022-05-26tracing/timerlat: Print stacktrace in the IRQ handler if neededDaniel Bristot de Oliveira2-2/+16