Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-12-18 | 1 | -3/+3 | |
|\ \ \ \ | ||||||
| * | | | | genirq/affinity: Fix node generation from cpumask | Guilherme G. Piccoli | 2016-12-15 | 1 | -3/+3 | |
| |/ / / | ||||||
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-12-17 | 3 | -31/+78 | |
|\ \ \ \ | ||||||
| * | | | | bpf: fix mark_reg_unknown_value for spilled regs on map value marking | Daniel Borkmann | 2016-12-17 | 1 | -3/+8 | |
| * | | | | bpf: fix overflow in prog accounting | Daniel Borkmann | 2016-12-17 | 2 | -11/+41 | |
| * | | | | bpf: dynamically allocate digest scratch buffer | Daniel Borkmann | 2016-12-17 | 3 | -14/+21 | |
| * | | | | bpf: fix regression on verifier pruning wrt map lookups | Daniel Borkmann | 2016-12-17 | 1 | -3/+8 | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-12-17 | 5 | -13/+13 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linus | Al Viro | 2016-12-16 | 2 | -4/+11 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | audit_log_{name,link_denied}: constify struct path | Al Viro | 2016-12-05 | 2 | -3/+3 | |
| * | | | | | | fsnotify: constify 'data' passed to ->handle_event() | Al Viro | 2016-12-05 | 3 | -10/+10 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-12-16 | 4 | -14/+6 | |
|\ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ | Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linus | Al Viro | 2016-12-15 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| | | | * | | | | | | [iov_iter] new primitives - copy_from_iter_full() and friends | Al Viro | 2016-12-05 | 1 | -1/+1 | |
| | | |/ / / / / / | | |/| | | | | | | ||||||
| * / | | | | | | | don't open-code file_inode() | Al Viro | 2016-12-04 | 3 | -13/+5 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2016-12-16 | 2 | -76/+81 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer. | Thiago Jung Bauermann | 2016-11-30 | 1 | -5/+20 | |
| * | | | | | | | | kexec_file: Change kexec_add_buffer to take kexec_buf as argument. | Thiago Jung Bauermann | 2016-11-30 | 1 | -48/+40 | |
| * | | | | | | | | kexec_file: Allow arch-specific memory walking for kexec_add_buffer | Thiago Jung Bauermann | 2016-11-30 | 2 | -24/+22 | |
* | | | | | | | | | Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2016-12-15 | 19 | -253/+685 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | kprobes/trace: Fix kprobe selftest for newer gcc | Marcin Nowakowski | 2016-12-12 | 1 | -5/+23 | |
| * | | | | | | | | | tracing/kprobes: Add a helper method to return number of probe hits | Marcin Nowakowski | 2016-12-12 | 1 | -6/+13 | |
| * | | | | | | | | | tracing/rb: Init the CPU mask on allocation | Sebastian Andrzej Siewior | 2016-12-12 | 1 | -1/+1 | |
| * | | | | | | | | | tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate results | Pavankumar Kondeti | 2016-12-12 | 1 | -1/+1 | |
| * | | | | | | | | | tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions too | Steven Rostedt (Red Hat) | 2016-12-09 | 4 | -7/+42 | |
| * | | | | | | | | | fgraph: Handle a case where a tracer ignores set_graph_notrace | Steven Rostedt (Red Hat) | 2016-12-09 | 1 | -3/+14 | |
| * | | | | | | | | | tracing: Replace kmap with copy_from_user() in trace_marker writing | Steven Rostedt (Red Hat) | 2016-12-09 | 1 | -102/+37 | |
| * | | | | | | | | | tracing: Allow benchmark to be enabled at early_initcall() | Steven Rostedt (Red Hat) | 2016-12-09 | 1 | -1/+12 | |
| * | | | | | | | | | tracing: Have system enable return error if one of the events fail | Steven Rostedt (Red Hat) | 2016-12-09 | 1 | -2/+11 | |
| * | | | | | | | | | tracing: Do not start benchmark on boot up | Steven Rostedt (Red Hat) | 2016-12-09 | 1 | -1/+11 | |
| * | | | | | | | | | tracing: Have the reg function allow to fail | Steven Rostedt (Red Hat) | 2016-12-09 | 3 | -5/+12 | |
| * | | | | | | | | | ring-buffer: Force rb_end_commit() and rb_set_commit_to_write() inline | Steven Rostedt (Red Hat) | 2016-11-23 | 1 | -2/+2 | |
| * | | | | | | | | | ring-buffer: Froce rb_update_write_stamp() to be inlined | Steven Rostedt (Red Hat) | 2016-11-23 | 1 | -2/+2 | |
| * | | | | | | | | | ring-buffer: Force inline of hotpath helper functions | Steven Rostedt (Red Hat) | 2016-11-23 | 1 | -8/+8 | |
| * | | | | | | | | | tracing: Make __buffer_unlock_commit() always_inline | Steven Rostedt (Red Hat) | 2016-11-23 | 5 | -21/+32 | |
| * | | | | | | | | | tracing: Make tracepoint_printk a static_key | Steven Rostedt (Red Hat) | 2016-11-23 | 3 | -41/+79 | |
| * | | | | | | | | | ring-buffer: Always inline rb_event_data() | Steven Rostedt (Red Hat) | 2016-11-23 | 1 | -1/+1 | |
| * | | | | | | | | | ring-buffer: Make rb_reserve_next_event() always inlined | Steven Rostedt (Red Hat) | 2016-11-23 | 1 | -1/+1 | |
| * | | | | | | | | | tracing: Create a always_inlined __trace_buffer_lock_reserve() | Steven Rostedt (Red Hat) | 2016-11-23 | 1 | -39/+48 | |
| * | | | | | | | | | tracing: Add error checks to creation of event files | Steven Rostedt (Red Hat) | 2016-11-22 | 1 | -9/+21 | |
| * | | | | | | | | | tracing: Add hook to function tracing for other subsystems to use | Chunyan Zhang | 2016-11-22 | 1 | -1/+128 | |
| * | | | | | | | | | tracing: Add new trace_marker_raw | Steven Rostedt | 2016-11-15 | 4 | -31/+181 | |
| * | | | | | | | | | tracing: Allow wakeup_dl tracer to be used by instances | Zhou Chengming | 2016-11-14 | 1 | -0/+1 | |
| * | | | | | | | | | tracing/filter: Define op as the enum that it is | Steven Rostedt (Red Hat) | 2016-11-14 | 1 | -10/+12 | |
| * | | | | | | | | | tracing: Optimise comparison filters and fix binary and for 64 bit | Steven Rostedt (Red Hat) | 2016-11-14 | 1 | -32/+48 | |
| * | | | | | | | | | ftrace: Support full glob matching | Masami Hiramatsu | 2016-11-14 | 5 | -2/+25 | |
* | | | | | | | | | | printk: Remove no longer used second struct cont | Geert Uytterhoeven | 2016-12-15 | 1 | -6/+0 | |
* | | | | | | | | | | Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-12-14 | 1 | -8/+12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | locking/lockdep: Provide a type check for lock_is_held | Peter Zijlstra | 2016-11-30 | 1 | -8/+12 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | printk: remove console flushing special cases for partial buffered lines | Linus Torvalds | 2016-12-14 | 1 | -103/+5 |