index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-0
/
+8
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
3
-3
/
+3
2016-12-20
s390/kbuild: enable modversions for symbols exported from asm
Heiko Carstens
1
-0
/
+8
2016-12-14
s390/pci: query fmb length
Sebastian Ott
2
-1
/
+3
2016-12-14
s390/lib: add missing memory barriers to string inline assemblies
Heiko Carstens
1
-4
/
+4
2016-12-14
s390/cpumf: fix qsi inline assembly
Heiko Carstens
1
-7
/
+3
2016-12-14
s390/zcrypt: tracepoint definitions for zcrypt device driver.
Harald Freudenberger
1
-0
/
+122
2016-12-14
s390/zcrypt: Introduce new zcrypt device status API
Ingo Tuchscherer
1
-0
/
+37
2016-12-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
25
-389
/
+423
2016-12-12
mm: remove the page size change check in tlb_remove_page
Aneesh Kumar K.V
1
-6
/
+0
2016-12-12
mm: add tlb_remove_check_page_size_change to track page size change
Aneesh Kumar K.V
1
-0
/
+6
2016-12-12
mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pages
Aneesh Kumar K.V
1
-0
/
+2
2016-12-12
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-11
/
+11
2016-12-12
s390/cpumf: Use configuration level indication for sampling data
Christian Borntraeger
1
-1
/
+2
2016-12-12
s390: provide memmove implementation
Heiko Carstens
1
-1
/
+2
2016-12-12
s390: fix initrd corruptions with gcov/kcov instrumented kernels
Heiko Carstens
1
-1
/
+1
2016-12-12
s390/dasd: channel path aware error recovery
Stefan Haberland
1
-1
/
+5
2016-12-07
s390/sysinfo: show partition extended name and UUID if available
Viktor Mihajlovski
1
-1
/
+6
2016-12-07
s390/numa: establish cpu to node mapping early
Heiko Carstens
1
-0
/
+3
2016-12-07
s390/topology: use cpu_topology array instead of per cpu variable
Heiko Carstens
1
-13
/
+12
2016-12-07
s390/smp: initialize cpu_present_mask in setup_arch
Heiko Carstens
2
-1
/
+11
2016-12-07
s390/numa: always use logical cpu and core ids
Heiko Carstens
1
-0
/
+6
2016-12-07
s390: Remove VLAIS in ptff() and clear_table()
Michael Holzheu
2
-26
/
+33
2016-11-30
tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING
Francis Yan
1
-0
/
+2
2016-11-29
s390/uapi: sort header export list
Heiko Carstens
1
-2
/
+2
2016-11-29
s390/hypfs: add hypfs header file to uapi header export list
Heiko Carstens
1
-0
/
+1
2016-11-29
s390: use generic asm-offsets.h
Heiko Carstens
2
-1
/
+1
2016-11-23
s390/pci: use unique UIDs for domain enumeration
Sebastian Ott
1
-1
/
+4
2016-11-23
s390: add cma support
Heiko Carstens
1
-2
/
+1
2016-11-23
s390/thread_info: get rid of THREAD_ORDER define
Heiko Carstens
1
-4
/
+2
2016-11-23
s390/uaccess: make setfs macro return void
Heiko Carstens
1
-3
/
+3
2016-11-22
locking/spinlocks, s390: Implement vcpu_is_preempted(cpu)
Christian Borntraeger
1
-0
/
+8
2016-11-17
locking/core: Provide common cpu_relax_yield() definition
Christian Borntraeger
1
-0
/
+1
2016-11-16
locking/core, arch: Remove cpu_relax_lowlatency()
Christian Borntraeger
1
-1
/
+0
2016-11-16
locking/core, s390: Make cpu_relax() a barrier again
Christian Borntraeger
1
-1
/
+1
2016-11-16
locking/core: Introduce cpu_relax_yield()
Christian Borntraeger
1
-1
/
+2
2016-11-15
s390: move sys_call_table and last_break from thread_info to thread_struct
Martin Schwidefsky
3
-5
/
+5
2016-11-11
s390: move cputime accounting fields from thread_info to thread_struct
Martin Schwidefsky
2
-2
/
+2
2016-11-11
s390: move system_call field from thread_info to thread_struct
Martin Schwidefsky
2
-1
/
+2
2016-11-11
s390: move thread_info into task_struct
Heiko Carstens
2
-12
/
+1
2016-11-11
s390/preempt: move preempt_count to the lowcore
Martin Schwidefsky
3
-3
/
+139
2016-11-11
s390/bitops: use atomic primitives for bitops
Martin Schwidefsky
1
-55
/
+7
2016-11-11
s390/atomic: refactor atomic primitives
Martin Schwidefsky
2
-168
/
+169
2016-11-11
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
3
-4
/
+5
2016-11-07
s390: squash facilities_src.h into gen_facilities.c
Masahiro Yamada
1
-80
/
+0
2016-11-07
s390: delete unneeded #include <linux/kconfig.h> from facilities_src.h
Masahiro Yamada
1
-2
/
+0
2016-10-28
s390/time: steer clocksource on STP sync events
Martin Schwidefsky
1
-0
/
+2
2016-10-28
s390/time: refactor clock sync
Martin Schwidefsky
1
-3
/
+1
2016-10-25
locking/mutex: Kill arch specific code
Peter Zijlstra
1
-9
/
+0
2016-10-17
s390/dumpstack: get rid of return_address again
Heiko Carstens
1
-3
/
+1
[next]