Age | Commit message (Expand) | Author | Files | Lines |
2011-01-16 | Unexport do_add_mount() and add in follow_automount(), not ->d_automount() | David Howells | 1 | -6/+1 |
2011-01-16 | Allow d_manage() to be used in RCU-walk mode | David Howells | 1 | -1/+1 |
2011-01-16 | autofs4: Bump version | Ian Kent | 1 | -1/+1 |
2011-01-16 | NFS: Use d_automount() rather than abusing follow_link() | David Howells | 1 | -1/+0 |
2011-01-16 | Add an AT_NO_AUTOMOUNT flag to suppress terminal automount | David Howells | 2 | -0/+3 |
2011-01-16 | Add a dentry op to allow processes to be held during pathwalk transit | David Howells | 2 | -3/+11 |
2011-01-16 | Add a dentry op to handle automounting rather than abusing follow_link() | David Howells | 2 | -1/+8 |
2011-01-14 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 6 | -8/+42 |
2011-01-14 | Merge git://git.infradead.org/battery-2.6 | Linus Torvalds | 3 | -0/+72 |
2011-01-14 | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2011-01-14 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same... | Linus Torvalds | 5 | -29/+64 |
2011-01-14 | PCI/PM: Use pm_wakeup_event() directly for reporting wakeup events | Rafael J. Wysocki | 1 | -1/+0 |
2011-01-14 | PCI/ACPI: Request _OSC control once for each root bridge (v3) | Rafael J. Wysocki | 3 | -0/+23 |
2011-01-14 | include/gpio.h: remove remaining __must_check-annotiations | Wolfram Sang | 1 | -2/+2 |
2011-01-14 | Revert update for dirty_ratio for memcg. | KAMEZAWA Hiroyuki | 1 | -23/+0 |
2011-01-14 | power_supply: Add MAX17042 Fuel Gauge Driver | MyungJoo Ham | 1 | -0/+30 |
2011-01-14 | kernel: fix hlist_bl again | Russell King | 1 | -1/+1 |
2011-01-14 | mfd: ab8500-core chip version cut 2.0 support | Mattias Wallin | 1 | -23/+30 |
2011-01-14 | regulator: Support MAX8998/LP3974 DVS-GPIO | MyungJoo Ham | 1 | -6/+20 |
2011-01-14 | mfd: Support LP3974 RTC | MyungJoo Ham | 1 | -0/+4 |
2011-01-14 | mfd: MAX8998/LP3974 hibernation support | MyungJoo Ham | 2 | -0/+3 |
2011-01-14 | mfd: ab8500-core ioresources irq for subdrivers added | Mattias Wallin | 1 | -2/+2 |
2011-01-14 | mfd: Provide pm_runtime_no_callbacks flag in cell data | Mark Brown | 1 | -0/+6 |
2011-01-14 | mfd: Add WM8326 support | Mark Brown | 1 | -0/+1 |
2011-01-14 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 10 | -66/+230 |
2011-01-14 | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -6/+0 |
2011-01-14 | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -3/+5 |
2011-01-14 | Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -1/+162 |
2011-01-14 | fs: hlist UP debug fixup | Nick Piggin | 2 | -3/+5 |
2011-01-14 | memcg: fix memory migration of shmem swapcache | Daisuke Nishimura | 1 | -3/+2 |
2011-01-14 | memcg: add lock to synchronize page accounting and migration | KAMEZAWA Hiroyuki | 1 | -3/+28 |
2011-01-14 | memcg: create extensible page stat update routines | Greg Thelen | 1 | -3/+28 |
2011-01-14 | memcg: add page_cgroup flags for dirty page tracking | Greg Thelen | 1 | -0/+23 |
2011-01-14 | mm: migration: use rcu_dereference_protected when dereferencing the radix tre... | Mel Gorman | 1 | -0/+16 |
2011-01-14 | thp: add compound_trans_head() helper | Andrea Arcangeli | 1 | -0/+18 |
2011-01-14 | thp: khugepaged: make khugepaged aware about madvise | Andrea Arcangeli | 1 | -2/+4 |
2011-01-14 | thp: madvise(MADV_NOHUGEPAGE) | Andrea Arcangeli | 3 | -9/+13 |
2011-01-14 | thp: mm: define MADV_NOHUGEPAGE | Andrea Arcangeli | 1 | -0/+1 |
2011-01-14 | thp: compound_trans_order | Andrea Arcangeli | 1 | -0/+14 |
2011-01-14 | thp: fix anon memory statistics with transparent hugepages | Rik van Riel | 2 | -3/+13 |
2011-01-14 | thp: use compaction in kswapd for GFP_ATOMIC order > 0 | Andrea Arcangeli | 1 | -3/+8 |
2011-01-14 | thp: mmu_notifier_test_young | Andrea Arcangeli | 1 | -0/+26 |
2011-01-14 | thp: avoid breaking huge pmd invariants in case of vma_adjust failures | Andrea Arcangeli | 1 | -0/+19 |
2011-01-14 | thp: add numa awareness to hugepage allocations | Andrea Arcangeli | 1 | -2/+5 |
2011-01-14 | thp: mprotect: transparent huge page support | Johannes Weiner | 1 | -0/+2 |
2011-01-14 | thp: mincore transparent hugepage support | Johannes Weiner | 1 | -0/+3 |
2011-01-14 | thp: add x86 32bit support | Johannes Weiner | 1 | -3/+4 |
2011-01-14 | thp: remove PG_buddy | Andrea Arcangeli | 3 | -11/+31 |
2011-01-14 | thp: khugepaged | Andrea Arcangeli | 3 | -0/+68 |
2011-01-14 | thp: transparent hugepage vmstat | Andrea Arcangeli | 1 | -0/+1 |