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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-17
xen/p2m: m2p_find_override: use list_for_each_entry_safe
Stefano Stabellini
1
-6
/
+2
2012-04-17
xen/gntdev: do not set VM_PFNMAP
Stefano Stabellini
1
-1
/
+1
2012-04-17
xen/grant-table: add error-handling code on failure of gnttab_resume
Julia Lawall
1
-4
/
+9
2012-04-06
xen/pcifront: avoid pci_frontend_enable_msix() falsely returning success
Jan Beulich
1
-0
/
+1
2012-04-06
xen/pciback: fix XEN_PCI_OP_enable_msix result
Jan Beulich
1
-1
/
+1
2012-04-06
xen/smp: Remove unnecessary call to smp_processor_id()
Srivatsa S. Bhat
1
-1
/
+1
2012-04-06
xen/x86: Workaround 'x86/ioapic: Add register level checks to detect bogus io...
Konrad Rzeszutek Wilk
1
-1
/
+3
2012-04-06
xen: only check xen_platform_pci_unplug if hvm
Igor Mammedov
2
-2
/
+2
2012-03-24
xen/acpi: Fix Kconfig dependency on CPU_FREQ
Konrad Rzeszutek Wilk
1
-1
/
+1
2012-03-22
xen: initialize platform-pci even if xen_emul_unplug=never
Igor Mammedov
3
-5
/
+7
2012-03-22
xen/smp: Fix bringup bug in AP code.
Konrad Rzeszutek Wilk
1
-0
/
+6
2012-03-21
xen/acpi: Remove the WARN's as they just create noise.
Konrad Rzeszutek Wilk
1
-2
/
+2
2012-03-20
xen/tmem: cleanup
Jan Beulich
2
-14
/
+13
2012-03-20
xen: support pirq_eoi_map
Stefano Stabellini
2
-3
/
+44
2012-03-20
xen/acpi-processor: Do not depend on CPU frequency scaling drivers.
Konrad Rzeszutek Wilk
1
-2
/
+1
2012-03-20
xen/cpufreq: Disable the cpu frequency scaling drivers from loading.
Konrad Rzeszutek Wilk
1
-0
/
+2
2012-03-20
provide disable_cpufreq() function to disable the API.
Konrad Rzeszutek Wilk
2
-0
/
+26
2012-03-16
xen kconfig: relax INPUT_XEN_KBDDEV_FRONTEND deps
Andrew Jones
2
-1
/
+2
2012-03-14
xen/acpi-processor: C and P-state driver that uploads said data to hypervisor.
Konrad Rzeszutek Wilk
4
-1
/
+597
2012-03-14
xen: constify all instances of "struct attribute_group"
Jan Beulich
3
-5
/
+5
2012-03-14
xen/xenbus: ignore console/0
Stefano Stabellini
1
-0
/
+6
2012-03-14
hvc_xen: introduce HVC_XEN_FRONTEND
Stefano Stabellini
2
-54
/
+70
2012-03-14
hvc_xen: implement multiconsole support
Stefano Stabellini
1
-58
/
+377
2012-03-14
hvc_xen: support PV on HVM consoles
Stefano Stabellini
2
-17
/
+73
2012-03-13
xenbus: don't free other end details too early
Jan Beulich
1
-1
/
+2
2012-03-10
xen/enlighten: Expose MWAIT and MWAIT_LEAF if hypervisor OKs it.
Konrad Rzeszutek Wilk
4
-2
/
+96
2012-03-10
xen/setup/pm/acpi: Remove the call to boot_option_idle_override.
Konrad Rzeszutek Wilk
1
-1
/
+0
2012-02-26
xenbus: address compiler warnings
Jan Beulich
1
-3
/
+3
2012-01-24
xen: use this_cpu_xxx replace percpu_xxx funcs
Alex Shi
5
-19
/
+19
2012-01-12
xen/pciback: Support pci_reset_function, aka FLR or D3 support.
Konrad Rzeszutek Wilk
2
-3
/
+39
2012-01-12
pci: Introduce __pci_reset_function_locked to be used when holding device_lock.
Konrad Rzeszutek Wilk
2
-0
/
+26
2012-01-12
xen: Utilize the restore_msi_irqs hook.
Tang Liang
2
-0
/
+34
2012-01-12
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
91
-806
/
+1125
2012-01-12
cpu: Register a generic CPU device on architectures that currently do not
Ben Hutchings
10
-0
/
+31
2012-01-12
cpu: Do not return errors from cpu_dev_init() which will be ignored
Ben Hutchings
2
-9
/
+6
2012-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
44
-2049
/
+8684
2012-01-11
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
Linus Torvalds
59
-143
/
+7026
2012-01-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
12
-214
/
+137
2012-01-11
autofs4: deal with autofs4_write/autofs4_write races
Al Viro
3
-4
/
+7
2012-01-11
autofs4: catatonic_mode vs. notify_daemon race
Al Viro
1
-11
/
+14
2012-01-11
autofs4: autofs4_wait() vs. autofs4_catatonic_mode() race
Al Viro
1
-1
/
+7
2012-01-11
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
48
-369
/
+124
2012-01-11
Merge tag 'for-linux-3.3-merge-window' of git://linux-c6x.org/git/projects/li...
Linus Torvalds
125
-5
/
+12989
2012-01-11
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
17
-90
/
+99
2012-01-11
Merge branch 'unicore32' of git://github.com/gxt/linux
Linus Torvalds
8
-53
/
+17
2012-01-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...
Linus Torvalds
61
-134
/
+570
2012-01-11
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
8
-66
/
+227
2012-01-11
Merge branch 'akpm' (aka "Andrew's patch-bomb")
Linus Torvalds
166
-1875
/
+3044
2012-01-11
user namespace: make signal.c respect user namespaces
Serge E. Hallyn
2
-4
/
+46
2012-01-11
workqueue: make alloc_workqueue() take printf fmt and args for name
Tejun Heo
2
-26
/
+53
[next]