summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
* | | tpm: Make tpm-dev allocate a per-file structureJason Gunthorpe2014-01-06
* | | tpm: Use the ops structure instead of a copy in tpm_vendor_specificJason Gunthorpe2014-01-06
* | | tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe2014-01-06
* | | tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe2014-01-06
* | | tpm: Move sysfs functions from tpm-interface to tpm-sysfsJason Gunthorpe2014-01-06
* | | tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe2014-01-06
* | | char: tpm: nuvoton: remove unused variableMichal Nazarewicz2014-01-06
* | | tpm: MAINTAINERS: Cleanup TPM Maintainers filePeter Huewe2014-01-06
* | | tpm/tpm_i2c_atmel: fix coccinelle warningsFengguang Wu2014-01-06
* | | tpm/tpm_ibmvtpm: fix unreachable code warning (smatch warning)Peter Huewe2014-01-06
* | | tpm/tpm_i2c_stm_st33: Check return code of get_burstcountPeter Huewe2014-01-06
* | | tpm/tpm_ppi: Check return value of acpi_get_namePeter Huewe2014-01-06
* | | tpm/tpm_ppi: Do not compare strcmp(a,b) == -1Peter Huewe2014-01-06
* | | Merge to v3.13-rc7 for prerequisite changes in the Xen code for TPMJames Morris2014-01-06
|\ \ \
| * | | Linux 3.13-rc7Linus Torvalds2014-01-04
| * | | Merge tag 'for-v3.13-fixes' of git://git.infradead.org/battery-2.6Linus Torvalds2014-01-03
| |\ \ \
| | * | | max17042_battery: Fix build errors caused by missing REGMAP_I2C configAustin Boyle2013-12-01
| | * | | power_supply: Fix Oops from NULL pointer dereference from wakeup_source_activateShuah Khan2013-12-01
| * | | | Merge tag 'pm+acpi-3.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-03
| |\ \ \ \
| | | \ \ \
| | | \ \ \
| | *-. \ \ \ Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki2013-12-31
| | |\ \ \ \ \
| | | | * \ \ \ Merge branch 'cpuidle/3.13-fixes' of git://git.linaro.org/people/daniel.lezca...Rafael J. Wysocki2013-12-31
| | | | |\ \ \ \
| | | | | * | | | ARM/cpuidle: remove __init tag from Calxeda cpuidle probe functionAndre Przywara2013-12-30
| | | | |/ / / /
| | | * | | | | intel_pstate: Fail initialization if P-state information is missingRafael J. Wysocki2013-12-31
| | | * | | | | cpufreq: preserve user_policy across suspend/resumeViresh Kumar2013-12-29
| | | * | | | | cpufreq: Clean up after a failing light-weight initializationRafael J. Wysocki2013-12-29
| | | | | | | |
| | | \ \ \ \ \
| | *-. \ \ \ \ \ Merge branches 'acpi-pci-pm' and 'acpi-pci-hotplug'Rafael J. Wysocki2013-12-31
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | | | * | | | | ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplugRafael J. Wysocki2013-12-31
| | | | * | | | | ACPI / PCI / hotplug: Avoid warning when _ADR not presentToshi Kani2013-11-28
| | | * | | | | | PCI / ACPI: Install wakeup notify handlers for all PCI devs with ACPIRafael J. Wysocki2013-12-29
| * | | | | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-02
| |\ \ \ \ \ \ \ \
| | * | | | | | | | KVM: nVMX: Unconditionally uninit the MMU on nested vmexitJan Kiszka2014-01-02
| | * | | | | | | | KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka2013-12-30
| * | | | | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-02
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | epoll: do not take the nested ep->mtx on EPOLL_CTL_DELJason Baron2014-01-02
| | * | | | | | | | | sh: add EXPORT_SYMBOL(min_low_pfn) and EXPORT_SYMBOL(max_low_pfn) to sh_ksyms...Nobuhiro Iwamatsu2014-01-02
| | * | | | | | | | | drivers/dma/ioat/dma.c: check DMA mapping error in ioat_dma_self_test()Jiang Liu2014-01-02
| | * | | | | | | | | mm/memory-failure.c: transfer page count from head page to tail page after sp...Naoya Horiguchi2014-01-02
| | * | | | | | | | | MAINTAINERS: set up proper record for Xilinx ZynqMichal Simek2014-01-02
| | * | | | | | | | | mm: remove bogus warning in copy_huge_pmd()Mel Gorman2014-01-02
| | * | | | | | | | | memcg: fix memcg_size() calculationVladimir Davydov2014-01-02
| | * | | | | | | | | mm: fix use-after-free in sys_remap_file_pagesRik van Riel2014-01-02
| | * | | | | | | | | mm: munlock: fix deadlock in __munlock_pagevec()Vlastimil Babka2014-01-02
| | * | | | | | | | | mm: munlock: fix a bug where THP tail page is encounteredVlastimil Babka2014-01-02
| * | | | | | | | | | Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Linus Torvalds2014-01-02
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | GFS2: Fix unsafe dereference in dump_holder()Tetsuo Handa2014-01-02
| | * | | | | | | | | | GFS2: Wait for async DIO in glock state changesSteven Whitehouse2013-12-20
| | * | | | | | | | | | GFS2: Fix incorrect invalidation for DIO/buffered I/OSteven Whitehouse2013-12-20
| | * | | | | | | | | | GFS2: Fix slab memory leak in gfs2_bufdataBob Peterson2013-12-13
| | * | | | | | | | | | GFS2: Fix use-after-free race when calling gfs2_remove_from_ailBob Peterson2013-12-13
| | * | | | | | | | | | GFS2: don't hold s_umount over blkdev_putSteven Whitehouse2013-12-13