summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-04-08tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)
2019-04-08tracing: Have histogram code pass around trace_array for error handlingSteven Rostedt (VMware)
2019-04-08tracing: Add trace_array parameter to create_event_filter()Steven Rostedt (VMware)
2019-04-08tracing: stop making gpio tracing configurableUwe Kleine-König
2019-04-08mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessorsWill Deacon
2019-04-08asm-generic/mmiowb: Add generic implementation of mmiowb() trackingWill Deacon
2019-04-08cpufreq: schedutil: Simplify iowait boostingRafael J. Wysocki
2019-04-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-04-05kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon
2019-04-05Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-05genirq/timings: Add array suffix computation codeDaniel Lezcano
2019-04-05genirq/timings: Remove variance computation codeDaniel Lezcano
2019-04-05genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd
2019-04-05bpf: Add missed newline in verifier verbose logAndrey Ignatov
2019-04-05bpf: Sanity check max value for var_off stack accessAndrey Ignatov
2019-04-05bpf: Reject indirect var_off stack access in unpriv modeAndrey Ignatov
2019-04-05bpf: Reject indirect var_off stack access in raw modeAndrey Ignatov
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)
2019-04-05genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-04-04acct_on(): don't mess with freeze protectionAl Viro
2019-04-04cgroup: remove extra cgroup_migrate_finish() callShakeel Butt
2019-04-04tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()Steven Rostedt (Red Hat)
2019-04-04bpf: increase verifier log limitAlexei Starovoitov
2019-04-04bpf: increase complexity limit and maximum program sizeAlexei Starovoitov
2019-04-04bpf: verbose jump offset overflow checkAlexei Starovoitov
2019-04-04bpf: convert temp arrays to kvcallocAlexei Starovoitov
2019-04-04bpf: improve verification speed by not remarking live_readAlexei Starovoitov
2019-04-04bpf: improve verification speed by droping statesAlexei Starovoitov
2019-04-04bpf: add verifier stats and log_level bit 2Alexei Starovoitov
2019-04-03locking/rwsem: Optimize down_read_trylock()Waiman Long
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long
2019-04-03sched/fair: Make sync_entity_load_avg() and remove_entity_load_avg() staticYueHaibing
2019-04-03sched/core: Annotate perf_domain pointer with __rcuJoel Fernandes (Google)
2019-04-03sched_domain: Annotate RCU pointers properlyJoel Fernandes (Google)
2019-04-03sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcuJoel Fernandes (Google)
2019-04-03locking/static_key: Fix false positive warnings on concurrent dec/incPeter Zijlstra
2019-04-03x86/uaccess, kcov: Disable stack protectorPeter Zijlstra
2019-04-03x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAPPeter Zijlstra
2019-04-03ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra
2019-04-03perf/core: Make perf_swevent_init_cpu() staticValdis Kletnieks
2019-04-03sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman
2019-04-02tracing: Use tracing error_log with probe eventsMasami Hiramatsu
2019-04-02tracing: Use tracing error_log with trace event filtersTom Zanussi
2019-04-02tracing: Use tracing error_log with hist triggersTom Zanussi
2019-04-02tracing: Save the last hist command's associated event nameTom Zanussi
2019-04-02tracing: Add tracing error logTom Zanussi
2019-04-02tracing: Kernel access to Ftrace instancesDivya Indi