index
:
kernel/linux.git
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.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-08
x86/insn-eval: Add support to resolve 16-bit address encodings
Ricardo Neri
1
-1
/
+212
2017-11-08
x86/insn-eval: Handle 32-bit address encodings in virtual-8086 mode
Ricardo Neri
1
-0
/
+11
2017-11-08
x86/insn-eval: Add wrapper function for 32 and 64-bit addresses
Ricardo Neri
1
-5
/
+55
2017-11-08
x86/insn-eval: Add support to resolve 32-bit address encodings
Ricardo Neri
1
-6
/
+106
2017-11-08
x86/insn-eval: Compute linear address in several utility functions
Ricardo Neri
1
-58
/
+185
2017-11-08
x86: Use lockdep to assert IRQs are disabled/enabled
Frederic Weisbecker
2
-4
/
+2
2017-11-08
Merge branch 'x86/mpx' into x86/asm, to pick up dependent commits
Ingo Molnar
6
-125
/
+910
2017-11-08
x86/unwind: Disable KASAN checking in the ORC unwinder
Josh Poimboeuf
1
-1
/
+1
2017-11-08
s390: remove named saved segment support
Heiko Carstens
10
-210
/
+9
2017-11-08
s390/archrandom: Reconsider s390 arch random implementation
Harald Freudenberger
1
-13
/
+13
2017-11-08
s390/pci: do not require AIS facility
Christian Borntraeger
3
-4
/
+9
2017-11-08
KVM: PPC: Book3S HV: Fix exclusion between HPT resizing and other HPT updates
Paul Mackerras
2
-10
/
+29
2017-11-08
ARM: shmobile: pm-rmobile: Use GENPD_FLAG_ACTIVE_WAKEUP
Geert Uytterhoeven
1
-7
/
+1
2017-11-08
MIPS: BMIPS: Fix missing cbr address
Jaedon Shin
1
-2
/
+2
2017-11-07
resource: Fix resource_size.cocci warnings
kbuild test robot
1
-2
/
+2
2017-11-07
x86/smpboot: Make optimization of delay calibration work correctly
Pavel Tatashin
2
-10
/
+9
2017-11-07
X86/KVM: Clear encryption attribute when SEV is active
Brijesh Singh
2
-13
/
+57
2017-11-07
X86/KVM: Decrypt shared per-cpu variables when SEV is active
Brijesh Singh
1
-3
/
+37
2017-11-07
x86: Add support for changing memory encryption attribute in early boot
Brijesh Singh
2
-0
/
+138
2017-11-07
x86/io: Unroll string I/O when SEV is active
Tom Lendacky
2
-4
/
+47
2017-11-07
x86/boot: Add early boot support when running with SEV active
Tom Lendacky
8
-15
/
+186
2017-11-07
x86/mm: Add DMA support for SEV memory encryption
Tom Lendacky
1
-0
/
+86
2017-11-07
x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pages
Tom Lendacky
1
-12
/
+67
2017-11-07
resource: Provide resource struct in resource walk callback
Tom Lendacky
3
-13
/
+19
2017-11-07
x86/efi: Access EFI data as encrypted when SEV is active
Tom Lendacky
1
-1
/
+15
2017-11-07
x86/mm: Include SEV for encryption memory attribute changes
Tom Lendacky
1
-2
/
+2
2017-11-07
x86/mm: Use encrypted access of boot related data with SEV
Tom Lendacky
1
-14
/
+30
2017-11-07
x86/realmode: Don't decrypt trampoline area under SEV
Tom Lendacky
1
-2
/
+3
2017-11-07
x86/mm: Don't attempt to encrypt initrd under SEV
Tom Lendacky
1
-2
/
+4
2017-11-07
x86/mm: Add Secure Encrypted Virtualization (SEV) support
Tom Lendacky
2
-0
/
+32
2017-11-07
kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modules
Zhou Chengming
1
-13
/
+13
2017-11-07
irqchip/exiu: Add support for Socionext Synquacer EXIU controller
Ard Biesheuvel
1
-0
/
+3
2017-11-07
x86/mm: Remove unnecessary TLB flush for SME in-place encryption
Tom Lendacky
1
-1
/
+0
2017-11-07
ACPI / APEI: Remove arch_apei_flush_tlb_one()
James Morse
1
-5
/
+0
2017-11-07
arm64: mm: Remove arch_apei_flush_tlb_one()
James Morse
2
-12
/
+4
2017-11-07
ACPI / APEI: Replace ioremap_page_range() with fixmap
James Morse
2
-0
/
+13
2017-11-07
arm/kprobes: Remove jprobe test case
Masami Hiramatsu
1
-57
/
+0
2017-11-07
arm/kprobes: Fix kretprobe test to check correct counter
Masami Hiramatsu
1
-1
/
+1
2017-11-07
x86/build: Add more generated files to the .gitignore file
Changbin Du
1
-0
/
+3
2017-11-07
x86/build: Specify -input-charset=utf-8 for mkisofs
Changbin Du
1
-2
/
+3
2017-11-07
x86/build: Add new paths for isolinux.bin and ldlinux.c32
Changbin Du
1
-5
/
+18
2017-11-07
x86/build: Factor out fdimage/isoimage generation commands to standalone script
Changbin Du
2
-48
/
+116
2017-11-07
x86/MCE/AMD: Fix mce_severity_amd_smca() signature
Yazen Ghannam
1
-1
/
+1
2017-11-07
x86/MCE/AMD: Always give panic severity for UC errors in kernel context
Yazen Ghannam
1
-4
/
+3
2017-11-07
x86/cpufeatures: Fix various details in the feature definitions
Ingo Molnar
1
-75
/
+74
2017-11-07
x86/cpufeatures: Re-tabulate the X86_FEATURE definitions
Ingo Molnar
1
-254
/
+254
2017-11-07
Merge branch 'x86/build' into x86/asm, to fix up conflicts
Ingo Molnar
1
-2
/
+2
2017-11-07
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
Ingo Molnar
5757
-218
/
+5969
2017-11-07
Merge branch 'linus' into x86/apic, to resolve conflicts
Ingo Molnar
5814
-552
/
+6662
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
5772
-333
/
+6140
[prev]
[next]