summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm, oom_reaper: do not mmput synchronously from the oom reaper contextMichal Hocko2016-05-201-15/+35
* Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-201-0/+12
|\
| * ftrace: Match dot symbols when searching functions on ppc64Thiago Jung Bauermann2016-04-271-0/+12
| * Merge branch 'topic/livepatch' into nextMichael Ellerman2016-04-182-4/+44
| |\
* | \ Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-05-201-2/+9
|\ \ \
| * \ \ Merge tag 'arm-memremap-for-v4.7' of git://git.linaro.org/people/ard.biesheuv...Russell King2016-04-201-2/+9
| |\ \ \ | | |/ / | |/| |
| | * | memremap: add arch specific hook for MEMREMAP_WB mappingsArd Biesheuvel2016-04-041-2/+9
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-199-231/+123
|\ \ \ \
| * | | | cpuset: use static key better and convert to new APIVlastimil Babka2016-05-191-7/+7
| * | | | mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins2016-05-191-0/+7
| * | | | include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-191-7/+1
| * | | | mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-191-1/+1
| * | | | kernel/padata.c: hide unused functionsArnd Bergmann2016-05-191-37/+37
| * | | | kernel/padata.c: removed unused codeRichard Cochran2016-05-191-64/+0
| * | | | debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin2016-05-194-92/+26
| * | | | rcu: update debugobjects fixup callbacks return typeDu, Changbin2016-05-191-3/+3
| * | | | timer: update debugobjects fixup callbacks return typeDu, Changbin2016-05-192-24/+24
| * | | | workqueue: update debugobjects fixup callbacks return typeDu, Changbin2016-05-191-10/+10
| * | | | time: remove timespec_add_safe()Deepa Dinamani2016-05-191-4/+0
| * | | | time: add missing implementation for timespec64_add_safe()Deepa Dinamani2016-05-191-0/+25
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-05-191-10/+3
|\ \ \ \ \
| * | | | | secomp: Constify mode1 syscall whitelistMatt Redfearn2016-05-131-2/+2
| * | | | | seccomp: Get compat syscalls from asm-generic headerMatt Redfearn2016-05-131-8/+1
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-192-4/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge tag 'keys-next-20160505' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2016-05-061-3/+4
| |\ \ \ \ \
| | * | | | | KEYS: Move the point of trust determination to __key_link()David Howells2016-04-111-1/+1
| | * | | | | PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells2016-04-061-1/+1
| | * | | | | KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells2016-04-061-2/+3
| | | |_|/ / | | |/| | |
| * / | | | seccomp: Fix comment typoMickaël Salaün2016-05-041-1/+1
| |/ / / /
* | | | | Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-05-1810-284/+3930
|\ \ \ \ \
| * | | | | tracing: Use temp buffer when filtering eventsSteven Rostedt (Red Hat)2016-05-034-8/+185
| * | | | | tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logicSteven Rostedt (Red Hat)2016-05-021-61/+10
| * | | | | tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)2016-04-291-10/+0
| * | | | | tracing: Remove one use of trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)2016-04-291-8/+10
| * | | | | tracing: Have trace_buffer_unlock_commit() call the _regs version with NULLSteven Rostedt (Red Hat)2016-04-292-15/+9
| * | | | | tracing: Remove unused function trace_current_buffer_discard_commit()Steven Rostedt (Red Hat)2016-04-291-8/+0
| * | | | | tracing: Move trace_buffer_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)2016-04-292-2/+10
| * | | | | tracing: Fold filter_check_discard() into its only userSteven Rostedt (Red Hat)2016-04-292-20/+6
| * | | | | tracing: Make filter_check_discard() localSteven Rostedt (Red Hat)2016-04-272-2/+6
| * | | | | tracing: Move event_trigger_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)2016-04-261-0/+94
| * | | | | tracing: Don't use the address of the buffer array name in copy_from_userWang Xiaoqiang2016-04-261-3/+3
| * | | | | tracing: Handle tracing_map_alloc_elts() error path correctlyTom Zanussi2016-04-261-2/+6
| * | | | | tracing: Add check for NULL event field when creating hist fieldTom Zanussi2016-04-261-0/+3
| * | | | | tracing: checking for NULL instead of IS_ERR()Dan Carpenter2016-04-261-1/+1
| * | | | | tracing: Do not inherit event-fork option for instancesSteven Rostedt (Red Hat)2016-04-251-1/+10
| * | | | | tracing: Fix unsigned comparison to zero in hist trigger codeSteven Rostedt (Red Hat)2016-04-191-2/+2
| * | | | | tracing: Add hist trigger 'log2' modifierNamhyung Kim2016-04-192-0/+21
| * | | | | tracing: Add support for named hist triggersTom Zanussi2016-04-192-21/+141
| * | | | | tracing: Add support for named triggersTom Zanussi2016-04-192-0/+156
| * | | | | tracing: Add support for multiple hist triggers per eventTom Zanussi2016-04-192-35/+145