Age | Commit message (Expand) | Author |
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 |
2017-09-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2017-09-29 | fix infoleak in waitid(2) | Al Viro |
2017-09-29 | sched/sysctl: Check user input value of sysctl_sched_time_avg | Ethan Zhao |
2017-09-29 | sched/debug: Ignore TASK_IDLE for SysRq-W | Peter Zijlstra |
2017-09-29 | sched/tracing: Use common task-state helpers | Peter Zijlstra |
2017-09-29 | locking/rwsem-xadd: Fix missed wakeup due to reordering of load | Prateek Sood |
2017-09-29 | sched/debug: Remove unused variable | Peter Zijlstra |
2017-09-29 | perf/aux: Only update ->aux_wakeup in non-overwrite mode | Alexander Shishkin |
2017-09-29 | bpf: Add map_name to bpf_map_info | Martin KaFai Lau |
2017-09-29 | bpf: Add name, load_time, uid and map_ids to bpf_prog_info | Martin KaFai Lau |
2017-09-29 | PM / s2idle: Invoke the ->wake() platform callback earlier | Rafael J. Wysocki |
2017-09-28 | Merge tag 'seccomp-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-09-28 | bpf/verifier: improve disassembly of BPF_NEG instructions | Edward Cree |
2017-09-28 | bpf/verifier: improve disassembly of BPF_END instructions | Edward Cree |
2017-09-28 | watchdog/hardlockup/perf: Fix spelling mistake: "permanetely" -> "permanently" | Colin Ian King |
2017-09-28 | irq/generic-chip: Don't replace domain's name | Jeffy Chen |
2017-09-27 | seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter() | Oleg Nesterov |
2017-09-26 | bpf: add meta pointer for direct access | Daniel Borkmann |
2017-09-26 | bpf: rename bpf_compute_data_end into bpf_compute_data_pointers | Daniel Borkmann |
2017-09-25 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds |
2017-09-25 | Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-09-25 | bpf: Optimize lpm trie delete | Craig Gallek |
2017-09-25 | smp/hotplug: Hotplug state fail injection | Peter Zijlstra |
2017-09-25 | smp/hotplug: Differentiate the AP completion between up and down | Peter Zijlstra |
2017-09-25 | smp/hotplug: Differentiate the AP-work lockdep class between up and down | Peter Zijlstra |
2017-09-25 | smp/hotplug: Callback vs state-machine consistency | Peter Zijlstra |
2017-09-25 | smp/hotplug: Rewrite AP state machine core | Peter Zijlstra |
2017-09-25 | smp/hotplug: Allow external multi-instance rollback | Peter Zijlstra |
2017-09-25 | irqdomain: Add __rcu annotations to radix tree accessors | Masahiro Yamada |
2017-09-25 | watchdog/hardlockup/perf: Cure UP damage | Thomas Gleixner |
2017-09-25 | blktrace: Fix potential deadlock between delete & sysfs ops | Waiman Long |
2017-09-25 | genirq: Check __free_irq() return value for NULL | Alexandru Moise |
2017-09-25 | futex: Fix pi_state->owner serialization | Peter Zijlstra |
2017-09-23 | tracing: Remove RCU work arounds from stack tracer | Steven Rostedt (VMware) |
2017-09-23 | extable: Enable RCU if it is not watching in kernel_text_address() | Steven Rostedt (VMware) |
2017-09-23 | extable: Consolidate *kernel_text_address() functions | Steven Rostedt (VMware) |
2017-09-23 | rcu: Allow for page faults in NMI handlers | Paul E. McKenney |
2017-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2017-09-22 | Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-09-22 | cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returns | Waiman Long |
2017-09-20 | bpf: one perf event close won't free bpf program attached by another perf event | Yonghong Song |
2017-09-20 | Merge tag 'trace-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2017-09-19 | bpf: fix ri->map_owner pointer on bpf_prog_realloc | Daniel Borkmann |
2017-09-19 | bpf: do not disable/enable BH in bpf_map_free_id() | Eric Dumazet |
2017-09-19 | tracing: Fix trace_pipe behavior for instance traces | Tahsin Erdogan |