summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-03-09pid: make ENOMEM return value more obviousChristian Brauner-0/+8
2020-03-09futex: Unbreak futex hashingThomas Gleixner-2/+2
2020-03-08pid: Fix error return value in some casesCorey Minyard-0/+2
2020-03-08genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin-5/+5
2020-03-08genirq: Provide interrupt injection mechanismThomas Gleixner-37/+59
2020-03-08genirq: Sanitize state handling in check_irq_resend()Thomas Gleixner-8/+14
2020-03-08genirq: Add return value to check_irq_resend()Thomas Gleixner-37/+51
2020-03-08genirq: Add protection against unsafe usage of generic_handle_irq()Thomas Gleixner-2/+17
2020-03-08genirq/debugfs: Add missing sanity checks to interrupt injectionThomas Gleixner-2/+9
2020-03-08irqdomain: Fix function documentation of __irq_domain_alloc_fwnode()luanshi-2/+2
2020-03-07Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+4
2020-03-07Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds-3/+3
2020-03-07sysctl/sysrq: Remove __sysrq_enabled copyDmitry Safonov-19/+22
2020-03-06thermal/cpu-cooling, sched/core: Move the arch_set_thermal_pressure() API to ...Ingo Molnar-0/+11
2020-03-06sched/core: Remove rq.hrtick_csd_pendingPeter Xu-8/+2
2020-03-06smp: Allow smp_call_function_single_async() to insert locked csdPeter Xu-3/+11
2020-03-06sched/rt: Remove unnecessary push for unfit tasksQais Yousef-5/+2
2020-03-06sched/rt: Allow pulling unfitting taskQais Yousef-2/+1
2020-03-06sched/rt: Optimize cpupri_find() on non-heterogenous systemsQais Yousef-8/+31
2020-03-06sched/rt: Re-instate old behavior in select_task_rq_rt()Qais Yousef-0/+9
2020-03-06sched/rt: cpupri_find: Implement fallback mechanism for !fit caseQais Yousef-56/+101
2020-03-06sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot-8/+9
2020-03-06sched/fair: Fix runnable_avg for throttled cfsVincent Guittot-2/+12
2020-03-06sched/deadline: Make two functions staticYu Chen-4/+4
2020-03-06sched/topology: Don't enable EAS on SMT systemsValentin Schneider-2/+10
2020-03-06sched/numa: Acquire RCU lock for checking idle cores during NUMA balancingMel Gorman-0/+2
2020-03-06sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMAValentin Schneider-5/+9
2020-03-06sched/fair: Enable tuning of decay periodThara Gopinath-2/+33
2020-03-06sched/fair: Update cpu_capacity to reflect thermal pressureThara Gopinath-0/+7
2020-03-06sched/fair: Enable periodic update of average thermal pressureThara Gopinath-0/+10
2020-03-06sched/pelt: Add support to track thermal pressureThara Gopinath-0/+65
2020-03-06sched/vtime: Prevent unstable evaluation of WARN(vtime->state)Chris Wilson-19/+22
2020-03-06Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-127/+287
2020-03-06perf/cgroup: Order events in RB tree by cgroup idIan Rogers-10/+84
2020-03-06perf/cgroup: Grow per perf_cpu_context heap storageIan Rogers-0/+47
2020-03-06perf/core: Add per perf_cpu_context min_heap storageIan Rogers-11/+32
2020-03-06perf/core: Use min_heap in visit_groups_merge()Ian Rogers-16/+51
2020-03-06perf/cgroup: Reorder perf_cgroup_connect()Peter Zijlstra-8/+8
2020-03-06perf/core: Remove 'struct sched_in_data'Peter Zijlstra-25/+11
2020-03-06perf/core: Unify {pinned,flexible}_sched_in()Peter Zijlstra-37/+21
2020-03-06Merge branch 'perf/urgent' into perf/core, to pick up the latest fixesIngo Molnar-515/+623
2020-03-06futex: Remove {get,drop}_futex_key_refs()Peter Zijlstra-84/+6
2020-03-06futex: Remove pointless mmgrap() + mmdrop()Peter Zijlstra-13/+1
2020-03-06Merge branch 'locking/urgent'Peter Zijlstra-551/+674
2020-03-06futex: Fix inode life-time issuePeter Zijlstra-36/+53
2020-03-06crypto: pcrypt - simplify error handling in pcrypt_create_aead()Eric Biggers-3/+4
2020-03-05bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NETKP Singh-0/+7
2020-03-05bpf: Remove unnecessary CAP_MAC_ADMIN checkKP Singh-10/+3
2020-03-05bpf: Do not allow map_freeze in struct_ops mapMartin KaFai Lau-0/+5
2020-03-05bpf: Return better error value in delete_elem for struct_ops mapMartin KaFai Lau-3/+11