aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-08-07Merge tag 'microblaze-3.17-rc1' of git://git.monstr.eu/linux-2.6-microblazeHEADmasterLinus Torvalds4-18/+28
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds1-3/+8
2014-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds161-3284/+5477
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds156-3036/+5486
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds26-443/+619
2014-08-07avr32: fix error return codeJulia Lawall1-3/+8
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds156-2919/+3930
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-44/+86
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds18-37/+26
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds18-642/+1194
2014-08-06Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds7-13/+43
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds120-1495/+5084
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds231-6265/+4936
2014-08-06Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds294-7462/+17264
2014-08-06Merge tag 'hsi-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds3-15/+16
2014-08-06Merge tag 'for-v3.17' of git://git.infradead.org/battery-2.6Linus Torvalds18-99/+673
2014-08-07powerpc/eeh: Export eeh_iommu_group_to_pe()Gavin Shan1-0/+1
2014-08-06netlink: hold nl_sock_hash_lock during diag dumpThomas Graf3-0/+5
2014-08-06checkpatch: update $declaration_macros, add uninitialized_varJoe Perches1-5/+6
2014-08-06checkpatch: warn on missing spaces in broken up quotedDan Carpenter1-0/+6
2014-08-06checkpatch: fix false positives for --strict "space after cast" testJoe Perches1-1/+1
2014-08-06checkpatch: fix false positive MISSING_BREAK warnings with --fileJoe Perches1-2/+2
2014-08-06checkpatch: add test for native c90 types in unusual orderJoe Perches1-0/+44
2014-08-06checkpatch: add signed generic typesJoe Perches1-9/+9
2014-08-06checkpatch: add short int to c variable typesJoe Perches1-0/+1
2014-08-06checkpatch: add for_each tests to indentation and brace testsJoe Perches1-2/+2
2014-08-06checkpatch: fix brace style misuses of else and whileJoe Perches1-8/+30
2014-08-06checkpatch: add --fix option for a couple OPEN_BRACE misusesJoe Perches1-5/+28
2014-08-06checkpatch: use the correct indentation for which()Joe Perches1-6/+6
2014-08-06checkpatch: add fix_insert_line and fix_delete_line helpersJoe Perches1-36/+29
2014-08-06checkpatch: add ability to insert and delete lines to patch/fileJoe Perches1-11/+130
2014-08-06checkpatch: add an index variable for fixed linesJoe Perches1-54/+60
2014-08-06checkpatch: warn on break after goto or return with same tab indentationJoe Perches1-0/+10
2014-08-06checkpatch: emit a warning on file add/move/deleteJoe Perches1-1/+12
2014-08-06checkpatch: add test for commit id formatting style in commit logJoe Perches1-0/+54
2014-08-06checkpatch: emit fewer kmalloc_array/kcalloc conversion warningsJoe Perches1-8/+9
2014-08-06checkpatch: improve "no space after cast" testJoe Perches1-3/+3
2014-08-06checkpatch: allow multiple const * typesJoe Perches1-1/+1
2014-08-06checkpatch: warn on unnecessary parentheses around references of foo->barJoe Perches1-0/+8
2014-08-06checkpatch: quiet Kconfig help message checkingJoe Perches1-3/+4
2014-08-06checkpatch: change blank line after declaration type to "LINE_SPACING"Joe Perches1-1/+1
2014-08-06checkpatch: add a multiple blank lines testJoe Perches1-0/+11
2014-08-06checkpatch: add test for blank lines after function/struct/union/enumJoe Perches1-0/+16
2014-08-06checkpatch.pl: also suggest 'else if' when if follows braceRasmus Villemoes1-1/+1
2014-08-06checkpatch: ignore email headers betterJoe Perches1-2/+3
2014-08-06checkpatch: fix function pointers in blank line needed after declarations testJoe Perches1-0/+4
2014-08-06checkpatch: fix complex macro false positive for escaped constant charJoe Perches1-1/+1
2014-08-06checkpatch: warn on unnecessary else after return or breakJoe Perches1-0/+10
2014-08-06checkpatch: attempt to find unnecessary 'out of memory' messagesJoe Perches1-0/+17
2014-08-06lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes2-3/+6
2014-08-06lib: bitmap: add missing mask in bitmap_andRasmus Villemoes2-3/+6
2014-08-06lib: bitmap: add missing mask in bitmap_shift_rightRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: micro-optimize bitmap_allocate_regionRasmus Villemoes1-2/+1
2014-08-06lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes2-9/+9
2014-08-06lib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ordRasmus Villemoes1-1/+1
2014-08-06lib: bitmap: simplify bitmap_parselistRasmus Villemoes1-7/+2
2014-08-06lib: bitmap: make the start index of bitmap_clear unsignedRasmus Villemoes2-6/+6
2014-08-06lib: bitmap: make the start index of bitmap_set unsignedRasmus Villemoes2-6/+6
2014-08-06lib: bitmap: make nbits parameter of bitmap_weight unsignedRasmus Villemoes2-4/+5
2014-08-06lib: bitmap: make nbits parameter of bitmap_subset unsignedRasmus Villemoes2-4/+4
2014-08-06lib: bitmap: make nbits parameter of bitmap_intersects unsignedRasmus Villemoes2-4/+4
2014-08-06lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsignedRasmus Villemoes2-20/+20
2014-08-06lib: bitmap: remove unnecessary mask from bitmap_complementRasmus Villemoes2-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_complement unsignedRasmus Villemoes2-5/+5
2014-08-06lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes2-3/+3
2014-08-06lib: bitmap: make nbits parameter of bitmap_full unsignedRasmus Villemoes2-4/+4
2014-08-06lib: bitmap: make nbits parameter of bitmap_empty unsignedRasmus Villemoes2-4/+4
2014-08-06lib/list_sort.c: convert to pr_fooAndrew Morton1-28/+21
2014-08-06lib: list_sort.c: Limit number of unused cmp callbacksRasmus Villemoes1-1/+3
2014-08-06lib: list_sort_test(): simplify and harden cleanupRasmus Villemoes1-7/+5
2014-08-06lib: list_sort_test(): add extra corruption checkRasmus Villemoes1-0/+5
2014-08-06lib: list_sort_test(): return -ENOMEM when allocation failsRasmus Villemoes1-1/+2
2014-08-06kernel.h: remove deprecated pack_hex_byteJoe Perches1-5/+0
2014-08-06lib/test-kstrtox.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-1/+1
2014-08-06lib/string_helpers.c: constify static arraysMathias Krause1-6/+9
2014-08-06lib/cmdline.c: add size unit t/p/e to memparseGui Hecheng1-5/+10
2014-08-06libata: Use glob_match from lib/glob.cGeorge Spelvin2-69/+4
2014-08-06lib/glob.c: add CONFIG_GLOB_SELFTESTGeorge Spelvin2-0/+178
2014-08-06lib: add lib/glob.cGeorge Spelvin4-0/+153
2014-08-06zlib: clean up some dead codeSergey Senozhatsky3-393/+0
2014-08-06klist: use same naming scheme as hlist for klist_add_after()Ken Helias2-4/+4
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias15-21/+21
2014-08-06list: make hlist_add_after() argument names match hlist_add_after_rcu()Ken Helias1-7/+7
2014-08-06kernel/printk/printk.c: fix bool assignementsNeil Zhang1-3/+3
2014-08-06printk: enable interrupts before calling console_trylock_for_printk()Jan Kara1-10/+21
2014-08-06printk: miscellaneous cleanupsAlex Elder1-13/+13
2014-08-06printk: use a clever macroAlex Elder1-10/+2
2014-08-06printk: fix some commentsAlex Elder1-11/+12
2014-08-06printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder3-3/+3
2014-08-06printk: tweak do_syslog() to match commentsAlex Elder1-1/+1
2014-08-06printk: allow increasing the ring buffer depending on the number of CPUsLuis R. Rodriguez3-6/+82
2014-08-06printk: make dynamic units clear for the kernel ring bufferLuis R. Rodriguez1-1/+1
2014-08-06printk: move power of 2 practice of ring buffer size to a helperLuis R. Rodriguez1-4/+10
2014-08-06printk: make dynamic kernel ring buffer alignment explicitLuis R. Rodriguez1-2/+3
2014-08-06include/linux/byteorder/generic.h: minor comment fixGeoff Levand1-1/+1
2014-08-06fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon def...Joe Perches2-2/+2
2014-08-06./Makefile: tell gcc optimizer to never introduce new data racesJiri Kosina1-0/+3
2014-08-06mm/zpool: update zswap to use zpoolDan Streetman2-31/+46
2014-08-06mm/zpool: zbud/zsmalloc implement zpoolDan Streetman2-0/+179
2014-08-06mm/zpool: implement common zpool api to zbud/zsmallocDan Streetman5-18/+495
2014-08-06mm/zbud: change zbud_alloc size type to size_tDan Streetman2-3/+3
2014-08-06zram: replace global tb_lock with fine grain lockWeijie Yang2-33/+60
2014-08-06zram: use size_t instead of u16Minchan Kim1-1/+1
2014-08-06zram: remove unused SECTOR_SIZE defineSergey Senozhatsky1-1/+0
2014-08-06zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky1-2/+2
2014-08-06mm/highmem: make kmap cache coloring awareMax Filippov1-11/+75
2014-08-06mmu_notifier: add call_srcu and sync function for listener to delay call and ...Peter Zijlstra2-1/+45
2014-08-06mm: BUG when __kmap_atomic_idx equals KM_TYPE_NRChintan Pandya1-1/+1
2014-08-06mm: memcontrol: clean up reclaim size variable use in try_charge()Johannes Weiner1-3/+3
2014-08-06kernel/smp.c:on_each_cpu_cond(): fix warning in fallback pathSasha Levin1-1/+1
2014-08-06mm: change confusing #ifdef use in __access_remote_vmRik van Riel1-2/+4
2014-08-06mm: softdirty: respect VM_SOFTDIRTY in PTE holesPeter Feiner1-6/+21
2014-08-06mm: mark fault_around_bytes __read_mostlyKirill A. Shutemov1-1/+2
2014-08-06mm: close race between do_fault_around() and fault_around_bytes_set()Kirill A. Shutemov1-14/+7
2014-08-06memcg, vmscan: Fix forced scan of anonymous pagesJerome Marchand1-7/+13
2014-08-06mm, vmscan: fix an outdated comment still mentioning get_scan_ratioJerome Marchand1-1/+1
2014-08-06mm, oom: remove unnecessary exit_state checkDavid Rientjes2-2/+1
2014-08-06mm: fix potential infinite loop in dissolve_free_huge_pages()Li Zhong1-0/+3
2014-08-06mm, thp: restructure thp avoidance of light synchronous migrationDavid Rientjes1-8/+9
2014-08-06mm, oom: rename zonelist locking functionsDavid Rientjes3-22/+18
2014-08-06mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes3-3/+12
2014-08-06memory-hotplug: sh: suitable memory should go to ZONE_MOVABLEWang Nan1-2/+3
2014-08-06memory-hotplug: ppc: suitable memory should go to ZONE_MOVABLEWang Nan1-1/+2
2014-08-06memory-hotplug: ia64: suitable memory should go to ZONE_MOVABLEWang Nan1-1/+2
2014-08-06memory-hotplug: x86_32: suitable memory should go to ZONE_MOVABLEWang Nan1-1/+2
2014-08-06memory-hotplug: x86_64: suitable memory should go to ZONE_MOVABLEWang Nan1-1/+2
2014-08-06memory-hotplug: add zone_for_memory() for selecting zone for new memoryWang Nan2-0/+29
2014-08-06slub: remove kmemcg id from create_unique_idVladimir Davydov1-6/+0
2014-08-06mm, writeback: prevent race when calculating dirty limitsDavid Rientjes1-4/+1
2014-08-06mm, thp: only collapse hugepages to nodes with affinity for zone_reclaim_modeDavid Rientjes1-0/+26
2014-08-06mm/shmem.c: remove the unused gfp arg to shmem_add_to_page_cache()Wang Sheng-Hui1-4/+4
2014-08-06mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella6-8/+82
2014-08-06mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman2-48/+59
2014-08-06mm: page_alloc: abort fair zone allocation policy when remotes nodes are enco...Mel Gorman1-1/+1
2014-08-06mm: vmscan: only update per-cpu thresholds for online CPUMel Gorman1-1/+1
2014-08-06mm: move zone->pages_scanned into a vmstat counterMel Gorman4-8/+16
2014-08-06mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Mel Gorman3-109/+113
2014-08-06mm: pagemap: avoid unnecessary overhead when tracepoints are deactivatedMel Gorman2-11/+9
2014-08-06mm: trace-vmscan-postprocess.pl: report the number of file/anon pages respect...Chen Yucong1-0/+53
2014-08-06mm: update the description for vm_total_pagesWang Sheng-Hui1-1/+5
2014-08-06mm/memory.c: don't forget to set softdirty on file mapped faultCyrill Gorcunov1-1/+1
2014-08-06drivers/firmware/memmap.c: don't allocate firmware_map_entry of same memory r...Yasuaki Ishimatsu1-0/+4
2014-08-06drivers/firmware/memmap.c: pass the correct argument to firmware_map_find_ent...Yasuaki Ishimatsu1-1/+1
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao6-20/+11
2014-08-06mm: make copy_pte_range static againJerome Marchand2-5/+1
2014-08-06mm, hugetlb: remove hugetlb_zero and hugetlb_infinityDavid Rientjes3-8/+3
2014-08-06mm, hugetlb: generalize writes to nr_hugepagesDavid Rientjes1-32/+26
2014-08-06hwpoison: fix race with changing page during offliningAndi Kleen1-0/+10
2014-08-06mm,hugetlb: simplify error handling in hugetlb_cow()Davidlohr Bueso1-19/+16
2014-08-06mm,hugetlb: make unmap_ref_private() return voidDavidlohr Bueso1-18/+14
2014-08-06mm: replace init_page_accessed by __SetPageReferencedHugh Dickins4-15/+6
2014-08-06mm/hwpoison-inject.c: remove unnecessary null test before debugfs_remove_recu...Fabian Frederick1-2/+1
2014-08-06mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini3-3/+4
2014-08-06mm: catch memory commitment underflowKonstantin Khlebnikov1-0/+5
2014-08-06shmem: update memory reservation on truncateKonstantin Khlebnikov1-0/+17
2014-08-06shmem: fix double uncharge in __shmem_file_setup()Konstantin Khlebnikov1-6/+6
2014-08-06include/linux/mmdebug.h: add VM_WARN_ONCE()Andrew Morton1-0/+2
2014-08-06mm, vmalloc: constify allocation maskDavid Rientjes1-4/+4
2014-08-06mm/vmalloc.c: add a schedule point to vmalloc()Eric Dumazet1-0/+2
2014-08-06mm: update the description for madvise_removeWang Sheng-Hui1-3/+0
2014-08-06mm tracing: tell mm_migrate_pages event about numa_misplacedMax Asbock1-0/+1
2014-08-06mm: vmscan: clean up struct scan_controlJohannes Weiner1-53/+46
2014-08-06mm: vmscan: move swappiness out of scan_controlJohannes Weiner1-14/+13
2014-08-06mm: vmscan: remove all_unreclaimable()Johannes Weiner1-25/+24
2014-08-06mm: vmscan: rework compaction-ready signaling in direct reclaimJohannes Weiner1-38/+32
2014-08-06mm: vmscan: remove remains of kswapd-managed zone->all_unreclaimableJohannes Weiner1-8/+0
2014-08-06mem-hotplug: improve zone_movable_is_highmem logicWang Nan1-0/+2
2014-08-06mm/mem-hotplug: replace simple_strtoull() with kstrtoull()Zhang Zhen1-1/+3
2014-08-06mm: memcontrol: do not acquire page_cgroup lock for kmem pagesJohannes Weiner1-14/+7
2014-08-06mm: memcontrol: remove ordering between pc->mem_cgroup and PageCgroupUsedJohannes Weiner1-9/+0
2014-08-06mm: memcontrol: use root_mem_cgroup res_counterJohannes Weiner1-108/+44
2014-08-06mm: memcontrol: catch root bypass in move prechargeJohannes Weiner1-1/+8
2014-08-06mm: memcontrol: simplify move precharge functionJohannes Weiner1-33/+15
2014-08-06mm: memcontrol: remove explicit OOM parameter in charge pathMichal Hocko1-22/+10
2014-08-06mm: memcontrol: retry reclaim for oom-disabled and __GFP_NOFAIL chargesJohannes Weiner1-4/+4
2014-08-06mm: huge_memory: use GFP_TRANSHUGE when charging huge pagesJohannes Weiner1-3/+3
2014-08-06mm: memcontrol: reclaim at least once for __GFP_NORETRYJohannes Weiner1-3/+3
2014-08-06mm: memcontrol: rearrange charging fast pathJohannes Weiner1-16/+17
2014-08-06mm: memcontrol: fold mem_cgroup_do_charge()Johannes Weiner1-102/+64
2014-08-06mm: page-flags: clean up the page flag test, set, clear macrosJohannes Weiner1-7/+14
2014-08-06mm, thp: replace smp_mb after atomic_add by smp_mb__after_atomicWaiman Long1-1/+1
2014-08-06mm, thp: move invariant bug check out of loop in __split_huge_page_mapWaiman Long1-2/+2
2014-08-06mm, CMA: clean-up log messageJoonsoo Kim1-2/+2
2014-08-06mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim4-10/+11
2014-08-06mm, CMA: clean-up CMA allocation error pathJoonsoo Kim1-3/+4
2014-08-06PPC, KVM, CMA: use general CMA reserved area management frameworkJoonsoo Kim5-277/+14
2014-08-06CMA: generalize CMA reserved area management functionalityJoonsoo Kim8-291/+383
2014-08-06DMA, CMA: support arbitrary bitmap granularityJoonsoo Kim1-24/+53
2014-08-06DMA, CMA: support alignment constraint on CMA regionJoonsoo Kim1-8/+18
2014-08-06DMA, CMA: separate core CMA management codes from DMA APIsJoonsoo Kim1-48/+77
2014-08-06mm/internal.h: use nth_pageFabian Frederick1-1/+1
2014-08-06mm: page_alloc: simplify drain_zone_pages by using min()Michal Nazarewicz1-6/+2
2014-08-06mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen3-16/+20
2014-08-06mem-hotplug: avoid illegal state prefixed with legal state when changing stat...Tang Chen1-4/+4
2014-08-06mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault()Hugh Dickins1-1/+1
2014-08-06vmalloc: use rcu list iterator to reduce vmap_area_lock contentionJoonsoo Kim1-3/+3
2014-08-06include/linux/memblock.h: add __init to memblock_set_bottom_up()Fabian Frederick1-2/+2
2014-08-06mm/page_alloc.c: unexport alloc_pages_exact_nid()Andrew Morton1-1/+0
2014-08-06mm/page_alloc.c: add __meminit to alloc_pages_exact_nid()Fabian Frederick2-2/+2
2014-08-06mm/memory_hotplug.c: add __meminit to grow_zone_span/grow_pgdat_spanFabian Frederick1-4/+4