summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-2619-157/+360
|\
| * Merge tag 'irqchip-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2021-04-241-46/+6
| |\
| | * irqdomain: Drop references to recusive irqdomain setupMarc Zyngier2021-04-221-6/+2
| | * irqdomain: Get rid of irq_create_strict_mappings()Marc Zyngier2021-04-221-32/+0
| | * irqdomain: Get rid of irq_create_identity_mapping()Marc Zyngier2021-04-071-3/+0
| * | genirq: Reduce irqdebug cacheline bouncingNicholas Piggin2021-04-101-0/+4
| * | kernel: Initialize cpumask before parsingTetsuo Handa2021-04-103-4/+4
| * | genirq/irq_sim: Shrink devm_irq_domain_create_sim()Bartosz Golaszewski2021-03-301-19/+12
| * | irq: Fix typos in commentsIngo Molnar2021-03-227-12/+12
| * | genirq/matrix: Prevent allocation counter corruptionVitaly Kuznetsov2021-03-191-1/+3
| * | irq: Simplify condition in irq_matrix_reserve()Juergen Gross2021-03-171-3/+2
| * | tick/sched: Prevent false positive softirq pending warnings on RTThomas Gleixner2021-03-172-1/+16
| * | softirq: Make softirq control and processing RT awareThomas Gleixner2021-03-171-7/+181
| * | softirq: Move various protections into inline helpersThomas Gleixner2021-03-171-7/+32
| * | irqtime: Make accounting correct on RTThomas Gleixner2021-03-171-2/+2
| * | tasklets: Prevent tasklet_unlock_spin_wait() deadlock on RTThomas Gleixner2021-03-171-1/+27
| * | tasklets: Replace spin wait in tasklet_kill()Peter Zijlstra2021-03-171-9/+9
| * | tasklets: Replace spin wait in tasklet_unlock_wait()Peter Zijlstra2021-03-171-0/+18
| * | softirq: s/BUG/WARN_ONCE/ on tasklet SCHED state not setDirk Behme2021-03-171-7/+18
| * | genirq: Fix typos and misspellings in commentsKrzysztof Kozlowski2021-03-167-13/+13
| * | tasklet: Remove tasklet_kill_immediateDavidlohr Bueso2021-03-161-32/+0
| * | genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song2021-03-061-2/+9
* | | Merge tag 'core-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-261-1/+1
|\ \ \
| * | | entry: Fix typos in commentsIngo Molnar2021-03-221-1/+1
* | | | Merge tag 'tomoyo-pr-20210426' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds2021-04-262-5/+5
|\ \ \ \
| * | | | lockdep: Allow tuning tracing capacity constants.Tetsuo Handa2021-04-052-5/+5
* | | | | Merge tag 'locking_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-251-3/+4
|\ \ \ \ \
| * | | | | locking/qrwlock: Fix ordering in queued_write_lock_slowpath()Ali Saidi2021-04-171-3/+4
* | | | | | Merge tag 'sched_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-251-1/+1
|\ \ \ \ \ \
| * | | | | | preempt/dynamic: Fix typo in macro conditional statementZhouyi Zhou2021-04-191-1/+1
* | | | | | | Merge tag 'trace-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-201-3/+7
|\ \ \ \ \ \ \
| * | | | | | | tracing: Fix checking event hash pointer logic when tp_printk is enabledSteven Rostedt (VMware)2021-04-201-3/+7
* | | | | | | | capabilities: require CAP_SETFCAP to map uid 0Serge E. Hallyn2021-04-201-3/+62
* | | | | | | | Revert "gcov: clang: fix clang-11+ build"Linus Torvalds2021-04-201-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-04-171-74/+156
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-04-171-74/+156
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann2021-04-161-29/+44
| | * | | | | | | bpf: Move sanitize_val_alu out of op switchDaniel Borkmann2021-04-161-6/+11
| | * | | | | | | bpf: Refactor and streamline bounds check into helperDaniel Borkmann2021-04-161-16/+33
| | * | | | | | | bpf: Improve verifier error messages for usersDaniel Borkmann2021-04-161-23/+63
| | * | | | | | | bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann2021-04-161-8/+13
| | * | | | | | | bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann2021-04-161-10/+9
| | * | | | | | | bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann2021-04-161-4/+5
| | * | | | | | | bpf: Use correct permission flag for mixed signed bounds arithmeticDaniel Borkmann2021-04-161-1/+1
* | | | | | | | | gcov: clang: fix clang-11+ buildJohannes Berg2021-04-171-1/+1
* | | | | | | | | Merge tag 'trace-v5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-141-2/+4
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | / / / / / | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | tracing/dynevent: Fix a memory leak in an error handling pathChristophe JAILLET2021-04-131-2/+4
* | | | | | | | Merge tag 'locking-urgent-2021-04-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-04-111-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | lockdep: Address clang -Wformat warning printing for %hdArnd Bergmann2021-03-221-1/+1
| * | | | | | | | lockdep: Add a missing initialization hint to the "INFO: Trying to register n...Tetsuo Handa2021-03-211-1/+2