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.14.y
linux-6.15.y
linux-6.16.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
2009-10-12
KVM: x86: Disallow hypercalls for guest callers in rings > 0 [CVE-2009-3290]
Jan Kiszka
1
-0
/
+6
2009-10-12
x86: Increase MIN_GAP to include randomized stack
Michal Hocko
1
-2
/
+15
2009-10-12
x86: Don't leak 64-bit kernel register values to 32-bit processes
Jan Beulich
1
-13
/
+23
2009-10-12
x86-64: slightly stream-line 32-bit syscall entry code
Jan Beulich
1
-16
/
+10
2009-09-24
powerpc/pseries: Fix to handle slb resize across migration
Brian King
5
-6
/
+31
2009-09-09
KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lock
Marcelo Tosatti
2
-2
/
+6
2009-09-09
KVM: x86: check for cr3 validity in mmu_alloc_roots
Marcelo Tosatti
2
-3
/
+23
2009-09-09
KVM: MMU: do not free active mmu pages in free_mmu_pages()
Gleb Natapov
1
-8
/
+0
2009-09-09
KVM: Fix PDPTR reloading on CR4 writes
Avi Kivity
1
-1
/
+5
2009-09-09
KVM: Make paravirt tlb flush also reload the PAE PDPTRs
Avi Kivity
1
-1
/
+1
2009-09-09
KVM: VMX: Handle vmx instruction vmexits
Avi Kivity
1
-0
/
+15
2009-09-09
KVM: Make EFER reads safe when EFER does not exist
Avi Kivity
1
-2
/
+2
2009-09-09
KVM: SVM: Remove port 80 passthrough
Avi Kivity
1
-1
/
+0
2009-09-09
KVM: VMX: Don't allow uninhibited access to EFER on i386
Avi Kivity
1
-1
/
+1
2009-09-09
KVM: VMX: Set IGMT bit in EPT entry
Sheng Yang
2
-1
/
+3
2009-09-09
KVM: MMU: increase per-vcpu rmap cache alloc size
Marcelo Tosatti
1
-1
/
+1
2009-09-09
KVM: set debug registers after "schedulable" section
Marcelo Tosatti
1
-5
/
+4
2009-09-09
KVM: add MC5_MISC msr read support
Joerg Roedel
1
-0
/
+1
2009-09-09
KVM: Reduce stack usage in kvm_pv_mmu_op()
Dave Hansen
1
-15
/
+8
2009-09-09
KVM: Reduce stack usage in kvm_arch_vcpu_ioctl()
Dave Hansen
1
-8
/
+15
2009-09-09
KVM: Reduce kvm stack usage in kvm_arch_vm_ioctl()
Dave Hansen
1
-27
/
+45
2009-09-09
KVM: MMU: Fix setting the accessed bit on non-speculative sptes
Avi Kivity
1
-1
/
+1
2009-09-09
KVM: MMU: Flush tlbs after clearing write permission when accessing dirty log
Avi Kivity
1
-0
/
+1
2009-09-09
KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access()
Avi Kivity
1
-0
/
+2
2009-09-09
KVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHARED
Avi Kivity
1
-1
/
+1
2009-09-09
KVM: Load real mode segments correctly
Avi Kivity
1
-0
/
+22
2009-09-09
KVM: VMX: Change segment dpl at reset to 3
Avi Kivity
1
-1
/
+1
2009-09-09
KVM: VMX: Change cs reset state to be a data segment
Avi Kivity
1
-2
/
+1
2009-08-17
x86: enable GART-IOMMU only after setting up protection methods
Mark Langsdorf
1
-2
/
+8
2009-08-17
parisc: ensure broadcast tlb purge runs single threaded
Helge Deller
2
-12
/
+23
2009-07-31
x86: don't use 'access_ok()' as a range check in get_user_pages_fast()
Linus Torvalds
1
-2
/
+7
2009-07-31
x86-64: Fix bad_srat() to clear all state
Andi Kleen
1
-2
/
+4
2009-07-03
x86: handle initrd that extends into unusable memory
Yinghai Lu
1
-12
/
+3
2009-07-03
x86: quirk for reboot stalls on a Dell Optiplex 330
Steve Conklin
1
-0
/
+9
2009-07-03
x86: Add quirk for reboot stalls on a Dell Optiplex 360
Jean Delvare
1
-0
/
+9
2009-06-12
x86: fix DMI on EFI
Brian Maly
1
-2
/
+3
2009-06-12
x86/pci: fix mmconfig detection with 32bit near 4g
Yinghai Lu
1
-3
/
+3
2009-06-12
x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be s...
Mel Gorman
1
-1
/
+5
2009-06-12
x86: work around Fedora-11 x86-32 kernel failures on Intel Atom CPUs
Ingo Molnar
1
-0
/
+11
2009-06-12
sparc64: Reschedule KGDB capture to a software interrupt.
David S. Miller
4
-24
/
+11
2009-06-12
sparc64: Fix lost interrupts on sun4u.
David S. Miller
1
-10
/
+19
2009-06-12
sparc64: Fix crash with /proc/iomem
Mikulas Patocka
1
-1
/
+1
2009-06-12
sparc64: Flush TLB before releasing pages.
David S. Miller
1
-2
/
+2
2009-06-12
sparc64: Fix MM refcount check in smp_flush_tlb_pending().
David S. Miller
1
-2
/
+2
2009-06-12
sparc: Fix bus type probing for ESP and LE devices.
David S. Miller
2
-4
/
+38
2009-06-12
sparc64: Fix smp_callin() locking.
David S. Miller
1
-2
/
+2
2009-05-09
MIPS: CVE-2009-0029: Enable syscall wrappers
dann frazier
10
-98
/
+110
2009-05-09
x86/PCI: don't call e820_all_mapped with -1 in the mmconfig case
Yinghai Lu
1
-3
/
+3
2009-05-02
powerpc: Sanitize stack pointer in signal handling code
Josh Boyer
5
-6
/
+25
2009-05-02
powerpc: Fix data-corrupting bug in __futex_atomic_op
Paul Mackerras
1
-6
/
+6
[next]