index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
conmakehash.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-04
s390/dasd: fix cast-function-type warnings
Sebastian Ott
1
-8
/
+8
2018-07-04
s390/pci: add fmt3 fmb
Sebastian Ott
2
-0
/
+13
2018-07-02
s390/decompressor: support extra debug flags
Vasily Gorbik
1
-0
/
+4
2018-07-02
s390/build: add *.o.chkbss files to targets list
Vasily Gorbik
1
-2
/
+6
2018-07-02
s390/decompressor: avoid packing *.o.chkbss files into startup.a
Vasily Gorbik
1
-1
/
+1
2018-07-02
s390/decompressor: avoid constant startup.a rebuilds
Vasily Gorbik
1
-1
/
+1
2018-07-02
s390/sysinfo: add missing #ifdef CONFIG_PROC_FS
Heiko Carstens
1
-0
/
+4
2018-07-02
s390/tools: fix gcc 8 stringop-truncation warnings
Vasily Gorbik
1
-2
/
+2
2018-07-02
s390/boot: block uncompressed vmlinux booting attempts
Vasily Gorbik
3
-3
/
+16
2018-07-02
s390/monwriter: fix gcc 8 stringop-truncation warning
Vasily Gorbik
1
-1
/
+1
2018-07-02
s390/tape: fix gcc 8 stringop-truncation warning
Vasily Gorbik
1
-4
/
+4
2018-07-02
s390/tape: fix stringop-truncation gcc 8 warnings
Vasily Gorbik
1
-2
/
+2
2018-07-02
s390: align struct lowcore to double page size
Vasily Gorbik
1
-1
/
+1
2018-07-02
s390/decompressor: correct EXCLUDE_FILE construct
Vasily Gorbik
1
-1
/
+3
2018-07-02
s390: move _text to an actual .text start
Vasily Gorbik
1
-6
/
+1
2018-07-02
s390: correct _stext offset
Vasily Gorbik
2
-25
/
+16
2018-07-02
s390: get rid of the first mb of uncompressed image
Vasily Gorbik
3
-13
/
+5
2018-07-02
s390: remove unused _ehead symbol
Vasily Gorbik
2
-4
/
+0
2018-07-02
s390: put expoline execute-trampolines into .text section
Vasily Gorbik
1
-0
/
+1
2018-07-02
s390/decompressor: discard ___kcrctab section
Vasily Gorbik
1
-0
/
+1
2018-07-02
s390/zcrypt: add copy_from_user length plausibility checks
Harald Freudenberger
2
-3
/
+37
2018-07-02
s390/perf: fix gcc 8 array-bounds warning
Vasily Gorbik
1
-4
/
+2
2018-07-02
s390: fix gcc 8 stringop-truncation warnings in proc handlers
Vasily Gorbik
2
-5
/
+3
2018-07-02
s390/dasd: fix gcc 8 stringop-truncation warning
Vasily Gorbik
1
-1
/
+1
2018-07-02
s390/dasd,zfcp: fix gcc 8 stringop-truncation warnings
Vasily Gorbik
3
-4
/
+4
2018-07-02
s390/extmem: fix gcc 8 stringop-overflow warning
Vasily Gorbik
1
-2
/
+2
2018-07-02
s390/scm_blk: correct numa_node in scm_blk_dev_setup
Vasily Gorbik
1
-0
/
+1
2018-07-02
s390/dasd: correct numa_node in dasd_alloc_queue
Vasily Gorbik
1
-0
/
+1
2018-06-25
s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.
Harald Freudenberger
6
-329
/
+259
2018-06-25
s390/zcrypt: Show load of cards and queues in sysfs
Harald Freudenberger
2
-0
/
+24
2018-06-25
s390/zcrypt: Review inline assembler constraints.
Harald Freudenberger
1
-17
/
+23
2018-06-25
s390/zcrypt: Add ZAPQ inline function.
Harald Freudenberger
1
-0
/
+19
2018-06-25
s390/setup: do not reserve the decompressor code
Vasily Gorbik
2
-2
/
+3
2018-06-25
s390: hypfs: use ktime_get_seconds() instead of get_seconds()
Arnd Bergmann
1
-3
/
+3
2018-06-25
s390/decompressor: support uncompressed kernel
Vasily Gorbik
5
-6
/
+19
2018-06-25
init/Kconfig: add an option for uncompressed kernel
Vasily Gorbik
1
-1
/
+14
2018-06-25
s390/decompressor: allow to pack uncompressed vmlinux.bin into piggy.o
Vasily Gorbik
1
-7
/
+7
2018-06-25
s390/decompressor: allow preprocessor in piggy.o linker script
Vasily Gorbik
3
-2
/
+3
2018-06-25
s390/decompressor: extend .bss check for early code
Vasily Gorbik
2
-0
/
+8
2018-06-25
s390: add custom target and make path extension optional for .bss check
Vasily Gorbik
1
-1
/
+6
2018-06-25
s390/decompressor: avoid repeating objects list in Makefile
Vasily Gorbik
1
-2
/
+3
2018-06-25
s390/decompressor: reuse lib/mem.S for mem functions
Vasily Gorbik
3
-38
/
+5
2018-06-25
s390/decompressor: avoid reusing uncompressed image objects
Vasily Gorbik
5
-14
/
+15
2018-06-25
s390/als: avoid .init.* sections usage
Vasily Gorbik
1
-10
/
+9
2018-06-25
s390/decompressor: rename entry point to startup_decompressor
Vasily Gorbik
2
-5
/
+2
2018-06-25
s390/boot: make head.S and als.c be part of the decompressor only
Vasily Gorbik
10
-32
/
+38
2018-06-25
s390/decompressor: trim the kernel image up to 1M
Vasily Gorbik
3
-5
/
+5
2018-06-25
s390: remove uncompressed kernel image build
Vasily Gorbik
2
-9
/
+4
2018-06-25
s390/decompressor: correct build flags
Vasily Gorbik
2
-12
/
+21
2018-06-25
s390/build: remove obsolete -mkernel-backchain flag
Vasily Gorbik
1
-7
/
+0
[next]