Sign in
android-kvm
/
linux
/
4c5a116ada953b86125ab7c70a57c57463a55a55
/
drivers
/
s390
/
char
5cdfbdc
s390/tty3270: remove function callback casts
by Oscar Carter
· 4 years, 6 months ago
b39e772
s390/zcore: remove memmap device
by Alexander Egorenkov
· 4 years, 6 months ago
2c7749b
s390: use fallthrough;
by Joe Perches
· 4 years, 10 months ago
701dc81
s390/mm: remove fake numa support
by Heiko Carstens
· 4 years, 10 months ago
fa226f1
s390: Replace zero-length array with flexible-array member
by Gustavo A. R. Silva
· 4 years, 10 months ago
1207045d
compat_ioctl: move tape handling into drivers
by Arnd Bergmann
· 6 years ago
d590284
Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 5 years ago
4df9a82
s390/sclp: Fix bit checked for has_sipl
by Philipp Rudo
· 5 years ago
a45425d
s390/vmcp: correct early_param handling
by Vasily Gorbik
· 5 years ago
2e83e0e
s390: clean .bss before running uncompressed kernel
by Vasily Gorbik
· 5 years ago
943dd5f
s390/3215: add switch fall through comment for -Wimplicit-fallthrough
by Vasily Gorbik
· 5 years ago
90a93ff
s390/tape: add fallthrough annotations
by Heiko Carstens
· 5 years ago
1b2be20
s390/ipl: Fix detection of has_secure attribute
by Philipp Rudo
· 5 years ago
191fa92
s390/sclp: remove call home support
by Heiko Carstens
· 6 years ago
8b4a503
docs: s390: convert docs to ReST and rename to *.rst
by Mauro Carvalho Chehab
· 6 years ago
8b96d97
s390/Kconfig: pedantic cleanups
by Enrico Weigelt, metux IT consult
· 6 years ago
41bc10c
Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux
by Linus Torvalds
· 6 years ago
14be4c6
Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 6 years ago
c5bf68f
*: convert stream-like files from nonseekable_open -> stream_open
by Kirill Smelkov
· 6 years ago
4ae9878
s390: fix clang -Wpointer-sign warnigns in boot code
by Arnd Bergmann
· 6 years ago
087c4d7
s390/sclp: do not use static sccbs
by Gerald Schaefer
· 6 years ago
0a9fddf
s390/sclp: detect DIRQ facility
by Sebastian Ott
· 6 years ago
c9896ac
s390/ipl: Provide has_secure sysfs attribute
by Philipp Rudo
· 6 years ago
f3df44e7
s390/zcore: Rename ipl_block to mitigate name collision
by Philipp Rudo
· 6 years ago
5712f33
s390/3270: fix lockdep false positive on view->lock
by Martin Schwidefsky
· 6 years ago
3591b19
Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 6 years ago
4ad78b8
s390/setup: set control program code via diag 318
by Collin Walling
· 6 years ago
b7cb707
s390/smp: fix CPU hotplug deadlock with CPU rescan
by Gerald Schaefer
· 6 years ago
87ccdcf
s390/drivers: fix proc/debugfs file permissions
by Sebastian Ott
· 6 years ago
57c8a66
mm: remove include/linux/bootmem.h
by Mike Rapoport
· 6 years ago
0a9b409
s390/kasan: avoid instrumentation of early C code
by Vasily Gorbik
· 7 years ago
b09decf
s390/sclp: introduce sclp_early_get_hsa_size
by Vasily Gorbik
· 7 years ago
54c5779
s390/mem_detect: replace tprot loop with binary search
by Vasily Gorbik
· 7 years ago
fddbaa5
s390/mem_detect: introduce SCLP storage info
by Vasily Gorbik
· 7 years ago
6966d60
s390/mem_detect: move tprot loop to early boot phase
by Vasily Gorbik
· 7 years ago
17aacfbf
s390/sclp: move sclp_early_read_info to sclp_early_core.c
by Vasily Gorbik
· 7 years ago
3b076dc
s390/sclp: simplify early hsa_size detection
by Vasily Gorbik
· 7 years ago
c0f07ff
s390/monwriter: do not use stack buffers for hardware data
by Martin Schwidefsky
· 6 years ago
f689789
s390/appldata: pass parameter list pointer to appldata_asm
by Martin Schwidefsky
· 6 years ago
198ee66
s390/tape: fix spelling mistake "partion" -> "partition"
by Colin Ian King
· 6 years ago
54be9d1
s390: vmlogrdr: Use ARRAY_SIZE instead of reimplementing its function
by zhong jiang
· 6 years ago
6779df4
s390/sclp: Allow to request adapter reset
by Jan Höppner
· 6 years ago
55a5542
s390/hibernate: fix error handling when suspend cpu != resume cpu
by Gerald Schaefer
· 6 years ago
336722e
Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 6 years ago
6518202
mm/cma: remove unsupported gfp_mask parameter from cma_alloc()
by Marek Szyprowski
· 6 years ago
cd0ed39d
s390/tape: replace PTR_RET with PTR_ERR_OR_ZERO
by Gustavo A. R. Silva
· 6 years ago
0547328
s390/keyboard: sanitize array index in do_kdsk_ioctl
by Martin Schwidefsky
· 6 years ago
16777ec
kbd: complete dead keys definitions
by Samuel Thibault
· 7 years ago
f149371
s390/sclp_async: replace callhome proc handler with generic one
by Vasily Gorbik
· 7 years ago
9acdb3b
s390/monwriter: fix gcc 8 stringop-truncation warning
by Vasily Gorbik
· 6 years ago
276d605
s390/tape: fix gcc 8 stringop-truncation warning
by Vasily Gorbik
· 6 years ago
5d2f6e2
s390/tape: fix stringop-truncation gcc 8 warnings
by Vasily Gorbik
· 7 years ago
a1d7d91
s390/decompressor: avoid reusing uncompressed image objects
by Vasily Gorbik
· 7 years ago
fad953c
treewide: Use array_size() in vzalloc()
by Kees Cook
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
5037be1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 7 years ago
0bbcce5
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
fddda2b
proc: introduce proc_create_seq{,_data}
by Christoph Hellwig
· 7 years ago
0391fcb
s390: introduce compile time check for empty .bss section
by Vasily Gorbik
· 7 years ago
604a98f
Merge branch 'timers/urgent' into timers/core
by Thomas Gleixner
· 7 years ago
0d55303
compat: Move compat_timespec/ timeval to compat_time.h
by Deepa Dinamani
· 7 years ago
dccccd3
s390/sclp: avoid potential usage of uninitialized value
by Vasily Gorbik
· 7 years ago
c9f52c2
s390/defkeymap: fix global init to zero
by Christian Borntraeger
· 7 years ago
936b216
s390/sclp_tty: enable line mode tty even if there is an ascii console
by Christian Borntraeger
· 7 years ago
aa0f2dd
s390/char : Rename EBCDIC keymap variables
by Farhan Ali
· 7 years ago
f8f6e27
s390/sclp: 64 bit event mask
by Claudio Imbrenda
· 7 years ago
0b0d117
s390/sclp: 32 bit event mask compatibility mode
by Claudio Imbrenda
· 7 years ago
b843563
s390/sclp: generic event mask accessors
by Claudio Imbrenda
· 7 years ago
0ee5f8d
s390/sclp: clean up, use sccb_mask_t where appropriate
by Claudio Imbrenda
· 7 years ago
66aec64
s390/sclp: Add support for Store Data SCLP interface
by Peter Oberparleiter
· 8 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
15303ba
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
f19fbd5
s390: introduce execute-trampolines for branches
by Martin Schwidefsky
· 7 years ago
ca0c836
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 7 years ago
7bf14c2
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Radim Krčmář
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
9e73ea7
s390/sclp: expose the GISA format facility
by Michael Mueller
· 8 years ago
401a0b8
s390/sclp: fix .data section specification
by Vasily Gorbik
· 7 years ago
366d821
s390/sclp: disable FORTIFY_SOURCE for early sclp code
by Heiko Carstens
· 7 years ago
9fa1db4
s390: add a few more SPDX identifiers
by Martin Schwidefsky
· 7 years ago
22985bf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 7 years ago
afc9a42
the rest of drivers/*: annotate ->poll() instances
by Al Viro
· 7 years ago
13d1d55
s390: drivers: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
6f05e69
s390: char: add SPDX identifiers to the remaining files
by Greg Kroah-Hartman
· 7 years ago
841b86f
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
by Kees Cook
· 7 years ago
c9602ee
s390/sclp: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
2bcc673
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
d60a540
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
0462d99
vmur: convert urdev.ref_count from atomic_t to refcount_t
by Elena Reshetova
· 7 years ago
9c6c273
timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()
by Kees Cook
· 7 years ago
8179c7b
s390/sclp: Use setup_timer and mod_timer
by Himanshu Jha
· 7 years ago
b08e19d
s390/char: fix cdev_add usage
by Jean Delvare
· 7 years ago
eb304e80
s390/vmcp: simplify vmcp_response_free()
by Heiko Carstens
· 7 years ago
307957b
s390/vmcp: simplify vmcp_ioctl()
by Heiko Carstens
· 7 years ago
4ae48c0
s390/vmcp: return -ENOTTY for unknown ioctl commands
by Heiko Carstens
· 7 years ago
ef26793
s390/vmcp: split vmcp header file and move to uapi
by Heiko Carstens
· 7 years ago
3f42984
s390/vmcp: make use of contiguous memory allocator
by Heiko Carstens
· 7 years ago
cd4386a
s390/cpcmd,vmcp: avoid GFP_DMA allocations
by Heiko Carstens
· 7 years ago
Next »