| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-next | Dan Williams | 2016-07-24 | 1 | -6/+0 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | libnvdimm, pmem: allow nfit_test to override pmem_direct_access() | Dan Williams | 2016-06-24 | 1 | -6/+0 |
* | | | | | | | | | | | | printk: when dumping regs, show the stack, not thread_info | Andy Lutomirski | 2016-07-28 | 1 | -3/+2 |
* | | | | | | | | | | | | mm: fix memcg stack accounting for sub-page stacks | Andy Lutomirski | 2016-07-28 | 1 | -11/+8 |
* | | | | | | | | | | | | mm: track NR_KERNEL_STACK in KiB instead of number of stacks | Andy Lutomirski | 2016-07-28 | 1 | -1/+2 |
* | | | | | | | | | | | | mm: cleanup ifdef guards for vmem_altmap | Dan Williams | 2016-07-28 | 1 | -8/+0 |
* | | | | | | | | | | | | mm: convert zone_reclaim to node_reclaim | Mel Gorman | 2016-07-28 | 1 | -2/+2 |
* | | | | | | | | | | | | mm, vmscan: move LRU lists to node | Mel Gorman | 2016-07-28 | 1 | -5/+5 |
* | | | | | | | | | | | | cpuset, mm: fix TIF_MEMDIE check in cpuset_change_task_nodemask | Michal Hocko | 2016-07-28 | 1 | -9/+0 |
* | | | | | | | | | | | | freezer, oom: check TIF_MEMDIE on the correct task | Michal Hocko | 2016-07-28 | 1 | -1/+1 |
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-07-27 | 10 | -144/+418 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | bpf: Add bpf_probe_write_user BPF helper to be called in tracers | Sargun Dhillon | 2016-07-25 | 1 | -0/+45 |
| * | | | | | | | | | | | | bpf, events: fix offset in skb copy handler | Daniel Borkmann | 2016-07-25 | 1 | -5/+10 |
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-07-24 | 9 | -36/+56 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | bpf: enable direct packet data write for xdp progs | Brenden Blanco | 2016-07-19 | 1 | -1/+16 |
| * | | | | | | | | | | | | | bpf: add XDP prog type for early driver filter | Brenden Blanco | 2016-07-19 | 1 | -0/+1 |
| * | | | | | | | | | | | | | bpf: add bpf_prog_add api for bulk prog refcnt | Brenden Blanco | 2016-07-19 | 1 | -3/+9 |
| * | | | | | | | | | | | | | kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bug | Andrew Morton | 2016-07-19 | 1 | -1/+3 |
| * | | | | | | | | | | | | | bpf: bpf_event_entry_gen's alloc needs to be in atomic context | Daniel Borkmann | 2016-07-16 | 1 | -1/+1 |
| * | | | | | | | | | | | | | bpf: avoid stack copy and use skb ctx for event output | Daniel Borkmann | 2016-07-15 | 2 | -20/+19 |
| * | | | | | | | | | | | | | bpf, perf: split bpf_perf_event_output | Daniel Borkmann | 2016-07-15 | 1 | -13/+22 |
| * | | | | | | | | | | | | | perf, events: add non-linear data support for raw records | Daniel Borkmann | 2016-07-15 | 3 | -26/+62 |
| * | | | | | | | | | | | | | bpf: make inode code explicitly non-modular | Paul Gortmaker | 2016-07-11 | 1 | -3/+1 |
| * | | | | | | | | | | | | | bpf: introduce bpf_get_current_task() helper | Alexei Starovoitov | 2016-07-09 | 1 | -0/+13 |
| * | | | | | | | | | | | | | cgroup: bpf: Add bpf_skb_in_cgroup_proto | Martin KaFai Lau | 2016-07-01 | 1 | -1/+7 |
| * | | | | | | | | | | | | | cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAY | Martin KaFai Lau | 2016-07-01 | 3 | -1/+47 |
| * | | | | | | | | | | | | | cgroup: Add cgroup_get_from_fd | Martin KaFai Lau | 2016-07-01 | 1 | -0/+35 |
| * | | | | | | | | | | | | | bpf: refactor bpf_prog_get and type check into helper | Daniel Borkmann | 2016-07-01 | 1 | -8/+19 |
| * | | | | | | | | | | | | | bpf: generally move prog destruction to RCU deferral | Daniel Borkmann | 2016-07-01 | 3 | -14/+5 |
| * | | | | | | | | | | | | | bpf: don't use raw processor id in generic helper | Daniel Borkmann | 2016-06-30 | 1 | -1/+1 |
| * | | | | | | | | | | | | | bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_read | Daniel Borkmann | 2016-06-30 | 1 | -3/+8 |
| * | | | | | | | | | | | | | bpf, trace: fetch current cpu only once | Daniel Borkmann | 2016-06-30 | 1 | -2/+3 |
| * | | | | | | | | | | | | | bpf: minor cleanups on fd maps and helpers | Daniel Borkmann | 2016-06-30 | 2 | -14/+7 |
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-06-30 | 23 | -203/+386 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / /
| | |/| | | | | | | | | | | |
|
| * | | | | | | | | | | | | | bpf, maps: flush own entries on perf map release | Daniel Borkmann | 2016-06-15 | 2 | -38/+82 |
| * | | | | | | | | | | | | | bpf, maps: extend map_fd_get_ptr arguments | Daniel Borkmann | 2016-06-15 | 2 | -7/+15 |
| * | | | | | | | | | | | | | bpf, maps: add release callback | Daniel Borkmann | 2016-06-15 | 1 | -1/+6 |
* | | | | | | | | | | | | | | Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-07-27 | 1 | -10/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | xen: add steal_clock support on x86 | Juergen Gross | 2016-07-06 | 1 | -10/+0 |
| | |/ / / / / / / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-07-26 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | cgroup: remove unnecessary 0 check from css_from_id() | Johannes Weiner | 2016-07-26 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | cgroup: fix idr leak for the first cgroup root | Johannes Weiner | 2016-07-26 | 1 | -7/+1 |
| * | | | | | | | | | | | | | | mm: charge/uncharge kmemcg from generic page allocator paths | Vladimir Davydov | 2016-07-26 | 1 | -3/+3 |
| | |_|_|_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2016-07-26 | 12 | -518/+666 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2016-07-25 | 1 | -42/+32 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | cpufreq: schedutil: map raw required frequency to driver frequency | Steve Muckle | 2016-07-21 | 1 | -8/+23 |
| | * | | | | | | | | | | | | | | Merge back earlier cpufreq material for v4.8. | Rafael J. Wysocki | 2016-07-04 | 1 | -34/+9 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge back earlier cpufreq changes for v4.8. | Rafael J. Wysocki | 2016-06-13 | 1 | -34/+9 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|/ / / / / / / / /
| | | |/| | | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | | cpufreq: governor: Create cpufreq_policy_apply_limits() | Viresh Kumar | 2016-06-02 | 1 | -8/+1 |
| | | | * | | | | | | | | | | | | | cpufreq: governor: Get rid of governor events | Rafael J. Wysocki | 2016-06-02 | 1 | -26/+8 |