summaryrefslogtreecommitdiffstats
path: root/lib/vsprintf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-03lib/vsprintf: Use isodigit() for the octal number checkAndy Shevchenko1-1/+1
2023-03-27Remove orphaned CONFIG_PRINTK_SAFE_LOG_BUF_SHIFTMarc Aurèle La France5-28/+0
2023-02-23msm/fbdev: fix unused variable warning with clang.Dave Airlie1-1/+1
2023-02-22bpf: add missing header file includeLinus Torvalds1-0/+1
2023-02-22gfs2: Convert gfs2_page_add_databufs to foliosAndreas Gruenbacher3-8/+8
2023-02-22gfs2: jdata writepage fixAndreas Gruenbacher1-2/+1
2023-02-21uaccess: Add speculation barrier to copy_from_user()Dave Hansen3-2/+11
2023-02-21smackfs: Added check catlenDenis Arefev1-3/+14
2023-02-21page_pool: add a comment explaining the fragment counter usageIlias Apalodimas1-0/+10
2023-02-21net: ethtool: fix __ethtool_dev_mm_supported() implementationVladimir Oltean1-1/+1
2023-02-21ethtool: pse-pd: Fix double word in commentsBo Liu1-1/+1
2023-02-21xsk: add linux/vmalloc.h to xsk.cXuan Zhuo1-0/+1
2023-02-21drm/fb-helper: Remove drm_fb_helper_unprepare() from drm_fb_helper_fini()Thomas Zimmermann10-3/+17
2023-02-21sefltests: netdevsim: wait for devlink instance after netns removalJiri Pirko1-0/+18
2023-02-21selftest: fib_tests: Always cleanup before exitRoxana Nicolescu1-0/+2
2023-02-21update internal module version number for cifs.koSteve French1-1/+1
2023-02-21cifs: update ip_addr for ses only for primary chan setupShyam Prasad N1-7/+11
2023-02-21cifs: use tcon allocation functions even for dummy tconShyam Prasad N1-2/+2
2023-02-21cifs: use the least loaded channel for sending requestsShyam Prasad N1-4/+29
2023-02-21net/mlx5e: Align IPsec ASO result memory to be as required by hardwareLeon Romanovsky1-1/+1
2023-02-21net/mlx5e: TC, Set CT miss to the specific ct action instancePaul Blakey5-24/+82
2023-02-21net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REGPaul Blakey5-14/+14
2023-02-21net/mlx5: Refactor tc miss handling to a single functionPaul Blakey4-227/+231
2023-02-21net/mlx5: Kconfig: Make tc offload depend on tc skb extensionPaul Blakey5-15/+2
2023-02-21net/sched: flower: Support hardware miss to tc actionPaul Blakey1-1/+12
2023-02-21net/sched: flower: Move filter handle initialization earlierPaul Blakey1-27/+35
2023-02-21net/sched: cls_api: Support hardware miss to tc actionPaul Blakey7-27/+236
2023-02-21net/sched: Rename user cookie and act cookiePaul Blakey6-32/+32
2023-02-21sfc: fix builds without CONFIG_RTC_LIBAlejandro Lucero1-1/+1
2023-02-21sfc: clean up some inconsistent indentingsYang Li1-2/+2
2023-02-21net/mlx4_en: Introduce flexible array to silence overflow warningKees Cook2-11/+12
2023-02-21cifs: DIO to/from KVEC-type iterators should now workDavid Howells1-20/+0
2023-02-21cifs: Remove unused codeDavid Howells1-606/+0
2023-02-21cifs: Build the RDMA SGE list directly from an iteratorDavid Howells2-93/+63
2023-02-21cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells14-1091/+1133
2023-02-21net: lan966x: Fix possible deadlock inside PTPHoratiu Vultur1-2/+2
2023-02-21net/ulp: Remove redundant ->clone() test in inet_clone_ulp().Kuniyuki Iwashima1-2/+1
2023-02-21MAINTAINERS: Add Miquel Raynal as additional maintainer for ieee802154Stefan Schmidt1-0/+1
2023-02-21MAINTAINERS: Switch maintenance for mrf24j40 driver overStefan Schmidt1-2/+2
2023-02-21MAINTAINERS: Switch maintenance for mcr20a driver overStefan Schmidt1-2/+2
2023-02-21MAINTAINERS: Switch maintenance for cc2520 driver overStefan Schmidt1-2/+2
2023-02-21tracing/eprobe: no need to check for negative ret value for snprintfQuanfa Fu1-8/+4
2023-02-21test_kprobes: Add recursed kprobe test caseMasami Hiramatsu (Google)1-2/+37
2023-02-21tracing/probe: add a char type to show the character value of traced argumentsDonglin Peng5-2/+53
2023-02-21selftests/ftrace: Fix probepoint testcase to ignore __pfx_* symbolsMasami Hiramatsu (Google)1-1/+1
2023-02-21selftests/ftrace: Fix eprobe syntax test case to check filter supportMasami Hiramatsu (Google)1-1/+3
2023-02-21tracing/eprobe: Fix to add filter on eprobe description in README fileMasami Hiramatsu (Google)1-1/+1
2023-02-21x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong3-2/+3
2023-02-21x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong3-3/+4
2023-02-21kprobes: Fix to handle forcibly unoptimized kprobes on freeing_listMasami Hiramatsu (Google)1-13/+10