summaryrefslogtreecommitdiffstats
path: root/lib/test-string_helpers.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner28-55/+1
2020-07-04unicore: switch to copy_thread_tls()Christian Brauner2-4/+5
2020-07-04sh: switch to copy_thread_tls()Christian Brauner2-3/+4
2020-07-04nds32: switch to copy_thread_tls()Christian Brauner2-3/+5
2020-07-04microblaze: switch to copy_thread_tls()Christian Brauner2-3/+4
2020-07-04hexagon: switch to copy_thread_tls()Christian Brauner2-3/+4
2020-07-04c6x: switch to copy_thread_tls()Christian Brauner2-3/+4
2020-07-04alpha: switch to copy_thread_tls()Christian Brauner2-5/+5
2020-07-04fork: remove do_fork()Christian Brauner2-25/+1
2020-07-04h8300: select HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner2-5/+14
2020-07-04nios2: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner3-9/+22
2020-06-23ia64: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner3-26/+39
2020-06-23sparc: unconditionally enable HAVE_COPY_THREAD_TLSChristian Brauner2-4/+5
2020-06-23sparc: share process creation helpers between sparc and sparc64Christian Brauner6-149/+123
2020-06-23sparc64: enable HAVE_COPY_THREAD_TLSChristian Brauner4-29/+93
2020-06-22fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner4-23/+14
2020-06-22Linux 5.8-rc2v5.8-rc2Linus Torvalds1-1/+1
2020-06-21samples: watch_queue: build sample program for target architectureMasahiro Yamada2-7/+5
2020-06-21Revert "Makefile: install modules.builtin even if CONFIG_MODULES=n"Masahiro Yamada1-11/+3
2020-06-20pinctrl: single: fix function name in documentationDrew Fustini1-1/+1
2020-06-20pinctrl: qcom: ipq6018 Add missing pins in qpic pin groupSivaprakash Murugesan1-1/+2
2020-06-20Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource le...Haibo Chen1-4/+3
2020-06-20afs: Fix hang on rmmod due to outstanding timerDavid Howells4-2/+16
2020-06-20afs: Fix afs_do_lookup() to call correct fetch-status op variantDavid Howells1-1/+1
2020-06-20powerpc/8xx: Provide ptep_get() with 16k pagesChristophe Leroy1-0/+10
2020-06-20mm: Allow arches to provide ptep_get()Christophe Leroy3-2/+9
2020-06-20mm/gup: Use huge_ptep_get() in gup_hugepte()Christophe Leroy1-1/+1
2020-06-19MAINTAINERS: Add robert and myself as qcom i2c cci maintainersLoic Poulain1-0/+9
2020-06-19i2c: smbus: Fix spelling mistake in the commentsKeyur Patel1-1/+1
2020-06-19Documentation/i2c: SMBus start signal is S not ADaniel Schaefer1-1/+1
2020-06-19i2c: remove deprecated i2c_new_device APIWolfram Sang2-30/+3
2020-06-19Documentation: media: convert to use i2c_new_client_device()Wolfram Sang2-2/+2
2020-06-19video: backlight: tosa_lcd: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-06-19x86/platform/intel-mid: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-06-19drm: encoder_slave: use new I2C APIWolfram Sang1-8/+2
2020-06-19drm: encoder_slave: fix refcouting error for modulesWolfram Sang1-2/+3
2020-06-19RISC-V: Acquire mmap lock before invoking walk_page_rangeAtish Patra1-2/+12
2020-06-19RISC-V: Don't allow write+exec only page mapping request in mmapYash Shah1-0/+6
2020-06-18maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds7-9/+11
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig20-40/+40
2020-06-18sparse: use identifiers to define address spacesLuc Van Oostenryck1-4/+4
2020-06-18block: make function 'kill_bdev' staticZheng Bin2-5/+2
2020-06-18loop: replace kill_bdev with invalidate_bdevZheng Bin1-4/+4
2020-06-18libata: Use per port sync for detachKai-Heng Feng2-6/+8
2020-06-18partitions/ldm: Replace uuid_copy() with import_uuid() where it makes senseAndy Shevchenko1-1/+1
2020-06-18io_uring: fix possible race condition against REQ_F_NEED_CLEANUPXiaoguang Wang1-4/+4
2020-06-18perf build: Fix error message when asking for -fsanitize=address without requ...Tiezhu Yang1-0/+12
2020-06-18tools lib traceevent: Add handler for __builtin_expect()Steven Rostedt (VMware)1-0/+35
2020-06-18tools lib traceevent: Handle __attribute__((user)) in field namesSteven Rostedt (VMware)1-1/+38
2020-06-18tools lib traceevent: Add append() function helper for appending stringsSteven Rostedt (VMware)1-58/+40