Age | Commit message (Expand) | Author |
2017-06-23 | bpf: possibly avoid extra masking for narrower load in verifier | Yonghong Song |
2017-06-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2017-06-20 | livepatch: Fix stacking of patches with respect to RCU | Petr Mladek |
2017-06-18 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2017-06-18 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-06-18 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-15 | Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq' | Rafael J. Wysocki |
2017-06-14 | bpf: permits narrower load from bpf program context fields | Yonghong Song |
2017-06-13 | genirq: Release resources in __setup_irq() error path | Heiner Kallweit |
2017-06-12 | tick/broadcast: Make tick_broadcast_setup_oneshot() static | Stephen Boyd |
2017-06-12 | Revert "cpufreq: schedutil: Reduce frequencies slower" | Rafael J. Wysocki |
2017-06-11 | sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off() | Andy Lutomirski |
2017-06-11 | sched/fair: Fix typo in printk message | Marcin Nowakowski |
2017-06-10 | bpf: reset id on spilled regs in clear_all_pkt_pointers | Daniel Borkmann |
2017-06-10 | bpf: reset id on CONST_IMM transition | Daniel Borkmann |
2017-06-10 | bpf: don't check spilled reg state for non-STACK_SPILLed type slots | Daniel Borkmann |
2017-06-10 | bpf: avoid excessive stack usage for perf_sample_data | Daniel Borkmann |
2017-06-10 | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-06-10 | Merge branch 'rcu-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-06-10 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2017-06-09 | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Ingo Molnar |
2017-06-08 | Merge tag 'pm-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2017-06-09 | Merge branches 'intel_pstate' and 'pm-sleep' | Rafael J. Wysocki |
2017-06-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds |
2017-06-08 | srcu: Allow use of Classic SRCU from both process and interrupt context | Paolo Bonzini |
2017-06-08 | srcu: Allow use of Tiny/Tree SRCU from both process and interrupt context | Paolo Bonzini |
2017-06-08 | Revert "printk: fix double printing with earlycon" | Petr Mladek |
2017-06-08 | perf/core: Drop kernel samples even though :u is specified | Jin Yao |
2017-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-07 | Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle" | Rafael J. Wysocki |
2017-06-06 | bpf: cgroup skb progs cannot access ld_abs/ind | Daniel Borkmann |
2017-06-06 | bpf: Add BPF_OBJ_GET_INFO_BY_FD | Martin KaFai Lau |
2017-06-06 | bpf: Add BPF_MAP_GET_FD_BY_ID | Martin KaFai Lau |
2017-06-06 | bpf: Add BPF_PROG_GET_FD_BY_ID | Martin KaFai Lau |
2017-06-06 | bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID command | Martin KaFai Lau |
2017-06-06 | bpf: Introduce bpf_map ID | Martin KaFai Lau |
2017-06-06 | bpf: Introduce bpf_prog ID | Martin KaFai Lau |
2017-06-05 | Merge branch 'for-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-06-04 | perf, bpf: Add BPF support to all perf_event types | Alexei Starovoitov |
2017-06-04 | alarmtimer: Rate limit periodic intervals | Thomas Gleixner |
2017-06-04 | alarmtimer: Prevent overflow of relative timers | Thomas Gleixner |
2017-06-03 | cpu/hotplug: Drop the device lock on error | Sebastian Andrzej Siewior |
2017-06-02 | bpf: Remove the capability check for cgroup skb eBPF program | Chenbo Feng |
2017-06-02 | bpf: Allow CGROUP_SKB eBPF program to access sk_buff | Chenbo Feng |
2017-06-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2017-05-31 | bpf: use different interpreter depending on required stack size | Alexei Starovoitov |
2017-05-31 | bpf: reconcile bpf_tail_call and stack_depth | Alexei Starovoitov |
2017-05-31 | bpf: teach verifier to track stack depth | Alexei Starovoitov |