aboutsummaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-28sched: Replace rq::wake_listPeter Zijlstra6-34/+49
2020-05-28sched: Add rq::ttwu_pendingPeter Zijlstra4-5/+15
2020-05-28irq_work, smp: Allow irq_work on call_single_queuePeter Zijlstra4-72/+130
2020-05-28smp: Optimize send_call_function_single_ipi()Peter Zijlstra4-4/+34
2020-05-28smp: Move irq_work_run() out of flush_smp_call_function_queue()Peter Zijlstra1-8/+9
2020-05-28smp: Optimize flush_smp_call_function_queue()Peter Zijlstra1-4/+23
2020-05-28sched: Fix smp_call_function_single_async() usage for ILBPeter Zijlstra3-36/+19
2020-05-28rcu: Allow for smp_call_function() running callbacks from idlePeter Zijlstra1-6/+19
2020-05-26sched/fair: Don't NUMA balance for kthreadsJens Axboe1-1/+1
2020-05-25sched/core: Offload wakee task activation if it the wakee is deschedulingMel Gorman2-7/+35
2020-05-25sched/core: Optimize ttwu() spinning on p->on_cpuPeter Zijlstra1-21/+31
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-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-19rcu: Provide __rcu_is_watching()Thomas Gleixner3-0/+7
2020-05-19rcu: Provide rcu_irq_exit_preempt()Thomas Gleixner3-0/+24
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-19x86: Replace ist_enter() with nmi_enter()Peter Zijlstra5-65/+24
2020-05-19x86/mce: Send #MC singal from task workPeter Zijlstra2-25/+37
2020-05-19x86/entry: Get rid of ist_begin/end_non_atomic()Thomas Gleixner3-41/+4
2020-05-19sched,rcu,tracing: Avoid tracing before in_nmi() is correctPeter Zijlstra1-2/+11
2020-05-19sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exceptionPeter Zijlstra5-30/+12
2020-05-19lockdep: Always inline lockdep_{off,on}()Peter Zijlstra2-21/+21
2020-05-19hardirq/nmi: Allow nested nmi_enter()Peter Zijlstra5-37/+16
2020-05-19arm64: Prepare arch_nmi_enter() for recursionFrederic Weisbecker1-19/+59
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-19vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner6-1/+72
2020-05-17Linux 5.7-rc6Linus Torvalds1-1/+1
2020-05-17exec: Move would_dump into flush_old_execEric W. Biederman1-2/+2
2020-05-15KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson1-1/+1
2020-05-15selftests: mptcp: pm: rm the right tmp fileMatthieu Baerts1-1/+1
2020-05-15dpaa2-eth: properly handle buffer size restrictionsIoana Ciornei2-12/+18
2020-05-15bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann3-32/+88
2020-05-15bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann1-1/+3
2020-05-15bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann5-2/+10
2020-05-15USB: gadget: fix illegal array access in binding with UDCKyungtae Kim1-0/+3
2020-05-15usb: core: hub: limit HUB_QUIRK_DISABLE_AUTOSUSPEND to USB5534BEugeniu Rosca1-1/+5
2020-05-15x86: Fix early boot crash on gcc-10, third tryBorislav Petkov5-1/+23
2020-05-15ARM: dts: iwg20d-q7-dbcm-ca: Remove unneeded properties in hdmi@39Ricardo Cañuelo1-2/+0
2020-05-15ARM: dts: renesas: Make hdmi encoder nodes compliant with DT bindingsRicardo Cañuelo9-24/+4
2020-05-15arm64: dts: renesas: Make hdmi encoder nodes compliant with DT bindingsRicardo Cañuelo6-14/+2
2020-05-15x86/unwind/orc: Fix error handling in __unwind_start()Josh Poimboeuf1-7/+9