summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-07-2412-374/+121
|\
| * watchdog: orion_wdt: Convert driver to watchdog coreAxel Lin2012-07-232-153/+51
| * watchdog: s3c2410_wdt: Use module_platform_driver()Sachin Kamat2012-07-231-15/+1
| * watchdog: sch311x_wdt: Fix Polarity when starting watchdogWim Van Sebroeck2012-07-231-2/+8
| * Watchdog: OMAP: Fix the runtime pm code to avoid module getting stuck intrans...Lokesh Vutla2012-07-231-17/+0
| * watchdog: ie6xx_wdt: section mismatch in ie6xx_wdt_probe()Gerard Snitselaar2012-07-231-2/+2
| * watchdog: bcm63xx_wdt: fix driver section mismatchFlorian Fainelli2012-07-231-2/+2
| * watchdog: iTCO_wdt.c: convert to watchdog coreWim Van Sebroeck2012-07-232-165/+49
| * char/ipmi: remove local ioctl defines replaced by generic onesOskar Schirmer2012-07-231-13/+0
| * watchdog: xilinx: Read clock frequency directly from DT nodeMichal Simek2012-07-231-1/+1
| * watchdog: coh901327_wdt: use clk_prepare/unprepareLinus Walleij2012-07-231-3/+4
| * watchdog: f71808e_wdt: Add support for Jetway JNF99 motherboardJustin Wheeler2012-07-231-1/+3
* | Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-07-242-62/+92
|\ \
| * | mm/frontswap: cleanup doc and comment errorWanpeng Li2012-07-232-3/+3
| * | mm: frontswap: remove unneeded headersSasha Levin2012-07-231-4/+0
| * | mm: frontswap: split out function to clear a page outSasha Levin2012-07-201-6/+9
| * | mm: frontswap: remove unnecessary check during initializationSasha Levin2012-06-111-2/+1
| * | mm: frontswap: make all branches of if statement in put page consistentSasha Levin2012-06-111-5/+5
| * | mm: frontswap: split frontswap_shrink further to simplify lockingSasha Levin2012-06-111-15/+21
| * | mm: frontswap: split out __frontswap_unuse_pagesSasha Levin2012-06-111-20/+39
| * | mm: frontswap: split out __frontswap_curr_pagesSasha Levin2012-06-111-11/+17
| * | mm: frontswap: trivial coding convention issuesSasha Levin2012-06-111-3/+4
| * | mm: frontswap: remove casting from function calls through ops structureSasha Levin2012-06-111-5/+5
* | | Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-07-2423-90/+1511
|\ \ \
| * | | xen: populate correct number of pages when across mem boundary (v2)zhenzhong.duan2012-07-191-14/+9
| * | | xen PVonHVM: move shared_info to MMIO before kexecOlaf Hering2012-07-195-13/+126
| * | | xen: simplify init_hvm_pv_infoOlaf Hering2012-07-191-32/+26
| * | | xen: remove cast from HYPERVISOR_shared_info assignmentOlaf Hering2012-07-191-1/+1
| * | | xen: enable platform-pci only in a Xen guestOlaf Hering2012-07-191-0/+3
| * | | xen/pv-on-hvm kexec: shutdown watches from old kernelOlaf Hering2012-07-192-1/+22
| * | | xen/x86: avoid updating TLS descriptors if they haven't changedDavid Vrabel2012-07-191-3/+26
| * | | xen/x86: add desc_equal() to compare GDT descriptorsDavid Vrabel2012-07-191-0/+6
| * | | xen/mm: zero PTEs for non-present MFNs in the initial page tableDavid Vrabel2012-07-191-1/+8
| * | | xen/mm: do direct hypercall in xen_set_pte() if batching is unavailableDavid Vrabel2012-07-191-5/+25
| * | | xen/hvc: Fix up checks when the info is allocated.Konrad Rzeszutek Wilk2012-07-191-9/+6
| * | | xen/acpi: Fix potential memory leak.Konrad Rzeszutek Wilk2012-07-191-3/+6
| * | | xen/mce: add .poll method for mcelog device driverLiu, Jinsong2012-07-191-0/+18
| * | | xen/mce: schedule a workqueue to avoid sleep in atomic contextLiu, Jinsong2012-07-191-7/+11
| * | | xen/pcpu: Xen physical cpus online/offline sys interfaceLiu, Jinsong2012-07-195-0/+401
| * | | xen/mce: Register native mce handler as vMCE bounce back pointLiu, Jinsong2012-07-191-3/+7
| * | | x86, MCE, AMD: Adjust initcall sequence for xenLiu, Jinsong2012-07-191-1/+21
| * | | xen/mce: Add mcelog support for Xen platformLiu, Jinsong2012-07-198-6/+798
* | | | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-2471-519/+1914
|\ \ \ \
| * | | | KVM: fix race with level interruptsMichael S. Tsirkin2012-07-205-35/+51
| * | | | x86, hyper: fix build with !CONFIG_KVM_GUESTAvi Kivity2012-07-181-0/+2
| * | | | Revert "apic: fix kvm build on UP without IOAPIC"Michael S. Tsirkin2012-07-161-5/+0
| * | | | KVM guest: switch to apic_set_eoi_write, apic_writeMichael S. Tsirkin2012-07-161-10/+3
| * | | | apic: add apic_set_eoi_write for PV useMichael S. Tsirkin2012-07-162-0/+20
| * | | | Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into nextAvi Kivity2012-07-157-31/+98
| |\ \ \ \
| | * | | | KVM: PPC: Critical interrupt emulation supportBharat Bhushan2012-07-111-0/+25