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