aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...HEADmasterLinus Torvalds14-83/+51
2014-04-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds5-30/+16
2014-04-07Merge tag 'arc-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds21-115/+114
2014-04-07Merge tag 'stable/for-linus-3.15-tag2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds233-2012/+3714
2014-04-07MAINTAINERS: update Intel C600 SAS driver maintainersLukasz Dorau1-2/+1
2014-04-07fs/ufs: remove unused ufs_super_block_third pointerChristian Engelmayer1-2/+0
2014-04-07fs/ufs: remove unused ufs_super_block_second pointerChristian Engelmayer1-2/+0
2014-04-07fs/ufs: remove unused ufs_super_block_first pointerChristian Engelmayer3-18/+0
2014-04-07fs/ufs/super.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-07doc/kernel-parameters.txt: add early_ioremap_debugMark Salter1-0/+5
2014-04-07arm64: add early_ioremap supportMark Salter11-52/+169
2014-04-07arm64: initialize pgprot info earlier in bootMark Salter3-2/+4
2014-04-07x86: use generic early_ioremapMark Salter6-240/+13
2014-04-07mm: create generic early_ioremap() supportMark Salter4-0/+291
2014-04-07x86/mm: sparse warning fix for early_memremapDave Young2-4/+9
2014-04-07lglock: map to spinlock when !CONFIG_SMPJosh Triplett2-1/+18
2014-04-07percpu: add preemption checks to __this_cpu opsChristoph Lameter2-14/+43
2014-04-07vmstat: use raw_cpu_ops to avoid false positives on preemption checksChristoph Lameter1-2/+6
2014-04-07slub: use raw_cpu_inc for incrementing statisticsChristoph Lameter1-1/+5
2014-04-07net: replace __this_cpu_inc in route.c with raw_cpu_incChristoph Lameter1-1/+1
2014-04-07modules: use raw_cpu_write for initialization of per cpu refcount.Christoph Lameter1-1/+1
2014-04-07mm: use raw_cpu ops for determining current NUMA nodeChristoph Lameter1-2/+2
2014-04-07percpu: add raw_cpu_opsChristoph Lameter4-198/+260
2014-04-07slub: fix leak of 'name' in sysfs_slab_addDave Jones1-14/+15
2014-04-07slub: rework sysfs layout for memcg cachesVladimir Davydov2-1/+28
2014-04-07slub: adjust memcg caches when creating cache aliasVladimir Davydov1-0/+13
2014-04-07memcg, slab: do not destroy children caches if parent has aliasesVladimir Davydov3-37/+57
2014-04-07memcg, slab: unregister cache from memcg before starting to destroy itVladimir Davydov2-7/+8
2014-04-07memcg, slab: separate memcg vs root cache creation pathsVladimir Davydov4-95/+111
2014-04-07memcg, slab: cleanup memcg cache creationVladimir Davydov3-51/+52
2014-04-07memcg, slab: never try to merge memcg cachesVladimir Davydov3-30/+18
2014-04-07asm/system.h: um: arch_align_stack() moved to asm/exec.hDavid Howells1-1/+1
2014-04-07asm/system.h: clean asm/system.h from docsDavid Howells3-9/+2
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza13-21/+34
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König41-59/+59
2014-04-07ipc: use device_initcallDavidlohr Bueso3-3/+3
2014-04-07ipc/compat.c: remove sc_semopm macroDavidlohr Bueso1-3/+0
2014-04-07initramfs: debug detected compression methodDaniel M. Weeks2-0/+4
2014-04-07fault-injection: set bounds on what /proc/self/make-it-fail accepts.Dave Jones1-0/+3
2014-04-07x86: always define BUG() and HAVE_ARCH_BUG, even with !CONFIG_BUGJosh Triplett1-3/+0
2014-04-07bug: Make BUG() always stop the machineJosh Triplett1-1/+1
2014-04-07bug: when !CONFIG_BUG, make WARN call no_printk to check format and argsJosh Triplett1-0/+1
2014-04-07include/asm-generic/bug.h: style fix: s/while(0)/while (0)/Josh Triplett1-3/+3
2014-04-07bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and familyJosh Triplett1-27/+30
2014-04-07kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett8-6/+25
2014-04-07ppc: make PPC_BOOK3S_64 select IRQ_WORKJosh Triplett1-0/+1
2014-04-07ia64: select CONFIG_TTY for use of tty_write_message in unalignedJosh Triplett1-0/+1
2014-04-07cris: cpuinfo_op should depend on CONFIG_PROC_FSGeert Uytterhoeven1-0/+2
2014-04-07cris: make ETRAX_ARCH_V10 select TTY for use in debugportJosh Triplett1-0/+1
2014-04-07drivers/misc/sgi-gru/grukdump.c: cleanup gru_dump_context() a littleDan Carpenter1-3/+3
2014-04-07kernel/panic.c: display reason at end + pr_emergFabian Frederick1-7/+6
2014-04-07fs/bfs/inode.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-07affs: add mount option to avoid filename truncatesFabian Frederick5-33/+57
2014-04-07fs/affs/dir.c: unlock/brelse dir on failure + code clean-upFabian Frederick1-10/+18
2014-04-07affs: add __init to init_inodecache ()Fabian Frederick1-1/+1
2014-04-07fs/adfs/super.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-07hung_task: check the value of "sysctl_hung_task_timeout_sec"Liu Hua2-0/+7
2014-04-07rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine10-16/+133
2014-04-07drivers/rapidio/devices/tsi721_dma.c: optimize use of BDMA descriptorsAlexandre Bounine2-33/+82
2014-04-07lib/idr.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal1-2/+2
2014-04-07idr: remove dead codeStephen Hemminger2-81/+2
2014-04-07vmcore: continue vmcore initialization if PT_NOTE is found emptyWANG Chao1-2/+0
2014-04-07include/linux/crash_dump.h: add vmcore_cleanup() prototypeRashika Kheria3-2/+1
2014-04-07wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by anothe...Oleg Nesterov1-13/+9
2014-04-07wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parentOleg Nesterov1-13/+16
2014-04-07wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov2-4/+4
2014-04-07wait: completely ignore the EXIT_DEAD tasksOleg Nesterov1-5/+6
2014-04-07wait: use EXIT_TRACE only if thread_group_leader(zombie)Oleg Nesterov1-10/+7
2014-04-07wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionOleg Nesterov2-29/+22
2014-04-07wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov1-4/+11
2014-04-07exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov4-22/+4
2014-04-07procfs: make /proc/*/pagemap 0400Djalal Harouni1-2/+2
2014-04-07procfs: make /proc/*/{stack,syscall,personality} 0400Djalal Harouni1-6/+6
2014-04-07fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal1-1/+1
2014-04-07proc: show mnt_id in /proc/pid/fdinfoAndrey Vagin2-7/+16
2014-04-07fs/proc/meminfo: meminfo_proc_show(): fix typo in commentLuiz Capitulino1-1/+1
2014-04-07kernel/exit.c: call proc_exit_connector() after exit_state is setGuillaume Morin1-1/+1
2014-04-07exit: move check_stack_usage() to the end of do_exit()Oleg Nesterov1-1/+1
2014-04-07exit: call disassociate_ctty() before exit_task_namespaces()Oleg Nesterov1-4/+2
2014-04-07mm/zswap.c: remove unnecessary parenthesesSeongJae Park1-3/+3
2014-04-07mm/zswap: support multiple swap devicesMinchan Kim1-31/+33
2014-04-07mm/zswap.c: update zsmalloc in comment to zbudSeongJae Park1-2/+2
2014-04-07mm/zswap.c: fix trivial typo and arrange indentationSeongJae Park1-2/+2
2014-04-07zram: support REQ_DISCARDJoonsoo Kim1-0/+62
2014-04-07zram: use scnprintf() in attrs show() methodsSergey Senozhatsky2-9/+11
2014-04-07zram: propagate error to userMinchan Kim4-15/+25
2014-04-07zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2-15/+18
2014-04-07zram: move comp allocation out of init_lockSergey Senozhatsky1-12/+15
2014-04-07zram: add lz4 algorithm backendSergey Senozhatsky5-0/+82
2014-04-07zram: make compression algorithm selection possibleSergey Senozhatsky6-11/+93
2014-04-07zram: add set_max_streams knobSergey Senozhatsky3-3/+41
2014-04-07zram: add multi stream functionalitySergey Senozhatsky6-11/+201
2014-04-07zram: factor out single stream compressionSergey Senozhatsky2-10/+59
2014-04-07zram: use zcomp compressing backendsSergey Senozhatsky3-43/+36
2014-04-07zram: introduce compressing backend abstractionSergey Senozhatsky4-0/+237
2014-04-07zram: delete zram_init_device()Sergey Senozhatsky1-11/+5
2014-04-07zram: document failed_reads, failed_writes statsSergey Senozhatsky2-10/+17
2014-04-07zram: move zram size warning to documentationSergey Senozhatsky2-15/+5
2014-04-07zram: drop not used table `count' memberSergey Senozhatsky1-1/+0
2014-04-07zram: report failed read and write statsSergey Senozhatsky1-0/+4
2014-04-07zram: remove zram stats code duplicationSergey Senozhatsky1-59/+23
2014-04-07zram: use atomic64_t for all zram statsSergey Senozhatsky2-12/+12
2014-04-07zram: remove good and bad compress statsSergey Senozhatsky2-13/+0
2014-04-07zram: do not pass rw argument to __zram_make_request()Sergey Senozhatsky1-18/+12
2014-04-07zram: drop `init_done' struct zram memberSergey Senozhatsky2-11/+11
2014-04-07mm/page_alloc.c: change mm debug routines back to EXPORT_SYMBOLJohn Hubbard1-1/+1
2014-04-07numa: use LAST_CPUPID_SHIFT to calculate LAST_CPUPID_MASKSrikar Dronamraju1-1/+1
2014-04-07madvise: correct the comment of MADV_DODUMP flagZhang Yanfei1-1/+1
2014-04-07mm/readahead.c: inline ra_submitFabian Frederick3-21/+18
2014-04-07mm: hugetlb: fix softlockup when a large number of hugepages are freed.Mizuma, Masayoshi1-0/+1
2014-04-07mm/memblock.c: use PFN_PHYS()Fabian Frederick1-2/+2
2014-04-07memblock: use for_each_memblock()Emil Medve2-18/+16
2014-04-07mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi3-4/+4
2014-04-07mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka2-2/+14
2014-04-07mm: page_alloc: spill to remote nodes before waking kswapdJohannes Weiner2-44/+46
2014-04-07memcg: rename high level charging functionsMichal Hocko7-19/+19
2014-04-07memcg: sanitize __mem_cgroup_try_charge() call protocolJohannes Weiner1-105/+102
2014-04-07memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_chargeMichal Hocko1-44/+6
2014-04-07memcg: get_mem_cgroup_from_mm()Johannes Weiner2-20/+4
2014-04-07memcg: remove unnecessary !mm check from try_get_mem_cgroup_from_mm()Johannes Weiner1-7/+0
2014-04-07mm: memcg: push !mm handling out to page cache charge functionJohannes Weiner1-9/+6
2014-04-07mm: memcg: inline mem_cgroup_charge_common()Johannes Weiner1-24/+16
2014-04-07mm: memcg: remove mem_cgroup_move_account_page_stat()Johannes Weiner1-16/+12
2014-04-07mm: memcg: remove unnecessary preemption disablingJohannes Weiner1-11/+4
2014-04-07mm: use 'const char *' insted of 'char *' for reason in dump_page()Kirill A. Shutemov2-7/+9
2014-04-07mm/vmalloc.c: enhance vm_map_ram() commentGioh Kim1-0/+6
2014-04-07mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding styleChoi Gi-yong2-12/+7
2014-04-07mempool: add unlikely and likely hintsMikulas Patocka1-2/+2
2014-04-07mm, compaction: determine isolation mode only onceDavid Rientjes1-7/+2
2014-04-07res_counter: remove interface for locked charging and unchargingDavid Rientjes3-26/+15
2014-04-07mm, mempolicy: remove per-process flagDavid Rientjes5-36/+2
2014-04-07mm, mempolicy: rename slab_node for clarityDavid Rientjes4-13/+10
2014-04-07fork: collapse copy_flags into copy_processDavid Rientjes1-10/+2
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza5-6/+13
2014-04-07mm: per-thread vma cachingDavidlohr Bueso12-44/+231
2014-04-07mm: implement ->map_pages for shmem/tmpfsNing Qu1-0/+1
2014-04-07mm: add debugfs tunable for fault_around_orderKirill A. Shutemov1-7/+61
2014-04-07mm: cleanup size checks in filemap_fault() and filemap_map_pages()Kirill A. Shutemov1-7/+7
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov14-0/+93
2014-04-07mm: introduce vm_ops->map_pages()Kirill A. Shutemov3-3/+96
2014-04-07drivers/lguest/page_tables.c: rename do_set_pte()Andrew Morton1-3/+3
2014-04-07tools/vm/page-types.c: page-cache sniffing featureKonstantin Khlebnikov1-18/+152
2014-04-07mm: disable split page table lock for !MMUKirill A. Shutemov1-0/+1
2014-04-07exec: kill the unnecessary mm->def_flags setting in load_elf_binary()Alex Thorlton1-4/+0
2014-04-07mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLEAlex Thorlton4-3/+29
2014-04-07mm: revert "thp: make MADV_HUGEPAGE check for mm->def_flags"Alex Thorlton2-4/+12
2014-04-07mm/compaction: clean-up code on success of ballon isolationJoonsoo Kim1-7/+4
2014-04-07mm/compaction: check pageblock suitability once per pageblockJoonsoo Kim1-15/+19
2014-04-07mm/compaction: change the timing to check to drop the spinlockJoonsoo Kim1-1/+1
2014-04-07mm/compaction: do not call suitable_migration_target() on every pageJoonsoo Kim1-2/+11
2014-04-07mm/compaction: disallow high-order page for migration targetJoonsoo Kim1-12/+3
2014-04-07mm: exclude memoryless nodes from zone_reclaimMichal Hocko1-2/+3
2014-04-07mm/memory.c: update comment in unmap_single_vma()Davidlohr Bueso1-2/+2
2014-04-07mm/vmscan: do not check compaction_ready on promoted zonesWeijie Yang1-1/+3
2014-04-07mm/vmscan: restore sc->gfp_mask after promoting it to __GFP_HIGHMEMWeijie Yang1-0/+8
2014-04-07mm: move mmu notifier call from change_protection to change_pmd_rangeRik van Riel2-3/+14
2014-04-07mm: numa: recheck for transhuge pages under lock during protection changesMel Gorman1-2/+34
2014-04-07mm,numa: reorganize change_pmd_range()Rik van Riel1-3/+4
2014-04-07mm/hugetlb.c: add NULL check of return value of huge_pte_offsetNaoya Horiguchi1-2/+3
2014-04-07ntfs: logging clean-upFabian Frederick3-51/+42
2014-04-07Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+29
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds51-226/+550
2014-04-07cgroup: newly created dirs and files should be owned by the creatorTejun Heo1-1/+26
2014-04-07sched: remove sleep_on() and friendsArnd Bergmann3-67/+0
2014-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds28-635/+1421
2014-04-07Merge tag 'for-f2fs-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds21-512/+939
2014-04-07Merge tag 'fbdev-omap-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds52-294/+2625
2014-04-07Merge tag 'mfd-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds92-1588/+3958
2014-04-07Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds83-647/+3181
2014-04-07Xen: do hv callback accounting only on x86Arnd Bergmann1-1/+1
2014-04-07Merge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95' into stable/for-linus...David Vrabel1493-13637/+25211
2014-04-07f2fs: fix wrong statistics of inline dataChao Yu1-0/+2
2014-04-07f2fs: check the acl's validity before settingZhangZhen1-0/+6
2014-04-07f2fs: introduce f2fs_issue_flush to avoid redundant flush issueJaegeuk Kim5-1/+117
2014-04-06Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds22-261/+368
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds37-278/+331
2014-04-06ceph: skip invalid dentry during dcache readdirYan, Zheng1-5/+8
2014-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds15-20/+1295
2014-04-05Merge tag 'dm-3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds21-478/+2346
2014-04-05Merge tag 'iommu-updates-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds19-990/+1754
2014-04-05Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds18-282/+173
2014-04-05Merge tag 'clk-for-linus-3.15' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds74-733/+5882
2014-04-05Merge tag 'pwm/for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-28/+952
2014-04-05Merge tag 'tags/cleanup2-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds92-1369/+1156
2014-04-05Merge tag 'sh-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds107-699/+5490
2014-04-05Merge tag 'dt-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds372-6243/+31308
2014-04-05Merge tag 'boards-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds34-216/+2196
2014-04-05Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds172-3679/+3918
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds261-1832/+2696
2014-04-05Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds80-270/+347
2014-04-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds114-3362/+5748
2014-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds21-62/+108
2014-04-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds7-9/+3
2014-04-05Merge branch 'topic/exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds27-565/+1886
2014-04-05nfs: pass string length to pr_notice message about readdir loopsJeff Layton1-4/+3
2014-04-05ARC: [nsimosci] Unbork consoleVineet Gupta2-1/+5
2014-04-05ARC: [nsimosci] Change .dts to use generic 8250 UARTMischa Jonker1-4/+3
2014-04-05ARC: [SMP] General FixesVineet Gupta2-5/+5