aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-22zram: adjust the number of zram threadzram/async_io-v1r1Minchan Kim1-23/+71
2016-09-22zram: support page-based parallel writeMinchan Kim5-3/+474
2016-09-22zram: rename IO processing functionsMinchan Kim1-26/+47
2016-09-21pci: test for unexpectedly disabled bridgesLinus Torvalds1-0/+9
2016-09-21Add debugging aid for memory initialisation problemsMel Gorman3-0/+11
2016-09-21slab-leaks3-default-yAndrew Morton1-1/+6
2016-09-21mutex subsystem, synchro-test moduleDavid Howells4-0/+660
2016-09-21kernel/fork.c: export kernel_thread() to modulesAndrew Morton1-0/+1
2016-09-21make FRAME_POINTER default=yIngo Molnar1-1/+1
2016-09-21Releasing resources with childrenMatthew Wilcox1-0/+2
2016-09-21Make sure nobody's leaking resourcesMatthew Wilcox1-0/+8
2016-09-21mm: add strictlimit knobMaxim Patlasov2-0/+43
2016-09-21treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada96-112/+0
2016-09-21hung_task-allow-hung_task_panic-when-hung_task_warnings-is-0-fixAndrew Morton1-3/+1
2016-09-21hung_task: allow hung_task_panic when hung_task_warnings is 0John Siddle1-11/+13
2016-09-21kthread: add kerneldoc for kthread_create()Jonathan Corbet1-0/+11
2016-09-21scripts/tags.sh: enable code completion in VIMMathieu Maret1-1/+2
2016-09-21mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas7-9/+83
2016-09-21kdump, vmcoreinfo: report memory sections virtual addressesThomas Garnier2-0/+9
2016-09-21include/linux/mlx5/device.h: kill BUILD_BUG_ON()sAndrew Morton1-2/+0
2016-09-21drivers/net/wireless/intel/iwlwifi/dvm/calib.c: simplfy min() expressionAndrew Morton1-2/+1
2016-09-21linux-next-rejectsAndrew Morton3-6/+7
2016-09-21linux-nextmmotm auto import7710-224694/+411847
2016-09-21ipc-msg-avoid-waking-sender-upon-full-queue-checkpatch-fixesAndrew Morton1-2/+1
2016-09-21ipc/msg: avoid waking sender upon full queueDavidlohr Bueso1-9/+43
2016-09-21ipc/msg: lockless security checks for msgsndDavidlohr Bueso1-3/+4
2016-09-21ipc/msg: make ss_wakeup() kill arg booleanDavidlohr Bueso1-4/+4
2016-09-21ipc/msg: batch queue sender wakeupsDavidlohr Bueso1-10/+20
2016-09-21ipc/msg: implement lockless pipelined wakeupsSebastian Andrzej Siewior1-93/+40
2016-09-21ipc/sem.c: fix complex_count vs. simple op raceManfred Spraul2-55/+84
2016-09-21config: android: enable CONFIG_SECCOMPRob Herring1-0/+1
2016-09-21config: android: set SELinux as default security modeRob Herring1-0/+1
2016-09-21config: android: move device mapper options to recommendedRob Herring2-4/+4
2016-09-21config/android: Remove CONFIG_IPV6_PRIVACYBorislav Petkov1-1/+0
2016-09-21relay-use-irq_work-instead-of-plain-timer-for-deferred-wakeup-checkpatch-fixesAndrew Morton1-1/+3
2016-09-21relay: select CONFIG_IRQ_WORKArnd Bergmann1-0/+1
2016-09-21relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra2-11/+14
2016-09-21mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai4-1/+33
2016-09-21x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai5-10/+66
2016-09-21nvme: use the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira1-1/+2
2016-09-21powerpc: implement the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira1-2/+4
2016-09-21dma-mapping: introduce the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira2-0/+22
2016-09-21random: remove unused randomize_range()Jason Cooper2-20/+0
2016-09-21unicore32: use simpler API for random address requestsJason Cooper1-2/+1
2016-09-21tile: use simpler API for random address requestsJason Cooper1-2/+1
2016-09-21arm64: use simpler API for random address requestsJason Cooper1-6/+2
2016-09-21ARM: use simpler API for random address requestsJason Cooper1-2/+1
2016-09-21x86: use simpler API for random address requestsJason Cooper2-6/+2
2016-09-21random: simplify API for random address requestsJason Cooper2-0/+34
2016-09-21rapidio/rio_cm: use memdup_user() instead of duplicating codeAlexandre Bounine1-10/+5
2016-09-21kdump, vmcoreinfo: report actual value of phys_baseHATAYAMA Daisuke2-0/+3
2016-09-21ima: platform-independent hash valueAndreas Steffen1-2/+4
2016-09-21ima: define a canonical binary_runtime_measurements list formatMimi Zohar6-13/+67
2016-09-21ima: support restoring multiple template formatsMimi Zohar1-3/+50
2016-09-21ima: store the builtin/custom template definitions in a listMimi Zohar3-11/+44
2016-09-21ima: on soft reboot, save the measurement listThiago Jung Bauermann3-0/+112
2016-09-21ima: serialize the binary_runtime_measurementsMimi Zohar3-1/+53
2016-09-21ima: maintain memory size needed for serializing the measurement listMimi Zohar3-2/+64
2016-09-21ima: permit duplicate measurement list entriesMimi Zohar1-6/+9
2016-09-21ima: on soft reboot, restore the measurement listMimi Zohar6-0/+256
2016-09-21kexec_file: add mechanism to update kexec segmentsThiago Jung Bauermann4-5/+339
2016-09-21powerpc: kexec_file: add buffer hand-over support for the next kernelThiago Jung Bauermann3-48/+240
2016-09-21kexec_file: add buffer hand-over support for the next kernelThiago Jung Bauermann2-0/+99
2016-09-21kexec_file: include the purgatory segment in the kexec image checksumThiago Jung Bauermann6-34/+87
2016-09-21powerpc: enable CONFIG_KEXEC_FILE in powerpc server defconfigsThiago Jung Bauermann3-0/+6
2016-09-21powerpc-add-purgatory-for-kexec_file_load-implementation-fixThiago Jung Bauermann2-6/+5
2016-09-21powerpc: add purgatory for kexec_file_load implementationThiago Jung Bauermann21-29/+704
2016-09-21powerpc-add-support-for-loading-elf-kernels-with-kexec_file_load-fixThiago Jung Bauermann1-1/+1
2016-09-21powerpc: add support for loading ELF kernels with kexec_file_loadThiago Jung Bauermann4-1/+297
2016-09-21powerpc: add code to work with device trees in kexec_file_loadThiago Jung Bauermann2-0/+224
2016-09-21powerpc: implement kexec_file_loadThiago Jung Bauermann7-2/+278
2016-09-21powerpc: add functions to read ELF files of any endiannessThiago Jung Bauermann3-1/+495
2016-09-21powerpc: adapt elf64_apply_relocate_add for kexec_file_loadThiago Jung Bauermann3-9/+99
2016-09-21powerpc: generalize elf64_apply_relocate_addThiago Jung Bauermann3-25/+61
2016-09-21powerpc: factor out relocation code from module_64.c to elf_util_64.cThiago Jung Bauermann5-283/+386
2016-09-21powerpc: change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE insteadThiago Jung Bauermann20-36/+36
2016-09-21kexec_file: factor out kexec_locate_mem_hole from kexec_add_bufferThiago Jung Bauermann2-5/+21
2016-09-21kexec_file: change kexec_add_buffer to take kexec_buf as argumentThiago Jung Bauermann4-94/+87
2016-09-21kexec_file: allow arch-specific memory walking for kexec_add_bufferThiago Jung Bauermann3-25/+50
2016-09-21ptrace: clear TIF_SYSCALL_TRACE on ptrace detachAles Novak1-1/+2
2016-09-21pipe: cap initial pipe capacity according to pipe-max-size limitMichael Kerrisk (man-pages)1-0/+3
2016-09-21pipe: make account_pipe_buffers() return a value, and use itMichael Kerrisk (man-pages)1-18/+18
2016-09-21pipe: fix limit checking in alloc_pipe_info()Michael Kerrisk (man-pages)1-7/+13
2016-09-21pipe: simplify logic in alloc_pipe_info()Michael Kerrisk (man-pages)1-22/+23
2016-09-21pipe: fix limit checking in pipe_set_size()Michael Kerrisk (man-pages)1-10/+31
2016-09-21pipe: refactor argument for account_pipe_buffers()Michael Kerrisk (man-pages)1-5/+5
2016-09-21pipe: move limit checking logic into pipe_set_size()Michael Kerrisk (man-pages)1-23/+18
2016-09-21pipe: relocate round_pipe_size() above pipe_set_size()Michael Kerrisk (man-pages)1-12/+12
2016-09-21fs: remove unused have_submounts() functionIan Kent2-34/+0
2016-09-21autofs: make mountpoint checks namespace awareIan Kent4-19/+19
2016-09-21vfs: add have_local_submounts()Ian Kent2-0/+35
2016-09-21vfs: make is_local_mountpoint() usable by othersIan Kent3-9/+10
2016-09-21autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi1-33/+16
2016-09-21autofs: remove possibly misleading /* #define DEBUG */Tomohiro Kusumi1-2/+0
2016-09-21autofs4: move linux/auto_dev-ioctl.h to uapi/linuxIan Kent2-208/+222
2016-09-21autofs: move inclusion of linux/limits.h to uapiTomohiro Kusumi2-1/+1
2016-09-21autofs: fix print format for ioctl warning messageTomohiro Kusumi1-1/+1
2016-09-21autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMDIan Kent1-8/+17
2016-09-21autofs: fix "fix dev ioctl number range check"Tomohiro Kusumi1-1/+1
2016-09-21autofs: fix dev ioctl number range checkIan Kent2-2/+3
2016-09-21autofs: fix pr_debug() messageTomohiro Kusumi1-1/+1
2016-09-21autofs: update struct autofs_dev_ioctl in DocumentationTomohiro Kusumi1-28/+42
2016-09-21autofs: fix Documentation regarding devid on ioctlTomohiro Kusumi1-3/+2
2016-09-21autofs: remove AUTOFS_DEVID_LENTomohiro Kusumi1-2/+0
2016-09-21autofs: don't fail to free_dev_ioctl(param)Tomohiro Kusumi1-1/+2
2016-09-21autofs: remove obsolete sb fieldsTomohiro Kusumi1-2/+0
2016-09-21autofs: use autofs4_free_ino() to kfree dentry dataTomohiro Kusumi1-1/+1
2016-09-21autofs: remove ino free in autofs4_dir_symlink()Ian Kent1-2/+0
2016-09-21autofs: add WARN_ON(1) for non dir/link inode caseTomohiro Kusumi1-1/+2
2016-09-21autofs: fix autofs4_fill_super() error exit handlingIan Kent1-3/+3
2016-09-21autofs: test autofs versions first on sb initializationTomohiro Kusumi1-17/+17
2016-09-21autofs: drop unnecessary extern in autofs_i.hTomohiro Kusumi1-1/+1
2016-09-21autofs: fix typos in Documentation/filesystems/autofs4.txtTomohiro Kusumi1-4/+4
2016-09-21kprobes: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig1-1/+1
2016-09-21checkpatch: improve MACRO_ARG_PRECEDENCE testJoe Perches1-1/+19
2016-09-21checkpatch: add --strict test for precedence challenged macro argumentsJoe Perches1-1/+8
2016-09-21checkpatch: add --strict test for macro argument reuseJoe Perches1-8/+35
2016-09-21checkpatch: improve the block comment * alignment testJoe Perches1-7/+12
2016-09-21checkpatch: speed up checking for filenames in sections marked obsoleteJoe Perches1-1/+1
2016-09-21const_structs.checkpatch: add frequently used from Julia Lawall's listJoe Perches1-0/+25
2016-09-21checkpatch: externalize the structs that should be constJoe Perches2-40/+63
2016-09-21checkpatch: don't test for prefer ether_addr_<foo>Joe Perches1-35/+35
2016-09-21checkpatch: test multiple line block comment alignmentJoe Perches1-0/+19
2016-09-21checkpatch: look for symbolic permissions and suggest octal insteadJoe Perches1-6/+43
2016-09-21checkpatch: see if modified files are marked obsolete in MAINTAINERSJoe Perches1-0/+14
2016-09-21compat: remove compat_printk()Arnd Bergmann3-25/+0
2016-09-21lib: Add CRC64 ECMA moduleMarian Chereji4-0/+405
2016-09-21lib-bitmapc-enhance-bitmap-syntax-fixAndrew Morton1-25/+32
2016-09-21lib/bitmap.c: enhance bitmap syntaxNoam Camus2-4/+61
2016-09-21lib/kstrtox.c: smaller _parse_integer()Alexey Dobriyan1-5/+1
2016-09-21include/linux/ctype.h: make isdigit() table lookuplessAlexey Dobriyan1-1/+4
2016-09-21lib: harden strncpy_from_userMark Rutland1-0/+2
2016-09-21radix-tree tests: properly initialize mutexRoss Zwisler1-1/+1
2016-09-21radix-tree tests: add iteration testRoss Zwisler4-1/+184
2016-09-21radix-tree: 'slot' can be NULL in radix_tree_next_slot()Ross Zwisler1-0/+8
2016-09-21console: don't prefer first registered if DT specifies stdout-pathPaul Burton3-1/+20
2016-09-21softirq: fix tasklet_kill() and its usersSantosh Shilimkar5-8/+4
2016-09-21cred: simpler, 1D supplementary groupsAlexey Dobriyan14-85/+46
2016-09-21mailmap: add Johan HovoldJohan Hovold1-0/+2
2016-09-21.gitattributes: set git diff driver for C source code filesJean Delvare1-0/+2
2016-09-21uprobes: remove function declarations from arch/{mips,s390}Marcin Nowakowski2-22/+0
2016-09-21spelling.txt: "modeled" is spelt correctlyJoe Perches1-1/+0
2016-09-21nmi_backtrace: generate one-line reports for idle cpusChris Metcalf49-22/+93
2016-09-21arch/tile: adopt the new nmi_backtrace frameworkChris Metcalf4-63/+27
2016-09-21nmi_backtrace: do a local dump_stack() instead of a self-NMIChris Metcalf2-9/+9
2016-09-21nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf10-39/+72
2016-09-21min/max: remove sparse warnings when they're nestedJohannes Berg1-20/+28
2016-09-21proc: unsigned file descriptorsAlexey Dobriyan3-6/+6
2016-09-21proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz1-15/+19
2016-09-21proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz1-0/+10
2016-09-21proc: relax /proc/<tid>/timerslack_ns capability requirementsJohn Stultz1-14/+20
2016-09-21meminfo: break apart a very long seq_printf with #ifdefsJoe Perches1-116/+95
2016-09-21seq-proc-modify-seq_put_decimal_ll-to-take-a-const-char-not-char-fixAndrew Morton1-1/+1
2016-09-21seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches4-135/+153
2016-09-21proc: faster /proc/*/statusAlexey Dobriyan1-40/+47
2016-09-21proc: much faster /proc/vmstatAlexey Dobriyan1-1/+4
2016-09-21atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta12-17/+0
2016-09-21ia64: implement atomic64_dec_if_positiveVineet Gupta1-0/+16
2016-09-21mm/vmstat.c: walk the zone in pageblock_nr_pages stepszhong jiang1-1/+1
2016-09-21mm/page_owner: align with pageblock_nr pageszhong jiang1-1/+1
2016-09-21mm: vma_adjust: remove superfluous check for next not NULLAndrea Arcangeli1-1/+1
2016-09-21mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli3-29/+139
2016-09-21mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node()zhong jiang1-1/+1
2016-09-21mm, page_alloc: warn about empty nodemaskLi Zhong1-0/+6
2016-09-21mm: nobootmem: move the comment of free_all_bootmemWanlong Gao1-5/+5
2016-09-21mm/shmem.c: constify anon_opsRasmus Villemoes1-1/+1
2016-09-21mm-memcontrol-consolidate-cgroup-socket-tracking-checkpatch-fixesAndrew Morton1-3/+3
2016-09-21mm-memcontrol-consolidate-cgroup-socket-tracking-fix-2Johannes Weiner1-2/+4
2016-09-21mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner5-18/+16
2016-09-21fs/buffer.c: make __getblk_slow() staticEric Biggers1-2/+1
2016-09-21mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie3-4/+3
2016-09-21mm: split gfp_mask and mapping flags into separate fieldsMichal Hocko2-12/+11
2016-09-21fs-use-mapping_set_error-instead-of-opencoded-set_bit-fixAndrew Morton1-1/+1
2016-09-21fs: use mapping_set_error instead of opencoded set_bitMichal Hocko7-14/+9
2016-09-21mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE()Andrew Morton1-3/+4
2016-09-21mm: don't emit warning from pagefault_out_of_memory()Tetsuo Handa1-11/+1
2016-09-21mm, compaction: make full priority ignore pageblock suitabilityVlastimil Babka2-3/+9
2016-09-21mm, compaction: restrict full priority to non-costly ordersVlastimil Babka2-1/+5
2016-09-21mm, compaction: more reliably increase direct compaction priorityVlastimil Babka1-7/+11
2016-09-21Revert "mm, oom: prevent premature OOM killer invocation for high order request"Vlastimil Babka1-2/+49
2016-09-21mm: Remove page_file_indexHuang Ying6-20/+8
2016-09-21mm, swap: Use offset of swap entry as key of swap cacheHuang Ying5-14/+16
2016-09-21mm: fix cache mode tracking in vm_insert_mixed()Dan Williams1-2/+6
2016-09-21memory-hotplug: fix store_mem_state() return valueReza Arbab1-1/+4
2016-09-21mm/memcontrol.c: make the walk_page_range() limit obviousJames Morse1-2/+4
2016-09-21thp: reduce usage of huge zero page's atomic counterAaron Lu7-22/+34
2016-09-21fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...James Morse1-1/+1
2016-09-21cpu: fix node state for whether it contains CPUTim Chen1-0/+11
2016-09-21ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani3-0/+3
2016-09-21thp, dax: add thp_get_unmapped_area for pmd mappingsToshi Kani2-0/+50
2016-09-21selftests: expanding more mlock selftestSimon Guo3-78/+295
2016-09-21selftest: move seek_to_smaps_entry() out of mlock2-tests.cSimon Guo2-42/+43
2016-09-21selftests/vm: add test for mlock() when areas are intersectedSimon Guo3-0/+81
2016-09-21selftest: split mlock2_ funcs into separate mlock2.hSimon Guo2-20/+21
2016-09-21mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK...Simon Guo1-0/+3
2016-09-21mm: mlock: correct a typo in count_mm_mlocked_page_nr() for caculate VMLOCKED...Simon Guo1-2/+4
2016-09-21mm-mlock-check-against-vma-for-actual-mlock-size-fixAndrew Morton1-6/+4
2016-09-21mm: mlock: check against vma for actual mlock() sizeSimon Guo1-0/+49
2016-09-21oom: warn if we go OOM for higher order and compaction is disabledMichal Hocko1-0/+2
2016-09-21mm: don't use radix tree writeback tags for pages in swap cacheHuang Ying3-2/+16