Age | Commit message (Expand) | Author |
2016-04-23 | perf/core: Add ::write_backward attribute to perf event | Wang Nan |
2016-04-23 | Merge branch 'perf/urgent' into perf/core, to resolve conflict | Ingo Molnar |
2016-04-23 | perf/core: Make sysctl_perf_cpu_time_max_percent conform to documentation | Peter Zijlstra |
2016-04-16 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2016-04-14 | /proc/iomem: only expose physical resource addresses to privileged users | Linus Torvalds |
2016-04-13 | Merge tag 'v4.6-rc3' into perf/core, to refresh the tree | Ingo Molnar |
2016-04-04 | Merge branch 'PAGE_CACHE_SIZE-removal' | Linus Torvalds |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2016-04-04 | locking/lockdep: Fix print_collision() unused warning | Borislav Petkov |
2016-04-03 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-04-03 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2016-03-31 | locking/lockdep: Print chain_key collision information | Alfredo Alvarez Fernandez |
2016-03-31 | perf/ring_buffer: Prepare writing into the ring-buffer from the end | Wang Nan |
2016-03-31 | perf/core: Set event's default ::overflow_handler() | Wang Nan |
2016-03-31 | perf/ring_buffer: Introduce new ioctl options to pause and resume the ring-bu... | Wang Nan |
2016-03-31 | ftrace/perf: Check sample types only for sampling events | Jiri Olsa |
2016-03-31 | perf/ring_buffer: Document AUX API usage | Alexander Shishkin |
2016-03-31 | perf/core: Free AUX pages in unmap path | Alexander Shishkin |
2016-03-31 | perf/ring_buffer: Refuse to begin AUX transaction after rb->aux_mmap_count drops | Alexander Shishkin |
2016-03-31 | perf/core: Verify we have a single perf_hw_context PMU | Peter Zijlstra |
2016-03-31 | perf/core: Don't leak event in the syscall error path | Alexander Shishkin |
2016-03-31 | perf/core: Fix time tracking bug with multiplexing | Peter Zijlstra |
2016-03-29 | locking/atomic, sched: Unexport fetch_or() | Frederic Weisbecker |
2016-03-29 | timers/nohz: Convert tick dependency mask to atomic_t | Frederic Weisbecker |
2016-03-25 | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections | Alexander Potapenko |
2016-03-25 | oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space | Michal Hocko |
2016-03-25 | sched: add schedule_timeout_idle() | Andrew Morton |
2016-03-25 | bpf: add missing map_flags to bpf_map_show_fdinfo | Daniel Borkmann |
2016-03-24 | Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2016-03-25 | Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep' | Rafael J. Wysocki |
2016-03-24 | Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2016-03-24 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-03-24 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2016-03-23 | PM / sleep: Clear pm_suspend_global_flags upon hibernate | Lukas Wunner |
2016-03-22 | kernel/...: convert pr_warning to pr_warn | Joe Perches |
2016-03-22 | memremap: add MEMREMAP_WC flag | Brian Starkey |
2016-03-22 | memremap: don't modify flags | Brian Starkey |
2016-03-22 | kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZE | Helge Deller |
2016-03-22 | kernel: add kcov code coverage | Dmitry Vyukov |
2016-03-22 | profile: hide unused functions when !CONFIG_PROC_FS | Arnd Bergmann |
2016-03-22 | panic: change nmi_panic from macro to function | Hidehiro Kawai |
2016-03-22 | fs/coredump: prevent fsuid=0 dumps into user-controlled directories | Jann Horn |
2016-03-22 | ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglock | Oleg Nesterov |
2016-03-22 | auditsc: for seccomp events, log syscall compat state using in_compat_syscall | Andy Lutomirski |
2016-03-22 | ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitness | Andy Lutomirski |
2016-03-22 | seccomp: check in_compat_syscall, not is_compat_task, in strict mode | Andy Lutomirski |
2016-03-22 | kernel/hung_task.c: use timeout diff when timeout is updated | Tetsuo Handa |
2016-03-22 | tracing: Record and show NMI state | Peter Zijlstra |
2016-03-22 | tracing: Fix trace_printk() to print when not using bprintk() | Steven Rostedt (Red Hat) |