aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-123/+236
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
2020-05-18scs: Move scs_overflow_check() out of architecture codeWill Deacon2-1/+5
2020-05-18scs: Move accounting into alloc/free functionsWill Deacon1-24/+21
2020-05-18arm64: scs: Store absolute SCS stack pointer value in thread_infoWill Deacon1-2/+1
2020-05-18kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdbDouglas Anderson1-0/+4
2020-05-19powerpc/watchpoint: Don't allow concurrent perf and ptrace eventsRavi Bangoria1-0/+16
2020-05-18Revert "docs: sysctl/kernel: document ngroups_max"Jonathan Corbet1-2/+2
2020-05-18genirq/irq_sim: Simplify the APIBartosz Golaszewski2-102/+166
2020-05-18irqdomain: Make irq_domain_reset_irq_data() available to non-hierarchical usersBartosz Golaszewski1-12/+12
2020-05-16blktrace: Report pid with note messagesJan Kara1-2/+2
2020-05-16bpf: Fix check_return_code to only allow [0,1] in trace_iter progsDaniel Borkmann1-1/+2
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller14-110/+188
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-37/+101
2020-05-15kernel/cpu_pm: Fix uninitted local in cpu_pmDouglas Anderson1-2/+2
2020-05-15docs: sysctl/kernel: document ngroups_maxStephen Kitt1-2/+2
2020-05-15scs: Add support for stack usage debuggingSami Tolvanen1-1/+29
2020-05-15scs: Add page accounting for shadow call stack allocationsSami Tolvanen1-0/+15