summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-2619-62/+78
|\
| * posix-timers: Preserve return value in clock_adjtime32()Chen Jun2021-04-171-2/+2
| * tick/broadcast: Allow late registered device to enter oneshot modeJindong Yue2021-04-161-2/+14
| * tick: Use tick_check_replacement() instead of open coding itWang Wensheng2021-04-161-6/+1
| * time/timecounter: Mark 1st argument of timecounter_cyc2time() as constMarc Kleine-Budde2021-04-161-1/+1
| * timekeeping: Allow runtime PM from change_clocksource()Niklas Söderlund2021-03-291-13/+23
| * timekeeping, clocksource: Fix various typos in commentsIngo Molnar2021-03-2215-34/+34
| * time/debug: Remove dentry pointer for debugfsGreg Kroah-Hartman2021-03-181-4/+3
* | 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-191-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-161-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