index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CREDITS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-07-18
x86/efi: Update EFI pagetable creation to work with SME
Tom Lendacky
1
-4
/
+11
2017-07-18
efi: Update efi_mem_type() to return an error rather than 0
Tom Lendacky
3
-6
/
+6
2017-07-18
efi: Add an EFI table address match function
Tom Lendacky
2
-0
/
+40
2017-07-18
x86/boot/e820: Add support to determine the E820 type of an address
Tom Lendacky
2
-3
/
+25
2017-07-18
x86/mm: Insure that boot memory areas are mapped properly
Tom Lendacky
6
-5
/
+108
2017-07-18
x86/mm: Add support for early encryption/decryption of memory
Tom Lendacky
2
-0
/
+86
2017-07-18
x86/mm: Extend early_memremap() support with additional attrs
Tom Lendacky
6
-0
/
+81
2017-07-18
x86/mm: Add SME support for read_cr3_pa()
Tom Lendacky
2
-2
/
+8
2017-07-18
x86/mm: Provide general kernel support for memory encryption
Tom Lendacky
16
-35
/
+133
2017-07-18
x86/mm: Simplify p[g4um]d_page() macros
Tom Lendacky
1
-7
/
+9
2017-07-18
x86/mm: Add support to enable SME in early boot processing
Tom Lendacky
5
-13
/
+82
2017-07-18
x86/mm: Remove phys_to_virt() usage in ioremap()
Tom Lendacky
1
-10
/
+8
2017-07-18
x86/mm: Add Secure Memory Encryption (SME) support
Tom Lendacky
5
-0
/
+112
2017-07-18
x86/cpu/AMD: Handle SME reduction in physical address size
Tom Lendacky
1
-11
/
+13
2017-07-18
x86/cpu/AMD: Add the Secure Memory Encryption CPU feature
Tom Lendacky
4
-0
/
+23
2017-07-18
x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappings
Tom Lendacky
9
-66
/
+55
2017-07-18
x86/mm/pat: Set write-protect cache mode for full PAT support
Tom Lendacky
1
-3
/
+3
2017-07-18
x86/cpu/AMD: Document AMD Secure Memory Encryption (SME)
Tom Lendacky
2
-0
/
+79
2017-07-18
x86/boot/KASLR: Rename process_e820_entry() into process_mem_region()
Baoquan He
1
-3
/
+3
2017-07-18
x86/boot/KASLR: Switch to pass struct mem_vector to process_e820_entry()
Baoquan He
1
-11
/
+14
2017-07-18
x86/boot/KASLR: Wrap e820 entries walking code into new function process_e820...
Baoquan He
1
-17
/
+21
2017-07-17
Blackfin: flat: Use %x to format u32
Geert Uytterhoeven
1
-2
/
+2
2017-07-17
regmap: regmap-w1: Fix build troubles
minimumlaw@rambler.ru
1
-2
/
+2
2017-07-16
h8300: Add missing closing parenthesis in flat_get_addr_from_rp()
Geert Uytterhoeven
1
-1
/
+1
2017-07-16
blackfin, m68k: Fix flat_set_persistent() for unsigned long to u32 changes
Geert Uytterhoeven
2
-4
/
+2
2017-07-16
binfmt_flat: Use %u to format u32
Geert Uytterhoeven
1
-1
/
+1
2017-07-16
Linux v4.13-rc1
v4.13-rc1
Linus Torvalds
1
-2
/
+2
2017-07-15
random: reorder READ_ONCE() in get_random_uXX
Sebastian Andrzej Siewior
1
-2
/
+4
2017-07-15
random: suppress spammy warnings about unseeded randomness
Theodore Ts'o
2
-23
/
+57
2017-07-15
replace incorrect strscpy use in FORTIFY_SOURCE
Daniel Micay
1
-11
/
+12
2017-07-15
kmod: throttle kmod thread limit
Luis R. Rodriguez
2
-31
/
+9
2017-07-15
kmod: add test driver to stress test the module loader
Luis R. Rodriguez
7
-0
/
+1929
2017-07-15
MAINTAINERS: give kmod some maintainer love
Luis R. Rodriguez
1
-0
/
+7
2017-07-15
xtensa: use generic fb.h
Tobias Klauser
2
-12
/
+1
2017-07-15
fault-inject: add /proc/<pid>/fail-nth
Akinobu Mita
2
-1
/
+3
2017-07-15
fault-inject: simplify access check for fail-nth
Akinobu Mita
2
-17
/
+15
2017-07-15
fault-inject: make fail-nth read/write interface symmetric
Akinobu Mita
2
-14
/
+13
2017-07-15
fault-inject: parse as natural 1-based value for fail-nth write interface
Akinobu Mita
3
-10
/
+8
2017-07-15
fault-inject: automatically detect the number base for fail-nth write interface
Akinobu Mita
1
-1
/
+1
2017-07-15
kernel/watchdog.c: use better pr_fmt prefix
Kefeng Wang
1
-1
/
+1
2017-07-15
MAINTAINERS: move the befs tree to kernel.org
Luis de Bethencourt
1
-2
/
+2
2017-07-15
lib/atomic64_test.c: add a test that atomic64_inc_not_zero() returns an int
Michael Ellerman
1
-0
/
+7
2017-07-15
mm: fix overflow check in expand_upwards()
Helge Deller
1
-1
/
+1
2017-07-14
ubifs: Set double hash cookie also for RENAME_EXCHANGE
Richard Weinberger
1
-0
/
+2
2017-07-14
ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrs
Xiaolei Li
3
-11
/
+15
2017-07-14
ubifs: Don't leak kernel memory to the MTD
Richard Weinberger
1
-5
/
+5
2017-07-14
ubifs: Change gfp flags in page allocation for bulk read
Hyunchul Lee
1
-2
/
+2
2017-07-14
ubifs: Fix oops when remounting with no_bulk_read.
karam.lee
1
-0
/
+2
2017-07-14
ubifs: Fail commit if TNC is obviously inconsistent
Richard Weinberger
1
-0
/
+4
2017-07-14
ubifs: allow userspace to map mounts to volumes
Rabin Vincent
1
-0
/
+7
[next]