- a52521f xen: set up IRQ before binding virq to evtchn by Jeremy Fitzhardinge · 14 years ago
- b0097ad xen: ensure that all event channels start off bound to VCPU 0 by Ian Campbell · 14 years ago
- 403a85f xen/hvc: only notify if we actually sent something by Jeremy Fitzhardinge · 14 years ago
- 3654581 xen: don't add extra_pages for RAM after mem_end by Jeremy Fitzhardinge · 14 years ago
- 41f2e47 xen: add support for PAT by Jeremy Fitzhardinge · 15 years ago
- 2f7acb2 xen: make sure xen_max_p2m_pfn is up to date by Jeremy Fitzhardinge · 14 years ago
- 698bb8d xen: limit extra memory to a certain ratio of base by Jeremy Fitzhardinge · 14 years ago
- b5b43ce xen: add extra pages for E820 RAM regions, even if beyond mem_end by Jeremy Fitzhardinge · 14 years ago
- 36bc251 xen: make sure xen_extra_mem_start is beyond all non-RAM e820 by Jeremy Fitzhardinge · 14 years ago
- 42ee147 xen: implement "extra" memory to reserve space for pages not present at boot by Jeremy Fitzhardinge · 14 years ago
- 35ae11f xen: Use host-provided E820 map by Ian Campbell · 16 years ago
- cfd8951 xen: don't map missing memory by Jeremy Fitzhardinge · 14 years ago
- 33a8475 xen: defer building p2m mfn structures until kernel is mapped by Jeremy Fitzhardinge · 14 years ago
- c379806 xen: add return value to set_phys_to_machine() by Jeremy Fitzhardinge · 14 years ago
- 58e0502 xen: convert p2m to a 3 level tree by Jeremy Fitzhardinge · 14 years ago
- bbbf61e xen: make install_p2mtop_page() static by Jeremy Fitzhardinge · 14 years ago
- 1f2d9dd xen: set the actual extent of the mfn_list_list by Jeremy Fitzhardinge · 14 years ago
- b7eb4ad xen: set shared_info->arch.max_pfn to max_p2m_pfn by Jeremy Fitzhardinge · 14 years ago
- 3588fe2 xen/events: change to using fasteoi by Jeremy Fitzhardinge · 14 years ago
- 1e17fc7 xen: remove noise about registering vcpu info by Jeremy Fitzhardinge · 14 years ago
- 764f0138 xen: allocate level1_ident_pgt by Jeremy Fitzhardinge · 14 years ago
- f099180 xen: use early_brk for level2_kernel_pgt by Jeremy Fitzhardinge · 14 years ago
- a2e8752 xen: allocate p2m size based on actual max size by Jeremy Fitzhardinge · 14 years ago
- a171ce6 xen: dynamically allocate p2m space by Jeremy Fitzhardinge · 14 years ago
- 5e941c0 x86: add RESERVE_BRK_ARRAY() helper by Jeremy Fitzhardinge · 14 years ago
- cd07202 Linux 2.6.36-rc8 by Linus Torvalds · 14 years ago
- 3aa0ce8 Un-inline the core-dump helper functions by Linus Torvalds · 14 years ago
- ae42d8d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
- 0eead9a Don't dump task struct in a.out core-dumps by Linus Torvalds · 14 years ago
- 53eeb64 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
- 8c35bf3 Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
- fec896e Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- d94bc4f Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
- 7081319 Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 14 years ago
- a56f31a Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
- 509d448 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- c50a898 ioat2: fix performance regression by Dan Williams · 14 years ago
- 71085ce ehea: Fix a checksum issue on the receive path by Breno Leitao · 14 years ago
- b1e86db nfsd: fix BUG at fs/nfsd/nfsfh.h:199 on unlink by J. Bruce Fields · 14 years ago
- 6fcc040 net: allow FEC driver to use fixed PHY support by Greg Ungerer · 14 years ago
- 06c1088 ARM: relax ioremap prohibition (309caa9) for -final and -stable by Russell King · 14 years ago
- 841f48a Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 by Russell King · 14 years ago
- 10d48b3 ARM: 6440/1: ep93xx: DMA: fix channel_disable by Mika Westerberg · 14 years ago
- 0acc1b2 Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
- d013432 ring-buffer: Fix typo of time extends per page by Steven Rostedt · 14 years ago
- c1e028e perf, MIPS: Support cross compiling of tools/perf for MIPS by Deng-Cheng Zhu · 14 years ago
- a8c051f drm/radeon/kms: Silent spurious error message by Jean Delvare · 14 years ago
- d31dba5 drm/radeon/kms: fix bad cast/shift in evergreen.c by Alex Deucher · 14 years ago
- 40f76d8 drm/radeon/kms: make TV/DFP table info less verbose by Alex Deucher · 14 years ago
- 3555e53 drm/radeon/kms: leave certain CP int bits enabled by Alex Deucher · 14 years ago
- c919b37 drm/radeon/kms: avoid corner case issue with unmappable vram V2 by Jerome Glisse · 14 years ago
- ad0cf34 perf: Fix incorrect copy_from_user() usage by John Blackwood · 14 years ago
- 7c53477 fanotify: disable fanotify syscalls by Eric Paris · 14 years ago
- b0057c5 tg3: restore rx_dropped accounting by Eric Dumazet · 14 years ago
- bcf64aa b44: fix carrier detection on bind by Paul Fertser · 14 years ago
- 73cf624 x86, numa: For each node, register the memory blocks actually used by Yinghai Lu · 14 years ago
- b00916b net: clear heap allocations for privileged ethtool actions by Kees Cook · 14 years ago
- 0aa7dea NET: wimax, fix use after free by Jiri Slaby · 14 years ago
- ec622ab ATM: iphase, remove sleep-inside-atomic by Jiri Slaby · 14 years ago
- 5518b29 ATM: mpc, fix use after free by Jiri Slaby · 14 years ago
- f1ee89d ATM: solos-pci, remove use after free by Jiri Slaby · 14 years ago
- 29979aa Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
- 50c6dc9 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86 by Linus Torvalds · 14 years ago
- 6af0b78 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
- 58d79e7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
- dd4025b Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 14 years ago
- 9b2167d ALSA: hda - Add another HP DV6 quirk by Luke Yelavich · 14 years ago
- d4cfa4d OSS: soundcard: locking bug in sound_ioctl() by Dan Carpenter · 14 years ago
- 47008cd KVM: x86: Move TSC reset out of vmcb_init by Zachary Amsden · 14 years ago
- 5887767 KVM: x86: Fix SVM VMCB reset by Zachary Amsden · 14 years ago
- 6dcbfe4 x86, AMD, MCE thresholding: Fix the MCi_MISCj iteration order by Borislav Petkov · 14 years ago
- 03c698c net/fec: carrier off initially to avoid root mount failure by Oskar Schirmer · 14 years ago
- ca047fe Input: wacom - fix pressure in Cintiq 21UX2 by Aristeu Rozanski · 14 years ago
- e9203c9 kbuild: fix oldnoconfig to do the right thing by Kyle McMartin · 14 years ago
- 71ebc01 kconfig: Temporarily disable dependency warnings by Michal Marek · 14 years ago
- 85a3318 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
- 63847e6 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 14 years ago
- b411c17 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
- 8dc54e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
- 267aeb6 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 14 years ago
- d6bcfd1 Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel by Linus Torvalds · 14 years ago
- 8ea3f0a Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung by Linus Torvalds · 14 years ago
- e92ba6d Define _addr_lsb in siginfo_t for mips by Andi Kleen · 14 years ago
- e4c4776 virtio-blk: fix request leak. by Mike Snitzer · 14 years ago
- 82553bb r8169: use device model DMA API by Stanislaw Gruszka · 14 years ago
- aeb19f6 r8169: allocate with GFP_KERNEL flag when able to sleep by Stanislaw Gruszka · 14 years ago
- 7cfff7f Merge branch 'msi-dmi' into release by Len Brown · 14 years ago
- c9933f7 Merge branch 'pdc-regression' into release by Len Brown · 14 years ago
- 7fcca7d intel_idle: enable Atom C6 by Len Brown · 14 years ago
- ae6df5f net: clear heap allocation for ETHTOOL_GRXCLSRLALL by Kees Cook · 14 years ago
- 94b1057 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
- b530fb6 isdn: strcpy() => strlcpy() by Dan Carpenter · 14 years ago
- f17b1f9 exofs: Fix double page_unlock BUG in write_begin/end by Boaz Harrosh · 14 years ago
- 6939a5a drm/i915: Prevent module unload to avoid random memory corruption by Chris Wilson · 14 years ago
- 4793ca40 cpuimx27: fix i2c bus selection by Eric Bénard · 14 years ago
- 22377ec cpuimx27: fix compile when ULPI is selected by Eric Bénard · 14 years ago
- c0bb586 ARM: 6435/1: Fix HWCAP_TLS flag for ARM11MPCore/Cortex-A9 by Tony Lindgren · 14 years ago
- 5c18920 ARM: 6436/1: AT91: Fix power-saving in idle-mode on 926T processors by Anders Larsen · 14 years ago
- b62be8e x86, mce, therm_throt.c: Fix missing curly braces in error handling logic by Jin Dongming · 14 years ago
- 7cf4b48 ARM: SAMSUNG: Add a workaround for get_clock() for serial driver by Marek Szyprowski · 14 years ago