summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2013-07-26 11:17:46 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2013-07-26 11:17:46 -0700
commitc7dad2343f494359f6e45f62ff97055749b99670 (patch)
tree090dcdf0fa0fff0a4c9a8a39e2e22d725c151d0e /tools/perf/scripts/python/task-analyzer.py
parent07bc9dc1b01bad7084fed3d2659e5d83317869bc (diff)
parent867974fc09f93bdd7f98d46ac3733934486bbf4a (diff)
downloadkernel-c7dad2343f494359f6e45f62ff97055749b99670.tar.gz
Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
Pull libata fixes from Tejun Heo: "Assorted libata updates. The most critical one is a fix for ahci oops during boot. Also, a new smallish platform ahci driver is added and sata_inic162x is marked clearly as experimental (it whines during boot too) as data corruption seems rather common on the device and it's unlikely to get any love in the foreseeable future. If the whining doesn't draw any attention, I think we'd probably be better of making the driver depend on BROKEN in a couple releases" This is v2 of this pull request with fixed dependencies for ahci_imx. * 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata: ahci_imx: depend on CONFIG_MFD_SYSCON ahci_imx: add ahci sata support on imx platforms ARM: imx6q: update the sata bits definitions of gpr13 ahci: fix Null pointer dereference in achi_host_active() libata: make it clear that sata_inic162x is experimental libata: replace strict_strtol() with kstrtol() ata: Fix DVD not dectected at some platform with Wellsburg PCH
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
2021-08-10posix-cpu-timers: Assert task sighand is locked while starting cputime counterFrederic Weisbecker 2021-07-23signal: Remove the generic __ARCH_SI_TRAPNO supportEric W. Biederman 2021-07-23signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKEric W. Biederman 2021-07-23signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman 2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2021-06-23Merge x86/urgent into x86/fpuBorislav Petkov 2021-06-18sched: Change task_struct::statePeter Zijlstra 2021-05-19x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae 2021-05-18signal: Factor force_sig_perf out of perf_sigtrapEric W. Biederman 2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds 2020-12-15Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds 2020-12-12kernel: remove checking for TIF_NOTIFY_SIGNALJens Axboe 2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman 2020-10-29entry: Add support for TIF_NOTIFY_SIGNALJens Axboe 2020-10-29signal: Add task_sigpending() helperJens Axboe