summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-02-08printk: introduce per-cpu safe_print seq bufferSergey Senozhatsky
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky
2017-02-08printk: use vprintk_func in vprintk()Sergey Senozhatsky
2017-02-08sched/autogroup: Rename auto_group.[ch] to autogroup.[ch]Ingo Molnar
2017-02-08stacktrace, lockdep: Fix address, newline uglinessOmar Sandoval
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott
2017-02-07sched/topology: Split out scheduler topology code from core.c into topology.cIngo Molnar
2017-02-07sched/core: Remove unnecessary #include headersIngo Molnar
2017-02-07sched/rq_clock: Consolidate the ordering of the rq_clock methodsIngo Molnar
2017-02-07sched/core: Clean up commentsIngo Molnar
2017-02-06bpf: enable verifier to add 0 to packet ptrWilliam Tu
2017-02-06Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-02-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-02-04tick/broadcast: Reduce lock cacheline contentionWaiman Long
2017-02-03trace: rename trace_print_hex_seq arg and add kdocDaniel Borkmann
2017-02-03Merge tag 'trace-v4.10-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel
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-02-03prctl: propagate has_child_subreaper flag to every descendantPavel Tikhomirov
2017-02-03introduce the walk_process_tree() helperOleg Nesterov
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-02Merge branch 'cgroup/for-4.11-rdmacg' into cgroup/for-4.11Tejun Heo
2017-02-02cgroup: drop the matching uid requirement on migration for cgroup v2Tejun Heo
2017-02-02cgroup, perf_event: make perf_event controller work on cgroup2 hierarchyTejun Heo
2017-02-02blktrace: use existing disk debugfs directoryOmar Sandoval
2017-02-02block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval
2017-02-02blktrace: make do_blk_trace_setup() staticOmar Sandoval
2017-02-02tracing/kprobes: Fix __init annotationArnd Bergmann
2017-02-02fs: Better permission checking for submountsEric W. Biederman
2017-02-01sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...Shile Zhang
2017-02-01sched/cputime, vtime: Return nsecs instead of cputime_t to accountFrederic Weisbecker
2017-02-01sched/cputime: Complete nsec conversion of tick based accountingFrederic Weisbecker
2017-02-01sched/cputime: Push time to account_system_time() in nsecsFrederic Weisbecker
2017-02-01sched/cputime: Push time to account_idle_time() in nsecsFrederic Weisbecker
2017-02-01sched/cputime: Push time to account_steal_time() in nsecsFrederic Weisbecker
2017-02-01sched/cputime: Push time to account_user_time() in nsecsFrederic Weisbecker
2017-02-01timers/itimer: Convert internal cputime_t units to nsecFrederic Weisbecker
2017-02-01timers/posix-timers: Convert internals to use nsecsFrederic Weisbecker
2017-02-01timers/posix-timers: Use TICK_NSEC instead of a dynamically ad-hoc calculated...Frederic Weisbecker
2017-02-01sched/cputime: Increment kcpustat directly on irqtime accountFrederic Weisbecker
2017-02-01signal: Convert obsolete cputime type to nsecsFrederic Weisbecker