summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-15Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq'Rafael J. Wysocki
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song
2017-06-12Revert "cpufreq: schedutil: Reduce frequencies slower"Rafael J. Wysocki
2017-06-10bpf: reset id on spilled regs in clear_all_pkt_pointersDaniel Borkmann
2017-06-10bpf: reset id on CONST_IMM transitionDaniel Borkmann
2017-06-10bpf: don't check spilled reg state for non-STACK_SPILLed type slotsDaniel Borkmann
2017-06-10bpf: avoid excessive stack usage for perf_sample_dataDaniel Borkmann
2017-06-10Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-06-10Merge branch 'rcu-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-06-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-06-09Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2017-06-08Merge tag 'pm-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-06-09Merge branches 'intel_pstate' and 'pm-sleep'Rafael J. Wysocki
2017-06-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2017-06-08srcu: Allow use of Classic SRCU from both process and interrupt contextPaolo Bonzini
2017-06-08srcu: Allow use of Tiny/Tree SRCU from both process and interrupt contextPaolo Bonzini
2017-06-08Revert "printk: fix double printing with earlycon"Petr Mladek
2017-06-08perf/core: Drop kernel samples even though :u is specifiedJin Yao
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-07Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"Rafael J. Wysocki
2017-06-06bpf: cgroup skb progs cannot access ld_abs/indDaniel Borkmann
2017-06-06bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau
2017-06-06bpf: Add BPF_MAP_GET_FD_BY_IDMartin KaFai Lau
2017-06-06bpf: Add BPF_PROG_GET_FD_BY_IDMartin KaFai Lau
2017-06-06bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID commandMartin KaFai Lau
2017-06-06bpf: Introduce bpf_map IDMartin KaFai Lau
2017-06-06bpf: Introduce bpf_prog IDMartin KaFai Lau
2017-06-05Merge branch 'for-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-04perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov
2017-06-03cpu/hotplug: Drop the device lock on errorSebastian Andrzej Siewior
2017-06-02bpf: Remove the capability check for cgroup skb eBPF programChenbo Feng
2017-06-02bpf: Allow CGROUP_SKB eBPF program to access sk_buffChenbo Feng
2017-06-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-05-31bpf: use different interpreter depending on required stack sizeAlexei Starovoitov
2017-05-31bpf: reconcile bpf_tail_call and stack_depthAlexei Starovoitov
2017-05-31bpf: teach verifier to track stack depthAlexei Starovoitov
2017-05-31bpf: split bpf core interpreterAlexei Starovoitov
2017-05-31bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov
2017-05-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-05-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-05-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-05-27Merge tag 'trace-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-05-26kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu
2017-05-26ftrace: Fix memory leak in ftrace_graph_release()Luis Henriques
2017-05-27livepatch: Make livepatch dependent on !TRIM_UNUSED_KSYMSMiroslav Benes
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-25bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann
2017-05-25bpf: properly reset caller saved regs after helper call and ld_abs/indDaniel Borkmann
2017-05-25bpf: fix incorrect pruning decision when alignment must be trackedDaniel Borkmann