index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
char
Age
Commit message (
Expand
)
Author
2017-12-13
s390/sclp: disable FORTIFY_SOURCE for early sclp code
Heiko Carstens
2017-12-05
s390: add a few more SPDX identifiers
Martin Schwidefsky
2017-11-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2017-11-24
s390: drivers: Remove redundant license text
Greg Kroah-Hartman
2017-11-24
s390: char: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
2017-11-21
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
2017-11-14
s390/sclp: Convert timers to use timer_setup()
Kees Cook
2017-11-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-11-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-26
vmur: convert urdev.ref_count from atomic_t to refcount_t
Elena Reshetova
2017-10-05
timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()
Kees Cook
2017-09-28
s390/sclp: Use setup_timer and mod_timer
Himanshu Jha
2017-09-28
s390/char: fix cdev_add usage
Jean Delvare
2017-08-29
s390/vmcp: simplify vmcp_response_free()
Heiko Carstens
2017-08-09
s390/vmcp: simplify vmcp_ioctl()
Heiko Carstens
2017-08-09
s390/vmcp: return -ENOTTY for unknown ioctl commands
Heiko Carstens
2017-08-09
s390/vmcp: split vmcp header file and move to uapi
Heiko Carstens
2017-08-09
s390/vmcp: make use of contiguous memory allocator
Heiko Carstens
2017-08-09
s390/cpcmd,vmcp: avoid GFP_DMA allocations
Heiko Carstens
2017-08-09
s390/vmcp: fix uaccess check and avoid undefined behavior
Heiko Carstens
2017-08-03
s390/sclp: add const to bin_attribute structure
Bhumika Goyal
2017-07-26
s390/sclp_ocf: constify attribute_group structures.
Arvind Yadav
2017-07-26
s390/tape: constify attribute_group structures.
Arvind Yadav
2017-07-26
s390/raw3270: constify attribute_group structures.
Arvind Yadav
2017-07-26
s390/sclp: single increment assignment control
Martin Schwidefsky
2017-07-25
s390/mm: add no-dat TLB flush optimization
Martin Schwidefsky
2017-07-12
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...
Michal Hocko
2017-07-06
Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-06-12
s390: drivers: convert to use DRIVER_ATTR_RO/WO
Greg Kroah-Hartman
2017-05-15
s390 keyboard.c: don't open-code strndup_user()
Al Viro
2017-04-21
s390/sclp: Detect KSS facility
Farhan Ali
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-02-08
s390/sclp: get rid of common response code handling
Heiko Carstens
2017-02-08
s390/sclp: don't add new lines to each printed string
Heiko Carstens
2017-02-08
s390/sclp: make early sclp code readable
Heiko Carstens
2017-02-08
s390/sclp: disable early sclp code as soon as the base sclp driver is active
Heiko Carstens
2017-02-08
s390/sclp: move early printk code to drivers
Heiko Carstens
2017-01-16
s390: use false/true when using bool
Heiko Carstens
2017-01-16
s390: proper type casts for csum_partial invocations
Heiko Carstens
2017-01-16
s390/zcore: remove unneeded linux/miscdevice.h include
Corentin Labbe
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2016-12-12
s390/vmlogrdr: fix IUCV buffer allocation
Gerald Schaefer
2016-12-07
s390/smp: initialize cpu_present_mask in setup_arch
Heiko Carstens
2016-11-17
zcore: Improve startup-message text
Michael Holzheu
2016-11-10
s390: char: make slp_ctl explicitly non-modular
Paul Gortmaker
2016-10-31
s390: char: make slcp_quiesce explicitly non-modular
Paul Gortmaker
2016-10-31
s390: char: make sclp_tty explicitly non-modular
Paul Gortmaker
2016-10-31
s390: char: make con3215 explicitly non-modular
Paul Gortmaker
[next]