aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* memcg: fix numa scan information update to be triggered by memory eventKAMEZAWA Hiroyuki2011-07-081-6/+27
* memcg: fix reclaimable lru check in memcgKAMEZAWA Hiroyuki2011-07-081-31/+76
* mm: __tlb_remove_page() check the correct batchShaohua Li2011-07-081-0/+1
* mm: vmscan: only read new_classzone_idx from pgdat when reclaiming successfullyMel Gorman2011-07-081-13/+21
* mm: vmscan: evaluate the watermarks against the correct classzoneMel Gorman2011-07-081-1/+1
* mm: vmscan: do not apply pressure to slab if we are not applying pressure to ...Mel Gorman2011-07-081-10/+13
* mm: vmscan: correct check for kswapd sleeping in sleeping_prematurelyMel Gorman2011-07-081-1/+1
* Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-07-081-1/+1
|\
| * gpio/langwell_gpio: ack the correct bit for langwell gpio interruptsMathias Nyman2011-07-081-1/+1
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-07-082-8/+10
|\ \
| * | xfs: unpin stale inodes directly in IOP_COMMITTEDDave Chinner2011-07-062-8/+10
* | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-085-19/+19
|\ \ \
| * | | omap: drop __initdata tags from static struct platform_device declarationsJanusz Krzysztofik2011-07-045-19/+19
* | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-07-087-6/+7
|\ \ \ \
| * | | | drm/kms: allow drm_mode_group with no objectsBen Skeggs2011-07-071-3/+0
| * | | | drm/radeon/kms: free ib pool on module unloadingJerome Glisse2011-07-074-0/+4
| * | | | drm/radeon/kms: fix typo in evergreen disp int status registerAlex Deucher2011-07-071-1/+1
| * | | | drm/radeon/kms: fix typo in IH_CNTL swap bitfieldAlex Deucher2011-07-072-2/+2
* | | | | Merge branch 'for-30-rc5/all-i2c' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2011-07-073-6/+17
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'for-30-rc4/i2c-bfin', 'for-30-rc4/i2c-omap', 'for-30-rc4/i2c-...Ben Dooks2011-06-272-5/+10
| |\ \ \ \ \ \
| | | * | | | | i2c: tegra: Assign unused slave addressStephen Warren2011-06-271-1/+7
| | * | | | | | i2c-s3c2410: Remove useless break codeJonghwan Choi2011-06-271-1/+0
| | * | | | | | i2c-s3c2410: Fix typo 'i2s' -> 'i2c'Huisung Kang2011-06-271-3/+3
| | |/ / / / /
| * | | | | | i2c-bfin-twi: abort transfer is MEM bit is reset unexpectedlySonic Zhang2011-06-271-1/+7
| |/ / / / /
* | | | | | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-07-071-1/+8
|\ \ \ \ \ \
| * | | | | | USB: additional regression fix for device removalAlan Stern2011-07-071-1/+8
* | | | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-07-071-1/+5
|\ \ \ \ \ \ \
| * | | | | | | PM / Hibernate: Fix free_unnecessary_pages()Rafael J. Wysocki2011-07-061-1/+5
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2011-07-076-25/+39
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-3.0-important' of git://git.drbd.org/linux-2.6-drbd into fo...Jens Axboe2011-06-305-23/+33
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drbd: we should write meta data updates with FLUSH FUALars Ellenberg2011-06-301-1/+1
| | * | | | | | | | drbd: fix limit define, we support 1 PiByte nowLars Ellenberg2011-06-301-2/+2
| | * | | | | | | | drbd: when receive times out on meta socket, also check last receive time on ...Lars Ellenberg2011-06-301-0/+6
| | * | | | | | | | drbd: account bitmap IO during resync as resync-(related-)-ioLars Ellenberg2011-06-301-0/+3
| | * | | | | | | | drbd: don't cond_resched_lock with IRQs disabledLars Ellenberg2011-06-301-1/+3
| | * | | | | | | | drbd: add missing spinlock to bitmap receiveLars Ellenberg2011-06-301-15/+19
| | * | | | | | | | drbd: Use the correct max_bio_size when creating resync requestsPhilipp Reisner2011-06-301-6/+1
| * | | | | | | | | cfq-iosched: make code consistentShaohua Li2011-06-271-1/+2
| * | | | | | | | | cfq-iosched: fix a rcu warningShaohua Li2011-06-271-1/+4
* | | | | | | | | | FS-Cache: Add a helper to bulk uncache pages on an inodeDavid Howells2011-07-075-5/+85
* | | | | | | | | | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-07-071-28/+28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | xen/pci: Move check for acpi_sci_override_gsi to xen_setup_acpi_sci.Konrad Rzeszutek Wilk2011-07-071-28/+28
* | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-076-3/+36
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86: Don't use the EFI reboot method by defaultMatthew Garrett2011-07-071-3/+0
| * | | | | | | | | | | x86, suspend: Restore MISC_ENABLE MSR in realmode wakeupKees Cook2011-07-063-0/+26
| * | | | | | | | | | | x86, reboot: Acer Aspire One A110 reboot quirkPeter Chubb2011-07-051-0/+8
| * | | | | | | | | | | x86-32, NUMA: Fix boot regression caused by NUMA init unification on highmem ...Tejun Heo2011-07-011-0/+2
| | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \
*---. \ \ \ \ \ \ \ \ \ \ \ Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2011-07-075-17/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | sched: Disable (revert) SCHED_LOAD_SCALE increasePeter Zijlstra2011-07-051-1/+1
| | | * | | | | | | | | | | | sched, cgroups: Fix MIN_SHARES on 64-bit boxenMike Galbraith2011-07-011-6/+3
| | | |/ / / / / / / / / / /