summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-09-28 21:08:07 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-09-28 21:08:07 +0200
commitabeb19a219dce5c021c759d01434f82924354df7 (patch)
treec59e586bcc612c95209c4dce04611b2a475588b4 /tools/perf/scripts/python
parente4d8ae00169f7686e1da5a62e5cf797d12bf8822 (diff)
parent8aba2333904f9b1c1ea038df261bf7ae8fefb98e (diff)
downloadkernel-abeb19a219dce5c021c759d01434f82924354df7.tar.gz
Merge branches 'pm-opp' and 'pm-cpufreq'
* pm-opp: PM / OPP: Call notifier without holding opp_table->lock * pm-cpufreq: cpufreq: docs: Drop intel-pstate.txt from index.txt cpufreq: dt: Fix sysfs duplicate filename creation for platform-device
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds 2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds 2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells 2018-11-26arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli 2018-11-26arch: Make phys_initrd_start and phys_initrd_size global variablesFlorian Fainelli 2018-11-07block: remove dead elevator codeJens Axboe 2018-08-22init/: remove ineffective sparse disablingLuc Van Oostenryck 2018-04-02kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Dominik Brodowski 2018-04-02kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski 2018-04-02fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Dominik Brodowski 2018-04-02fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski 2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski 2018-04-02fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...Dominik Brodowski 2018-04-02fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()Dominik Brodowski 2018-04-02fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski 2018-04-02fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski 2018-04-02fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()Dominik Brodowski 2018-04-02fs: add ksys_umount() helper; remove in-kernel call to sys_umount()Dominik Brodowski 2018-04-02fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Dominik Brodowski