summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-04-30uprobes: Initialize uprobes earlierNadav Amit-5/+4
2019-04-30bpf: Fail bpf_probe_write_user() while mm is switchedNadav Amit-0/+8
2019-04-30sched/cpufreq: Fix kobject memleakTobin C. Harding-0/+1
2019-04-29Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+15
2019-04-29Provide in-kernel headers to make extending kernel easierJoel Fernandes (Google)-0/+174
2019-04-29irq/irqdomain: Fix typo in the comment on top of __irq_domain_alloc_irqs()Julien Grall-1/+1
2019-04-29locking/lockdep: Remove unnecessary unlikely()zhengbin-1/+1
2019-04-29livepatch: Convert error about unsupported reliable stacktrace into a warningPetr Mladek-3/+2
2019-04-29stacktrace: Provide common infrastructureThomas Gleixner-0/+173
2019-04-29stacktrace: Remove obsolete functionsThomas Gleixner-14/+0
2019-04-29livepatch: Simplify stack trace retrievalThomas Gleixner-13/+9
2019-04-29tracing: Remove the last struct stack_trace usageThomas Gleixner-21/+16
2019-04-29tracing: Simplify stack trace retrievalThomas Gleixner-27/+13
2019-04-29tracing: Make ftrace_trace_userstack() static and conditionalThomas Gleixner-14/+8
2019-04-29tracing: Use percpu stack trace buffer more intelligentlyThomas Gleixner-36/+37
2019-04-29tracing: Simplify stacktrace retrieval in histogramsThomas Gleixner-9/+3
2019-04-29lockdep: Simplify stack trace handlingThomas Gleixner-27/+28
2019-04-29lockdep: Remove save argument from check_prev_add()Thomas Gleixner-8/+8
2019-04-29lockdep: Remove unused trace argument from print_circular_bug()Thomas Gleixner-5/+4
2019-04-29dma/debug: Simplify stracktrace retrievalThomas Gleixner-8/+6
2019-04-29latency_top: Simplify stack trace handlingThomas Gleixner-15/+2
2019-04-29backtrace-test: Simplify stack trace handlingThomas Gleixner-8/+3
2019-04-29stacktrace: Provide helpers for common stack trace operationsThomas Gleixner-15/+155
2019-04-29tracing: Cleanup stack trace codeThomas Gleixner-29/+13
2019-04-29locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer-0/+3
2019-04-29locking/static_key: Don't take sleeping locks in __static_key_slow_dec_deferr...Jakub Kicinski-19/+13
2019-04-29locking/static_key: Factor out the fast path of static_key_slow_dec()Jakub Kicinski-8/+15
2019-04-29locking/static_key: Add support for deferred static branchesJakub Kicinski-7/+10
2019-04-29locking/lockdep: Test all incompatible scenarios at once in check_irq_usage()Frederic Weisbecker-67/+167
2019-04-29sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin-6/+10
2019-04-28audit_compare_dname_path(): switch to const struct qstr *Al Viro-9/+8
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-6/+89
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg-0/+2
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg-2/+3
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek-1/+1
2019-04-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+4
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau-4/+26
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins-2/+61
2019-04-26Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-17/+20
2019-04-26audit_update_watch(): switch to const struct qstr *Al Viro-4/+5
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro-6/+6
2019-04-26trace: Fix preempt_enable_no_resched() abusePeter Zijlstra-1/+1
2019-04-26tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang-1/+4
2019-04-26tracing: Fix buffer_ref pipe opsJann Horn-14/+14
2019-04-26locking/futex: Allow low-level atomic operations to return -EAGAINWill Deacon-71/+117
2019-04-26Merge branch 'core/speculation' of git://git.kernel.org/pub/scm/linux/kernel/...Will Deacon-0/+15
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-30/+46
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-49/+88
2019-04-25bpf: mark registers in all frames after pkt/null checksPaul Chaignon-30/+46
2019-04-25seccomp: Make NEW_LISTENER and TSYNC flags exclusiveTycho Andersen-2/+15