summaryrefslogtreecommitdiffstats
path: root/net/mac802154 (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-12mm, hugetlb: clean-up alloc_huge_page()Joonsoo Kim1-9/+4
2013-09-12mm, hugetlb: trivial commenting fixJoonsoo Kim1-2/+2
2013-09-12mm, hugetlb: move up the code which check availability of free huge pageJoonsoo Kim1-5/+5
2013-09-12mm: revert "page-writeback.c: subtract min_free_kbytes from dirtyable memory"Johannes Weiner1-3/+0
2013-09-12mm: page_alloc: fair zone allocator policyJohannes Weiner3-10/+64
2013-09-12mm: page_alloc: rearrange watermark checking in get_page_from_freelistJohannes Weiner1-8/+8
2013-09-12mm: vmscan: fix numa reclaim balance problem in kswapdJohannes Weiner1-1/+1
2013-09-12mm/huge_memory.c: fix potential NULL pointer dereferenceLibin1-0/+2
2013-09-12mm: kill one if loop in __free_pages_bootmem()Yinghai Lu1-7/+7
2013-09-12mm/page_alloc.c: fix the value of fallback_migratetype in alloc_extfrag trace...Srivatsa S. Bhat2-5/+10
2013-09-12mm/page_allo.c: restructure free-page stealing code and fix a bugSrivatsa S. Bhat1-36/+59
2013-09-12mm/page_alloc.c: fix coding style and spellingPintu Kumar1-21/+24
2013-09-12swap: make cluster allocation per-cpuShaohua Li2-34/+102
2013-09-12swap: fix races exposed by swap discardShaohua Li1-4/+27
2013-09-12swap: make swap discard asyncShaohua Li2-87/+125
2013-09-12swap: change block allocation algorithm for SSDShaohua Li2-38/+270
2013-09-12mm/page_alloc.c: use '__paginginit' instead of '__init'Chen Gang1-2/+2
2013-09-12mm: fix negative left shift count when PAGE_SHIFT > 20Jerry Zhou1-3/+4
2013-09-12mm: replace strict_strtoul() with kstrtoul()Jingoo Han5-14/+14
2013-09-12mm: vmstats: track TLB flush stats on UP tooDave Hansen5-11/+38
2013-09-12mm: vmstats: tlb flush countersDave Hansen3-4/+24
2013-09-12mm/zswap.c: get swapper address_space by using macroSunghan Suh1-1/+1
2013-09-12mm: mmap_region: kill correct_wcount/inode, use allow_write_access()Oleg Nesterov1-9/+5
2013-09-12mm: do_mmap_pgoff: cleanup the usage of file_inode()Oleg Nesterov1-3/+2
2013-09-12mm: shift VM_GROWS* check from mmap_region() to do_mmap_pgoff()Oleg Nesterov1-6/+4
2013-09-12mm/swapfile.c: convert to pr_foo()Andrew Morton1-17/+13
2013-09-12swap: warn when a swap area overflows the maximum sizeRaymond Jennings1-2/+10
2013-09-12mm/madvise.c: fix coding-style errorsVladimir Cernov1-7/+7
2013-09-12mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov4-20/+25
2013-09-12drivers/block/swim.c: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-09-12cciss: set max scatter gather entries to 32 on P600Mike Miller1-0/+7
2013-09-12drivers/block/mg_disk.c: make mg_times_out() staticJingoo Han1-1/+1
2013-09-12block: support embedded device command line partitionCai Zhiyong10-0/+452
2013-09-12block/blk-sysfs.c: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-09-12block: replace strict_strtoul() with kstrtoul()Jingoo Han3-3/+3
2013-09-12include/linux/sched.h: don't use task->pid/tgid in same_thread_group/has_grou...Oleg Nesterov1-4/+4
2013-09-12ocfs2: fix the end cluster offset of FIEMAPJie Liu1-1/+0
2013-09-12ocfs2: remove unused variable ip in dlmfs_get_root_inode()Joseph Qi1-3/+0
2013-09-12ocfs2: fix a tiny race case when firing callbacksJoyce1-9/+9
2013-09-12ocfs2: avoid possible NULL pointer dereference in o2net_accept_one()Joseph Qi1-6/+10
2013-09-12ocfs2: adjust code style for o2net_handler_tree_lookup()Joseph Qi1-17/+17
2013-09-12ocfs2: free path in ocfs2_remove_inode_range()Younger Liu1-0/+1
2013-09-12ocfs2: fix possible double free in ocfs2_reflink_xattr_recJoseph Qi1-1/+1
2013-09-12ocfs2/dlm: force clean refmap when doing local cleanupXue jiufei1-0/+8
2013-09-12ocfs2: free meta_ac and data_ac when ocfs2_start_trans fails in ocfs2_xattr_s...Younger Liu1-2/+3
2013-09-12ocfs2: add the missing return value check of ocfs2_xattr_get_clustersJoseph Qi1-0/+4
2013-09-12ocfs2: fix a memory leak in __ocfs2_move_extents()Jie Liu1-0/+1
2013-09-12ocfs2: add missing return value check of ocfs2_get_clusters()Joseph Qi1-2/+8
2013-09-12ocfs2: clean up dead code in ocfs2_acl_from_xattr()Joseph Qi1-4/+0
2013-09-12ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang10-99/+45