Age | Commit message (Expand) | Author |
2017-10-16 | tracing: bpf: Hide bpf trace events when they are not used | Steven Rostedt (VMware) |
2017-10-14 | bpf: verifier: set reg_type on context accesses in second pass | Jakub Kicinski |
2017-10-11 | bpf: remove redundant variable old_flags | Colin Ian King |
2017-10-10 | bpf: write back the verifier log buffer as it gets filled | Jakub Kicinski |
2017-10-10 | bpf: move instruction printing into a separate file | Jakub Kicinski |
2017-10-10 | bpf: move global verifier log into verifier environment | Jakub Kicinski |
2017-10-10 | bpf: encapsulate verifier log state into a structure | Jakub Kicinski |
2017-10-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-10-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2017-10-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2017-10-09 | netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1' | Shmulik Ladkani |
2017-10-07 | bpf: Append prog->aux->name in bpf_get_prog_name() | Martin KaFai Lau |
2017-10-07 | bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0 | Martin KaFai Lau |
2017-10-07 | bpf: fix liveness marking | Alexei Starovoitov |
2017-10-07 | bpf: add helper bpf_perf_prog_read_value | Yonghong Song |
2017-10-07 | bpf: add helper bpf_perf_event_read_value for perf event array map | Yonghong Song |
2017-10-07 | bpf: perf event change needed for subsequent bpf helpers | Yonghong Song |
2017-10-06 | Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2017-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-10-05 | Merge tag 'pm-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2017-10-06 | Merge branch 'pm-sleep' | Rafael J. Wysocki |
2017-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2017-10-04 | bpf: enforce return code for cgroup-bpf programs | Alexei Starovoitov |
2017-10-04 | bpf: introduce BPF_PROG_QUERY command | Alexei Starovoitov |
2017-10-04 | bpf: multi program support for cgroup+bpf | Alexei Starovoitov |
2017-10-04 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2017-10-04 | Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-10-04 | watchdog/core: Put softlockup_threads_initialized under ifdef guard | Thomas Gleixner |
2017-10-04 | watchdog/core: Rename some softlockup_* functions | Thomas Gleixner |
2017-10-04 | powerpc/watchdog: Make use of watchdog_nmi_probe() | Thomas Gleixner |
2017-10-04 | watchdog/core, powerpc: Lock cpus across reconfiguration | Thomas Gleixner |
2017-10-04 | watchdog/core, powerpc: Replace watchdog_nmi_reconfigure() | Thomas Gleixner |
2017-10-03 | kernel/params.c: improve STANDARD_PARAM_DEF readability | Jean Delvare |
2017-10-03 | kernel/params.c: fix an overflow in param_attr_show | Jean Delvare |
2017-10-03 | kernel/params.c: fix the maximum length in param_get_string | Jean Delvare |
2017-10-03 | kernel/kcmp.c: drop branch leftover typo | Cyrill Gorcunov |
2017-10-03 | memremap: add scheduling point to devm_memremap_pages | Michal Hocko |
2017-10-03 | kernel/sysctl.c: remove duplicate UINT_MAX check on do_proc_douintvec_conv() | Luis R. Rodriguez |
2017-10-03 | android: binder: drop lru lock in isolate callback | Sherry Yang |
2017-10-03 | kernel/params.c: align add_sysfs_param documentation with code | Jean Delvare |
2017-10-03 | bpf: fix bpf_tail_call() x64 JIT | Alexei Starovoitov |
2017-10-03 | Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-10-03 | rcu: Remove extraneous READ_ONCE()s from rcu_irq_{enter,exit}() | Paul E. McKenney |
2017-10-03 | ftrace: Fix kmemleak in unregister_ftrace_graph | Shu Wang |
2017-10-01 | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-10-01 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-10-01 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2017-10-01 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2017-10-01 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-10-01 | bpf: Fix compiler warning on info.map_ids for 32bit platform | Martin KaFai Lau |