summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: grab rcu read lock in move_pages()Greg Thelen2011-02-251-3/+3
* epoll: prevent creating circular epoll structuresDavide Libenzi2011-02-251-0/+95
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2011-02-252-1/+2
|\
| * regulator, mc13xxx: Remove pointless test for unsigned less than zeroJesper Juhl2011-02-251-1/+1
| * regulator: Fix warning with CONFIG_BUG disabledMark Brown2011-02-251-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-2510-57/+282
|\ \
| * | Btrfs: fix fiemap bugs with delallocChris Mason2011-02-233-42/+224
| * | Btrfs: set FMODE_EXCL in btrfs_device->modeIlya Dryomov2011-02-161-1/+1
| * | Btrfs: make btrfs_rm_device() fail gracefullyIlya Dryomov2011-02-161-2/+9
| * | Btrfs: Avoid accessing unmapped kernel addressLi Zefan2011-02-161-7/+14
| * | Btrfs: Fix BTRFS_IOC_SUBVOL_SETFLAGS ioctlLi Zefan2011-02-161-2/+5
| * | Btrfs: allow balance to explicitly allocate chunks as it relocatesChris Mason2011-02-163-1/+21
| * | Btrfs: put ENOSPC debugging under a mount optionChris Mason2011-02-163-2/+8
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-02-255-14/+27
|\ \ \
| * | | x86 quirk: Fix polarity for IRQ0 pin2 override on SB800 systemsAndreas Herrmann2011-02-243-13/+18
| * | | x86/mrst: Fix apb timer rating when lapic timer is usedJacob Pan2011-02-241-1/+1
| * | | x86: Fix reboot problem on VersaLogic Menlow boardsKushal Koolwal2011-02-211-0/+8
* | | | RTC: fix typo in drivers/rtc/rtc-at91sam9.cJelle Martijn Kok2011-02-251-1/+1
* | | | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-02-257-45/+49
|\ \ \ \
| * | | | usb: musb: core: set has_tt flagFelipe Balbi2011-02-241-0/+1
| * | | | USB: xhci: mark local functions as staticDmitry Torokhov2011-02-223-8/+8
| * | | | USB: xhci: fix couple sparse annotationsDmitry Torokhov2011-02-201-2/+2
| * | | | USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itselfDmitry Torokhov2011-02-204-7/+8
| * | | | USB: Reset USB 3.0 devices on (re)discoveryLuben Tuikov2011-02-201-11/+7
| * | | | xhci: Fix an error in count_sg_trbs_needed()Paul Zimmerman2011-02-201-1/+1
| * | | | xhci: Fix errors in the running total calculations in the TRB mathPaul Zimmerman2011-02-201-0/+3
| * | | | xhci: Clarify some expressions in the TRB mathPaul Zimmerman2011-02-201-12/+10
| * | | | xhci: Avoid BUG() in interrupt contextPaul Zimmerman2011-02-201-4/+9
* | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-02-2514-24/+56
|\ \ \ \ \
| * | | | | md: Fix - again - partition detection when array becomes activeNeilBrown2011-02-242-1/+23
| * | | | | Fix over-zealous flush_disk when changing device size.NeilBrown2011-02-246-11/+18
| * | | | | md: avoid spinlock problem in blk_throtl_exitNeilBrown2011-02-216-9/+8
| * | | | | md: correctly handle probe of an 'mdp' device.NeilBrown2011-02-161-0/+3
| * | | | | md: don't set_capacity before array is active.NeilBrown2011-02-161-3/+3
| * | | | | md: Fix raid1->raid0 takeoverKrzysztof Wojcik2011-02-141-0/+1
* | | | | | RxRPC: Allocate tokens with kzalloc to avoid oops in rxrpc_destroyAnton Blanchard2011-02-251-4/+4
* | | | | | afs: Fix oops in afs_unlink_writebackAnton Blanchard2011-02-251-0/+1
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-02-245-47/+127
|\ \ \ \ \
| * \ \ \ \ Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2011-02-251-1/+1
| |\ \ \ \ \
| | * | | | | drm/i915: Fix unintended recursion in ironlake_disable_rc6Chris Wilson2011-02-241-1/+1
| * | | | | | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2011-02-245-46/+126
| |\| | | | |
| | * | | | | drm/i915: fix corruptions on i8xx due to relaxed fencingDaniel Vetter2011-02-241-1/+15
| | * | | | | drm/i915: skip FDI & PCH enabling for DP_AJesse Barnes2011-02-221-2/+81
| | * | | | | agp/intel: Experiment with a 855GM GWB bitChris Wilson2011-02-222-35/+22
| | * | | | | drm/i915: don't enable FDI & transcoder interrupts after allJesse Barnes2011-02-221-3/+3
| | * | | | | drm/i915: Ignore a hung GPU when flushing the framebuffer prior to a switchChris Wilson2011-02-221-5/+5
* | | | | | | Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-02-241-0/+2
|\ \ \ \ \ \ \
| * | | | | | | KVM: SVM: Advance instruction pointer in dr_interceptJoerg Roedel2011-02-221-0/+2
* | | | | | | | MAINTAINERS: Update email addressHerton Ronaldo Krzesinski2011-02-241-2/+2
* | | | | | | | block: bd_link_disk_holder() should hold on to holder_dirTejun Heo2011-02-241-0/+6