- 7335084 mm: vmscan: do not OOM if aborting reclaim to start compaction by Mel Gorman · 13 years ago
- 5013473 mm: vmscan: check if we isolated a compound page during lumpy scan by Andrea Arcangeli · 13 years ago
- b16d3d5 mm: compaction: use synchronous compaction for /proc/sys/vm/compact_memory by Mel Gorman · 13 years ago
- a77ebd3 mm: compaction: allow compaction to isolate dirty pages by Mel Gorman · 13 years ago
- ea4d349 vmscan/trace: Add 'file' info to trace_mm_vmscan_lru_isolate() by Tao Ma · 13 years ago
- 4567688 thp: improve order in lru list for split huge page by Shaohua Li · 13 years ago
- f21760b thp: add tlb_remove_pmd_tlb_entry by Shaohua Li · 13 years ago
- e559130 thp: remove unnecessary tlb flush for mprotect by Shaohua Li · 13 years ago
- 569e559 thp: improve the error code path by Shaohua Li · 13 years ago
- 0efc8eb page_cgroup: drop multi CONFIG_MEMORY_HOTPLUG by Bob Liu · 13 years ago
- d0048b0 page_alloc: break early in check_for_regular_memory() by Bob Liu · 13 years ago
- 3ed28fa memcg: cleanup for_each_node_state() by Bob Liu · 13 years ago
- 38c5d72 memcg: simplify LRU handling by new rule by KAMEZAWA Hiroyuki · 13 years ago
- 4e5f01c memcg: clear pc->mem_cgroup if necessary. by KAMEZAWA Hiroyuki · 13 years ago
- 36b62ad memcg: simplify corner case handling of LRU. by KAMEZAWA Hiroyuki · 13 years ago
- dc67d50 memcg: simplify page cache charging by KAMEZAWA Hiroyuki · 13 years ago
- de077d2 oom, memcg: fix exclusion of memcg threads after they have detached their mm by David Rientjes · 13 years ago
- c3cecc6 memcg: free entries in soft_limit_tree if allocation fails by Michal Hocko · 13 years ago
- 9fb4b7c page_cgroup: add helper function to get swap_cgroup by Bob Liu · 13 years ago
- 40f23a2 mm: memcg: remove unneeded checks from uncharge_page() by Johannes Weiner · 13 years ago
- 7a0524c mm: memcg: remove unneeded checks from newpage_charge() by Johannes Weiner · 13 years ago
- 00c54c0 mm: page_cgroup: check page_cgroup arrays in lookup_page_cgroup() only when necessary by Johannes Weiner · 13 years ago
- cfa4494 mm: memcg: lookup_page_cgroup (almost) never returns NULL by Johannes Weiner · 13 years ago
- 0e574a9 mm: memcg: clean up fault accounting by Johannes Weiner · 13 years ago
- 72835c8 mm: unify remaining mem_cont, mem, etc. variable names to memcg by Johannes Weiner · 13 years ago
- ec0fffd mm: oom_kill: remove memcg argument from oom_kill_task() by Johannes Weiner · 13 years ago
- 0527b69 memcg: fix pgpgin/pgpgout documentation by Ying Han · 13 years ago
- d66c1ce Documentation/cgroups/memory.txt: fix typo by Zhu Yanhai · 13 years ago
- f53d7ce mm: memcg: shorten preempt-disabled section around event checks by Johannes Weiner · 13 years ago
- e94c8a9 memcg: make mem_cgroup_split_huge_fixup() more efficient by KAMEZAWA Hiroyuki · 13 years ago
- 6b208e3 mm: memcg: remove unused node/section info from pc->flags by Johannes Weiner · 13 years ago
- 925b767 mm: make per-memcg LRU lists exclusive by Johannes Weiner · 13 years ago
- 6290df5 mm: collect LRU list heads into struct lruvec by Johannes Weiner · 13 years ago
- b95a2f2 mm: vmscan: convert global reclaim to per-memcg LRU lists by Johannes Weiner · 13 years ago
- ad2b8e6 mm: memcg: remove optimization of keeping the root_mem_cgroup LRU lists empty by Johannes Weiner · 13 years ago
- 5660048 mm: move memcg hierarchy reclaim to generic reclaim code by Johannes Weiner · 13 years ago
- 527a5ec mm: memcg: per-priority per-zone hierarchy scan generations by Johannes Weiner · 13 years ago
- f16015f mm: vmscan: distinguish between memcg triggering reclaim and memcg being scanned by Johannes Weiner · 13 years ago
- 89b5fae mm: vmscan: distinguish global reclaim from global LRU scanning by Johannes Weiner · 13 years ago
- 9f3a0d0 mm: memcg: consolidate hierarchy iteration primitives by Johannes Weiner · 13 years ago
- ab936cb memcg: add mem_cgroup_replace_page_cache() to fix LRU issue by KAMEZAWA Hiroyuki · 13 years ago
- 28d82dc epoll: limit paths by Jason Baron · 13 years ago
- 2ccd4f4 pipe: fail cleanly when root tries F_SETPIPE_SZ with big size by Sasha Levin · 13 years ago
- 888a214 slub: document setting min order with debug_guardpage_minorder > 0 by Stanislaw Gruszka · 13 years ago
- 15ee2d0 parisc, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
- 01fa310 ia64, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
- 08346bf drivers/video/nvidia/nvidia.c: fix warning by Andrew Morton · 13 years ago
- 2565409 mm,x86,um: move CMPXCHG_DOUBLE config option by Heiko Carstens · 13 years ago
- 4156153 mm,x86,um: move CMPXCHG_LOCAL config option by Heiko Carstens · 13 years ago
- 43570fd mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCAL by Heiko Carstens · 13 years ago
- 0d259cf include/linux/linkage.h: remove unused ATTRIB_NORET macro by Joe Perches · 13 years ago
- ff2d8b1 treewide: convert uses of ATTRIB_NORETURN to __noreturn by Joe Perches · 13 years ago
- 9402c95 treewide: remove useless NORET_TYPE macro and uses by Joe Perches · 13 years ago
- 80bf007 include/linux/linkage.h: remove unused NORET_AND macro by Joe Perches · 13 years ago
- 4da4785 kernel.h: neaten panic prototype by Joe Perches · 13 years ago
- efeb156 kprobes: silence DEBUG_STRICT_USER_COPY_CHECKS=y warning by Stephen Boyd · 13 years ago
- a2ef990 proc: fix null pointer deref in proc_pid_permission() by Xiaotian Feng · 13 years ago
- bccd172 x86: Get rid of 'dubious one-bit signed bitfield' sprase warning by Anton Vorontsov · 13 years ago
- a429638 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
- 5cf9a4e x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=y by Bjorn Helgaas · 13 years ago
- 9e4ce16 Merge branch 'topic/hda' into for-linus by Takashi Iwai · 13 years ago
- 627b796 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 13 years ago
- 29abceb Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into topic/asoc by Takashi Iwai · 13 years ago
- 4c4d285 Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
- 56c8bc3 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
- b8bf17d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- 1c1744c sh: magicpanelr2: Update for parse_mtd_partitions() fallout. by Paul Mundt · 13 years ago
- 603129a sh: mach-rsk: Update for parse_mtd_partitions() fallout. by Paul Mundt · 13 years ago
- b1bdd25 Merge branch 'sh/nommu' into sh-latest by Paul Mundt · 13 years ago
- c1537b4 sh: sh2a: Improve cache flush/invalidate functions by Phil Edworthy · 13 years ago
- 9d14070 Merge branch 'sh/hwblk' into sh-latest by Paul Mundt · 13 years ago
- 9f06cf3 Merge branch 'sh/pm-runtime' into sh-latest by Paul Mundt · 13 years ago
- d3442b2 sh: also without PM_RUNTIME pm_runtime.o must be built by Guennadi Liakhovetski · 13 years ago
- a4d5247 sh: add a resource name for shdma by Shimoda, Yoshihiro · 13 years ago
- e64e1b1 Merge branch 'rmobile/smp' into rmobile-latest by Paul Mundt · 13 years ago
- 2005246 arm: mach-shmobile: add a resource name for shdma by Shimoda, Yoshihiro · 13 years ago
- 9fc5c3e Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- 541048a Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- bcede2f Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- d0b9706 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- 02d9295 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 13 years ago
- b24ca57 Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 13 years ago
- 6296e5d Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 13 years ago
- c086ae4 Merge tag 'md-3.3-fixes' of git://neil.brown.name/md by Linus Torvalds · 13 years ago
- 7b67e75 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
- f40aaf6 ARM: mach-shmobile: r8a7779 SMP support V3 by Magnus Damm · 13 years ago
- 9f13a1f cpu: Register a generic CPU device on architectures that currently do not by Ben Hutchings · 13 years ago
- 024f784 cpu: Do not return errors from cpu_dev_init() which will be ignored by Ben Hutchings · 13 years ago
- 5878cf4 Merge branch 'slab/urgent' into slab/for-linus by Pekka Enberg · 13 years ago
- bced76a sched: Fix lockup by limiting load-balance retries on lock-break by Peter Zijlstra · 13 years ago
- d6b2450 Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc into topic/asoc by Takashi Iwai · 13 years ago
- e48b46b ASoC: twl6040 - Add method to query optimum PDM_DL1 gain by Liam Girdwood · 13 years ago
- f2cbba7 ALSA: hda - Fix the lost power-setup of seconary pins after PM resume by Takashi Iwai · 13 years ago
- 8c3f5d8 ALSA: usb-audio: add Yamaha MOX6/MOX8 support by Clemens Ladisch · 13 years ago
- 56225e4 ALSA: virtuoso: add S/PDIF input support for all Xonars by Clemens Ladisch · 13 years ago
- 52cd0a7 ALSA: ice1724 - Support for ooAoo SQ210a by Pavel Hofman · 13 years ago
- 2b151ef ALSA: ice1724 - Allow card info based on model only by Pavel Hofman · 13 years ago
- ffd364d ALSA: ice1724 - Create capture pcm only for ADC-enabled configurations by Pavel Hofman · 13 years ago
- f7de8ba ALSA: hdspm - Provide unique driver id based on card serial by Adrian Knoth · 13 years ago
- 4f58cb9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 13 years ago