summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/hwmon: pkgtemp has no dependency on PCIJan Beulich2010-09-242-2/+1
* MAINTAINERS: Update hwmon entryGuenter Roeck2010-09-241-0/+2
* x86/hwmon: register alternate sibling upon CPU removalJan Beulich2010-09-241-7/+15
* x86/hwmon: fix initialization of pkgtempJan Beulich2010-09-241-7/+3
* x86/hwmon: fix initialization of coretempJan Beulich2010-09-243-16/+15
* x86/hwmon: don't leak device attribute file from pkgtemp_probe() and pkgtemp_...Jan Beulich2010-09-241-1/+4
* x86/hwmon: avoid deadlock on CPU removal in pkgtempJan Beulich2010-09-241-3/+4
* x86/hwmon: fix module init for hotplug-but-no-device-found caseJan Beulich2010-09-241-1/+4
* hwmon: (lis3) Fix Oops with NULL platform dataTakashi Iwai2010-09-241-2/+2
* hugetlb, rmap: add BUG_ON(!PageLocked) in hugetlb_add_anon_rmap()Naoya Horiguchi2010-09-241-0/+2
* hugetlb, rmap: fix confusing page locking in hugetlb_cow()Naoya Horiguchi2010-09-241-10/+12
* hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow()Naoya Horiguchi2010-09-241-1/+1
* hugetlb, rmap: always use anon_vma root pointerNaoya Horiguchi2010-09-241-6/+7
* Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-09-242-2/+5
|\
| * KVM: Fix reboot on Intel hostsAvi Kivity2010-09-231-1/+3
| * KVM: fix irqfd assign/deassign raceMichael S. Tsirkin2010-09-231-1/+2
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2010-09-232-5/+4
|\ \
| * | thinkpad-acpi: avoid keymap pitfallHenrique de Moraes Holschuh2010-09-231-2/+3
| * | Change MSI LAPTOP driver maintainer to Lee, Chun-YiLee, Chun-Yi2010-09-231-3/+1
* | | MN10300: Arch doesn't support HAVE_ARCH_TRACEHOOKMark Salter2010-09-231-1/+0
* | | MN10300: Fix SIGRTMAXMark Salter2010-09-231-1/+1
* | | MN10300: Fix endianess of ext2 bitopsMark Salter2010-09-231-2/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-09-231-1/+1
|\ \
| * | percpu: fix pcpu_last_unit_cpuTejun Heo2010-09-211-1/+1
* | | ipmi: fix hardcoded ipmi device exit path warningYinghai Lu2010-09-231-1/+6
* | | rtc: s3c: balance state changes of wakeup flagVladimir Zapolskiy2010-09-231-5/+8
* | | mmap: call unlink_anon_vmas() in __split_vma() in case of errorAndrea Arcangeli2010-09-231-0/+1
* | | rmap: fix walk during forkAndrea Arcangeli2010-09-231-1/+1
* | | drivers/pci/intel-iommu.c: fix build with older gcc'sAndrew Morton2010-09-231-47/+43
* | | oom: filter unkillable tasks from tasklist dumpDavid Rientjes2010-09-231-21/+19
* | | drivers/video/sis/sis_main.c: prevent reading uninitialized stack memoryDan Rosenberg2010-09-231-0/+3
* | | uml: fix compile warningRichard Weinberger2010-09-233-6/+6
* | | /proc/pid/smaps: fix dirty pages accountingKOSAKI Motohiro2010-09-231-2/+2
* | | fbcon: fix lockdep warning from fbcon_deinit()Jarek Poplawski2010-09-231-2/+3
* | | efifb: support the EFI framebuffer on more Apple hardwareLuke Macken2010-09-231-0/+42
* | | efifb: check that the base address is plausible on pci systemsPeter Jones2010-09-232-12/+55
* | | aio: do not return ERESTARTSYS as a result of AIOJan Kara2010-09-231-1/+9
* | | vmscan: check all_unreclaimable in direct reclaim pathMinchan Kim2010-09-231-8/+35
* | | drivers/rtc/rtc-ab3100.c: add missing platform_set_drvdata() in ab3100_rtc_pr...Axel Lin2010-09-231-0/+2
* | | MAINTAINERS: change AVR32 and AT32AP maintainerHans-Christian Egtvedt2010-09-231-2/+2
* | | vmware balloon: rename moduleDmitry Torokhov2010-09-233-2/+2
* | | arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"FUJITA Tomonori2010-09-236-1/+25
* | | /proc/vmcore: fix seekingArnd Bergmann2010-09-231-1/+1
* | | ipmi: fix acpi probe printYinghai Lu2010-09-231-5/+5
* | | oom: always return a badness score of non-zero for eligible tasksDavid Rientjes2010-09-231-2/+7
* | | Prevent freeing uninitialized pointer in compat_do_readv_writevDan Rosenberg2010-09-231-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-09-224-104/+171
|\ \
| * | sparc: Prevent no-handler signal syscall restart recursion.David S. Miller2010-09-223-1/+7
| * | sparc: Don't mask signal when we can't setup signal frame.David S. Miller2010-09-223-58/+93
| * | sparc64: Fix race in signal instruction flushing.David S. Miller2010-09-211-42/+60