summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-02-15jump_label: Reduce the size of struct static_keyJason Baron
2017-02-15tracing/probe: Show subsystem name in messagesMasami Hiramatsu
2017-02-15tracing/hwlat: Update old comment about migrationLuiz Capitulino
2017-02-15tracing: Have traceprobe_probes_write() not access userspace unnecessarilySteven Rostedt (VMware)
2017-02-10tracing: Have COMM event filter key be treated as a stringSteven Rostedt (VMware)
2017-02-03ftrace: Have set_graph_function handle multiple functions in one writeSteven Rostedt (VMware)
2017-02-03ftrace: Do not hold references of ftrace_graph_{notrace_}hash out of graph_lockSteven Rostedt (VMware)
2017-02-03tracing: Reset parser->buffer to allow multiple "puts"Steven Rostedt (VMware)
2017-02-03ftrace: Have set_graph_functions handle write with RDWRSteven Rostedt (VMware)
2017-02-03ftrace: Reset fgd->hash in ftrace_graph_write()Steven Rostedt (VMware)
2017-02-03ftrace: Replace (void *)1 with a meaningful macro name FTRACE_GRAPH_EMPTYSteven Rostedt (VMware)
2017-02-03ftrace: Create a slight optimization on searching the ftrace_hashSteven Rostedt (VMware)
2017-02-03tracing: Add ftrace_hash_key() helper functionSteven Rostedt (VMware)
2017-01-20ftrace: Convert graph filter to use hash tablesNamhyung Kim
2017-01-20ftrace: Expose ftrace_hash_empty and ftrace_lookup_ipNamhyung Kim
2017-01-20ftrace: Factor out __ftrace_hash_move()Namhyung Kim
2017-01-19tracing: Add the constant count for branch tracerSteven Rostedt (VMware)
2017-01-19tracing: Show number of constants profiled in likely profilerSteven Rostedt (VMware)
2017-01-17tracing: Process constants for (un)likely() profilerSteven Rostedt (VMware)
2017-01-17uprobe: Find last occurrence of ':' when parsing uprobe PATH:OFFSETKenny Yu
2016-12-26smp/hotplug: Undo tglxs brainfartThomas Gleixner
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-25cpu/hotplug: Remove obsolete cpu hotplug register/unregister functionsThomas Gleixner
2016-12-25cpu/hotplug: Prevent overwriting of callbacksThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-22move aio compat to fs/aio.cAl Viro
2016-12-20kcov: make kcov work properly with KASLR enabledAlexander Popov
2016-12-20ima: on soft reboot, save the measurement listMimi Zohar
2016-12-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-12-18Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-18uprobes: Fix uprobes on MIPS, allow for a cache flush after ixol breakpoint c...Marcin Nowakowski
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-17bpf: fix mark_reg_unknown_value for spilled regs on map value markingDaniel Borkmann
2016-12-17bpf: fix overflow in prog accountingDaniel Borkmann
2016-12-17bpf: dynamically allocate digest scratch bufferDaniel Borkmann
2016-12-17bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann
2016-12-16Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linusAl Viro
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2016-12-15printk: Remove no longer used second struct contGeert Uytterhoeven
2016-12-15cpu/hotplug: Clarify description of __cpuhp_setup_state() return valueBoris Ostrovsky