summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-05-20Merge branch 'topic/uaccess-ppc' into nextMichael Ellerman-12/+12
2020-05-20Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini-72/+243
2020-05-19tracing/probe: reverse arguments to list_addJulia Lawall-1/+1
2020-05-19ftrace: show debugging information when panic_on_warn setCheng Jian-4/+4
2020-05-19locking/lockdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-05-19perf/core: Replace zero-length array with flexible-arrayGustavo A. R. Silva-2/+2
2020-05-19sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang-1/+21
2020-05-19sched/cpuacct: Fix charge cpuacct.usage_sysMuchun Song-1/+2
2020-05-19sched/fair: Replace zero-length array with flexible-arrayGustavo A. R. Silva-2/+2
2020-05-19sched/pelt: Sync util/runnable_sum with PELT window when propagatingVincent Guittot-22/+51
2020-05-19sched/cpuacct: Use __this_cpu_add() instead of this_cpu_ptr()Muchun Song-2/+2
2020-05-19sched/fair: Optimize enqueue_task_fair()Vincent Guittot-20/+19
2020-05-19Merge branch 'sched/urgent'Peter Zijlstra-123/+236
2020-05-19sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot-12/+30
2020-05-19sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti-2/+2
2020-05-19sched/fair: Fix enqueue_task_fair() warning some morePhil Auld-0/+7
2020-05-19bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann-1/+17
2020-05-19PM: hibernate: Split off snapshot dev optionDomenico Andreoli-1/+14
2020-05-19PM: hibernate: Incorporate concurrency handlingDomenico Andreoli-12/+22
2020-05-19pipe: Add notification lossage handlingDavid Howells-0/+2
2020-05-19pipe: Allow buffers to be marked read-whole-or-error for notificationsDavid Howells-1/+1
2020-05-19pipe: Add general notification queue supportDavid Howells-0/+658
2020-05-19kprobes: Prevent probes in .noinstr.text sectionThomas Gleixner-0/+21
2020-05-19rcu: Provide __rcu_is_watching()Thomas Gleixner-0/+5
2020-05-19rcu: Provide rcu_irq_exit_preempt()Thomas Gleixner-0/+22
2020-05-19rcu: Make RCU IRQ enter/exit functions rely on in_nmi()Paul E. McKenney-32/+15
2020-05-19rcu/tree: Mark the idle relevant functions noinstrThomas Gleixner-41/+49
2020-05-19sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exceptionPeter Zijlstra-10/+0
2020-05-19lockdep: Always inline lockdep_{off,on}()Peter Zijlstra-19/+0
2020-05-19printk: Disallow instrumenting print_nmi_enter()Peter Zijlstra-2/+3
2020-05-19printk: Prepare for nested printk_nmi_enter()Petr Mladek-5/+7
2020-05-19Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner-51/+139
2020-05-19lockdep: Prepare for noinstr sectionsPeter Zijlstra-21/+67
2020-05-19tracing: Provide lockdep less trace_hardirqs_on/off() variantsThomas Gleixner-0/+37
2020-05-19proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov-1/+1
2020-05-19ARM: 8976/1: module: allow arch overrides for .init section namesVincent Whitchurch-2/+7
2020-05-18kgdb: Add kgdb_has_hit_break functionVincent Chen-0/+12
2020-05-18kgdboc: Add kgdboc_earlycon to support early kgdb using boot consolesDouglas Anderson-4/+18
2020-05-18kgdb: Prevent infinite recursive entries to the debuggerDouglas Anderson-0/+1
2020-05-18kgdb: Delay "kgdbwait" to dbg_late_init() by defaultDouglas Anderson-10/+15
2020-05-18scs: Remove references to asm/scs.h from core codeWill Deacon-1/+0
2020-05-18scs: Move scs_overflow_check() out of architecture codeWill Deacon-1/+5
2020-05-18scs: Move accounting into alloc/free functionsWill Deacon-24/+21
2020-05-18arm64: scs: Store absolute SCS stack pointer value in thread_infoWill Deacon-2/+1
2020-05-18kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdbDouglas Anderson-0/+4
2020-05-19powerpc/watchpoint: Don't allow concurrent perf and ptrace eventsRavi Bangoria-0/+16
2020-05-18Revert "docs: sysctl/kernel: document ngroups_max"Jonathan Corbet-2/+2
2020-05-18genirq/irq_sim: Simplify the APIBartosz Golaszewski-102/+166
2020-05-18irqdomain: Make irq_domain_reset_irq_data() available to non-hierarchical usersBartosz Golaszewski-12/+12
2020-05-16blktrace: Report pid with note messagesJan Kara-2/+2