Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | | | | | | KVM: PPC: Book3S HV: Endian fix for accessing VPA yield count | Paul Mackerras | 2015-03-20 | |
| | | * | | | | | | | KVM: PPC: Book3S HV: Fix spinlock/mutex ordering issue in kvmppc_set_lpcr() | Paul Mackerras | 2015-03-20 | |
| * | | | | | | | | | Merge tag 'arc-4.0-fixes-part-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-03-28 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | ARC: signal handling robustify | Vineet Gupta | 2015-03-26 | |
| | * | | | | | | | | | ARC: SA_SIGINFO ucontext regs off-by-one | Vineet Gupta | 2015-03-26 | |
| | | |_|/ / / / / / | | |/| | | | | | | | ||||
| * | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2015-03-28 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into... | James Morris | 2015-03-27 | |
| | |\ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | selinux: fix sel_write_enforce broken return value | Joe Perches | 2015-03-25 | |
| * | | | | | | | | | | | Merge git://www.linux-watchdog.org/linux-watchdog | Linus Torvalds | 2015-03-27 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | watchdog: imgpdc: Fix default heartbeat | James Hogan | 2015-03-27 | |
| | * | | | | | | | | | | | watchdog: imgpdc: Fix probe NULL pointer dereference | James Hogan | 2015-03-27 | |
| | * | | | | | | | | | | | watchdog: mtk_wdt: signedness bug in mtk_wdt_start() | Dan Carpenter | 2015-03-27 | |
| | |/ / / / / / / / / / | ||||
| * | | | | | | | | | | | Merge tag 'sound-4.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2015-03-27 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||
| | * | | | | | | | | | | ALSA: hda - Add one more node in the EAPD supporting candidate list | Hui Wang | 2015-03-26 | |
| | * | | | | | | | | | | ALSA: hda_intel: apply the Seperate stream_tag for Sunrise Point | Libin Yang | 2015-03-26 | |
| | * | | | | | | | | | | ALSA: hda - Add dock support for Thinkpad T450s (17aa:5036) | Sebastian Wicki | 2015-03-23 | |
| | | |/ / / / / / / / | | |/| | | | | | | | | ||||
* | | | | | | | | | | | perf/x86/intel/bts: Add BTS PMU driver | Alexander Shishkin | 2015-04-02 | |
* | | | | | | | | | | | perf/x86/intel/pt: Add Intel PT PMU driver | Alexander Shishkin | 2015-04-02 | |
* | | | | | | | | | | | perf/x86: Mark Intel PT and LBR/BTS as mutually exclusive | Alexander Shishkin | 2015-04-02 | |
* | | | | | | | | | | | x86: Add Intel Processor Trace (INTEL_PT) cpu feature detection | Alexander Shishkin | 2015-04-02 | |
* | | | | | | | | | | | perf: Add ITRACE_START record to indicate that tracing has started | Alexander Shishkin | 2015-04-02 | |
* | | | | | | | | | | | perf: Add wakeup watermark control to the AUX area | Alexander Shishkin | 2015-04-02 | |
* | | | | | | | | | | | perf: Support overwrite mode for the AUX area | Alexander Shishkin | 2015-04-02 | |
* | | | | | | | | | | | perf: Add API for PMUs to write to the AUX area | Alexander Shishkin | 2015-04-02 | |
* | | | | | | | | | | | perf: Add AUX record | Alexander Shishkin | 2015-04-02 | |
* | | | | | | | | | | | perf: Add a pmu capability for "exclusive" events | Alexander Shishkin | 2015-04-02 | |
* | | | | | | | | | | | perf: Add a capability for AUX_NO_SG pmus to do software double buffering | Alexander Shishkin | 2015-04-02 | |
* | | | | | | | | | | | perf: Support high-order allocations for AUX space | Alexander Shishkin | 2015-04-02 | |
* | | | | | | | | | | | perf: Add AUX area to ring buffer for raw data streams | Peter Zijlstra | 2015-04-02 | |
* | | | | | | | | | | | perf: Add data_{offset,size} to user_page | Alexander Shishkin | 2015-04-02 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||
* | | | | | | | | | | bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more ... | Ingo Molnar | 2015-04-02 | |
* | | | | | | | | | | samples/bpf: Add kmem_alloc()/free() tracker tool | Alexei Starovoitov | 2015-04-02 | |
* | | | | | | | | | | samples/bpf: Add IO latency analysis (iosnoop/heatmap) tool | Alexei Starovoitov | 2015-04-02 | |
* | | | | | | | | | | samples/bpf: Add counting example for kfree_skb() function calls and the writ... | Alexei Starovoitov | 2015-04-02 | |
* | | | | | | | | | | samples/bpf: Add simple non-portable kprobe filter example | Alexei Starovoitov | 2015-04-02 | |
* | | | | | | | | | | tracing: Allow BPF programs to call bpf_trace_printk() | Alexei Starovoitov | 2015-04-02 | |
* | | | | | | | | | | tracing: Allow BPF programs to call bpf_ktime_get_ns() | Alexei Starovoitov | 2015-04-02 | |
* | | | | | | | | | | tracing, perf: Implement BPF programs attached to kprobes | Alexei Starovoitov | 2015-04-02 | |
* | | | | | | | | | | tracing: Add kprobe flag | Alexei Starovoitov | 2015-04-02 | |
* | | | | | | | | | | bpf: Make internal bpf API independent of CONFIG_BPF_SYSCALL #ifdefs | Daniel Borkmann | 2015-04-02 | |
* | | | | | | | | | | Merge branch 'perf/timer' into perf/core | Ingo Molnar | 2015-04-02 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | perf: Add per event clockid support | Peter Zijlstra | 2015-03-27 | |
| * | | | | | | | | | | Merge branch 'perf/core' into perf/timer, before applying new changes | Ingo Molnar | 2015-03-27 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'timers/core' into perf/timer, to apply dependent patch | Ingo Molnar | 2015-03-27 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||
| | * | | | | | | | | | | time: Add ktime_get_tai_ns() | Peter Zijlstra | 2015-03-27 | |
| | * | | | | | | | | | | time: Introduce tk_fast_raw | Peter Zijlstra | 2015-03-27 | |
| | * | | | | | | | | | | time: Parametrize all tk_fast_mono users | Peter Zijlstra | 2015-03-27 | |
| | * | | | | | | | | | | time: Add timerkeeper::tkr_raw | Peter Zijlstra | 2015-03-27 | |
| | * | | | | | | | | | | time: Rename timekeeper::tkr to timekeeper::tkr_mono | Peter Zijlstra | 2015-03-27 | |
| | * | | | | | | | | | | timers, sched/clock: Clean up the code a bit | Ingo Molnar | 2015-03-27 |