index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-04-15
1
-1
/
+6
|
\
|
*
x86/mm: Fix bogus warning during EFI bootup, use boot_cpu_has() instead of th...
Sai Praneeth
2018-04-05
1
-1
/
+6
*
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-04-15
1
-56
/
+106
|
\
\
|
*
|
genirq/affinity: Spread irq vectors among present CPUs as far as possible
Ming Lei
2018-04-06
1
-6
/
+37
|
*
|
genirq/affinity: Allow irq spreading from a given starting point
Ming Lei
2018-04-06
1
-15
/
+20
|
*
|
genirq/affinity: Move actual irq vector spreading into a helper function
Ming Lei
2018-04-06
1
-42
/
+55
|
*
|
genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumask
Ming Lei
2018-04-06
1
-13
/
+13
|
*
|
genirq/affinity: Don't return with empty affinity masks on error
Thomas Gleixner
2018-04-06
1
-7
/
+8
*
|
|
Merge tag 'for-linus' of git://github.com/openrisc/linux
Linus Torvalds
2018-04-15
1
-2
/
+0
|
\
\
\
|
*
|
|
openrisc: remove unused __ARCH_HAVE_MMU define
Tobias Klauser
2018-04-07
1
-2
/
+0
*
|
|
|
Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-04-15
10
-40
/
+63
|
\
\
\
\
|
*
|
|
|
powerpc/64s: Fix CPU_FTRS_ALWAYS vs DT CPU features
Michael Ellerman
2018-04-13
2
-15
/
+22
|
*
|
|
|
powerpc/mm/radix: Fix checkstops caused by invalid tlbiel
Michael Ellerman
2018-04-12
1
-3
/
+2
|
*
|
|
|
KVM: PPC: Book3S HV: trace_tlbie must not be called in realmode
Nicholas Piggin
2018-04-11
1
-4
/
+0
|
*
|
|
|
powerpc/8xx: Fix build with hugetlbfs enabled
Aneesh Kumar K.V
2018-04-11
1
-0
/
+1
|
*
|
|
|
powerpc/powernv: Fix OPAL NVRAM driver OPAL_BUSY loops
Nicholas Piggin
2018-04-11
1
-1
/
+6
|
*
|
|
|
powerpc/powernv: define a standard delay for OPAL_BUSY type retry loops
Nicholas Piggin
2018-04-10
1
-0
/
+3
|
*
|
|
|
powerpc/fscr: Enable interrupts earlier before calling get_user()
Anshuman Khandual
2018-04-10
1
-15
/
+17
|
*
|
|
|
powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()
Michael Ellerman
2018-04-10
1
-1
/
+1
|
*
|
|
|
powerpc/modules: Fix crashes by adding CONFIG_RELOCATABLE to vermagic
Michael Ellerman
2018-04-09
1
-1
/
+11
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-04-14
29
-654
/
+681
|
\
\
\
\
\
|
*
|
|
|
|
kernel/kexec_file.c: move purgatories sha256 to common code
Philipp Rudo
2018-04-14
5
-4
/
+28
|
*
|
|
|
|
kernel/kexec_file.c: allow archs to set purgatory load address
Philipp Rudo
2018-04-14
4
-32
/
+31
|
*
|
|
|
|
kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory load
Philipp Rudo
2018-04-14
2
-34
/
+13
|
*
|
|
|
|
kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrs
Philipp Rudo
2018-04-14
1
-22
/
+12
|
*
|
|
|
|
kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrs
Philipp Rudo
2018-04-14
1
-46
/
+30
|
*
|
|
|
|
kernel/kexec_file.c: split up __kexec_load_puragory
Philipp Rudo
2018-04-14
1
-97
/
+103
|
*
|
|
|
|
kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*
Philipp Rudo
2018-04-14
3
-61
/
+71
|
*
|
|
|
|
kernel/kexec_file.c: search symbols in read-only kexec_purgatory
Philipp Rudo
2018-04-14
1
-16
/
+22
|
*
|
|
|
|
kernel/kexec_file.c: make purgatory_info->ehdr const
Philipp Rudo
2018-04-14
2
-8
/
+13
|
*
|
|
|
|
kernel/kexec_file.c: remove checks in kexec_purgatory_load
Philipp Rudo
2018-04-14
1
-14
/
+0
|
*
|
|
|
|
include/linux/kexec.h: silence compile warnings
Philipp Rudo
2018-04-14
1
-0
/
+2
|
*
|
|
|
|
kexec_file, x86: move re-factored code to generic side
AKASHI Takahiro
2018-04-14
3
-188
/
+201
|
*
|
|
|
|
x86: kexec_file: clean up prepare_elf64_headers()
AKASHI Takahiro
2018-04-14
1
-11
/
+7
|
*
|
|
|
|
x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer
AKASHI Takahiro
2018-04-14
1
-51
/
+31
|
*
|
|
|
|
x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()
AKASHI Takahiro
2018-04-14
1
-12
/
+12
|
*
|
|
|
|
x86: kexec_file: purge system-ram walking from prepare_elf64_headers()
AKASHI Takahiro
2018-04-14
1
-63
/
+58
|
*
|
|
|
|
kexec_file,x86,powerpc: factor out kexec_file_ops functions
AKASHI Takahiro
2018-04-14
8
-94
/
+71
|
*
|
|
|
|
kexec_file: make use of purgatory optional
AKASHI Takahiro
2018-04-14
3
-0
/
+11
|
*
|
|
|
|
proc: revalidate misc dentries
Alexey Dobriyan
2018-04-14
1
-1
/
+22
|
*
|
|
|
|
mm, slab: reschedule cache_reap() on the same CPU
Vlastimil Babka
2018-04-14
1
-1
/
+2
|
*
|
|
|
|
kexec: export PG_swapbacked to VMCOREINFO
Petr Tesarik
2018-04-14
1
-0
/
+1
|
*
|
|
|
|
ipc/shm: fix use-after-free of shm file via remap_file_pages()
Eric Biggers
2018-04-14
1
-3
/
+20
|
*
|
|
|
|
mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMU
Arnd Bergmann
2018-04-14
1
-1
/
+5
|
*
|
|
|
|
mm/gup.c: document return value
Michael S. Tsirkin
2018-04-14
6
-3
/
+17
|
*
|
|
|
|
get_user_pages_fast(): return -EFAULT on access_ok failure
Michael S. Tsirkin
2018-04-14
1
-1
/
+4
|
*
|
|
|
|
mm/gup_benchmark: handle gup failures
Michael S. Tsirkin
2018-04-14
1
-1
/
+3
|
*
|
|
|
|
resource: fix integer overflow at reallocation
Takashi Iwai
2018-04-14
1
-1
/
+2
*
|
|
|
|
|
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-04-14
12
-172
/
+510
|
\
\
\
\
\
\
|
*
|
|
|
|
|
ovl: update documentation w.r.t "xino" feature
Amir Goldstein
2018-04-12
1
-6
/
+33
[next]