summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-02-08kernel/watchdog.c: do not hardcode CPU 0 as the initial threadPrarit Bhargava
2017-02-08tracing: add __print_flags_u64()Ross Zwisler
2017-02-08kernel/ucount.c: mark user_header with kmemleak_ignore()Luis R. Rodriguez
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-06bpf: enable verifier to add 0 to packet ptrWilliam Tu
2017-02-06Merge branch 'master' into for-nextJens Axboe
2017-02-06Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel
2017-02-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
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-03rcu: Default RCU_FANOUT_LEAF to 16 unless explicitly changedPaul E. McKenney
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-02Merge branch 'for-4.11/next' into for-nextJens Axboe
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-01lockdep: Use "WARNING" tag on lockdep splatsPaul E. McKenney
2017-02-02fs: Better permission checking for submountsEric W. Biederman
2017-02-01exit: fix the setns() && PR_SET_CHILD_SUBREAPER interactionOleg Nesterov
2017-01-31Merge tag 'trace-4.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2017-01-31Merge branch 'for-4.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-01-31Merge branch 'for-4.11/rq-refactor' into for-nextJens Axboe
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig
2017-01-31tracing: Fix hwlat kthread migrationSteven Rostedt (VMware)
2017-01-30livepatch/module: print notice of TAINT_LIVEPATCHJoe Lawrence
2017-01-30cgroup: misc cleanupsTejun Heo
2017-01-30Merge branch 'iommu/guest-msi' of git://git.kernel.org/pub/scm/linux/kernel/g...Joerg Roedel
2017-01-30Merge branch 'timers/core'Ingo Molnar
2017-01-30Merge branch 'sched/core'Ingo Molnar
2017-01-30Merge branch 'perf/core'Ingo Molnar
2017-01-30Merge branch 'locking/core'Ingo Molnar
2017-01-30irqdomain: Avoid activating interrupts more than onceMarc Zyngier
2017-01-30Merge branches 'fixes' and 'misc' into for-nextRussell King