summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-05-21irqdomain: Get rid of special treatment for ACPI in __irq_domain_add()Andy Shevchenko
2020-05-21irqdomain: Make __irq_domain_add() less OF-dependentAndy Shevchenko
2020-05-20bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko
2020-05-20audit: add subj creds to NETFILTER_CFG record toRichard Guy Briggs
2020-05-20exec: Teach prepare_exec_creds how exec treats uids & gidsEric W. Biederman
2020-05-20fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig
2020-05-20fs: make the pipe_buf_operations ->steal operation optionalChristoph Hellwig
2020-05-20trace: remove tracing_pipe_buf_opsChristoph Hellwig
2020-05-20Merge branch 'topic/uaccess-ppc' into nextMichael Ellerman
2020-05-20Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini
2020-05-19tracing/probe: reverse arguments to list_addJulia Lawall
2020-05-19ftrace: show debugging information when panic_on_warn setCheng Jian
2020-05-19locking/lockdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-19perf/core: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-19sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang
2020-05-19sched/cpuacct: Fix charge cpuacct.usage_sysMuchun Song
2020-05-19sched/fair: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-19sched/pelt: Sync util/runnable_sum with PELT window when propagatingVincent Guittot
2020-05-19sched/cpuacct: Use __this_cpu_add() instead of this_cpu_ptr()Muchun Song
2020-05-19sched/fair: Optimize enqueue_task_fair()Vincent Guittot
2020-05-19Merge branch 'sched/urgent'Peter Zijlstra
2020-05-19sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot
2020-05-19sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti
2020-05-19sched/fair: Fix enqueue_task_fair() warning some morePhil Auld
2020-05-19bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann
2020-05-19PM: hibernate: Split off snapshot dev optionDomenico Andreoli
2020-05-19PM: hibernate: Incorporate concurrency handlingDomenico Andreoli
2020-05-19pipe: Add notification lossage handlingDavid Howells
2020-05-19pipe: Allow buffers to be marked read-whole-or-error for notificationsDavid Howells
2020-05-19pipe: Add general notification queue supportDavid Howells
2020-05-19kprobes: Prevent probes in .noinstr.text sectionThomas Gleixner
2020-05-19rcu: Provide __rcu_is_watching()Thomas Gleixner
2020-05-19rcu: Provide rcu_irq_exit_preempt()Thomas Gleixner
2020-05-19rcu: Make RCU IRQ enter/exit functions rely on in_nmi()Paul E. McKenney
2020-05-19rcu/tree: Mark the idle relevant functions noinstrThomas Gleixner
2020-05-19sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exceptionPeter Zijlstra
2020-05-19lockdep: Always inline lockdep_{off,on}()Peter Zijlstra
2020-05-19printk: Disallow instrumenting print_nmi_enter()Peter Zijlstra
2020-05-19printk: Prepare for nested printk_nmi_enter()Petr Mladek
2020-05-19Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner
2020-05-19lockdep: Prepare for noinstr sectionsPeter Zijlstra
2020-05-19tracing: Provide lockdep less trace_hardirqs_on/off() variantsThomas Gleixner
2020-05-19proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov
2020-05-19ARM: 8976/1: module: allow arch overrides for .init section namesVincent Whitchurch
2020-05-18kgdb: Add kgdb_has_hit_break functionVincent Chen
2020-05-18kgdboc: Add kgdboc_earlycon to support early kgdb using boot consolesDouglas Anderson
2020-05-18kgdb: Prevent infinite recursive entries to the debuggerDouglas Anderson
2020-05-18kgdb: Delay "kgdbwait" to dbg_late_init() by defaultDouglas Anderson
2020-05-18scs: Remove references to asm/scs.h from core codeWill Deacon