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.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
2015-09-08
arm/xen: implement correctly pfn_to_mfn
Julien Grall
1
-8
/
+0
2015-09-08
xen: Make clear that swiotlb and biomerge are dealing with DMA address
Julien Grall
3
-6
/
+29
2015-09-08
xen: switch extra memory accounting to use pfns
Juergen Gross
1
-36
/
+44
2015-09-08
xen: limit memory to architectural maximum
Juergen Gross
1
-1
/
+1
2015-09-08
xen: avoid another early crash of memory limited dom0
Juergen Gross
1
-8
/
+15
2015-09-08
xen: avoid early crash of memory limited dom0
Juergen Gross
1
-3
/
+4
2015-08-20
arm/xen: Remove helpers which are PV specific
Julien Grall
1
-14
/
+2
2015-08-20
xen/x86: Don't try to set PCE bit in CR4
Boris Ostrovsky
1
-2
/
+1
2015-08-20
xen/PMU: PMU emulation code
Boris Ostrovsky
1
-29
/
+185
2015-08-20
xen/PMU: Intercept PMU-related MSR and APIC accesses
Boris Ostrovsky
4
-8
/
+107
2015-08-20
xen/PMU: Describe vendor-specific PMU registers
Boris Ostrovsky
1
-1
/
+152
2015-08-20
xen/PMU: Initialization code for Xen PMU
Boris Ostrovsky
8
-9
/
+364
2015-08-20
xen/PMU: Sysfs interface for setting Xen PMU mode
Boris Ostrovsky
2
-0
/
+7
2015-08-20
xen: remove no longer needed p2m.h
Juergen Gross
4
-19
/
+9
2015-08-20
xen: allow more than 512 GB of RAM for 64 bit pv-domains
Juergen Gross
4
-27
/
+66
2015-08-20
xen: move p2m list if conflicting with e820 map
Juergen Gross
3
-47
/
+264
2015-08-20
xen: add explicit memblock_reserve() calls for special pages
Juergen Gross
3
-1
/
+19
2015-08-20
xen: check for initrd conflicting with e820 map
Juergen Gross
1
-0
/
+51
2015-08-20
xen: check pre-allocated page tables for conflict with memory map
Juergen Gross
3
-3
/
+23
2015-08-20
xen: check for kernel memory conflicting with memory layout
Juergen Gross
1
-0
/
+12
2015-08-20
xen: find unused contiguous memory area
Juergen Gross
2
-0
/
+35
2015-08-20
xen: check memory area against e820 map
Juergen Gross
2
-0
/
+24
2015-08-20
xen: split counting of extra memory pages from remapping
Juergen Gross
1
-40
/
+58
2015-08-20
xen: move static e820 map to global scope
Juergen Gross
1
-47
/
+49
2015-08-20
xen: eliminate scalability issues from initial mapping setup
Juergen Gross
3
-39
/
+156
2015-08-20
xen: don't build mfn tree if tools don't need it
Juergen Gross
1
-3
/
+7
2015-08-20
xen: save linear p2m list address in shared info structure
Juergen Gross
1
-0
/
+17
2015-08-20
xen: sync with xen headers
Juergen Gross
1
-9
/
+87
2015-08-20
arm/xen: Drop the definition of xen_pci_platform_unplug
Julien Grall
1
-3
/
+0
2015-08-20
xen/events: Support event channel rebind on ARM
Julien Grall
4
-4
/
+23
2015-08-20
x86/xen: fix non-ANSI declaration of xen_has_pv_devices()
Colin Ian King
1
-1
/
+1
2015-08-17
Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
11
-56
/
+72
2015-08-17
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2
-2
/
+2
2015-08-17
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-9
/
+22
2015-08-17
x86/ldt: Further fix FPU emulation
Andy Lutomirski
1
-1
/
+1
2015-08-16
Merge tag 'keystone-dts-late-fixes-v2' of git://git.kernel.org/pub/scm/linux/...
Olof Johansson
4
-20
/
+33
2015-08-16
MIPS: Fix seccomp syscall argument for MIPS64
Markos Chandras
2
-2
/
+2
2015-08-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+6
2015-08-14
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-12
/
+19
2015-08-14
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
4
-5
/
+8
2015-08-14
x86: fix error handling for 32-bit compat out-of-range system call numbers
Linus Torvalds
1
-1
/
+2
2015-08-13
Merge tag 'for-linus-4.2-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-6
/
+4
2015-08-13
Revert x86 sigcontext cleanups
Linus Torvalds
3
-36
/
+17
2015-08-13
ARM: dts: keystone: Fix the mdio bindings by moving it to soc specific file
Murali Karicheri
4
-20
/
+33
2015-08-13
ARM: dts: keystone: fix the clock node for mdio
Murali Karicheri
1
-1
/
+1
2015-08-13
Merge tag 'imx-fixes-4.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Olof Johansson
1
-4
/
+4
2015-08-13
Merge tag 'samsung-mach-fixes-4.2' of https://github.com/krzk/linux into fixes
Olof Johansson
1
-2
/
+1
2015-08-12
perf/x86/intel/cqm: Do not access cpu_data() from CPU_UP_PREPARE handler
Matt Fleming
1
-5
/
+3
2015-08-12
perf/x86/intel: Fix memory leak on hot-plug allocation fail
Peter Zijlstra
1
-7
/
+16
2015-08-11
Merge tag 'omap-for-v4.2/fixes-rc5' of git://git.kernel.org/pub/scm/linux/ker...
Olof Johansson
4
-4
/
+7
[next]