aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-05-21irqdomain: Get rid of special treatment for ACPI in __irq_domain_add()Andy Shevchenko1-16/+1
2020-05-21irqdomain: Make __irq_domain_add() less OF-dependentAndy Shevchenko1-7/+6
2020-05-20bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko1-3/+14
2020-05-20audit: add subj creds to NETFILTER_CFG record toRichard Guy Briggs1-0/+6
2020-05-20exec: Teach prepare_exec_creds how exec treats uids & gidsEric W. Biederman1-0/+3
2020-05-20fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig1-3/+3
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig2-2/+0
2020-05-20fs: make the pipe_buf_operations ->steal operation optionalChristoph Hellwig1-1/+0
2020-05-20trace: remove tracing_pipe_buf_opsChristoph Hellwig1-8/+1
2020-05-20Merge branch 'topic/uaccess-ppc' into nextMichael Ellerman2-12/+12
2020-05-20Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEADPaolo Bonzini21-72/+243
2020-05-19tracing/probe: reverse arguments to list_addJulia Lawall1-1/+1
2020-05-19ftrace: show debugging information when panic_on_warn setCheng Jian1-4/+4
2020-05-19locking/lockdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-19perf/core: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-2/+2
2020-05-19sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang3-1/+21
2020-05-19sched/cpuacct: Fix charge cpuacct.usage_sysMuchun Song1-1/+2
2020-05-19sched/fair: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-2/+2
2020-05-19sched/pelt: Sync util/runnable_sum with PELT window when propagatingVincent Guittot2-22/+51
2020-05-19sched/cpuacct: Use __this_cpu_add() instead of this_cpu_ptr()Muchun Song1-2/+2
2020-05-19sched/fair: Optimize enqueue_task_fair()Vincent Guittot1-20/+19
2020-05-19Merge branch 'sched/urgent'Peter Zijlstra17-122/+235
2020-05-19sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot1-12/+30
2020-05-19sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti1-2/+2
2020-05-19sched/fair: Fix enqueue_task_fair() warning some morePhil Auld1-0/+7
2020-05-19bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann2-1/+17
2020-05-19PM: hibernate: Split off snapshot dev optionDomenico Andreoli2-1/+14
2020-05-19PM: hibernate: Incorporate concurrency handlingDomenico Andreoli3-12/+22
2020-05-19pipe: Add notification lossage handlingDavid Howells1-0/+2
2020-05-19pipe: Allow buffers to be marked read-whole-or-error for notificationsDavid Howells1-1/+1
2020-05-19pipe: Add general notification queue supportDavid Howells2-0/+658
2020-05-19kprobes: Prevent probes in .noinstr.text sectionThomas Gleixner2-0/+21
2020-05-19rcu: Provide __rcu_is_watching()Thomas Gleixner1-0/+5
2020-05-19rcu: Provide rcu_irq_exit_preempt()Thomas Gleixner1-0/+22
2020-05-19rcu: Make RCU IRQ enter/exit functions rely on in_nmi()Paul E. McKenney1-32/+15
2020-05-19rcu/tree: Mark the idle relevant functions noinstrThomas Gleixner3-41/+49
2020-05-19sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exceptionPeter Zijlstra1-10/+0
2020-05-19lockdep: Always inline lockdep_{off,on}()Peter Zijlstra1-19/+0
2020-05-19printk: Disallow instrumenting print_nmi_enter()Peter Zijlstra1-2/+3
2020-05-19printk: Prepare for nested printk_nmi_enter()Petr Mladek2-5/+7
2020-05-19Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner19-51/+139
2020-05-19lockdep: Prepare for noinstr sectionsPeter Zijlstra2-21/+67
2020-05-19tracing: Provide lockdep less trace_hardirqs_on/off() variantsThomas Gleixner1-0/+37
2020-05-19proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov1-1/+1
2020-05-19ARM: 8976/1: module: allow arch overrides for .init section namesVincent Whitchurch1-2/+7
2020-05-18kgdb: Add kgdb_has_hit_break functionVincent Chen1-0/+12
2020-05-18kgdboc: Add kgdboc_earlycon to support early kgdb using boot consolesDouglas Anderson1-4/+18
2020-05-18kgdb: Prevent infinite recursive entries to the debuggerDouglas Anderson1-0/+1
2020-05-18kgdb: Delay "kgdbwait" to dbg_late_init() by defaultDouglas Anderson1-10/+15
2020-05-18scs: Remove references to asm/scs.h from core codeWill Deacon1-1/+0