index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86, swiotlb: Add memory encryption support
Tom Lendacky
2017-07-18
9
-17
/
+108
*
x86/realmode: Decrypt trampoline area if memory encryption is active
Tom Lendacky
2017-07-18
1
-0
/
+8
*
x86/mm: Add support for changing the memory encryption attribute
Tom Lendacky
2017-07-18
2
-0
/
+65
*
x86/mm: Add support to access persistent memory in the clear
Tom Lendacky
2017-07-18
1
-1
/
+30
*
x86/boot: Use memremap() to map the MPF and MPC data
Tom Lendacky
2017-07-18
1
-28
/
+70
*
x86/mm: Add support to access boot related data in the clear
Tom Lendacky
2017-07-18
5
-7
/
+218
*
x86/efi: Update EFI pagetable creation to work with SME
Tom Lendacky
2017-07-18
1
-4
/
+11
*
efi: Update efi_mem_type() to return an error rather than 0
Tom Lendacky
2017-07-18
3
-6
/
+6
*
efi: Add an EFI table address match function
Tom Lendacky
2017-07-18
2
-0
/
+40
*
x86/boot/e820: Add support to determine the E820 type of an address
Tom Lendacky
2017-07-18
2
-3
/
+25
*
x86/mm: Insure that boot memory areas are mapped properly
Tom Lendacky
2017-07-18
6
-5
/
+108
*
x86/mm: Add support for early encryption/decryption of memory
Tom Lendacky
2017-07-18
2
-0
/
+86
*
x86/mm: Extend early_memremap() support with additional attrs
Tom Lendacky
2017-07-18
6
-0
/
+81
*
x86/mm: Add SME support for read_cr3_pa()
Tom Lendacky
2017-07-18
2
-2
/
+8
*
x86/mm: Provide general kernel support for memory encryption
Tom Lendacky
2017-07-18
16
-35
/
+133
*
x86/mm: Simplify p[g4um]d_page() macros
Tom Lendacky
2017-07-18
1
-7
/
+9
*
x86/mm: Add support to enable SME in early boot processing
Tom Lendacky
2017-07-18
5
-13
/
+82
*
x86/mm: Remove phys_to_virt() usage in ioremap()
Tom Lendacky
2017-07-18
1
-10
/
+8
*
x86/mm: Add Secure Memory Encryption (SME) support
Tom Lendacky
2017-07-18
5
-0
/
+112
*
x86/cpu/AMD: Handle SME reduction in physical address size
Tom Lendacky
2017-07-18
1
-11
/
+13
*
x86/cpu/AMD: Add the Secure Memory Encryption CPU feature
Tom Lendacky
2017-07-18
4
-0
/
+23
*
x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappings
Tom Lendacky
2017-07-18
9
-66
/
+55
*
x86/mm/pat: Set write-protect cache mode for full PAT support
Tom Lendacky
2017-07-18
1
-3
/
+3
*
x86/cpu/AMD: Document AMD Secure Memory Encryption (SME)
Tom Lendacky
2017-07-18
2
-0
/
+79
*
Merge branch 'x86/boot' into x86/mm, to pick up interacting changes
Ingo Molnar
2017-07-18
9101
-212455
/
+801021
|
\
|
*
x86/boot/KASLR: Rename process_e820_entry() into process_mem_region()
Baoquan He
2017-07-18
1
-3
/
+3
|
*
x86/boot/KASLR: Switch to pass struct mem_vector to process_e820_entry()
Baoquan He
2017-07-18
1
-11
/
+14
|
*
x86/boot/KASLR: Wrap e820 entries walking code into new function process_e820...
Baoquan He
2017-07-18
1
-17
/
+21
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2017-07-17
5
-75
/
+139
|
|
\
|
|
*
sparc64: Measure receiver forward progress to avoid send mondo timeout
Jane Chu
2017-07-14
4
-70
/
+132
|
|
*
SPARC64: Fix sun4v DMA panic
Tushar Dave
2017-07-12
1
-5
/
+7
|
*
|
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-07-17
1
-10
/
+53
|
|
\
\
|
|
*
|
genirq: Keep chip buslock across irq_request/release_resources()
Thomas Gleixner
2017-07-12
1
-10
/
+53
|
*
|
|
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-07-17
1
-1
/
+2
|
|
\
\
\
|
|
*
|
|
smp/hotplug: Replace BUG_ON and react useful
Thomas Gleixner
2017-07-11
1
-1
/
+2
|
*
|
|
|
Merge tag 'regmap-fix-w1-merge-window' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2017-07-17
1
-2
/
+2
|
|
\
\
\
\
|
|
*
|
|
|
regmap: regmap-w1: Fix build troubles
minimumlaw@rambler.ru
2017-07-17
1
-2
/
+2
|
*
|
|
|
|
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2017-07-17
12
-21
/
+674
|
|
\
\
\
\
\
|
|
*
|
|
|
|
scsi: libfc: pass an error pointer to fc_disc_error()
Dan Carpenter
2017-07-12
1
-1
/
+1
|
|
*
|
|
|
|
scsi: hisi_sas: make several const arrays static
Colin Ian King
2017-07-12
1
-5
/
+5
|
|
*
|
|
|
|
scsi: qla2xxx: Off by one in qlt_ctio_to_cmd()
Dan Carpenter
2017-07-12
1
-1
/
+1
|
|
*
|
|
|
|
scsi: sg: fix SG_DXFER_FROM_DEV transfers
Johannes Thumshirn
2017-07-12
1
-1
/
+4
|
|
*
|
|
|
|
scsi: virtio_scsi: always read VPD pages for multiqueue too
Paolo Bonzini
2017-07-12
1
-0
/
+1
|
|
*
|
|
|
|
scsi: qedf: fix spelling mistake: "offlading" -> "offloading"
Colin Ian King
2017-07-12
1
-1
/
+1
|
|
*
|
|
|
|
scsi: qedi: fix another spelling mistake: "alloction" -> "allocation"
Colin Ian King
2017-07-12
1
-1
/
+1
|
|
*
|
|
|
|
scsi: isci: fix typo in function names
Colin Ian King
2017-07-12
1
-7
/
+7
|
|
*
|
|
|
|
scsi: cxlflash: return -EFAULT if copy_from_user() fails
Dan Carpenter
2017-07-12
1
-4
/
+7
|
|
*
|
|
|
|
scsi: qedi: Add support for Boot from SAN over iSCSI offload
Nilesh Javali
2017-07-12
3
-0
/
+646
|
*
|
|
|
|
|
Blackfin: flat: Use %x to format u32
Geert Uytterhoeven
2017-07-17
1
-2
/
+2
|
*
|
|
|
|
|
h8300: Add missing closing parenthesis in flat_get_addr_from_rp()
Geert Uytterhoeven
2017-07-16
1
-1
/
+1
[next]