linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-19 00:58:33 to 2022-02-19 13:54:51 UTC [more...]

[PATCH v5 0/2] Clock based PWM output driver
 2022-02-19 13:54 UTC  (8+ messages)
` [PATCH v5 2/2] pwm: Add clock "

[PATCH 00/11] PCI: mvebu: subsystem ids, AER and INTx
 2022-02-19 13:36 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 11/11] ARM: dts: armada-385.dtsi: Add definitions for PCIe legacy INTx interrupts

[PATCH v2] nbd: Don't use workqueue to handle recv work
 2022-02-19 13:04 UTC  (11+ messages)

[PATCH v2 0/6] RISC-V IPI Improvements
 2022-02-19 13:03 UTC  (6+ messages)
` [PATCH v2 2/6] irqchip/riscv-intc: Create domain using named fwnode

[syzbot] kernel BUG in vhost_get_vq_desc
 2022-02-19 13:01 UTC 

[PATCH v2] dt-bindings: memory: lpddr2: Adjust revision ID property to match lpddr3
 2022-02-19 12:49 UTC  (2+ messages)

[PATCH V2 00/32] x86/sgx and selftests/sgx: Support SGX2
 2022-02-19 12:01 UTC  (4+ messages)
` [PATCH V2 19/32] x86/sgx: Support adding of pages to an initialized enclave

[syzbot] kernel BUG in vhost_get_vq_desc
 2022-02-19 12:00 UTC 

Do we really need SLOB nowdays?
 2022-02-19 11:59 UTC  (11+ messages)

[GIT PULL] fs mount_setattr for v5.17-rc4
 2022-02-19 11:53 UTC 

[GIT PULL] pidfd for v5.17-rc4
 2022-02-19 11:50 UTC 

[PATCH 00/15] Initial MSM8953 & Fairphone 3 support
 2022-02-19 11:50 UTC  (4+ messages)
` [PATCH 10/15] arm64: dts: qcom: Add MSM8953 device tree

[PATCH v1 1/1] i2c: smbus: Check for parent device before dereference
 2022-02-19 11:46 UTC  (2+ messages)

[PATCH] MAINTAINERS: remove duplicate entry for i2c-qcom-geni
 2022-02-19 11:46 UTC  (2+ messages)

[PATCH v5 0/3] Add Qualcomm MPM irqchip driver support
 2022-02-19 11:45 UTC  (8+ messages)
` [PATCH v5 1/3] cpuidle: psci: Call cpu_cluster_pm_enter() on the last CPU

[PATCH v8 0/5] Enable root to update the blacklist keyring
 2022-02-19 11:42 UTC  (10+ messages)

[PATCH] arm64: dts: marvell: armada-37xx: Remap IO space to bus address 0x0
 2022-02-19 11:34 UTC  (2+ messages)

[PATCH 00/22] Don't use kmalloc() with GFP_DMA
 2022-02-19 11:18 UTC  (48+ messages)
` [PATCH 01/22] parisc: pci-dma: remove stale code and comment
` [PATCH 02/22] net: moxa: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 03/22] gpu: ipu-v3: "
` [PATCH 04/22] drm/sti: Don't use GFP_DMA when calling dma_alloc_wc()
` [PATCH 05/22] sound: n64: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 06/22] fbdev: da8xx: "
` [PATCH 07/22] fbdev: mx3fb: Don't use GFP_DMA when calling dma_alloc_wc()
` [PATCH 08/22] usb: gadget: lpc32xx_udc: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 09/22] usb: cdns3: "
` [PATCH 10/22] uio: pruss: "
` [PATCH 11/22] staging: emxx_udc: "
` [PATCH 12/22] "
` [PATCH 13/22] spi: atmel: "
` [PATCH 14/22] spi: spi-ti-qspi: "
` [PATCH 15/22] usb: cdns3: Don't use GFP_DMA32 when calling dma_pool_alloc()
` [PATCH 16/22] usb: udc: lpc32xx: Don't use GFP_DMA "
` [PATCH 17/22] net: marvell: prestera: "
` [PATCH 18/22] net: ethernet: mtk-star-emac: Don't use GFP_DMA when calling dmam_alloc_coherent()
` [PATCH 19/22] ethernet: rocker: Use dma_alloc_noncoherent() for dma buffer
` [PATCH 20/22] HID: intel-ish-hid: "
` [PATCH 21/22] mmc: wbsd: "
` [PATCH 22/22] mtd: rawnand: "

fallthrough question
 2022-02-19 11:08 UTC  (2+ messages)

[PATCH] fpga: microsemi-spi: add Microsemi FPGA manager
 2022-02-19 10:42 UTC  (7+ messages)
` [PATCH v4] fpga: microchip-spi: add Microchip "

[PATCH v2 00/18] DEPT(Dependency Tracker)
 2022-02-19 10:58 UTC  (19+ messages)
` [PATCH v2 01/18] llist: Move llist_{head,node} definition to types.h
` [PATCH v2 02/18] dept: Implement Dept(Dependency Tracker)
` [PATCH v2 03/18] dept: Embed Dept data in Lockdep
` [PATCH v2 04/18] dept: Add a API for skipping dependency check temporarily
` [PATCH v2 05/18] dept: Apply Dept to spinlock
` [PATCH v2 06/18] dept: Apply Dept to mutex families
` [PATCH v2 07/18] dept: Apply Dept to rwlock
` [PATCH v2 08/18] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH v2 09/18] dept: Apply Dept to seqlock
` [PATCH v2 10/18] dept: Apply Dept to rwsem
` [PATCH v2 11/18] dept: Add proc knobs to show stats and dependency graph
` [PATCH v2 12/18] dept: Introduce split map concept and new APIs for them
` [PATCH v2 13/18] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH v2 14/18] dept: Apply SDT to swait
` [PATCH v2 15/18] dept: Apply SDT to wait(waitqueue)
` [PATCH v2 16/18] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v2 17/18] dept: Distinguish each syscall context from another
` [PATCH v2 18/18] dept: Distinguish each work "

[PATCH 00/16] DEPT(Dependency Tracker)
 2022-02-19 10:34 UTC  (9+ messages)

[PATCH] mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning
 2022-02-19 10:27 UTC  (2+ messages)

[PATCH v4 1/7] sched/preempt: move PREEMPT_DYNAMIC logic later
 2022-02-19 10:21 UTC  (2+ messages)
` [tip: sched/core] sched/preempt: Move "

[PATCH v4 2/7] sched/preempt: refactor sched_dynamic_update()
 2022-02-19 10:21 UTC  (2+ messages)
` [tip: sched/core] sched/preempt: Refactor sched_dynamic_update()

[PATCH v4 3/7] sched/preempt: simplify irqentry_exit_cond_resched() callers
 2022-02-19 10:21 UTC  (2+ messages)
` [tip: sched/core] sched/preempt: Simplify "

[PATCH v4 5/7] sched/preempt: add PREEMPT_DYNAMIC using static keys
 2022-02-19 10:21 UTC  (2+ messages)
` [tip: sched/core] sched/preempt: Add "

[PATCH v4 4/7] sched/preempt: decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRY
 2022-02-19 10:21 UTC  (2+ messages)
` [tip: sched/core] sched/preempt: Decouple "

[PATCH v4 6/7] arm64: entry: centralize preemption decision
 2022-02-19 10:21 UTC  (2+ messages)
` [tip: sched/core] arm64: entry: Centralize "

[PATCH v4 7/7] arm64: support PREEMPT_DYNAMIC
 2022-02-19 10:21 UTC  (2+ messages)
` [tip: sched/core] arm64: Support PREEMPT_DYNAMIC

[GIT PULL] sched/urgent for 5.17-rc4
 2022-02-19 10:14 UTC  (2+ messages)
` [tip: sched/urgent] sched: Fix yet more sched_fork() races

[Issue report] drivers/ftgmac100: DHCP occasionally fails during boot up or link down/up
 2022-02-19 10:08 UTC  (3+ messages)

[PATCH v2 00/18] KVM: MMU: do not unload MMU roots on all role changes
 2022-02-19 10:03 UTC  (7+ messages)
` [PATCH v2 14/18] KVM: x86/mmu: avoid indirect call for get_cr3
` [PATCH v2 16/18] KVM: x86: introduce KVM_REQ_MMU_UPDATE_ROOT

[PATCH for-5.18/uclogic 0/9] DIGImend patches, part II
 2022-02-19 10:01 UTC  (10+ messages)
` [PATCH for-5.18/uclogic 1/9] HID: uclogic: Remove pen usage masking
` [PATCH for-5.18/uclogic 2/9] HID: uclogic: Replace pen_frame_flag with subreport_list
` [PATCH for-5.18/uclogic 3/9] HID: uclogic: Switch to matching subreport bytes
` [PATCH for-5.18/uclogic 4/9] HID: uclogic: Specify total report size to buttonpad macro
` [PATCH for-5.18/uclogic 5/9] HID: uclogic: Use different constants for frame report IDs
` [PATCH for-5.18/uclogic 6/9] HID: uclogic: Use "frame" instead of "buttonpad"
` [PATCH for-5.18/uclogic 7/9] HID: uclogic: Put version first in rdesc namespace
` [PATCH for-5.18/uclogic 8/9] HID: uclogic: Define report IDs before their descriptors
` [PATCH for-5.18/uclogic 9/9] HID: uclogic: Support multiple frame input devices

[PATCH net-next v3 0/5] Add support for locked bridge ports (for 802.1X)
 2022-02-19 10:00 UTC  (11+ messages)
` [PATCH net-next v3 1/5] net: bridge: Add support for bridge port in locked mode
` [PATCH net-next v3 2/5] net: bridge: Add support for offloading of locked port flag
` [PATCH net-next v3 3/5] net: dsa: Add support for offloaded "
` [PATCH net-next v3 4/5] net: dsa: mv88e6xxx: Add support for bridge port locked mode
` [PATCH net-next v3 5/5] selftests: forwarding: tests of locked port feature

[PATCH 00/29] x86: Kernel IBT
 2022-02-19  9:58 UTC  (14+ messages)
` [PATCH 05/29] x86: Base IBT bits
` [PATCH 14/29] x86/ibt: Add IBT feature, MSR and #CP handling
` [PATCH 16/29] x86/bugs: Disable Retpoline when IBT
` [PATCH 17/29] x86/ibt: Annotate text references

[PATCH] irqchip/gic-v3: use dsb(ishst) to synchronize data to smp before issuing ipi
 2022-02-19  9:56 UTC  (2+ messages)

[PATCH net-next v4 1/1] net: dsa: microchip: ksz9477: export HW stats over stats64 interface
 2022-02-19  9:46 UTC  (2+ messages)

init_ima() adds 8 % to boot time
 2022-02-19  9:44 UTC 

[PATCH v2] KVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioctl_run
 2022-02-19  9:34 UTC 

[PATCH] KVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioctl_run
 2022-02-19  9:29 UTC 

[PATCH 0/9] A few cleanup patches for z3fold
 2022-02-19  9:25 UTC  (10+ messages)
` [PATCH 1/9] mm/z3fold: declare z3fold_mount with __init
` [PATCH 2/9] mm/z3fold: remove obsolete comment in z3fold_alloc
` [PATCH 3/9] mm/z3fold: minor clean up for z3fold_free
` [PATCH 4/9] mm/z3fold: remove unneeded page_mapcount_reset and ClearPagePrivate
` [PATCH 5/9] mm/z3fold: remove confusing local variable l reassignment
` [PATCH 6/9] mm/z3fold: move decrement of pool->pages_nr into __release_z3fold_page()
` [PATCH 7/9] mm/z3fold: remove redundant list_del_init of zhdr->buddy in z3fold_free
` [PATCH 8/9] mm/z3fold: remove unneeded PAGE_HEADLESS check in free_handle()
` [PATCH 9/9] mm/z3fold: remove unneeded return value of z3fold_compact_page()

[syzbot] KASAN: use-after-free Read in io_poll_check_events
 2022-02-19  9:20 UTC 

[syzbot] general protection fault in vhost_iotlb_itree_first
 2022-02-19  9:18 UTC 

[PATCH 1/2] kvm/x86: rename kvm's read_tsc() as kvm_read_host_tsc()
 2022-02-19  8:40 UTC  (2+ messages)

[PATCH 0/2] dmaengine: ti: k3-udma: Add support for AM62x SoC
 2022-02-19  8:32 UTC  (3+ messages)
` [PATCH 1/2] dmaengine: ti: k3-udma: Add AM62x DMSS support
` [PATCH 2/2] dmaengine: ti: k3-psil: Add AM62x PSIL and PDMA data

[syzbot] INFO: task hung in vhost_work_dev_flush
 2022-02-19  8:32 UTC 

[PATCH] crypto: hisilicon/sec - fix the aead software fallback for engine
 2022-02-19  8:08 UTC 

[PATCHv2 REBASED] bad_inode: add missing i_op initializers for fileattr_get/_set
 2022-02-19  8:09 UTC 

[PATCH v1] io_uring: Add support for napi_busy_poll
 2022-02-19  8:03 UTC 

[patch v11 00/13] extensible prctl task isolation interface and vmstat sync
 2022-02-19  8:02 UTC  (2+ messages)

[PATCH 0/4] kunit,um: Fix kunit.py build --alltests
 2022-02-19  8:00 UTC  (7+ messages)
` [PATCH 1/4] drm/amdgpu: Fix compilation under UML
` [PATCH 4/4] kunit: tool: Disable broken options for --alltests

[PATCH v3] KVM: Move VM's worker kthreads back to the original cgroup before exiting
 2022-02-19  7:55 UTC  (5+ messages)

[PATCH] random: use max-period linear interrupt extractor
 2022-02-19  7:47 UTC  (2+ messages)

[PATCH RFC v1 0/5] Add SCSI per device tagsets
 2022-02-19  7:37 UTC  (2+ messages)

[PATCH v1 1/1] misc: bcm-vk: add kconfig for supporting viper chip
 2022-02-19  7:33 UTC  (2+ messages)

[PATCH v6 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-02-19  7:32 UTC  (5+ messages)
` [PATCH v6 01/11] iommu: Add dma ownership management interfaces
` [PATCH v6 02/11] driver core: Add dma_cleanup callback in bus_type

linux-next: manual merge of the akpm-current tree with the folio tree
 2022-02-19  7:27 UTC  (9+ messages)

[PATCH] selftests/rtc: continuously read RTC in a loop for 30s
 2022-02-19  7:27 UTC 

[PATCH] latencytop: move latencytop sysctl to its own file
 2022-02-19  7:24 UTC 

[PATCH] slab: remove __alloc_size attribute from __kmalloc_track_caller
 2022-02-19  7:19 UTC  (5+ messages)

[PATCH 0/4] Prepare general purpose clocks on msm8916
 2022-02-19  6:32 UTC  (8+ messages)
` [PATCH 1/4] clk: qcom: clk-rcg2: Fail Duty-Cycle configuration if MND divider is not enabled

[PATCH 0/2] fix rate limited ipc_namespace freeing
 2022-02-19  6:07 UTC  (11+ messages)
` [PATCH 1/2] vfs: free vfsmount through rcu work from kern_unmount

Intel QAT on A2SDi-8C-HLN4F causes massive data corruption with dm-crypt + xfs
 2022-02-19  5:02 UTC 

[PATCH] drm/amdgpu: Fix typo in *whether* in comment
 2022-02-19  4:54 UTC 

[BUG/PATCH v3] net: mvpp2: always set port pcs ops
 2022-02-19  4:44 UTC  (3+ messages)

[PATCH v7 net-next] net-core: add InDropOtherhost counter
 2022-02-19  4:12 UTC  (4+ messages)

HI
 2022-02-19  3:55 UTC 

[PATCH bpf-next v2 0/2] Modify BPF_JIT_ALWAYS_ON and BPF_JIT_DEFAULT_ON
 2022-02-19  3:15 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Add some description about BPF_JIT_ALWAYS_ON in Kconfig
` [PATCH bpf-next v2 2/2] bpf: Make BPF_JIT_DEFAULT_ON selectable "

[PATCH v14 00/10] Add support for audio on SC7280 based targets
 2022-02-19  3:03 UTC  (2+ messages)

[PATCH] drm/amdkfd: rework criu_restore_bos error handling
 2022-02-19  3:03 UTC  (4+ messages)

[PATCH -next v2] block: update io_ticks when io hang
 2022-02-19  3:02 UTC  (2+ messages)

[PATCH v8 0/2] drm/msm/dpu: enable widebus feature base on chip hardware revision
 2022-02-19  3:02 UTC  (9+ messages)
` [PATCH v8 1/4] drm/msm/dpu: adjust display_v_end for eDP and DP
` [PATCH v8 2/4] drm/msm/dpu: replace BIT(x) with correspond marco define string
` [PATCH v8 3/4] drm/msm/dpu: revise timing engine programming to support widebus feature
` [PATCH v8 4/4] drm/msm/dp: enable widebus feature for display port

[PATCH v6 0/7] Add pin control support for lpass sc7280
 2022-02-19  2:46 UTC  (19+ messages)
` [PATCH v6 1/7] dt-bindings: pinctrl: qcom: Update lpass lpi file name to SoC specific
` [PATCH v6 2/7] dt-bindings: pinctrl: qcom: Add sc7280 lpass lpi pinctrl bindings
` [PATCH v6 3/7] pinctrl: qcom: Update macro name to LPI specific
` [PATCH v6 4/7] pinctrl: qcom: Update lpi pin group structure
` [PATCH v6 5/7] pinctrl: qcom: Extract chip specific LPASS LPI code
` [PATCH v6 6/7] pinctrl: qcom: Add SC7280 lpass pin configuration
` [PATCH v6 7/7] pinctrl: qcom: Update clock voting as optional

[PATCH v2] ata: add/use ata_taskfile::{error|status} fields
 2022-02-19  2:21 UTC  (2+ messages)

[PATCH] mm: use helper function range_in_vma()
 2022-02-19  2:14 UTC 

[PATCH v6 00/13] module: core code clean up
 2022-02-19  2:12 UTC  (2+ messages)

[PATCH 0/8] bpf: Add fprobe link
 2022-02-19  2:10 UTC  (16+ messages)

[PATCH V7 0/5] Add Qualcomm Technologies, Inc. PM8008 regulator driver
 2022-02-19  2:01 UTC  (9+ messages)
` [PATCH V7 1/5] dt-bindings: mfd: pm8008: Add pm8008 regulators
` [PATCH V7 3/5] regulator: Add a regulator driver for the PM8008 PMIC
` [PATCH V7 4/5] arm64: dts: qcom: pm8008: Add base dts file
` [PATCH V7 5/5] arm64: dts: qcom: sc7280: Add pm8008 support for sc7280-idp

[GIT PULL] power-supply changes for 5.17-rc
 2022-02-19  1:59 UTC 

[PATCH] Remove linux/version.h where versioncheck indicates
 2022-02-19  1:53 UTC 

[GIT PULL] soc/fsl drivers changes for fix (v5.17)
 2022-02-19  1:22 UTC 

[PATCH] dt-bindings: memory: lpddr2: Adjust revision ID property to match lpddr3
 2022-02-19  1:20 UTC 

[PATCH 0/5] MediaTek pinctrl drivers cleanups
 2022-02-19  1:18 UTC  (2+ messages)

[PATCH] pinctrl: sunxi: Use unique lockdep classes for IRQs
 2022-02-19  1:13 UTC  (2+ messages)

[PATCH] pinctrl: sunxi: do not print error message for EPROBE_DEFER
 2022-02-19  1:09 UTC  (2+ messages)

[GIT PULL] pinctrl: samsung: pull for v5.18
 2022-02-19  1:06 UTC  (2+ messages)

[PATCH 00/10] irqchip: Prevent drivers abusing irq_chip::name
 2022-02-19  1:03 UTC  (4+ messages)

[PATCH] pinctrl: qcom: qcm2290: Add GPIO wakeirq map
 2022-02-19  0:59 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).