summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/netdev-times-report
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-03-26 11:29:36 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2021-03-26 11:29:36 -0700
commit8a3cbdda181024f9ee7200504e748d2e91adad1a (patch)
tree09ff50e95c9185d0c56bee9863a345e438fd01bb /tools/perf/scripts/python/bin/netdev-times-report
parenteb3991ef2c0ebb7dc49c260e12ae1575d1e153b2 (diff)
parent6f3a283c2f6bbbb5a9a6801a0befa61cb60195f1 (diff)
downloadkernel-8a3cbdda181024f9ee7200504e748d2e91adad1a.tar.gz
Merge tag 'pm-5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull power management fixes from Rafael Wysocki: "These fix an issue related to device links in the runtime PM framework and debugfs usage in the Energy Model code. Specifics: - Modify the runtime PM device suspend to avoid suspending supplier devices before the consumer device's status changes to RPM_SUSPENDED (Rafael Wysocki) - Change the Energy Model code to prevent it from attempting to create its main debugfs directory too early (Lukasz Luba)" * tag 'pm-5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: PM: EM: postpone creating the debugfs dir till fs_initcall PM: runtime: Defer suspending suppliers
Diffstat (limited to 'tools/perf/scripts/python/bin/netdev-times-report')
0 files changed, 0 insertions, 0 deletions
d=b1989a3db45a6e8a5f1178bab621e8b9b8838602'>ipc/sem.c: mundane typo fixesBhaskar Chowdhury 2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov 2021-04-30Reimplement RLIMIT_MSGQUEUE on top of ucountsAlexey Gladkov 2021-01-24fs: make helpers idmap mount awareChristian Brauner 2021-01-24namei: prepare for idmapped mountsChristian Brauner 2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner 2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2020-12-15vm_ops: rename .split() callback to .may_split()Dmitry Safonov 2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds 2020-09-05ipc: adjust proc_ipc_sem_dointvec definition to match prototypeTobias Klauser 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva 2020-08-19ipc: Use generic ns_common::countKirill Tkhai 2020-08-12ipc/shm.c: remove the superfluous breakLiao Pingfang 2020-08-12ipc: uninline functionsAlexey Dobriyan 2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne 2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse 2020-06-08ipc/namespace.c: use a work queue to free_ipcGiuseppe Scrivano 2020-06-08ipc/msg: add missing annotation for freeque()Jules Irenge 2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds 2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds 2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2020-05-14ipc/util.c: sysvipc_find_ipc() incorrectly updates position indexVasily Averin 2020-05-09nsproxy: add struct nssetChristian Brauner 2020-05-07ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()Oleg Nesterov 2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig 2020-04-10ipc/util.c: sysvipc_find_ipc() should increase position indexVasily Averin 2020-04-07ipc/shm.c: make compat_ksys_shmctl() staticJason Yan 2020-04-07ipc/mqueue.c: fix a brace coding style issueSomala Swaraj