summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs: dlm: handle recovery result outside of ls_recoverAlexander Aring2022-06-241-16/+26
* fs: dlm: make new_lockspace() wait until recovery completesAlexander Aring2022-06-244-19/+20
* fs: dlm: call dlm_lsop_recover_prep onceAlexander Aring2022-06-241-1/+10
* fs: dlm: update comments about recovery and membership handlingAlexander Aring2022-06-242-1/+9
* fs: dlm: add resource name to tracepointsAlexander Aring2022-06-242-20/+94
* fs: dlm: remove additional dereference of lksbAlexander Aring2022-06-242-5/+5
* fs: dlm: change ast and bast trace orderAlexander Aring2022-06-241-2/+2
* fs: dlm: change posix lock sigint handlingAlexander Aring2022-06-241-3/+26
* fs: dlm: use dlm_plock_info for do_unlock_closeAlexander Aring2022-06-241-10/+6
* fs: dlm: change plock interrupted message to debug againAlexander Aring2022-06-241-2/+2
* fs: dlm: add pid to debug logAlexander Aring2022-06-231-2/+2
* fs: dlm: plock use list_first_entryAlexander Aring2022-06-231-1/+1
* Linux 5.19-rc3v5.19-rc3Linus Torvalds2022-06-191-1/+1
* Merge tag 'x86-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-194-75/+159
|\
| * x86/tdx: Handle load_unaligned_zeropad() page-cross to a shared pageKirill A. Shutemov2022-06-171-1/+14
| * x86/tdx: Clarify RIP adjustments in #VE handlerKirill A. Shutemov2022-06-151-55/+123
| * x86/tdx: Fix early #VE handlingKirill A. Shutemov2022-06-151-1/+5
| * x86/mm: Fix RESERVE_BRK() for older binutilsJosh Poimboeuf2022-06-133-24/+23
* | Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-196-19/+55
|\ \
| * | x86/ftrace: Remove OBJECT_FILES_NON_STANDARD usageJosh Poimboeuf2022-06-064-7/+20
| * | faddr2line: Fix overlapping text section failures, the sequelJosh Poimboeuf2022-06-061-11/+34
| * | objtool: Fix obsolete reference to CONFIG_X86_SMAPJosh Poimboeuf2022-06-061-1/+1
* | | Merge tag 'sched-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-192-3/+38
|\ \ \
| * | | sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra2022-06-132-3/+38
| | |/ | |/|
* | | Merge tag 'locking-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-191-1/+1
|\ \ \
| * | | locking/lockdep: Use sched_clock() for random numbersSebastian Andrzej Siewior2022-06-131-1/+1
| |/ /
* | | Merge tag 'irq-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-199-6/+23
|\ \ \
| * \ \ Merge tag 'irqchip-fixes-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2022-06-139-6/+23
| |\ \ \ | | |_|/ | |/| |
| | * | irqchip/loongson-liointc: Use architecture register to get coreidJiaxun Yang2022-06-101-1/+7
| | * | irqchip/uniphier-aidet: Add compatible string for NX1 SoCKunihiko Hayashi2022-06-091-0/+1
| | * | dt-bindings: interrupt-controller/uniphier-aidet: Add bindings for NX1 SoCKunihiko Hayashi2022-06-091-0/+1
| | * | irqchip/realtek-rtl: Fix refcount leak in map_interruptsMiaoqian Lin2022-06-091-1/+1
| | * | irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitionsMiaoqian Lin2022-06-091-1/+4
| | * | irqchip/gic-v3: Fix error handling in gic_populate_ppi_partitionsMiaoqian Lin2022-06-091-1/+1
| | * | irqchip/apple-aic: Fix refcount leak in aic_of_ic_initMiaoqian Lin2022-06-091-0/+1
| | * | irqchip/apple-aic: Fix refcount leak in build_fiq_affinityMiaoqian Lin2022-06-091-0/+1
| | * | irqchip/gic/realview: Fix refcount leak in realview_gic_of_initMiaoqian Lin2022-06-091-0/+1
| | * | irqchip/xilinx: Remove microblaze+zynq dependencyJamie Iles2022-06-091-1/+1
| | * | genirq: PM: Use runtime PM for chained interruptsMarc Zyngier2022-06-091-1/+4
| |/ /
* | | Merge tag 'char-misc-5.19-rc3-take2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-197-5/+14
|\ \ \
| * | | bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove()Shin'ichiro Kawasaki2022-06-101-3/+3
| * | | mei: me: add raptor lake point S DIDAlexander Usyskin2022-06-102-0/+4
| * | | mei: hbm: drop capability response on early shutdownAlexander Usyskin2022-06-101-1/+2
| * | | mei: me: set internal pg flag to off on hardware resetAlexander Usyskin2022-06-101-0/+2
| * | | misc: rtsx: Fix clang -Wsometimes-uninitialized in rts5261_init_from_hw()Nathan Chancellor2022-06-101-0/+2
| * | | comedi: vmk80xx: fix expression for tx buffer sizeIan Abbott2022-06-101-1/+1
| |/ /
* | | Merge tag 'i2c-for-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-195-10/+22
|\ \ \
| * | | i2c: mediatek: Fix an error handling path in mtk_i2c_probe()Christophe JAILLET2022-06-141-2/+7
| * | | i2c: designware: Use standard optional ref clock implementationSerge Semin2022-06-132-5/+11
| * | | MAINTAINERS: core DT include belongs to coreWolfram Sang2022-06-131-0/+1