summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-10module: Optimize search_module_extables()Peter Zijlstra
2017-02-10tracing: Have COMM event filter key be treated as a stringSteven Rostedt (VMware)
2017-02-10genirq: Fix /proc/interrupts output alignmentH Hartley Sweeten
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel
2017-02-10irqdesc: Add a resource managed version of irq_alloc_descs()Bartosz Golaszewski
2017-02-10timer_list: Remove useless cast when printingMars Cheng
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook
2017-02-10tick/nohz: Fix possible missing clock reprog after tick soft restartFrederic Weisbecker
2017-02-10locking/spinlock/debug: Remove spinlock lockup detection codeWaiman Long
2017-02-10lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKSByungchul Park
2017-02-10perf/core: Allow kernel filters on CPU eventsAlexander Shishkin
2017-02-10perf/core: Do error out on a kernel filter on an exclude_filter eventAlexander Shishkin
2017-02-10sched/core: Remove unlikely() annotation from sched_move_task()Steven Rostedt (VMware)
2017-02-10perf/core: Fix crash in perf_event_read()Peter Zijlstra
2017-02-10kprobes: Introduce weak variant of kprobe_exceptions_notify()Naveen N. Rao
2017-02-10Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i...James Morris
2017-02-08kernel/ucount.c: mark user_header with kmemleak_ignore()Luis R. Rodriguez
2017-02-08bpf, lpm: fix overflows in trie_alloc checksDaniel Borkmann
2017-02-08printk: drop call_console_drivers() unused paramSergey Senozhatsky
2017-02-08printk: convert the rest to printk-safeSergey Senozhatsky
2017-02-08printk: remove zap_locks() functionSergey Senozhatsky
2017-02-08printk: use printk_safe buffers in printkSergey Senozhatsky
2017-02-08printk: report lost messages in printk safe/nmi contextsSergey Senozhatsky
2017-02-08printk: always use deferred printk when flush printk_safe linesSergey Senozhatsky
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 'master' into for-nextJens Axboe
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)