- 85b67bc perf, bpf: minimize the size of perf_trace_() tracepoint handler by Alexei Starovoitov · 9 years ago
- bd570ff bpf: add event output helper for notifications/sampling/logging by Daniel Borkmann · 9 years ago
- 1e33759 bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_output by Daniel Borkmann · 9 years ago
- 266a0a7 bpf: avoid warning for wrong pointer cast by Arnd Bergmann · 9 years ago
- 074f528e bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACK by Daniel Borkmann · 9 years ago
- 435faee1 bpf, verifier: add ARG_PTR_TO_RAW_STACK type by Daniel Borkmann · 9 years ago
- 33ff982 bpf, verifier: add bpf_call_arg_meta for passing meta data by Daniel Borkmann · 9 years ago
- 4923ec0 bpf: simplify verifier register state assignments by Alexei Starovoitov · 9 years ago
- ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 0701615 bpf, verifier: further improve search pruning by Daniel Borkmann · 9 years ago
- 32bbe00 bpf: sanitize bpf tracepoint access by Alexei Starovoitov · 9 years ago
- 9940d67 bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint programs by Alexei Starovoitov · 9 years ago
- 9fd82b61 bpf: register BPF_PROG_TYPE_TRACEPOINT program type by Alexei Starovoitov · 9 years ago
- 98b5c2c perf, bpf: allow bpf programs attach to tracepoints by Alexei Starovoitov · 9 years ago
- 1e1dcd9 perf: split perf_trace_buf_prepare into alloc and update parts by Alexei Starovoitov · 9 years ago
- ec5e099 perf: optimize perf_fetch_caller_regs by Alexei Starovoitov · 9 years ago
- 4a2d057 Merge branch 'PAGE_CACHE_SIZE-removal' by Linus Torvalds · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 4c3b73c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 7b367f5 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 05cf807 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
- 39e2e17 locking/lockdep: Print chain_key collision information by Alfredo Alvarez Fernandez · 9 years ago
- 201c2f8 perf/core: Don't leak event in the syscall error path by Alexander Shishkin · 9 years ago
- 8fdc653 perf/core: Fix time tracking bug with multiplexing by Peter Zijlstra · 9 years ago
- 5529578 locking/atomic, sched: Unexport fetch_or() by Frederic Weisbecker · 9 years ago
- f009a7a timers/nohz: Convert tick dependency mask to atomic_t by Frederic Weisbecker · 9 years ago
- be7635e arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections by Alexander Potapenko · 9 years ago
- 36324a9 oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space by Michal Hocko · 9 years ago
- 69b27ba sched: add schedule_timeout_idle() by Andrew Morton · 9 years ago
- 322cea2 bpf: add missing map_flags to bpf_map_show_fdinfo by Daniel Borkmann · 9 years ago
- 3d66c6b Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
- 3513ac74 Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep' by Rafael J. Wysocki · 9 years ago
- e46b4e2 Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
- 3fa2fe2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- be53f58 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 2761427 PM / sleep: Clear pm_suspend_global_flags upon hibernate by Lukas Wunner · 9 years ago
- a395d6a kernel/...: convert pr_warning to pr_warn by Joe Perches · 9 years ago
- c907e0e memremap: add MEMREMAP_WC flag by Brian Starkey · 9 years ago
- cf61e2a memremap: don't modify flags by Brian Starkey · 9 years ago
- 41b2715 kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZE by Helge Deller · 9 years ago
- 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 9 years ago
- ade356b profile: hide unused functions when !CONFIG_PROC_FS by Arnd Bergmann · 9 years ago
- ebc41f2 panic: change nmi_panic from macro to function by Hidehiro Kawai · 9 years ago
- 378c652 fs/coredump: prevent fsuid=0 dumps into user-controlled directories by Jann Horn · 9 years ago
- 1333ab0 ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglock by Oleg Nesterov · 9 years ago
- efbc0fb auditsc: for seccomp events, log syscall compat state using in_compat_syscall by Andy Lutomirski · 9 years ago
- 5c46521 ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitness by Andy Lutomirski · 9 years ago
- 5c38065 seccomp: check in_compat_syscall, not is_compat_task, in strict mode by Andy Lutomirski · 9 years ago
- b4aa14a kernel/hung_task.c: use timeout diff when timeout is updated by Tetsuo Handa · 9 years ago
- 7e6867b tracing: Record and show NMI state by Peter Zijlstra · 9 years ago
- 3debb0a tracing: Fix trace_printk() to print when not using bprintk() by Steven Rostedt (Red Hat) · 9 years ago
- 5518f66 Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
- 73e6aaf sched/cpuacct: Simplify the cpuacct code by Zhao Lei · 9 years ago
- 1a736b7 sched/cpuacct: Rename parameter in cpuusage_write() for readability by Dongsheng Yang · 9 years ago
- d433558 sched/fair: Add comments to explain select_idle_sibling() by Matt Fleming · 9 years ago
- 3a47d51 sched/fair: Fix fairness issue on migration by Peter Zijlstra · 9 years ago
- 2f5177f sched/cgroup: Fix/cleanup cgroup teardown/init by Peter Zijlstra · 9 years ago
- 42e405f Merge branch 'linus' into sched/urgent, to pick up dependencies by Ingo Molnar · 9 years ago
- 1dcaac1 perf/core: Document some hotplug bits by Peter Zijlstra · 9 years ago
- 8184059 perf/core: Fix Undefined behaviour in rb_alloc() by Peter Zijlstra · 9 years ago
- 91a612e perf/core: Fix dynamic interrupt throttle by Peter Zijlstra · 9 years ago
- 1e02cd4 perf/core: Fix the unthrottle logic by Peter Zijlstra · 9 years ago
- 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 51b3eae Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
- 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
- 6b5f04b Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
- ef504fa Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 9 years ago
- 814a2bf Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 741f3a6 tracing: Remove redundant reset per-CPU buff in irqsoff tracer by Dmitry Safonov · 9 years ago
- a29054d9 tracing: Fix crash from reading trace_pipe with sendfile by Steven Rostedt (Red Hat) · 9 years ago
- cb86e05 tracing: Have preempt(irqs)off trace preempt disabled functions by Steven Rostedt (Red Hat) · 9 years ago
- c8ca003 tracing: Fix return while holding a lock in register_tracer() by Chunyu Hu · 9 years ago
- 6363c6b ftrace: Use kasprintf() in ftrace_profile_tracefs() by Geliang Tang · 9 years ago
- 7f50d06 ftrace: Update dynamic ftrace calls only if necessary by Jiri Olsa · 9 years ago
- 84b6d3e ftrace: Make ftrace_hash_rec_enable return update bool by Jiri Olsa · 9 years ago
- 0f49fc9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
- 49dc2b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
- 2553b67 lib/bug.c: use common WARN helper by Josh Poimboeuf · 9 years ago
- 4cc7ecb7 param: convert some "on"/"off" users to strtobool by Kees Cook · 9 years ago
- f468908 printk: add clear_idx symbol to vmcoreinfo by Ivan Delalande · 9 years ago
- adaf659 printk: check CON_ENABLED in have_callable_console() by Sergey Senozhatsky · 9 years ago
- 6b97a20 printk: set may_schedule for some of console_trylock() callers by Sergey Senozhatsky · 9 years ago
- a819937 printk: move can_use_console() out of console_trylock_for_printk() by Sergey Senozhatsky · 9 years ago
- da8b44d timer: convert timer_slack_ns from unsigned long to u64 by John Stultz · 9 years ago
- 795ae7a mm: scale kswapd watermarks in proportion to memory by Johannes Weiner · 9 years ago
- 12580e4 mm: memcontrol: report kernel stack usage in cgroup2 memory.stat by Vladimir Davydov · 9 years ago
- a1ee193 watchdog: don't run proc_watchdog_update if new value is same as old by Joshua Hunt · 9 years ago
- 96b9b1c Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
- bb7aeae Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
- 7e545d6 livepatch/module: remove livepatch module notifier by Jessica Yu · 9 years ago
- 4c973d1 modules: split part of complete_formation() into prepare_coming_module() by Jessica Yu · 9 years ago
- 8759957 Merge tag 'libnvdimm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
- 277edba Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
- cfe02a8 cgroup: avoid false positive gcc-6 warning by Arnd Bergmann · 9 years ago
- 2b021cb cgroup: ignore css_sets associated with dead cgroups during migration by Tejun Heo · 9 years ago
- 271ecc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 2213e9a kallsyms: add support for relative offsets in kallsyms address table by Ard Biesheuvel · 9 years ago
- 1414c7f mm/page_poisoning.c: allow for zero poisoning by Laura Abbott · 9 years ago
- 07061aa mm: fix two typos in comments for to_vmem_altmap() by Andreas Ziegler · 9 years ago