]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'akpm' (Fixes from Andrew)
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 Nov 2012 18:46:43 +0000 (10:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 Nov 2012 18:46:43 +0000 (10:46 -0800)
commitf83534c170e5d5fcb46e733c69bcb7a3c765b20a
tree1308f4943207a303ff7069d159054af97dd2a6cf
parent646843edae876dca189fc66a1a4ac195db5aa6a7
parent2cb95f2f8b2da848d0cb8d26fc9662030f4ee1a4
Merge branch 'akpm' (Fixes from Andrew)

Merge misc fixes from Andrew Morton:
 "Seven fixes, some of them fingers-crossed :("

* emailed patches from Andrew Morton <akpm@linux-foundation.org>: (7 patches)
  drivers/rtc/rtc-tps65910.c: fix invalid pointer access on _remove()
  mm: soft offline: split thp at the beginning of soft_offline_page()
  mm: avoid waking kswapd for THP allocations when compaction is deferred or contended
  revert "Revert "mm: remove __GFP_NO_KSWAPD""
  mm: vmscan: fix endless loop in kswapd balancing
  mm/vmemmap: fix wrong use of virt_to_page
  mm: compaction: fix return value of capture_free_page()