summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | ring-buffer: Force rb_end_commit() and rb_set_commit_to_write() inlineSteven Rostedt (Red Hat)2016-11-231-2/+2
| * | | | | | | | ring-buffer: Froce rb_update_write_stamp() to be inlinedSteven Rostedt (Red Hat)2016-11-231-2/+2
| * | | | | | | | ring-buffer: Force inline of hotpath helper functionsSteven Rostedt (Red Hat)2016-11-231-8/+8
| * | | | | | | | tracing: Make __buffer_unlock_commit() always_inlineSteven Rostedt (Red Hat)2016-11-235-21/+32
| * | | | | | | | tracing: Make tracepoint_printk a static_keySteven Rostedt (Red Hat)2016-11-233-41/+79
| * | | | | | | | ring-buffer: Always inline rb_event_data()Steven Rostedt (Red Hat)2016-11-231-1/+1
| * | | | | | | | ring-buffer: Make rb_reserve_next_event() always inlinedSteven Rostedt (Red Hat)2016-11-231-1/+1
| * | | | | | | | tracing: Create a always_inlined __trace_buffer_lock_reserve()Steven Rostedt (Red Hat)2016-11-231-39/+48
| * | | | | | | | tracing: Add error checks to creation of event filesSteven Rostedt (Red Hat)2016-11-221-9/+21
| * | | | | | | | tracing: Add hook to function tracing for other subsystems to useChunyan Zhang2016-11-221-1/+128
| * | | | | | | | tracing: Add new trace_marker_rawSteven Rostedt2016-11-154-31/+181
| * | | | | | | | tracing: Allow wakeup_dl tracer to be used by instancesZhou Chengming2016-11-141-0/+1
| * | | | | | | | tracing/filter: Define op as the enum that it isSteven Rostedt (Red Hat)2016-11-141-10/+12
| * | | | | | | | tracing: Optimise comparison filters and fix binary and for 64 bitSteven Rostedt (Red Hat)2016-11-141-32/+48
| * | | | | | | | ftrace: Support full glob matchingMasami Hiramatsu2016-11-145-2/+25
* | | | | | | | | printk: Remove no longer used second struct contGeert Uytterhoeven2016-12-151-6/+0
* | | | | | | | | Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-141-8/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | locking/lockdep: Provide a type check for lock_is_heldPeter Zijlstra2016-11-301-8/+12
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | printk: remove console flushing special cases for partial buffered linesLinus Torvalds2016-12-141-103/+5
* | | | | | | | | printk: remove games with previous record flagsLinus Torvalds2016-12-141-85/+24
* | | | | | | | | Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-142-54/+68
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | module: extend 'rodata=off' boot cmdline parameter to module mappingsAKASHI Takahiro2016-11-271-3/+17
| * | | | | | | | | module: Fix a comment above strong_try_module_get()Miroslav Benes2016-11-261-2/+5
| * | | | | | | | | module: When modifying a module's text ignore modules which are going away tooAaron Tomlin2016-11-261-1/+7
| * | | | | | | | | module: Ensure a module's state is set accordingly during module coming clean...Aaron Tomlin2016-11-261-0/+1
| * | | | | | | | | taint/module: Clean up global and module taint flags handlingPetr Mladek2016-11-262-48/+38
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-1416-297/+287
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2016-12-141-2/+2
| * | | | | | | | | kernel/watchdog.c: move hardlockup detector to separate fileBabu Moger2016-12-143-230/+239
| * | | | | | | | | kernel/watchdog.c: move shared definitions to nmi.hBabu Moger2016-12-141-24/+4
| * | | | | | | | | posix-timers: give lazy compilers some help optimizing code awayNicolas Pitre2016-12-141-1/+2
| * | | | | | | | | kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek2016-12-142-8/+4
| * | | | | | | | | kdb: properly synchronize vkdb_printf() calls with other CPUsPetr Mladek2016-12-142-18/+13
| * | | | | | | | | kdb: remove unused kdb_event handlingPetr Mladek2016-12-142-3/+0
| * | | | | | | | | kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson2016-12-141-2/+2
| * | | | | | | | | kcov: add more missing includesKefeng Wang2016-12-141-0/+5
| * | | | | | | | | relay: check array offset before using itDan Carpenter2016-12-141-2/+2
| * | | | | | | | | sysctl: add KERN_CONT to deprecated_sysctl_warning()Tetsuo Handa2016-12-141-2/+2
| * | | | | | | | | kexec: add cond_resched into kimage_alloc_crash_control_pageszhong jiang2016-12-141-0/+2
| * | | | | | | | | kexec: export the value of phys_base instead of symbol addressBaoquan He2016-12-141-3/+0
| * | | | | | | | | coredump: clarify "unsafe core_pattern" warningAlexey Dobriyan2016-12-141-3/+5
| * | | | | | | | | signals: avoid unnecessary taking of sighand->siglockWaiman Long2016-12-141-0/+7
| * | | | | | | | | kernel/watchdog: use nmi registers snapshot in hardlockup handlerKonstantin Khlebnikov2016-12-141-1/+0
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-12-143-26/+89
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | exec: Ensure mm->user_ns contains the execed filesEric W. Biederman2016-11-221-2/+14
| * | | | | | | | | | ptrace: Don't allow accessing an undumpable mmEric W. Biederman2016-11-221-6/+36
| * | | | | | | | | | ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2016-11-222-5/+27
| * | | | | | | | | | mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2016-11-222-18/+17
* | | | | | | | | | | Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-12-146-221/+341
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | audit: use proper refcount locking on audit_sockRichard Guy Briggs2016-12-141-6/+24
OpenPOWER on IntegriCloud