aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-6.1/block' into block-6.1Jens Axboe2022-10-105-8/+13
|\
| * block: fix leaking minors of hidden disksChristoph Hellwig2022-10-101-0/+7
| * block: avoid sign extend problem with default queue flags maskBrian Foster2022-10-101-3/+3
| * blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()Yu Kuai2022-10-091-2/+1
| * block: Remove the repeat word 'can'Deming Wang2022-10-061-1/+1
| * MAINTAINERS: Update SED-Opal MaintainersJonathan Derrick2022-10-041-2/+1
* | Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Linus Torvalds2022-10-097-46/+51
|\ \
| * | ucounts: Split rlimit and ucount values and max valuesAlexey Gladkov2022-05-187-46/+51
* | | Merge tag 'signal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-095-3/+25
|\ \ \
| * | | signal: Drop signals received after a fatal signal has been processedEric W. Biederman2022-07-202-2/+3
| * | | signal: Guarantee that SIGNAL_GROUP_EXIT is set on process exitEric W. Biederman2022-07-203-0/+21
| * | | signal: Ensure SIGNAL_GROUP_EXIT gets set in do_group_exitEric W. Biederman2022-07-201-1/+1
* | | | Merge tag 'retire_mq_sysctls-for-v5.19' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-10-091-0/+1
|\ \ \ \
| * | | | ipc: mqueue: fix possible memory leak in init_mqueue_fs()Hangyu Hua2022-07-191-0/+1
* | | | | Merge tag 'interrupting_kthread_stop-for-v5.20' of git://git.kernel.org/pub/s...Linus Torvalds2022-10-091-0/+1
|\ \ \ \ \
| * | | | | signal: break out of wait loops on kthread_stop()Jason A. Donenfeld2022-07-181-0/+1
| |/ / / /
* | | | | Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-09307-3720/+4550
|\ \ \ \ \
| * | | | | KVM: PPC: Book3S HV: Fix stack frame regs markerNicholas Piggin2022-10-071-1/+1
| * | | | | powerpc: Don't add __powerpc_ prefix to syscall entry pointsMichael Ellerman2022-10-074-16/+10
| * | | | | powerpc/64s/interrupt: Fix stack frame regs markerNicholas Piggin2022-10-051-1/+0
| * | | | | powerpc/64: Fix msr_check_and_set/clear MSR[EE] raceNicholas Piggin2022-10-042-2/+26
| * | | | | powerpc/64s/interrupt: Change must-hard-mask interrupt check from BUG to WARNNicholas Piggin2022-10-041-2/+6
| * | | | | powerpc/pseries: Add firmware details to the hardware descriptionMichael Ellerman2022-09-301-0/+30
| * | | | | powerpc/powernv: Add opal details to the hardware descriptionMichael Ellerman2022-09-301-0/+22
| * | | | | powerpc: Add device-tree model to the hardware descriptionMichael Ellerman2022-09-301-0/+19
| * | | | | powerpc/64: Add logical PVR to the hardware descriptionMichael Ellerman2022-09-301-1/+3
| * | | | | powerpc: Add PVR & CPU name to hardware descriptionMichael Ellerman2022-09-301-0/+4
| * | | | | powerpc: Add hardware description stringMichael Ellerman2022-09-302-1/+20
| * | | | | powerpc/configs: Enable PPC_UV in powernv_defconfigMichael Ellerman2022-09-301-0/+3
| * | | | | powerpc/configs: Update config files for removed/renamed symbolsLukas Bulwahn2022-09-3017-33/+1
| * | | | | powerpc/mm: Fix UBSAN warning reported on hugetlbAneesh Kumar K.V2022-09-301-3/+3
| * | | | | powerpc/mm: Always update max/min_low_pfn in mem_topology_setup()Aneesh Kumar K.V2022-09-301-3/+3
| * | | | | powerpc/mm/book3s/hash: Rename flush_tlb_pmd_rangeAneesh Kumar K.V2022-09-303-5/+3
| * | | | | powerpc: Drops STABS_DEBUG from linker scriptsMichael Ellerman2022-09-303-3/+0
| * | | | | powerpc/64s: Remove lost/old commentMichael Ellerman2022-09-301-10/+0
| * | | | | powerpc/64s: Remove old STAB commentMichael Ellerman2022-09-301-6/+0
| * | | | | powerpc: remove orphan systbl_chk.shNicholas Piggin2022-09-301-30/+0
| * | | | | powerpc/pseries/vas: Pass hw_cpu_id to node associativity HCALLHaren Myneni2022-09-301-1/+1
| * | | | | KVM: PPC: Book3S HV: Implement scheduling wait interval counters in the VPANicholas Piggin2022-09-301-21/+41
| * | | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-09-302-33/+76
| |\ \ \ \ \
| | * | | | | KVM: PPC: Book3S HV P9: Restore stolen time logging in dtlNicholas Piggin2022-09-281-4/+45
| | * | | | | KVM: PPC: Book3S HV: Update guest state entry/exit accounting to new APINicholas Piggin2022-09-281-21/+10
| | * | | | | KVM: PPC: Book3S HV P9: Fix irq disabling in tick accountingNicholas Piggin2022-09-281-2/+2
| | * | | | | KVM: PPC: Book3S HV P9: Clear vcpu cpu fields before enabling host irqsNicholas Piggin2022-09-281-3/+3
| | * | | | | KVM: PPC: Book3S HV: Fix decrementer migrationFabiano Rosas2022-09-282-3/+16
| * | | | | | powerpc: Ignore DSI error caused by the copy/paste instructionHaren Myneni2022-09-283-12/+46
| * | | | | | powerpc: Reverse stack frame marker on little endianMichael Ellerman2022-09-281-0/+5
| * | | | | | powerpc: Make stack frame marker upper caseMichael Ellerman2022-09-281-1/+1
| * | | | | | powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe()Li Huafei2022-09-281-1/+7
| * | | | | | ocxl: Remove the unneeded result variableye xingchen2022-09-281-3/+1