[tip: sched/core] signal: Hand SIGQUEUE_PREALLOC flag to __sigqueue_alloc()

2021-04-15 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the sched/core branch of tip: Commit-ID: 69995ebbb9d3717306a165db88a1292b63f77a37 Gitweb: https://git.kernel.org/tip/69995ebbb9d3717306a165db88a1292b63f77a37 Author:Thomas Gleixner AuthorDate:Mon, 22 Mar 2021 10:19:42 +01:00

[tip: sched/core] signal: Allow tasks to cache one sigqueue struct

2021-04-15 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the sched/core branch of tip: Commit-ID: 4bad58ebc8bc4f20d89cff95417c9b4674769709 Gitweb: https://git.kernel.org/tip/4bad58ebc8bc4f20d89cff95417c9b4674769709 Author:Thomas Gleixner AuthorDate:Tue, 23 Mar 2021 22:05:39 +01:00

[tip: x86/apic] x86/vector: Add a sanity check to prevent IRQ2 allocations

2021-03-29 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the x86/apic branch of tip: Commit-ID: 9a98bc2cf08a095367449b3548c3d9ad4ad2cd20 Gitweb: https://git.kernel.org/tip/9a98bc2cf08a095367449b3548c3d9ad4ad2cd20 Author:Thomas Gleixner AuthorDate:Thu, 18 Mar 2021 20:26:48 +01:00

[tip: locking/core] locking/rtmutex: Remove empty and unused debug stubs

2021-03-29 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: 8188d74e68174b11ff7c4a635ffc8fd31eacc6b9 Gitweb: https://git.kernel.org/tip/8188d74e68174b11ff7c4a635ffc8fd31eacc6b9 Author:Thomas Gleixner AuthorDate:Fri, 26 Mar 2021 16:29:34 +01:00

[tip: locking/core] locking/rtmutex: Move rt_mutex_debug_task_free() to rtmutex.c

2021-03-29 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: fae37feee096bd3c85f6453713131a471404c6f5 Gitweb: https://git.kernel.org/tip/fae37feee096bd3c85f6453713131a471404c6f5 Author:Thomas Gleixner AuthorDate:Fri, 26 Mar 2021 16:29:35 +01:00

[tip: locking/core] locking/rtmutex: Decrapify __rt_mutex_init()

2021-03-29 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: f5a98866e506a816f6a855df1e7ed41e1891ec66 Gitweb: https://git.kernel.org/tip/f5a98866e506a816f6a855df1e7ed41e1891ec66 Author:Thomas Gleixner AuthorDate:Fri, 26 Mar 2021 16:29:38 +01:00

[tip: locking/core] locking/rtmutex: Inline chainwalk depth check

2021-03-29 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: f7efc4799f8114ba85b68584f83293f435009de4 Gitweb: https://git.kernel.org/tip/f7efc4799f8114ba85b68584f83293f435009de4 Author:Thomas Gleixner AuthorDate:Fri, 26 Mar 2021 16:29:36 +01:00

[tip: locking/core] locking/rtmutex: Move debug functions as inlines into common header

2021-03-29 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: f41dcc18698e660668a33cde8ab965e0298ac341 Gitweb: https://git.kernel.org/tip/f41dcc18698e660668a33cde8ab965e0298ac341 Author:Thomas Gleixner AuthorDate:Fri, 26 Mar 2021 16:29:39 +01:00

[tip: locking/core] locking/rtmutex: Remove pointless CONFIG_RT_MUTEXES=n stubs

2021-03-29 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: 37350e3b2655eb0fce4e0e6ce8ce631c781136fe Gitweb: https://git.kernel.org/tip/37350e3b2655eb0fce4e0e6ce8ce631c781136fe Author:Thomas Gleixner AuthorDate:Fri, 26 Mar 2021 16:29:37 +01:00

[tip: locking/core] locking/rtmutex: Restrict the trylock WARN_ON() to debug

2021-03-29 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: c2c360ed7f28fd6b7eb7e39e70af2d2ae405f466 Gitweb: https://git.kernel.org/tip/c2c360ed7f28fd6b7eb7e39e70af2d2ae405f466 Author:Thomas Gleixner AuthorDate:Fri, 26 Mar 2021 16:29:43 +01:00

[tip: locking/core] locking/rtmutex: Make text section and inlining consistent

2021-03-29 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: d7a2edb890c0bfe467140c0cd79fe7cf65249376 Gitweb: https://git.kernel.org/tip/d7a2edb890c0bfe467140c0cd79fe7cf65249376 Author:Thomas Gleixner AuthorDate:Fri, 26 Mar 2021 16:29:40 +01:00

[tip: locking/core] locking/rtmutex: Consolidate the fast/slowpath invocation

2021-03-29 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: 70c80103aafdeae99126694bc1cd54de016bc258 Gitweb: https://git.kernel.org/tip/70c80103aafdeae99126694bc1cd54de016bc258 Author:Thomas Gleixner AuthorDate:Fri, 26 Mar 2021 16:29:41 +01:00

[tip: locking/core] locking/rtmutex: Clean up signal handling in __rt_mutex_slowlock()

2021-03-29 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: a51a327f3bcdcb1a37ed9325ad07e1456cd4d426 Gitweb: https://git.kernel.org/tip/a51a327f3bcdcb1a37ed9325ad07e1456cd4d426 Author:Thomas Gleixner AuthorDate:Fri, 26 Mar 2021 16:29:44 +01:00

[tip: locking/core] locking/rtmutex: Fix misleading comment in rt_mutex_postunlock()

2021-03-29 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: 82cd5b1039e26b1b1254886464991e34de439ac5 Gitweb: https://git.kernel.org/tip/82cd5b1039e26b1b1254886464991e34de439ac5 Author:Thomas Gleixner AuthorDate:Fri, 26 Mar 2021 16:29:42 +01:00

[tip: locking/core] locking/rtmutex: Move rt_mutex_debug_task_free() to rtmutex.c

2021-03-24 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: 1238b7032101ba420a114f64b86a8e3de609d0e8 Gitweb: https://git.kernel.org/tip/1238b7032101ba420a114f64b86a8e3de609d0e8 Author:Thomas Gleixner AuthorDate:Tue, 23 Mar 2021 22:30:25 +01:00

[tip: locking/core] locking/rtmutex: Restrict the trylock WARN_ON() to debug

2021-03-24 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: 3ac7d0ecf0e18b44c2c7dc968ce5afc5beadf17c Gitweb: https://git.kernel.org/tip/3ac7d0ecf0e18b44c2c7dc968ce5afc5beadf17c Author:Thomas Gleixner AuthorDate:Tue, 23 Mar 2021 22:30:33 +01:00

[tip: locking/core] locking/rtmutex: Decrapify __rt_mutex_init()

2021-03-24 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: c86c6bdd1099f398706b59b145148f3d39a587b7 Gitweb: https://git.kernel.org/tip/c86c6bdd1099f398706b59b145148f3d39a587b7 Author:Thomas Gleixner AuthorDate:Tue, 23 Mar 2021 22:30:28 +01:00

[tip: locking/core] locking/rtmutex: Move debug functions as inlines into common header

2021-03-24 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: 143d13d824e4ae416433eb92eb428b6771f94f00 Gitweb: https://git.kernel.org/tip/143d13d824e4ae416433eb92eb428b6771f94f00 Author:Thomas Gleixner AuthorDate:Tue, 23 Mar 2021 22:30:29 +01:00

[tip: locking/core] locking/rtmutex: Fix misleading comment in rt_mutex_postunlock()

2021-03-24 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: 5677c86221d14c18c6edea59d8f0f02e36e2b2db Gitweb: https://git.kernel.org/tip/5677c86221d14c18c6edea59d8f0f02e36e2b2db Author:Thomas Gleixner AuthorDate:Tue, 23 Mar 2021 22:30:32 +01:00

[tip: locking/core] locking/rtmutex: Inline chainwalk depth check

2021-03-24 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: 31120afb21f5892aa981af635b425a074e978cab Gitweb: https://git.kernel.org/tip/31120afb21f5892aa981af635b425a074e978cab Author:Thomas Gleixner AuthorDate:Tue, 23 Mar 2021 22:30:26 +01:00

[tip: locking/core] locking/rtmutex: Remove empty and unused debug stubs

2021-03-24 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: fec6b6a56b6135163f45332570e4c2cc51484a64 Gitweb: https://git.kernel.org/tip/fec6b6a56b6135163f45332570e4c2cc51484a64 Author:Thomas Gleixner AuthorDate:Tue, 23 Mar 2021 22:30:24 +01:00

[tip: locking/core] locking/rtmutex: Remove pointless CONFIG_RT_MUTEXES=n stubs

2021-03-24 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: 18970ac4e37011fd0c709b6c2a640f01eecf2dd7 Gitweb: https://git.kernel.org/tip/18970ac4e37011fd0c709b6c2a640f01eecf2dd7 Author:Thomas Gleixner AuthorDate:Tue, 23 Mar 2021 22:30:27 +01:00

[tip: locking/core] locking/rtmutex: Make text section and inlining consistent

2021-03-24 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: 3934afd2a81eb3a5cb52e64677adcc0983487c62 Gitweb: https://git.kernel.org/tip/3934afd2a81eb3a5cb52e64677adcc0983487c62 Author:Thomas Gleixner AuthorDate:Tue, 23 Mar 2021 22:30:30 +01:00

[tip: locking/urgent] locking/mutex: Fix non debug version of mutex_lock_io_nested()

2021-03-23 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/urgent branch of tip: Commit-ID: 291da9d4a9eb3a1cb0610b7f4480f5b52b1825e7 Gitweb: https://git.kernel.org/tip/291da9d4a9eb3a1cb0610b7f4480f5b52b1825e7 Author:Thomas Gleixner AuthorDate:Mon, 22 Mar 2021 09:46:13 +01:00

[tip: locking/core] locking/mutex: Fix non debug version of mutex_lock_io_nested()

2021-03-23 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/core branch of tip: Commit-ID: ebdbd41bf2536ac57bf315ce9690245e08c5e506 Gitweb: https://git.kernel.org/tip/ebdbd41bf2536ac57bf315ce9690245e08c5e506 Author:Thomas Gleixner AuthorDate:Mon, 22 Mar 2021 09:46:13 +01:00

[tip: irq/urgent] genirq: Disable interrupts for force threaded handlers

2021-03-20 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/urgent branch of tip: Commit-ID: 81e2073c175b887398e5bca6c004efa89983f58d Gitweb: https://git.kernel.org/tip/81e2073c175b887398e5bca6c004efa89983f58d Author:Thomas Gleixner AuthorDate:Wed, 17 Mar 2021 15:38:52 +01:00

[tip: x86/urgent] x86/ioapic: Ignore IRQ2 again

2021-03-19 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the x86/urgent branch of tip: Commit-ID: a501b048a95b79e1e34f03cac3c87ff1e9f229ad Gitweb: https://git.kernel.org/tip/a501b048a95b79e1e34f03cac3c87ff1e9f229ad Author:Thomas Gleixner AuthorDate:Thu, 18 Mar 2021 20:26:47 +01:00

[tip: irq/core] tasklets: Replace barrier() with cpu_relax() in tasklet_unlock_wait()

2021-03-17 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: d2da74d1278a1b51ef18beafa9da770f0db1c617 Gitweb: https://git.kernel.org/tip/d2da74d1278a1b51ef18beafa9da770f0db1c617 Author:Thomas Gleixner AuthorDate:Tue, 09 Mar 2021 09:42:04 +01:00

[tip: irq/core] tasklets: Use spin wait in tasklet_disable() temporarily

2021-03-17 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: b0cd02c2a9494dbf0a1cc7dc7a3b8b400c158d37 Gitweb: https://git.kernel.org/tip/b0cd02c2a9494dbf0a1cc7dc7a3b8b400c158d37 Author:Thomas Gleixner AuthorDate:Tue, 09 Mar 2021 09:42:07 +01:00

[tip: irq/core] tasklets: Provide tasklet_disable_in_atomic()

2021-03-17 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: ca5f625118955fc544c3cb3dee7055d33ecadafb Gitweb: https://git.kernel.org/tip/ca5f625118955fc544c3cb3dee7055d33ecadafb Author:Thomas Gleixner AuthorDate:Tue, 09 Mar 2021 09:42:06 +01:00

[tip: irq/core] tasklets: Use static inlines for stub implementations

2021-03-17 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 6951547a1399c8f56468ed93bea8f769b891aec3 Gitweb: https://git.kernel.org/tip/6951547a1399c8f56468ed93bea8f769b891aec3 Author:Thomas Gleixner AuthorDate:Tue, 09 Mar 2021 09:42:05 +01:00

[tip: irq/core] tasklets: Prevent tasklet_unlock_spin_wait() deadlock on RT

2021-03-17 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: eb2dafbba8b824ee77f166629babd470dd0b1c0a Gitweb: https://git.kernel.org/tip/eb2dafbba8b824ee77f166629babd470dd0b1c0a Author:Thomas Gleixner AuthorDate:Tue, 09 Mar 2021 09:42:10 +01:00

[tip: irq/core] irqtime: Make accounting correct on RT

2021-03-17 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 6516b386d8a07102aac353daf9c0fe0045faeb74 Gitweb: https://git.kernel.org/tip/6516b386d8a07102aac353daf9c0fe0045faeb74 Author:Thomas Gleixner AuthorDate:Tue, 09 Mar 2021 09:55:54 +01:00

[tip: irq/core] softirq: Add RT specific softirq accounting

2021-03-17 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 728b478d2d358480b333b42d0e10e0fecb20114c Gitweb: https://git.kernel.org/tip/728b478d2d358480b333b42d0e10e0fecb20114c Author:Thomas Gleixner AuthorDate:Tue, 09 Mar 2021 09:55:53 +01:00

[tip: irq/core] tasklets: Switch tasklet_disable() to the sleep wait variant

2021-03-17 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 6fd4e861250b5c89ad460a9f265caeb1bbbfc323 Gitweb: https://git.kernel.org/tip/6fd4e861250b5c89ad460a9f265caeb1bbbfc323 Author:Thomas Gleixner AuthorDate:Tue, 09 Mar 2021 09:42:17 +01:00

[tip: irq/core] softirq: Make softirq control and processing RT aware

2021-03-17 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 8b1c04acad082dec76f3f8f7e1fa13493d6cbb79 Gitweb: https://git.kernel.org/tip/8b1c04acad082dec76f3f8f7e1fa13493d6cbb79 Author:Thomas Gleixner AuthorDate:Tue, 09 Mar 2021 09:55:56 +01:00

[tip: irq/core] softirq: Move various protections into inline helpers

2021-03-17 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: f02fc963e91160e7343933823e8b73a0b2ab0a16 Gitweb: https://git.kernel.org/tip/f02fc963e91160e7343933823e8b73a0b2ab0a16 Author:Thomas Gleixner AuthorDate:Tue, 09 Mar 2021 09:55:55 +01:00

[tip: irq/core] tick/sched: Prevent false positive softirq pending warnings on RT

2021-03-17 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 47c218dcae6587fb5bce30f1656b13e22391c8e3 Gitweb: https://git.kernel.org/tip/47c218dcae6587fb5bce30f1656b13e22391c8e3 Author:Thomas Gleixner AuthorDate:Tue, 09 Mar 2021 09:55:57 +01:00

[tip: irq/core] rcu: Prevent false positive softirq warning on RT

2021-03-17 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: ba9e6cab49c1465c2c322dcb03d771d5cbecb692 Gitweb: https://git.kernel.org/tip/ba9e6cab49c1465c2c322dcb03d771d5cbecb692 Author:Thomas Gleixner AuthorDate:Tue, 09 Mar 2021 09:55:58 +01:00

[tip: timers/urgent] Merge tag 'timers-v5.11-rc5' of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgent

2021-02-22 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the timers/urgent branch of tip: Commit-ID: 8acb54abc1db4e1e3913359e4108e04e88ce4d92 Gitweb: https://git.kernel.org/tip/8acb54abc1db4e1e3913359e4108e04e88ce4d92 Author:Thomas Gleixner AuthorDate:Mon, 22 Feb 2021 10:59:13 +01:00

[tip: x86/entry] um: Enforce the usage of asm-generic/softirq_stack.h

2021-02-16 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the x86/entry branch of tip: Commit-ID: 3aac798a917be3b8f2f647b834bb06bf2f8df4f1 Gitweb: https://git.kernel.org/tip/3aac798a917be3b8f2f647b834bb06bf2f8df4f1 Author:Thomas Gleixner AuthorDate:Tue, 16 Feb 2021 10:23:14 +01:00

[tip: irq/core] Merge tag 'irqchip-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core

2021-02-15 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 0b6d70e571a1c764ab079e5c31d4156feee4b06b Gitweb: https://git.kernel.org/tip/0b6d70e571a1c764ab079e5c31d4156feee4b06b Author:Thomas Gleixner AuthorDate:Mon, 15 Feb 2021 15:41:56 +01:00

[tip: x86/entry] x86/entry: Use run_sysvec_on_irqstack_cond() for XEN upcall

2021-02-10 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the x86/entry branch of tip: Commit-ID: 359f01d1816fc1ea0161e6c30722bef1ed6b8abb Gitweb: https://git.kernel.org/tip/359f01d1816fc1ea0161e6c30722bef1ed6b8abb Author:Thomas Gleixner AuthorDate:Wed, 10 Feb 2021 00:40:49 +01:00

[tip: x86/entry] x86/entry: Fix instrumentation annotation

2021-02-10 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the x86/entry branch of tip: Commit-ID: 15f720aabe71a5662c4198b22532d95bbeec80ef Gitweb: https://git.kernel.org/tip/15f720aabe71a5662c4198b22532d95bbeec80ef Author:Thomas Gleixner AuthorDate:Wed, 10 Feb 2021 00:40:42 +01:00

[tip: x86/entry] x86/entry: Convert device interrupts to inline stack switching

2021-02-10 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the x86/entry branch of tip: Commit-ID: 5b51e1db9bdc312d53087a0c97d54ea150111c0d Gitweb: https://git.kernel.org/tip/5b51e1db9bdc312d53087a0c97d54ea150111c0d Author:Thomas Gleixner AuthorDate:Wed, 10 Feb 2021 00:40:48 +01:00

[tip: x86/entry] x86/irq: Sanitize irq stack tracking

2021-02-10 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the x86/entry branch of tip: Commit-ID: e7f89001797148e8dc7060c335df2c56e73a8c7a Gitweb: https://git.kernel.org/tip/e7f89001797148e8dc7060c335df2c56e73a8c7a Author:Thomas Gleixner AuthorDate:Wed, 10 Feb 2021 00:40:43 +01:00

[tip: x86/entry] x86/softirq: Remove indirection in do_softirq_own_stack()

2021-02-10 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the x86/entry branch of tip: Commit-ID: 52d743f3b71265e14560a38f4c835d07b9c6fc4c Gitweb: https://git.kernel.org/tip/52d743f3b71265e14560a38f4c835d07b9c6fc4c Author:Thomas Gleixner AuthorDate:Wed, 10 Feb 2021 00:40:50 +01:00

[tip: x86/entry] x86/irq/64: Adjust the per CPU irq stack pointer by 8

2021-02-10 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the x86/entry branch of tip: Commit-ID: 951c2a51ae75382d519839e2308394ad43ce4b40 Gitweb: https://git.kernel.org/tip/951c2a51ae75382d519839e2308394ad43ce4b40 Author:Thomas Gleixner AuthorDate:Wed, 10 Feb 2021 00:40:44 +01:00

[tip: x86/entry] x86/irq: Provide macro for inlining irq stack switching

2021-02-10 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the x86/entry branch of tip: Commit-ID: a0cfc74d0b00c5201e1c09e28b2dc01c8088f809 Gitweb: https://git.kernel.org/tip/a0cfc74d0b00c5201e1c09e28b2dc01c8088f809 Author:Thomas Gleixner AuthorDate:Wed, 10 Feb 2021 00:40:46 +01:00

[tip: x86/entry] x86/apic: Split out spurious handling code

2021-02-10 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the x86/entry branch of tip: Commit-ID: 3c5e0267ec3e6ed7d3f1793273cbf0beb4f86a74 Gitweb: https://git.kernel.org/tip/3c5e0267ec3e6ed7d3f1793273cbf0beb4f86a74 Author:Thomas Gleixner AuthorDate:Wed, 10 Feb 2021 00:40:45 +01:00

[tip: x86/entry] x86/entry: Convert system vectors to irq stack macro

2021-02-10 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the x86/entry branch of tip: Commit-ID: 569dd8b4eb7ef666b467c41b8e8e4f2820d07f67 Gitweb: https://git.kernel.org/tip/569dd8b4eb7ef666b467c41b8e8e4f2820d07f67 Author:Thomas Gleixner AuthorDate:Wed, 10 Feb 2021 00:40:47 +01:00

[tip: x86/entry] x86/softirq/64: Inline do_softirq_own_stack()

2021-02-10 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the x86/entry branch of tip: Commit-ID: 72f40a2823d6e16229ab58b898c6f22044e5222f Gitweb: https://git.kernel.org/tip/72f40a2823d6e16229ab58b898c6f22044e5222f Author:Thomas Gleixner AuthorDate:Wed, 10 Feb 2021 00:40:54 +01:00

[tip: x86/entry] x86: Select CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK

2021-02-10 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the x86/entry branch of tip: Commit-ID: 624db9eabc74597f682c0651047a25b54f7260a1 Gitweb: https://git.kernel.org/tip/624db9eabc74597f682c0651047a25b54f7260a1 Author:Thomas Gleixner AuthorDate:Wed, 10 Feb 2021 00:40:51 +01:00

[tip: x86/entry] softirq: Move do_softirq_own_stack() to generic asm header

2021-02-10 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the x86/entry branch of tip: Commit-ID: db1cc7aede37eb9235759131ddfefd9c0ea5136f Gitweb: https://git.kernel.org/tip/db1cc7aede37eb9235759131ddfefd9c0ea5136f Author:Thomas Gleixner AuthorDate:Wed, 10 Feb 2021 00:40:53 +01:00

[tip: x86/entry] softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig

2021-02-10 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the x86/entry branch of tip: Commit-ID: cd1a41ceba8a4caef4d18a3a14d6d0f8c656efe4 Gitweb: https://git.kernel.org/tip/cd1a41ceba8a4caef4d18a3a14d6d0f8c656efe4 Author:Thomas Gleixner AuthorDate:Wed, 10 Feb 2021 00:40:52 +01:00

[tip: x86/urgent] x86/pci: Create PCI/MSI irqdomain after x86_init.pci.arch_init()

2021-02-10 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the x86/urgent branch of tip: Commit-ID: 70245f86c109e0eafb92ea9653184c0e44b4b35c Gitweb: https://git.kernel.org/tip/70245f86c109e0eafb92ea9653184c0e44b4b35c Author:Thomas Gleixner AuthorDate:Wed, 10 Feb 2021 16:27:41 +01:00

[tip: timers/core] Merge tag 'timers-v5.12-rc1' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core

2021-02-10 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the timers/core branch of tip: Commit-ID: 11db5710d4a954148e00e376f04ba91a498a20dd Gitweb: https://git.kernel.org/tip/11db5710d4a954148e00e376f04ba91a498a20dd Author:Thomas Gleixner AuthorDate:Wed, 10 Feb 2021 11:02:20 +01:00

[tip: sched/urgent] Revert "lib: Restrict cpumask_local_spread to houskeeping CPUs"

2021-02-05 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the sched/urgent branch of tip: Commit-ID: 2452483d9546de1c540f330469dc4042ff089731 Gitweb: https://git.kernel.org/tip/2452483d9546de1c540f330469dc4042ff089731 Author:Thomas Gleixner AuthorDate:Fri, 05 Feb 2021 23:28:29 +01:00

[tip: timers/urgent] rtc: mc146818: Dont test for bit 0-5 in Register D

2021-02-02 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the timers/urgent branch of tip: Commit-ID: ebb22a05943666155e6da04407cc6e913974c78c Gitweb: https://git.kernel.org/tip/ebb22a05943666155e6da04407cc6e913974c78c Author:Thomas Gleixner AuthorDate:Mon, 01 Feb 2021 20:24:17 +01:00

[tip: timers/urgent] rtc: mc146818: Detect and handle broken RTCs

2021-01-27 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the timers/urgent branch of tip: Commit-ID: 211e5db19d15a721b2953ea54b8f26c2963720eb Gitweb: https://git.kernel.org/tip/211e5db19d15a721b2953ea54b8f26c2963720eb Author:Thomas Gleixner AuthorDate:Tue, 26 Jan 2021 18:02:11 +01:00

[tip: locking/urgent] rtmutex: Remove unused argument from rt_mutex_proxy_unlock()

2021-01-26 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/urgent branch of tip: Commit-ID: 2156ac1934166d6deb6cd0f6ffc4c1076ec63697 Gitweb: https://git.kernel.org/tip/2156ac1934166d6deb6cd0f6ffc4c1076ec63697 Author:Thomas Gleixner AuthorDate:Wed, 20 Jan 2021 11:32:07 +01:00

[tip: locking/urgent] futex: Simplify fixup_pi_state_owner()

2021-01-26 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/urgent branch of tip: Commit-ID: f2dac39d93987f7de1e20b3988c8685523247ae2 Gitweb: https://git.kernel.org/tip/f2dac39d93987f7de1e20b3988c8685523247ae2 Author:Thomas Gleixner AuthorDate:Tue, 19 Jan 2021 16:26:38 +01:00

[tip: locking/urgent] futex: Ensure the correct return value from futex_lock_pi()

2021-01-26 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/urgent branch of tip: Commit-ID: 12bb3f7f1b03d5913b3f9d4236a488aa7774dfe9 Gitweb: https://git.kernel.org/tip/12bb3f7f1b03d5913b3f9d4236a488aa7774dfe9 Author:Thomas Gleixner AuthorDate:Wed, 20 Jan 2021 16:00:24 +01:00

[tip: locking/urgent] futex: Replace pointless printk in fixup_owner()

2021-01-26 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/urgent branch of tip: Commit-ID: 04b79c55201f02ffd675e1231d731365e335c307 Gitweb: https://git.kernel.org/tip/04b79c55201f02ffd675e1231d731365e335c307 Author:Thomas Gleixner AuthorDate:Tue, 19 Jan 2021 16:06:10 +01:00

[tip: locking/urgent] futex: Provide and use pi_state_update_owner()

2021-01-26 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/urgent branch of tip: Commit-ID: c5cade200ab9a2a3be9e7f32a752c8d86b502ec7 Gitweb: https://git.kernel.org/tip/c5cade200ab9a2a3be9e7f32a752c8d86b502ec7 Author:Thomas Gleixner AuthorDate:Tue, 19 Jan 2021 15:21:35 +01:00

[tip: locking/urgent] futex: Handle faults correctly for PI futexes

2021-01-26 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/urgent branch of tip: Commit-ID: 34b1a1ce1458f50ef27c54e28eb9b1947012907a Gitweb: https://git.kernel.org/tip/34b1a1ce1458f50ef27c54e28eb9b1947012907a Author:Thomas Gleixner AuthorDate:Mon, 18 Jan 2021 19:01:21 +01:00

[tip: locking/urgent] futex: Use pi_state_update_owner() in put_pi_state()

2021-01-26 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the locking/urgent branch of tip: Commit-ID: 6ccc84f917d33312eb2846bd7b567639f585ad6d Gitweb: https://git.kernel.org/tip/6ccc84f917d33312eb2846bd7b567639f585ad6d Author:Thomas Gleixner AuthorDate:Wed, 20 Jan 2021 11:35:19 +01:00

[tip: irq/urgent] genirq: Export irq_check_status_bit()

2021-01-13 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/urgent branch of tip: Commit-ID: ce09ccc50208c04a1b03abfd530b5d6314258fd0 Gitweb: https://git.kernel.org/tip/ce09ccc50208c04a1b03abfd530b5d6314258fd0 Author:Thomas Gleixner AuthorDate:Wed, 13 Jan 2021 15:43:18 +01:00

[tip: irq/urgent] Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent

2021-01-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/urgent branch of tip: Commit-ID: 4bae052dde14c5538eca39592777b1d1987234ba Gitweb: https://git.kernel.org/tip/4bae052dde14c5538eca39592777b1d1987234ba Author:Thomas Gleixner AuthorDate:Tue, 12 Jan 2021 21:23:55 +01:00

[tip: timers/urgent] tick: Remove pointless cpu valid check in hotplug code

2020-12-16 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the timers/urgent branch of tip: Commit-ID: f12ad423c4af877b2e4b5a80928b95195fccab04 Gitweb: https://git.kernel.org/tip/f12ad423c4af877b2e4b5a80928b95195fccab04 Author:Thomas Gleixner AuthorDate:Sun, 06 Dec 2020 22:12:54 +01:00

[tip: timers/urgent] tick/sched: Remove bogus boot "safety" check

2020-12-16 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the timers/urgent branch of tip: Commit-ID: ba8ea8e7dd6e1662e34e730eadfc52aa6816f9dd Gitweb: https://git.kernel.org/tip/ba8ea8e7dd6e1662e34e730eadfc52aa6816f9dd Author:Thomas Gleixner AuthorDate:Sun, 06 Dec 2020 22:12:55 +01:00

[tip: efi/core] Merge tag 'efi-next-for-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/core

2020-12-15 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the efi/core branch of tip: Commit-ID: 3dcb8b53cbd2cc5618863b19ef00f8ea82f27e83 Gitweb: https://git.kernel.org/tip/3dcb8b53cbd2cc5618863b19ef00f8ea82f27e83 Author:Thomas Gleixner AuthorDate:Tue, 15 Dec 2020 12:14:38 +01:00

[tip: irq/core] Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core

2020-12-15 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 3c41e57a1e168d879e923c5583adeae47eec9f64 Gitweb: https://git.kernel.org/tip/3c41e57a1e168d879e923c5583adeae47eec9f64 Author:Thomas Gleixner AuthorDate:Tue, 15 Dec 2020 10:48:07 +01:00

[tip: irq/core] pinctrl: nomadik: Fix the fallout of the irqdesc change

2020-12-13 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: d11e2d4fc53d68c1f94b294b97838b78fac5763f Gitweb: https://git.kernel.org/tip/d11e2d4fc53d68c1f94b294b97838b78fac5763f Author:Thomas Gleixner AuthorDate:Sun, 13 Dec 2020 13:49:30 +01:00

[tip: irq/core] genirq: Reexport irq_to_desc() for PPC KVM

2020-12-13 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 3bda84519c6c2d57e7378417ac116f61d50abae1 Gitweb: https://git.kernel.org/tip/3bda84519c6c2d57e7378417ac116f61d50abae1 Author:Thomas Gleixner AuthorDate:Sun, 13 Dec 2020 14:33:57 +01:00

[tip: irq/core] s390/irq: Use the correct irq stats accessor

2020-12-13 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 5684f2a950727020ebaece04fe89e00d04e3b479 Gitweb: https://git.kernel.org/tip/5684f2a950727020ebaece04fe89e00d04e3b479 Author:Thomas Gleixner AuthorDate:Sun, 13 Dec 2020 14:08:51 +01:00

[tip: irq/core] Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 559db8c7e6ed1f24baf7264a6966ee4f051c6446 Gitweb: https://git.kernel.org/tip/559db8c7e6ed1f24baf7264a6966ee4f051c6446 Author:Thomas Gleixner AuthorDate:Sat, 12 Dec 2020 20:35:24 +01:00

[tip: irq/core] xen/events: Use immediate affinity setting

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 9b23ffcbfa15f2d4959eaa42faae11e3e39d027a Gitweb: https://git.kernel.org/tip/9b23ffcbfa15f2d4959eaa42faae11e3e39d027a Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:26:02 +01:00

[tip: irq/core] net/mlx5: Replace irq_to_desc() abuse

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 3d18847680102182fed60b90ae65cbbb3d929a3c Gitweb: https://git.kernel.org/tip/3d18847680102182fed60b90ae65cbbb3d929a3c Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:25:58 +01:00

[tip: irq/core] net/mlx4: Use effective interrupt affinity

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: f23130b1af7bccb23dff1e9223d826869c2ad45d Gitweb: https://git.kernel.org/tip/f23130b1af7bccb23dff1e9223d826869c2ad45d Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:25:57 +01:00

[tip: irq/core] genirq: Remove export of irq_to_desc()

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: f07147b162a1cec348d8a9a7e7e73fdf7ce5f88b Gitweb: https://git.kernel.org/tip/f07147b162a1cec348d8a9a7e7e73fdf7ce5f88b Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:26:06 +01:00

[tip: irq/core] net/mlx5: Use effective interrupt affinity

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: ca00c76aa8acf5a7563dd9f5020f9c6dc9a0577d Gitweb: https://git.kernel.org/tip/ca00c76aa8acf5a7563dd9f5020f9c6dc9a0577d Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:25:59 +01:00

[tip: irq/core] xen/events: Remove disfunct affinity spreading

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 26599cd34323b73894ebcb5197693cdd668b4aa8 Gitweb: https://git.kernel.org/tip/26599cd34323b73894ebcb5197693cdd668b4aa8 Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:26:01 +01:00

[tip: irq/core] xen/events: Remove unused bind_evtchn_to_irq_lateeoi()

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 16b2efd9e4c60f9010f27ada31b0c7d73f23e0d3 Gitweb: https://git.kernel.org/tip/16b2efd9e4c60f9010f27ada31b0c7d73f23e0d3 Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:26:00 +01:00

[tip: irq/core] xen/events: Reduce irq_info:: Spurious_cnt storage size

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 6e8e8d49554722ddc076a6b87dc7048ddceb2375 Gitweb: https://git.kernel.org/tip/6e8e8d49554722ddc076a6b87dc7048ddceb2375 Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:26:04 +01:00

[tip: irq/core] PCI: xilinx-nwl: Use irq_data_get_irq_chip_data()

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: f44d2329d5c179d24708ada87f5e77b781e336ca Gitweb: https://git.kernel.org/tip/f44d2329d5c179d24708ada87f5e77b781e336ca Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:25:54 +01:00

[tip: irq/core] mfd: ab8500-debugfs: Remove the racy fiddling with irq_desc

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 4fa1cf7cde28ad4d7e4388cccfe682dded6a7aca Gitweb: https://git.kernel.org/tip/4fa1cf7cde28ad4d7e4388cccfe682dded6a7aca Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:25:52 +01:00

[tip: irq/core] parisc/irq: Simplify irq count output for /proc/interrupts

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 89c1ca3058ced5cc8176de7b668b9d0ff08f8f4b Gitweb: https://git.kernel.org/tip/89c1ca3058ced5cc8176de7b668b9d0ff08f8f4b Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:25:42 +01:00

[tip: irq/core] PCI: mobiveil: Use irq_data_get_irq_chip_data()

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: c9bfac576ac620b71f42fb695493d6eb6e382637 Gitweb: https://git.kernel.org/tip/c9bfac576ac620b71f42fb695493d6eb6e382637 Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:25:55 +01:00

[tip: irq/core] pinctrl: nomadik: Use irq_has_action()

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 52ae486b230b6d9508068d49da850fb17d25a174 Gitweb: https://git.kernel.org/tip/52ae486b230b6d9508068d49da850fb17d25a174 Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:25:51 +01:00

[tip: irq/core] s390/irq: Use irq_desc_kstat_cpu() in show_msi_interrupt()

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 7a0a6b22431b36549151df8f30cec4f667a018fc Gitweb: https://git.kernel.org/tip/7a0a6b22431b36549151df8f30cec4f667a018fc Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:25:48 +01:00

[tip: irq/core] arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 2f516e34383d0e97ced094d18424838181ce51b7 Gitweb: https://git.kernel.org/tip/2f516e34383d0e97ced094d18424838181ce51b7 Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:25:46 +01:00

[tip: irq/core] net/mlx4: Replace irq_to_desc() abuse

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 5ea444c8f27b50f14ccfece192a6199d3ada9253 Gitweb: https://git.kernel.org/tip/5ea444c8f27b50f14ccfece192a6199d3ada9253 Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:25:56 +01:00

[tip: irq/core] genirq: Move status flag checks to core

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: a578bb32cb1a46676caae72dc0c668630ab40c1f Gitweb: https://git.kernel.org/tip/a578bb32cb1a46676caae72dc0c668630ab40c1f Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:25:38 +01:00

[tip: irq/core] genirq: Annotate irq stats data races

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: fb4f676fc901cb547226efb3e69ffeaeefa124be Gitweb: https://git.kernel.org/tip/fb4f676fc901cb547226efb3e69ffeaeefa124be Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:25:41 +01:00

[tip: irq/core] genirq: Provide irq_get_effective_affinity()

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 276b1e6e6fecc2f138c72519705dabc8bd01ffa9 Gitweb: https://git.kernel.org/tip/276b1e6e6fecc2f138c72519705dabc8bd01ffa9 Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:25:40 +01:00

[tip: irq/core] ARM: smp: Use irq_desc_kstat_cpu() in show_ipi_list()

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: fe80f1d579dfd4edf78a66c3bd3befa985b4b02b Gitweb: https://git.kernel.org/tip/fe80f1d579dfd4edf78a66c3bd3befa985b4b02b Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:25:45 +01:00

[tip: irq/core] genirq: Make kstat_irqs() static

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 63ca4e066a62afce8ebaf75ebd4c6ef67f7bb5ee Gitweb: https://git.kernel.org/tip/63ca4e066a62afce8ebaf75ebd4c6ef67f7bb5ee Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:25:43 +01:00

[tip: irq/core] drm/i915/lpe_audio: Remove pointless irq_to_desc() usage

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: 766ba1f937be5ec418bd759e40fccc0c8c42e271 Gitweb: https://git.kernel.org/tip/766ba1f937be5ec418bd759e40fccc0c8c42e271 Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:25:49 +01:00

[tip: irq/core] NTB/msi: Use irq_has_action()

2020-12-12 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the irq/core branch of tip: Commit-ID: d53c576bd3d4787b3d7d0d814b28ae67099d84a1 Gitweb: https://git.kernel.org/tip/d53c576bd3d4787b3d7d0d814b28ae67099d84a1 Author:Thomas Gleixner AuthorDate:Thu, 10 Dec 2020 20:25:53 +01:00

  1   2   3   4   5   >