summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2011-03-30 10:55:12 +1100
committerLinus Torvalds <torvalds@linux-foundation.org>2011-03-29 17:04:39 -0700
commitac0e0447be3b7a3dd583193b0230bfe3ddef0442 (patch)
tree215ed76c15b6d95f7444fc845635253628dc33ba /tools/perf/scripts/python/export-to-sqlite.py
parent0ce790e7d736cedc563e1fb4e998babf5a4dbc3d (diff)
downloadkernel-ac0e0447be3b7a3dd583193b0230bfe3ddef0442.tar.gz
genirq: fix CONFIG_IRQ_EDGE_EOI_HANDLER build
Fixes these errors: kernel/irq/chip.c: In function 'handle_edge_eoi_irq': kernel/irq/chip.c:517: warning: label 'out_unlock' defined but not used kernel/irq/chip.c:503: error: label 'out_eoi' used but not defined Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
'/distro/kernel/commit/kernel/entry?id=6f0e6c1598b1a3d19fc30db86b6e26d6f881b43d'>context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker 2022-06-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds 2022-06-07entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is setSeth Forshee 2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2022-05-09entry: Rename arch_check_user_regs() to arch_enter_from_user_mode()Sven Schnelle 2022-04-05lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers 2022-04-05entry: Fix compile error in dynamic_irqentry_exit_cond_resched()Sven Schnelle 2022-03-31Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"Thomas Gleixner 2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds 2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman 2022-03-10task_work: Decouple TIF_NOTIFY_SIGNAL and task_workEric W. Biederman 2022-03-10task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman 2022-03-10ptrace: Remove arch_syscall_{enter,exit}_tracehookEric W. Biederman 2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman 2022-03-04signal, x86: Delay calling signals in atomic on RT enabled kernelsOleg Nesterov 2022-02-19sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland 2022-02-19sched/preempt: Simplify irqentry_exit_cond_resched() callersMark Rutland 2021-12-01entry: Snapshot thread flagsMark Rutland 2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman 2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2021-10-29exit/syscall_user_dispatch: Send ordinary signals on failureEric W. Biederman 2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson 2021-09-22KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guestSean Christopherson