index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
test-string_helpers.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-04
arch: remove HAVE_COPY_THREAD_TLS
Christian Brauner
28
-55
/
+1
2020-07-04
unicore: switch to copy_thread_tls()
Christian Brauner
2
-4
/
+5
2020-07-04
sh: switch to copy_thread_tls()
Christian Brauner
2
-3
/
+4
2020-07-04
nds32: switch to copy_thread_tls()
Christian Brauner
2
-3
/
+5
2020-07-04
microblaze: switch to copy_thread_tls()
Christian Brauner
2
-3
/
+4
2020-07-04
hexagon: switch to copy_thread_tls()
Christian Brauner
2
-3
/
+4
2020-07-04
c6x: switch to copy_thread_tls()
Christian Brauner
2
-3
/
+4
2020-07-04
alpha: switch to copy_thread_tls()
Christian Brauner
2
-5
/
+5
2020-07-04
fork: remove do_fork()
Christian Brauner
2
-25
/
+1
2020-07-04
h8300: select HAVE_COPY_THREAD_TLS, switch to kernel_clone_args
Christian Brauner
2
-5
/
+14
2020-07-04
nios2: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_args
Christian Brauner
3
-9
/
+22
2020-06-23
ia64: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_args
Christian Brauner
3
-26
/
+39
2020-06-23
sparc: unconditionally enable HAVE_COPY_THREAD_TLS
Christian Brauner
2
-4
/
+5
2020-06-23
sparc: share process creation helpers between sparc and sparc64
Christian Brauner
6
-149
/
+123
2020-06-23
sparc64: enable HAVE_COPY_THREAD_TLS
Christian Brauner
4
-29
/
+93
2020-06-22
fork: fold legacy_clone_args_valid() into _do_fork()
Christian Brauner
4
-23
/
+14
2020-06-22
Linux 5.8-rc2
v5.8-rc2
Linus Torvalds
1
-1
/
+1
2020-06-21
samples: watch_queue: build sample program for target architecture
Masahiro Yamada
2
-7
/
+5
2020-06-21
Revert "Makefile: install modules.builtin even if CONFIG_MODULES=n"
Masahiro Yamada
1
-11
/
+3
2020-06-20
pinctrl: single: fix function name in documentation
Drew Fustini
1
-1
/
+1
2020-06-20
pinctrl: qcom: ipq6018 Add missing pins in qpic pin group
Sivaprakash Murugesan
1
-1
/
+2
2020-06-20
Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource le...
Haibo Chen
1
-4
/
+3
2020-06-20
afs: Fix hang on rmmod due to outstanding timer
David Howells
4
-2
/
+16
2020-06-20
afs: Fix afs_do_lookup() to call correct fetch-status op variant
David Howells
1
-1
/
+1
2020-06-20
powerpc/8xx: Provide ptep_get() with 16k pages
Christophe Leroy
1
-0
/
+10
2020-06-20
mm: Allow arches to provide ptep_get()
Christophe Leroy
3
-2
/
+9
2020-06-20
mm/gup: Use huge_ptep_get() in gup_hugepte()
Christophe Leroy
1
-1
/
+1
2020-06-19
MAINTAINERS: Add robert and myself as qcom i2c cci maintainers
Loic Poulain
1
-0
/
+9
2020-06-19
i2c: smbus: Fix spelling mistake in the comments
Keyur Patel
1
-1
/
+1
2020-06-19
Documentation/i2c: SMBus start signal is S not A
Daniel Schaefer
1
-1
/
+1
2020-06-19
i2c: remove deprecated i2c_new_device API
Wolfram Sang
2
-30
/
+3
2020-06-19
Documentation: media: convert to use i2c_new_client_device()
Wolfram Sang
2
-2
/
+2
2020-06-19
video: backlight: tosa_lcd: convert to use i2c_new_client_device()
Wolfram Sang
1
-2
/
+2
2020-06-19
x86/platform/intel-mid: convert to use i2c_new_client_device()
Wolfram Sang
1
-2
/
+2
2020-06-19
drm: encoder_slave: use new I2C API
Wolfram Sang
1
-8
/
+2
2020-06-19
drm: encoder_slave: fix refcouting error for modules
Wolfram Sang
1
-2
/
+3
2020-06-19
RISC-V: Acquire mmap lock before invoking walk_page_range
Atish Patra
1
-2
/
+12
2020-06-19
RISC-V: Don't allow write+exec only page mapping request in mmap
Yash Shah
1
-0
/
+6
2020-06-18
maccess: make get_kernel_nofault() check for minimal type compatibility
Linus Torvalds
7
-9
/
+11
2020-06-18
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
20
-40
/
+40
2020-06-18
sparse: use identifiers to define address spaces
Luc Van Oostenryck
1
-4
/
+4
2020-06-18
block: make function 'kill_bdev' static
Zheng Bin
2
-5
/
+2
2020-06-18
loop: replace kill_bdev with invalidate_bdev
Zheng Bin
1
-4
/
+4
2020-06-18
libata: Use per port sync for detach
Kai-Heng Feng
2
-6
/
+8
2020-06-18
partitions/ldm: Replace uuid_copy() with import_uuid() where it makes sense
Andy Shevchenko
1
-1
/
+1
2020-06-18
io_uring: fix possible race condition against REQ_F_NEED_CLEANUP
Xiaoguang Wang
1
-4
/
+4
2020-06-18
perf build: Fix error message when asking for -fsanitize=address without requ...
Tiezhu Yang
1
-0
/
+12
2020-06-18
tools lib traceevent: Add handler for __builtin_expect()
Steven Rostedt (VMware)
1
-0
/
+35
2020-06-18
tools lib traceevent: Handle __attribute__((user)) in field names
Steven Rostedt (VMware)
1
-1
/
+38
2020-06-18
tools lib traceevent: Add append() function helper for appending strings
Steven Rostedt (VMware)
1
-58
/
+40
[next]