index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
hugetlb_cgroup.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-12-19
mm/compaction: respect ignore_skip_hint in update_pageblock_skip
Joonsoo Kim
1
-0
/
+4
2013-12-19
mm/mempolicy: correct putback method for isolate pages if failed
Joonsoo Kim
1
-1
/
+1
2013-12-19
mm: add missing dependency in Kconfig
Sima Baymani
1
-1
/
+1
2013-12-19
sh: always link in helper functions extracted from libgcc
Geert Uytterhoeven
1
-1
/
+1
2013-12-19
mm: page_alloc: exclude unreclaimable allocations from zone fairness policy
Johannes Weiner
1
-1
/
+2
2013-12-19
mm: numa: defer TLB flush for THP migration as long as possible
Mel Gorman
2
-7
/
+3
2013-12-19
mm: numa: guarantee that tlb_flush_pending updates are visible before page ta...
Mel Gorman
1
-1
/
+6
2013-12-19
mm: fix TLB flush race between migration, and change_protection_range
Rik van Riel
8
-7
/
+69
2013-12-19
mm: numa: avoid unnecessary disruption of NUMA hinting during migration
Mel Gorman
3
-6
/
+37
2013-12-19
mm: numa: clear numa hinting information on mprotect
Mel Gorman
2
-0
/
+4
2013-12-19
sched: numa: skip inaccessible VMAs
Mel Gorman
1
-0
/
+7
2013-12-19
mm: numa: avoid unnecessary work on the failure path
Mel Gorman
1
-1
/
+3
2013-12-19
mm: numa: ensure anon_vma is locked to prevent parallel THP splits
Mel Gorman
1
-0
/
+7
2013-12-19
mm: numa: do not clear PTE for pte_numa update
Mel Gorman
1
-2
/
+7
2013-12-19
mm: numa: do not clear PMD during PTE update scan
Mel Gorman
1
-1
/
+1
2013-12-19
mm: clear pmd_numa before invalidating
Mel Gorman
1
-0
/
+3
2013-12-19
mm: numa: call MMU notifiers on THP migration
Mel Gorman
1
-8
/
+14
2013-12-19
mm: numa: serialise parallel get_user_page against THP migration
Mel Gorman
3
-15
/
+60
2013-12-19
kexec: migrate to reboot cpu
Vivek Goyal
3
-1
/
+3
2013-12-17
cpupower: Fix segfault due to incorrect getopt_long arugments
Josh Boyer
1
-3
/
+3
2013-12-16
mfd: s2mps11: Fix build after regmap field rename in sec-core.c
Krzysztof Kozlowski
2
-4
/
+4
2013-12-15
Linux 3.13-rc4
v3.13-rc4
Linus Torvalds
1
-1
/
+1
2013-12-15
null_blk: mem garbage on NUMA systems during init
Matias Bjorling
1
-4
/
+4
2013-12-15
radeon_pm: fix oops in hwmon_attributes_visible() and radeon_hwmon_show_temp_...
Sergey Senozhatsky
1
-4
/
+2
2013-12-15
Revert "selinux: consider filesystem subtype in policies"
Linus Torvalds
2
-60
/
+22
2013-12-15
igb: Fix for issue where values could be too high for udelay function.
Carolyn Wyborny
1
-1
/
+4
2013-12-15
i40e: fix null dereference
Jesse Brandeburg
1
-0
/
+3
2013-12-13
ARM: fix asm/memory.h build error
Russell King
3
-20
/
+17
2013-12-13
dm array: fix a reference counting bug in shadow_ablock
Joe Thornber
1
-1
/
+9
2013-12-13
dm space map: disallow decrementing a reference count below zero
Joe Thornber
1
-9
/
+23
2013-12-13
ceph: Avoid data inconsistency due to d-cache aliasing in readpage()
Li Wang
1
-2
/
+6
2013-12-13
ceph: initialize inode before instantiating dentry
Yan, Zheng
1
-78
/
+58
2013-12-13
powerpc/powernv: Fix OPAL LPC access in Little Endian
Benjamin Herrenschmidt
2
-7
/
+7
2013-12-13
powerpc/powernv: Fix endian issue in opal_xscom_read
Anton Blanchard
2
-2
/
+4
2013-12-13
powerpc: Fix endian issues in crash dump code
Anton Blanchard
1
-3
/
+3
2013-12-13
powerpc/pseries: Fix endian issues in MSI code
Anton Blanchard
1
-13
/
+15
2013-12-13
powerpc/pseries: Fix PCIE link speed endian issue
Anton Blanchard
1
-4
/
+4
2013-12-13
powerpc/pseries: Fix endian issues in nvram code
Anton Blanchard
1
-23
/
+23
2013-12-13
powerpc/pseries: Fix endian issues in /proc/ppc64/lparcfg
Anton Blanchard
1
-6
/
+6
2013-12-13
powerpc: Fix topology core_id endian issue on LE builds
Anton Blanchard
1
-2
/
+2
2013-12-13
powerpc: Fix endian issue in setup-common.c
Anton Blanchard
1
-2
/
+2
2013-12-13
powerpc: PTRACE_PEEKUSR always returns FPR0
Ulrich Weigand
1
-2
/
+2
2013-12-13
mm: memcg: do not allow task about to OOM kill to bypass the limit
Johannes Weiner
1
-1
/
+1
2013-12-13
mm: memcg: fix race condition between memcg teardown and swapin
Johannes Weiner
1
-0
/
+36
2013-12-13
thp: move preallocated PTE page table on move_huge_pmd()
Kirill A. Shutemov
1
-1
/
+11
2013-12-13
mfd/rtc: s5m: fix register updating by adding regmap for RTC
Krzysztof Kozlowski
5
-14
/
+29
2013-12-13
rtc: s5m: enable IRQ wake during suspend
Krzysztof Kozlowski
1
-0
/
+25
2013-12-13
rtc: s5m: limit endless loop waiting for register update
Krzysztof Kozlowski
1
-6
/
+31
2013-12-13
rtc: s5m: fix unsuccesful IRQ request during probe
Krzysztof Kozlowski
1
-2
/
+4
2013-12-13
drivers/rtc/rtc-s5m.c: fix info->rtc assignment
Geert Uytterhoeven
1
-27
/
+27
[next]