index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-04
arch: remove HAVE_COPY_THREAD_TLS
Christian Brauner
26
-32
/
+0
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
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
2
-6
/
+0
2020-06-21
Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2020-06-21
Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
4
-17
/
+27
2020-06-20
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2020-06-20
Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-13
/
+3
2020-06-20
Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-7
/
+545
2020-06-20
Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
12
-40
/
+106
2020-06-20
Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-6
/
+22
2020-06-20
powerpc/8xx: Provide ptep_get() with 16k pages
Christophe Leroy
1
-0
/
+10
2020-06-19
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
10
-57
/
+63
2020-06-19
x86/platform/intel-mid: convert to use i2c_new_client_device()
Wolfram Sang
1
-2
/
+2
2020-06-18
RISC-V: Acquire mmap lock before invoking walk_page_range
Atish Patra
1
-2
/
+12
2020-06-18
RISC-V: Don't allow write+exec only page mapping request in mmap
Yash Shah
1
-0
/
+6
2020-06-18
Merge branch 'hch' (maccess patches from Christoph Hellwig)
Linus Torvalds
50
-104
/
+117
2020-06-18
maccess: make get_kernel_nofault() check for minimal type compatibility
Linus Torvalds
6
-7
/
+7
2020-06-18
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
18
-32
/
+32
2020-06-18
arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpoints
Will Deacon
1
-18
/
+26
2020-06-18
arm64: kexec_file: Use struct_size() in kmalloc()
Gustavo A. R. Silva
1
-2
/
+1
2020-06-18
arm64: mm: reserve hugetlb CMA after numa_init
Barry Song
1
-5
/
+10
2020-06-17
s390: fix syscall_get_error for compat processes
Dmitry V. Levin
1
-1
/
+11
2020-06-17
maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
Christoph Hellwig
8
-13
/
+17
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
31
-57
/
+66
2020-06-17
powerpc/syscalls: Use the number when building SPU syscall table
Michael Ellerman
1
-1
/
+1
2020-06-17
powerpc/8xx: use pmd_off() to access a PMD entry in pte_update()
Mike Rapoport
1
-5
/
+3
2020-06-17
arm64: bti: Require clang >= 10.0.1 for in-kernel BTI support
Will Deacon
1
-0
/
+2
2020-06-17
kconfig: unify cc-option and as-option
Masahiro Yamada
1
-1
/
+1
2020-06-16
kretprobe: Prevent triggering kretprobe from within kprobe_flush_task
Jiri Olsa
1
-13
/
+3
2020-06-16
Merge tag 'flex-array-conversions-5.8-rc2' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-1
/
+1
2020-06-16
x86/purgatory: Add -fno-stack-protector
Arvind Sankar
1
-0
/
+1
2020-06-16
arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n
Will Deacon
1
-3
/
+3
2020-06-16
arm64: pgtable: Clear the GP bit for non-executable kernel pages
Will Deacon
1
-1
/
+1
2020-06-16
s390/numa: let NODES_SHIFT depend on NEED_MULTIPLE_NODES
Heiko Carstens
1
-0
/
+1
2020-06-16
s390/vdso: fix vDSO clock_getres()
Vincenzo Frascino
4
-6
/
+8
2020-06-16
s390/vdso: Use $(LD) instead of $(CC) to link vDSO
Nathan Chancellor
1
-6
/
+4
2020-06-16
s390/protvirt: use scnprintf() instead of snprintf()
Chen Zhou
1
-4
/
+4
2020-06-16
s390: use scnprintf() in sys_##_prefix##_##_name##_show
Chen Zhou
1
-1
/
+1
[next]