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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-16
rbd: support timeout in rbd_wait_state_locked()
Dongsheng Yang
1
-1
/
+21
2018-04-16
rbd: refactor rbd_wait_state_locked()
Ilya Dryomov
1
-17
/
+26
2018-04-16
s390: add support for IBM z14 Model ZR1
Heiko Carstens
3
-4
/
+6
2018-04-16
s390: remove couple of duplicate includes
Vasily Gorbik
2
-2
/
+0
2018-04-16
s390/boot: remove unused COMPILE_VERSION and ccflags-y
Vasily Gorbik
1
-6
/
+0
2018-04-16
s390/nospec: include cpu.h
Sebastian Ott
1
-0
/
+1
2018-04-16
s390/decompressor: Ignore file vmlinux.bin.full
Thomas Richter
1
-0
/
+1
2018-04-16
s390/kexec_file: add generated files to .gitignore
Heiko Carstens
1
-0
/
+2
2018-04-16
s390/Kconfig: Move kexec config options to "Processor type and features"
Philipp Rudo
1
-21
/
+20
2018-04-16
s390/kexec_file: Add ELF loader
Philipp Rudo
4
-0
/
+150
2018-04-16
s390/kexec_file: Add crash support to image loader
Philipp Rudo
4
-6
/
+234
2018-04-16
s390/kexec_file: Add image loader
Philipp Rudo
4
-1
/
+176
2018-04-16
s390/kexec_file: Add kexec_file_load system call
Philipp Rudo
6
-0
/
+144
2018-04-16
s390/kexec_file: Add purgatory
Philipp Rudo
7
-0
/
+198
2018-04-16
s390/kexec_file: Prepare setup.h for kexec_file_load
Philipp Rudo
1
-13
/
+27
2018-04-16
s390/smsgiucv: disable SMSG on module unload
Martin Schwidefsky
1
-1
/
+1
2018-04-16
s390/sclp: avoid potential usage of uninitialized value
Vasily Gorbik
1
-1
/
+1
2018-04-16
mm,vmscan: Allow preallocating memory for register_shrinker().
Tetsuo Handa
3
-8
/
+29
2018-04-15
rpc_pipefs: fix double-dput()
Al Viro
1
-0
/
+1
2018-04-15
orangefs_kill_sb(): deal with allocation failures
Al Viro
1
-0
/
+5
2018-04-15
jffs2_kill_sb(): deal with failed allocations
Al Viro
1
-1
/
+1
2018-04-15
hypfs_kill_super(): deal with failed allocations
Al Viro
1
-1
/
+1
2018-04-15
Linux 4.17-rc1
v4.17-rc1
Linus Torvalds
1
-2
/
+2
2018-04-15
Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
94
-1234
/
+277
2018-04-15
Merge tag '4.17-rc1SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
13
-71
/
+240
2018-04-15
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
18
-82
/
+109
2018-04-15
Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
41
-5164
/
+316
2018-04-15
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
33
-802
/
+1150
2018-04-15
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
22
-105
/
+329
2018-04-15
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
7
-14
/
+22
2018-04-15
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
33
-187
/
+629
2018-04-15
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+6
2018-04-15
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-56
/
+106
2018-04-15
Merge tag 'for-linus' of git://github.com/openrisc/linux
Linus Torvalds
1
-2
/
+0
2018-04-15
Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
10
-40
/
+63
2018-04-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
29
-654
/
+681
2018-04-14
parisc: Fix missing binfmt_elf32.o build error
Helge Deller
1
-1
/
+1
2018-04-13
kernel/kexec_file.c: move purgatories sha256 to common code
Philipp Rudo
5
-4
/
+28
2018-04-13
kernel/kexec_file.c: allow archs to set purgatory load address
Philipp Rudo
4
-32
/
+31
2018-04-13
kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory load
Philipp Rudo
2
-34
/
+13
2018-04-13
kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrs
Philipp Rudo
1
-22
/
+12
2018-04-13
kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrs
Philipp Rudo
1
-46
/
+30
2018-04-13
kernel/kexec_file.c: split up __kexec_load_puragory
Philipp Rudo
1
-97
/
+103
2018-04-13
kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*
Philipp Rudo
3
-61
/
+71
2018-04-13
kernel/kexec_file.c: search symbols in read-only kexec_purgatory
Philipp Rudo
1
-16
/
+22
2018-04-13
kernel/kexec_file.c: make purgatory_info->ehdr const
Philipp Rudo
2
-8
/
+13
2018-04-13
kernel/kexec_file.c: remove checks in kexec_purgatory_load
Philipp Rudo
1
-14
/
+0
2018-04-13
include/linux/kexec.h: silence compile warnings
Philipp Rudo
1
-0
/
+2
2018-04-13
kexec_file, x86: move re-factored code to generic side
AKASHI Takahiro
3
-188
/
+201
2018-04-13
x86: kexec_file: clean up prepare_elf64_headers()
AKASHI Takahiro
1
-11
/
+7
[prev]
[next]