aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-25
|\
| * ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-25
| * ktime: Get rid of the unionThomas Gleixner2016-12-25
| * clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-25
* | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-25
|\ \ | |/ |/|
| * cpu/hotplug: Remove obsolete cpu hotplug register/unregister functionsThomas Gleixner2016-12-25
| * cpu/hotplug: Prevent overwriting of callbacksThomas Gleixner2016-12-25
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-23
|\
| * uprobes: Fix uprobes on MIPS, allow for a cache flush after ixol breakpoint c...Marcin Nowakowski2016-12-18
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-23
|\ \
| * | move aio compat to fs/aio.cAl Viro2016-12-22
* | | kcov: make kcov work properly with KASLR enabledAlexander Popov2016-12-20
* | | ima: on soft reboot, save the measurement listMimi Zohar2016-12-20
|/ /
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-18
|\ \
| * | tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner2016-12-15
* | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-18
|\ \ \
| * | | cpu/hotplug: Clarify description of __cpuhp_setup_state() return valueBoris Ostrovsky2016-12-15
| |/ /
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-18
|\ \ \
| * | | genirq/affinity: Fix node generation from cpumaskGuilherme G. Piccoli2016-12-15
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-17
|\ \ \
| * | | bpf: fix mark_reg_unknown_value for spilled regs on map value markingDaniel Borkmann2016-12-17
| * | | bpf: fix overflow in prog accountingDaniel Borkmann2016-12-17
| * | | bpf: dynamically allocate digest scratch bufferDaniel Borkmann2016-12-17
| * | | bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann2016-12-17
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-17
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linusAl Viro2016-12-16
| |\ \ \ \
| * | | | | audit_log_{name,link_denied}: constify struct pathAl Viro2016-12-05
| * | | | | fsnotify: constify 'data' passed to ->handle_event()Al Viro2016-12-05
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-16
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro2016-12-15
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | | * | | | | [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-05
| | | |/ / / / / | | |/| | | | |
| * / | | | | | don't open-code file_inode()Al Viro2016-12-04
| |/ / / / / /
* | | | | | | Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2016-12-16
|\ \ \ \ \ \ \
| * | | | | | | kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.Thiago Jung Bauermann2016-11-30
| * | | | | | | kexec_file: Change kexec_add_buffer to take kexec_buf as argument.Thiago Jung Bauermann2016-11-30
| * | | | | | | kexec_file: Allow arch-specific memory walking for kexec_add_bufferThiago Jung Bauermann2016-11-30
* | | | | | | | Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2016-12-15
|\ \ \ \ \ \ \ \
| * | | | | | | | kprobes/trace: Fix kprobe selftest for newer gccMarcin Nowakowski2016-12-12
| * | | | | | | | tracing/kprobes: Add a helper method to return number of probe hitsMarcin Nowakowski2016-12-12
| * | | | | | | | tracing/rb: Init the CPU mask on allocationSebastian Andrzej Siewior2016-12-12
| * | | | | | | | tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti2016-12-12
| * | | | | | | | tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions tooSteven Rostedt (Red Hat)2016-12-09
| * | | | | | | | fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)2016-12-09
| * | | | | | | | tracing: Replace kmap with copy_from_user() in trace_marker writingSteven Rostedt (Red Hat)2016-12-09
| * | | | | | | | tracing: Allow benchmark to be enabled at early_initcall()Steven Rostedt (Red Hat)2016-12-09
| * | | | | | | | tracing: Have system enable return error if one of the events failSteven Rostedt (Red Hat)2016-12-09
| * | | | | | | | tracing: Do not start benchmark on boot upSteven Rostedt (Red Hat)2016-12-09
| * | | | | | | | tracing: Have the reg function allow to failSteven Rostedt (Red Hat)2016-12-09
| * | | | | | | | ring-buffer: Force rb_end_commit() and rb_set_commit_to_write() inlineSteven Rostedt (Red Hat)2016-11-23