summaryrefslogtreecommitdiffstats
path: root/drivers/soc/lantiq (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-11sched/preempt: Tell about PREEMPT_DYNAMIC on kernel headersFrederic Weisbecker2-6/+14
2022-03-08sched/topology: Remove redundant variable and fix incorrect type in build_sch...K Prateek Nayak1-5/+3
2022-03-08sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()Dietmar Eggemann2-6/+4
2022-03-08sched/deadline,rt: Remove unused functions for !CONFIG_SMPDietmar Eggemann2-20/+0
2022-03-08sched/deadline: Use __node_2_[pdl|dle]() and rb_first_cached() consistentlyDietmar Eggemann1-12/+12
2022-03-08sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann3-44/+24
2022-03-08sched/deadline: Move bandwidth mgmt and reclaim functions into sched class so...Dietmar Eggemann2-49/+44
2022-03-08sched/deadline: Remove unused def_dl_bandwidthDietmar Eggemann3-9/+0
2022-03-01sched/tracing: Report TASK_RTLOCK_WAIT tasks as TASK_UNINTERRUPTIBLEValentin Schneider1-0/+8
2022-03-01sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider9-14/+34
2022-03-01sched/rt: Plug rt_mutex_setprio() vs push_rt_task() raceValentin Schneider2-16/+28
2022-03-01sched/cpuacct: Remove redundant RCU read lockChengming Zhou2-4/+0
2022-03-01sched/cpuacct: Optimize away RCU read lockChengming Zhou2-5/+1
2022-03-01sched/cpuacct: Fix charge percpu cpuusageChengming Zhou1-1/+2
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/sched.h depende...Ingo Molnar4-113/+46
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/build_utility.c...Ingo Molnar1-2/+41
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/build_policy.c ...Ingo Molnar1-0/+24
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/fair.c dependen...Ingo Molnar1-0/+29
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/core.c dependen...Ingo Molnar1-11/+70
2022-02-23sched/headers: Standardize kernel/sched/sched.h header dependenciesIngo Molnar6-11/+22
2022-02-23sched/headers: Introduce kernel/sched/build_policy.c and build multiple .c fi...Ingo Molnar9-15/+38
2022-02-23sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar22-63/+139
2022-02-23sched/headers: Make the <linux/sched/deadline.h> header build standaloneIngo Molnar1-0/+2
2022-02-23sched/headers: Fix comment typo in kernel/sched/cpudeadline.cIngo Molnar1-1/+1
2022-02-23sched/headers: Add initial new headers as identity mappingsIngo Molnar34-0/+34
2022-02-23sched/headers: sched/clock: Mark all functions 'notrace', remove CC_FLAGS_FTR...Ingo Molnar2-24/+21
2022-02-23sched/headers: Add header guard to kernel/sched/stats.h and kernel/sched/auto...Ingo Molnar2-0/+11
2022-02-23sched/headers: Add header guard to kernel/sched/sched.hIngo Molnar1-0/+4
2022-02-23sched/headers: Fix header to build standalone: <linux/sched_clock.h>Ingo Molnar1-0/+2
2022-02-20Linux 5.17-rc5v5.17-rc5Linus Torvalds1-1/+1
2022-02-19MAINTAINERS: remove duplicate entry for i2c-qcom-geniWolfram Sang1-8/+0
2022-02-19arm64: Support PREEMPT_DYNAMICMark Rutland3-3/+27
2022-02-19arm64: entry: Centralize preemption decisionMark Rutland1-9/+11
2022-02-19sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland8-11/+122
2022-02-19sched/preempt: Decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRYMark Rutland2-1/+2
2022-02-19sched/preempt: Simplify irqentry_exit_cond_resched() callersMark Rutland2-11/+10
2022-02-19sched/preempt: Refactor sched_dynamic_update()Mark Rutland3-26/+45
2022-02-19sched/preempt: Move PREEMPT_DYNAMIC logic laterMark Rutland1-136/+136
2022-02-19sched: Fix yet more sched_fork() racesPeter Zijlstra3-16/+35
2022-02-18Input: psmouse - set up dependency between PS/2 and SMBus companionsDmitry Torokhov1-0/+10
2022-02-18x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearingAndy Lutomirski2-7/+6
2022-02-18i2c: brcmstb: fix support for DSL and CM variantsRafał Miłecki1-1/+1
2022-02-17bonding: force carrier update when releasing slaveZhang Changzhong1-3/+2
2022-02-17x86/sgx: Fix missing poison handling in reclaimerReinette Chatre1-9/+1
2022-02-17fs/file_table: fix adding missing kmemleak_not_leak()Luis Chamberlain1-2/+6
2022-02-17nfp: flower: netdev offload check for ip6gretapDanie du Toit1-0/+2
2022-02-17ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet3-15/+18
2022-02-17ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet4-18/+21
2022-02-17net: dsa: lan9303: add VLAN IDs to master deviceMans Rullgard2-2/+10
2022-02-17net: dsa: lan9303: handle hwaccel VLAN tagsMans Rullgard1-14/+7