summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-07-2812-453/+565
|\
| * ftrace: Reduce size of function graph entriesNamhyung Kim2016-07-052-2/+13
| * tracing: Have HIST_TRIGGERS select TRACINGTom Zanussi2016-07-051-0/+1
| * tracing: Using for_each_set_bit() to simplify trace_pid_write()Wei Yongjun2016-07-051-6/+2
| * ftrace: Move toplevel init out of ftrace_init_tracefs()Steven Rostedt (Red Hat)2016-07-053-6/+14
| * tracing/function_graph: Fix filters for function_graph thresholdJoel Fernandes2016-06-271-9/+8
| * tracing: Skip more functions when doing stack tracing of eventsSteven Rostedt (Red Hat)2016-06-231-1/+18
| * tracing: Expose CPU physical addresses (resource values) for PCI devicesBjorn Helgaas2016-06-201-7/+3
| * tracing: Show the preempt count of when the event was calledSteven Rostedt (Red Hat)2016-06-201-0/+8
| * tracing: Choose static tp_printk buffer by explicit nesting countAndy Lutomirski2016-06-201-59/+24
| * tracing: expose current->comm to [ku]probe eventsOmar Sandoval2016-06-203-0/+44
| * ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)2016-06-205-185/+148
| * tracing: Move pid_list write processing into its own functionSteven Rostedt (Red Hat)2016-06-203-102/+124
| * tracing: Move the pid_list seq_file functions to be globalSteven Rostedt (Red Hat)2016-06-203-31/+77
| * tracing: Move filtered_pid helper functions into trace.cSteven Rostedt2016-06-202-51/+78
| * tracing: Make the pid filtering helper functions globalSteven Rostedt2016-06-202-17/+26
* | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-281-6/+0
|\ \
| * \ Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams2016-07-241-6/+0
| |\ \
| | * | libnvdimm, pmem: allow nfit_test to override pmem_direct_access()Dan Williams2016-06-241-6/+0
* | | | printk: when dumping regs, show the stack, not thread_infoAndy Lutomirski2016-07-281-3/+2
* | | | mm: fix memcg stack accounting for sub-page stacksAndy Lutomirski2016-07-281-11/+8
* | | | mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski2016-07-281-1/+2
* | | | mm: cleanup ifdef guards for vmem_altmapDan Williams2016-07-281-8/+0
* | | | mm: convert zone_reclaim to node_reclaimMel Gorman2016-07-281-2/+2
* | | | mm, vmscan: move LRU lists to nodeMel Gorman2016-07-281-5/+5
* | | | cpuset, mm: fix TIF_MEMDIE check in cpuset_change_task_nodemaskMichal Hocko2016-07-281-9/+0
* | | | freezer, oom: check TIF_MEMDIE on the correct taskMichal Hocko2016-07-281-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-2710-144/+418
|\ \ \ \
| * | | | bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon2016-07-251-0/+45
| * | | | bpf, events: fix offset in skb copy handlerDaniel Borkmann2016-07-251-5/+10
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-249-36/+56
| |\ \ \ \
| * | | | | bpf: enable direct packet data write for xdp progsBrenden Blanco2016-07-191-1/+16
| * | | | | bpf: add XDP prog type for early driver filterBrenden Blanco2016-07-191-0/+1
| * | | | | bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco2016-07-191-3/+9
| * | | | | kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bugAndrew Morton2016-07-191-1/+3
| * | | | | bpf: bpf_event_entry_gen's alloc needs to be in atomic contextDaniel Borkmann2016-07-161-1/+1
| * | | | | bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann2016-07-152-20/+19
| * | | | | bpf, perf: split bpf_perf_event_outputDaniel Borkmann2016-07-151-13/+22
| * | | | | perf, events: add non-linear data support for raw recordsDaniel Borkmann2016-07-153-26/+62
| * | | | | bpf: make inode code explicitly non-modularPaul Gortmaker2016-07-111-3/+1
| * | | | | bpf: introduce bpf_get_current_task() helperAlexei Starovoitov2016-07-091-0/+13
| * | | | | cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau2016-07-011-1/+7
| * | | | | cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau2016-07-013-1/+47
| * | | | | cgroup: Add cgroup_get_from_fdMartin KaFai Lau2016-07-011-0/+35
| * | | | | bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-011-8/+19
| * | | | | bpf: generally move prog destruction to RCU deferralDaniel Borkmann2016-07-013-14/+5
| * | | | | bpf: don't use raw processor id in generic helperDaniel Borkmann2016-06-301-1/+1
| * | | | | bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_readDaniel Borkmann2016-06-301-3/+8
| * | | | | bpf, trace: fetch current cpu only onceDaniel Borkmann2016-06-301-2/+3
| * | | | | bpf: minor cleanups on fd maps and helpersDaniel Borkmann2016-06-302-14/+7