summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools/memory-model: Make runlitmus.sh check for jingle errorsPaul E. McKenney2023-03-241-0/+5
* tools/memory-model: Allow herd to deduce CPU typePaul E. McKenney2023-03-241-2/+1
* tools/memory-model: Keep assembly-language litmus testsPaul E. McKenney2023-03-242-3/+3
* tools/memory-model: Move from .AArch64.litmus.out to .litmus.AArch.outPaul E. McKenney2023-03-243-4/+4
* tools/memory-model: Make runlitmus.sh generate .litmus.out for --hwPaul E. McKenney2023-03-241-24/+30
* tools/memory-model: Split runlitmus.sh out of checklitmus.shPaul E. McKenney2023-03-242-53/+73
* tools/memory-model: Make judgelitmus.sh ransack .litmus.out filesPaul E. McKenney2023-03-241-1/+8
* tools/memory-model: Hardware checking for check{,all}litmus.shPaul E. McKenney2023-03-242-16/+49
* tools/memory-model: Fix checkalllitmus.sh commentPaul E. McKenney2023-03-241-2/+2
* tools/memory-model: Add simpletest.sh to check locking, RCU, and SRCUPaul E. McKenney2023-03-241-0/+35
* tools/memory-model: Make judgelitmus.sh handle hardware verificationsPaul E. McKenney2023-03-242-32/+51
* tools/memory-model: Update parseargs.sh for hardware verificationPaul E. McKenney2023-03-241-1/+8
* tools/memory-model: Fix paulmck email address on pre-existing scriptsPaul E. McKenney2023-03-247-7/+7
* tools/memory-model: Make judgelitmus.sh detect hard deadlocksPaul E. McKenney2023-03-241-0/+8
* tools/memory-model: Make judgelitmus.sh identify bad macrosPaul E. McKenney2023-03-242-4/+39
* tools/memory-model: Make cmplitmushist.sh note timeoutsPaul E. McKenney2023-03-241-0/+22
* tools/memory-model: Make judgelitmus.sh note timeoutsPaul E. McKenney2023-03-241-0/+8
* tools/memory-model: Document locking corner casesPaul E. McKenney2023-03-245-0/+489
* Linux 6.3-rc1v6.3-rc1Linus Torvalds2023-03-051-2/+2
* cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds2023-03-054-72/+72
* Merge tag 'v6.3-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-03-053-23/+53
|\
| * crypto: caam - Fix edesc/iv ordering mixupHerbert Xu2023-02-283-23/+53
* | Merge tag 'x86-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-053-15/+51
|\ \
| * | virt/sev-guest: Return -EIO if certificate buffer is not large enoughTom Lendacky2023-03-011-3/+17
| * | Documentation/hw-vuln: Document the interaction between IBRS and STIBPKP Singh2023-02-271-5/+16
| * | x86/speculation: Allow enabling STIBP with legacy IBRSKP Singh2023-02-271-7/+18
* | | Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-057-15/+44
|\ \ \
| * | | genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner2023-03-023-1/+25
| * | | genirq/msi: Drop dead domain name assignmentJohan Hovold2023-02-241-4/+1
| * | | irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy()Juergen Gross2023-02-231-1/+2
| * | | Merge branch 'irq/core' into irq/urgentThomas Gleixner2023-02-2337-830/+1020
| |\ \ \
| * | | | genirq/irqdesc: Make kobj_type structures constantThomas Weißschuh2023-02-211-2/+2
| * | | | PCI/MSI: Clarify usage of pci_msix_free_irq()Reinette Chatre2023-02-211-2/+2
| * | | | genirq/msi: Take the per-device MSI lock before validating the control structureMarc Zyngier2023-02-201-3/+6
| * | | | genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()Sergey Shtylyov2023-02-201-2/+6
* | | | | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-051-0/+1
|\ \ \ \ \
| * | | | | Adding VFS co-maintainerAl Viro2023-03-051-0/+1
| |/ / / /
* | | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-0511-11/+48
|\ \ \ \ \
| * | | | | openrisc: fix livelock in uaccessAl Viro2023-03-021-1/+4
| * | | | | nios2: fix livelock in uaccessAl Viro2023-03-021-1/+4
| * | | | | microblaze: fix livelock in uaccessAl Viro2023-03-021-1/+4
| * | | | | ia64: fix livelock in uaccessAl Viro2023-03-021-1/+4
| * | | | | sparc: fix livelock in uaccessAl Viro2023-03-022-2/+10
| * | | | | alpha: fix livelock in uaccessAl Viro2023-03-021-1/+4
| * | | | | parisc: fix livelock in uaccessAl Viro2023-03-021-1/+6
| * | | | | hexagon: fix livelock in uaccessAl Viro2023-03-021-1/+4
| * | | | | riscv: fix livelock in uaccessAl Viro2023-03-021-1/+4
| * | | | | m68k: fix livelock in uaccessAl Viro2023-03-021-1/+4
| |/ / / /
* | | | | Remove Intel compiler supportMasahiro Yamada2023-03-0511-287/+5
* | | | | Merge tag 'i2c-for-6.3-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-042-15/+7
|\ \ \ \ \