summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* firmware: provide infrastructure to make fw caching optionalVikram Mulukutla2016-08-021-2/+5
* firmware: consolidate kmap/read/write logicStephen Boyd2016-08-021-31/+26
* radix-tree: fix comment about "exceptional" bitsRoss Zwisler2016-08-021-1/+1
* crc32: use ktime_get_ns() for measurementArnd Bergmann2016-08-021-12/+4
* lib/iommu-helper: skip to next segmentSebastian Ott2016-08-021-2/+1
* get_maintainer.pl: reduce need for command-line option -fJoe Perches2016-08-021-1/+19
* printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov2016-08-025-8/+171
* ratelimit: extend to print suppressed messages on releaseBorislav Petkov2016-08-022-9/+39
* fbdev/bfin_adv7393fb: move DRIVER_NAME before its first useBorislav Petkov2016-08-022-2/+2
* printk: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig2016-08-021-1/+1
* printk: introduce suppress_message_printing()Sergey Senozhatsky2016-08-021-6/+19
* printk: create pr_<level> functionsJoe Perches2016-08-024-26/+78
* printk: do not include interrupt.hSergey Senozhatsky2016-08-021-1/+0
* dynamic_debug: only add header when usedLuis de Bethencourt2016-08-025-3/+4
* task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_worksOleg Nesterov2016-08-021-4/+6
* include: mman: use bool instead of int for the return value of arch_validate_...Chen Gang2016-08-022-5/+5
* mailmap: add Linus LüssingLinus Lüssing2016-08-021-0/+2
* uapi: move forward declarations of internal structuresAlexey Dobriyan2016-08-024-4/+2
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-0236-53/+46
* memstick: don't allocate unused major for ms_blockNeilBrown2016-08-021-15/+2
* init/Kconfig: make COMPILE_TEST depend on !UMLRichard Weinberger2016-08-021-0/+1
* fs/proc/task_mmu.c: suppress compilation warnings with W=1Valdis Kletnieks2016-08-021-0/+1
* procfs: avoid 32-bit time_t in /proc/*/statArnd Bergmann2016-08-021-6/+4
* proc_oom_score: remove tasklist_lock and pid_alive()Oleg Nesterov2016-08-021-5/+2
* MAINTAINERS: befs: add new maintainersLuis de Bethencourt2016-08-021-1/+4
* cgroup: update cgroup's document pathseokhoon.yoon2016-08-021-2/+2
* UBSAN: fix typo in format stringNicolas Iooss2016-08-021-1/+1
* sysv, ipc: fix security-layer leakingFabian Frederick2016-08-022-7/+7
* mm: vmscan: fix memcg-aware shrinkers not called on global reclaimVladimir Davydov2016-08-021-1/+1
* radix-tree: account nodes to memcg only if explicitly requestedVladimir Davydov2016-08-022-5/+11
* kasan: avoid overflowing quarantine size on low memory systemsAlexander Potapenko2016-08-021-2/+7
* kasan: improve double-free reportsAndrey Ryabinin2016-08-023-18/+41
* mm/kasan: get rid of ->state in struct kasan_alloc_metaAndrey Ryabinin2016-08-027-64/+42
* mm/kasan: get rid of ->alloc_size in struct kasan_alloc_metaAndrey Ryabinin2016-08-023-8/+4
* mm/kasan, slub: don't disable interrupts when object leaves quarantineAndrey Ryabinin2016-08-021-2/+6
* mm/kasan: don't reduce quarantine in atomic contextsAndrey Ryabinin2016-08-021-2/+2
* mm/kasan: fix corruptions and false positive reportsAndrey Ryabinin2016-08-021-1/+1
* memcg: put soft limit reclaim out of way if the excess tree is emptyMichal Hocko2016-08-021-0/+9
* mm, hugetlb: fix huge_pte_alloc BUG_ONMichal Hocko2016-08-021-1/+1
* mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He2016-08-021-0/+4
* tools/testing/radix-tree/linux/gfp.h: fix bitrotted valueValdis Kletnieks2016-08-021-1/+1
* mm: move swap-in anonymous page into active listMinchan Kim2016-08-021-0/+1
* mm: fail prefaulting if page table allocation failsVegard Nossum2016-08-021-0/+2
* ocfs2/dlm: continue to purge recovery lockres when recovery master goes downpiaojun2016-08-024-46/+74
* ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_refpiaojun2016-08-022-5/+17
* ocfs2/dlm: disable BUG_ON when DLM_LOCK_RES_DROPPING_REF is cleared before dl...piaojun2016-08-021-2/+11
* ocfs2: retry on ENOSPC if sufficient space in truncate logEric Ren2016-08-024-38/+58
* ocfs2: ensure that dlm lockspace is created by kernel moduleGang He2016-08-021-2/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-08-0220-99/+305
|\
| * s390/ftrace/jprobes: Fix conflict between jprobes and function graph tracingJiri Olsa2016-07-311-0/+12