linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-13 03:41:43 to 2021-04-13 07:32:03 UTC [more...]

[PATCH 0/5] ASoC: clock provider clean-up
 2021-04-13  7:31 UTC  (4+ messages)
` [PATCH 3/5] ASoC: rt5682: clock driver must use the clock provider API

[BUG] VAAPI encoder cause kernel panic if encoded video in 4K
 2021-04-13  7:29 UTC  (2+ messages)

[PATCH][next] vdpa/mlx5: Fix resource leak of mgtdev due to incorrect kfree
 2021-04-13  7:29 UTC  (2+ messages)

[PATCH 0/2] brcmfmac: support parse country code map from DT
 2021-04-13  7:28 UTC  (6+ messages)
` [PATCH 1/2] dt-binding: bcm43xx-fmac: add optional brcm,ccode-map

[PATCH 0/4] Support pwm driver for aspeed ast26xx
 2021-04-13  7:27 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: Add bindings for aspeed pwm-tach
` [PATCH 2/4] dt-bindings: Add bindings for aspeed pwm

[PATCH v6] platform/x86: intel_pmc_core: export platform global reset bits via etr3 sysfs file
 2021-04-13  7:27 UTC  (2+ messages)

Subject: [PATCH v2] staging: media: meson: vdec: declare u32 as static const appropriately
 2021-04-13  7:26 UTC  (4+ messages)
` [Outreachy kernel] "

[PATCH 0/3] scsi: mptfusion: Clear the warnings indicating that the variable is not used
 2021-04-13  7:25 UTC  (3+ messages)

[PATCH] media: solo6x10: remove useless function
 2021-04-13  7:23 UTC 

[PATCH] kernel/module: Use BUG_ON instead of if condition followed by BUG
 2021-04-13  7:21 UTC  (2+ messages)
`  "

[PATCH net-next 0/2] net: phy: marvell-88x2222: a couple of improvements
 2021-04-13  7:19 UTC  (6+ messages)
` [PATCH net-next 1/2] net: phy: marvell-88x2222: check that link is operational

[PATCH 01/12] usb: dwc2: Add device clock gating support functions
 2021-04-13  7:17 UTC  (12+ messages)
` [PATCH 02/12] usb: dwc2: Add host "
` [PATCH 03/12] usb: dwc2: Allow entering clock gating from USB_SUSPEND interrupt
` [PATCH 04/12] usb: dwc2: Add exit clock gating from wakeup interrupt
` [PATCH 05/12] usb: dwc2: Add exit clock gating from session request interrupt
` [PATCH 06/12] usb: dwc2: Add exit clock gating when port reset is asserted
` [PATCH 07/12] usb: dwc2: Update enter clock gating when port is suspended
` [PATCH 08/12] usb: dwc2: Update exit clock gating when port is resumed
` [PATCH 09/12] usb: dwc2: Allow exit clock gating in urb enqueue
` [PATCH 10/12] usb: dwc2: Add clock gating entering flow by system suspend
` [PATCH 11/12] usb: dwc2: Add clock gating exiting flow by system resume
` [PATCH 12/12] usb: dwc2: Add exit clock gating before removing driver

[PATCH v2 0/3] KVM: Properly account for guest CPU time
 2021-04-13  7:16 UTC  (4+ messages)
` [PATCH v2 1/3] context_tracking: Split guest_enter/exit_irqoff
` [PATCH v2 2/3] context_tracking: Provide separate vtime accounting functions
` [PATCH v2 3/3] x86/kvm: Fix vtime accounting

[PATCH v2 bpf-next 0/2] xsk: introduce generic almost-zerocopy xmit
 2021-04-13  7:14 UTC  (2+ messages)

[RFC/PATCH] powerpc/smp: Add SD_SHARE_PKG_RESOURCES flag to MC sched-domain
 2021-04-13  7:10 UTC  (6+ messages)

[PATCH v2 0/2] perf core: Sharing events with multiple cgroups
 2021-04-13  7:03 UTC  (4+ messages)
` [PATCH v2 1/2] perf/core: Share an event "
` [PATCH v2 2/2] perf/core: Support reading group events with shared cgroups

[PATCH 0/7] Restructure the rpmsg char and introduce the rpmsg-raw channel
 2021-04-13  7:02 UTC  (3+ messages)

[PATCH 0/7] memcontrol code cleanup and simplification
 2021-04-13  6:51 UTC  (8+ messages)
` [PATCH 1/7] mm: memcontrol: fix page charging in page replacement
` [PATCH 2/7] mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mm
` [PATCH 3/7] mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec
` [PATCH 4/7] mm: memcontrol: simplify lruvec_holds_page_lru_lock
` [PATCH 5/7] mm: memcontrol: simplify the logic of objcg pinning memcg
` [PATCH 6/7] mm: memcontrol: move obj_cgroup_uncharge_pages() out of css_set_lock
` [PATCH 7/7] mm: vmscan: remove noinline_for_stack

[PATCH 0/1] Use of /sys/bus/pci/devices/…/index for non-SMBIOS platforms
 2021-04-13  6:57 UTC  (3+ messages)

[PATCH v2 00/16] Multigenerational LRU Framework
 2021-04-13  6:56 UTC  (17+ messages)
` [PATCH v2 01/16] include/linux/memcontrol.h: do not warn in page_memcg_rcu() if !CONFIG_MEMCG
` [PATCH v2 02/16] include/linux/nodemask.h: define next_memory_node() if !CONFIG_NUMA
` [PATCH v2 03/16] include/linux/huge_mm.h: define is_huge_zero_pmd() if !CONFIG_TRANSPARENT_HUGEPAGE
` [PATCH v2 04/16] include/linux/cgroup.h: export cgroup_mutex
` [PATCH v2 05/16] mm/swap.c: export activate_page()
` [PATCH v2 06/16] mm, x86: support the access bit on non-leaf PMD entries
` [PATCH v2 07/16] mm/vmscan.c: refactor shrink_node()
` [PATCH v2 08/16] mm: multigenerational lru: groundwork
` [PATCH v2 09/16] mm: multigenerational lru: activation
` [PATCH v2 10/16] mm: multigenerational lru: mm_struct list
` [PATCH v2 11/16] mm: multigenerational lru: aging
` [PATCH v2 12/16] mm: multigenerational lru: eviction
` [PATCH v2 13/16] mm: multigenerational lru: page reclaim
` [PATCH v2 14/16] mm: multigenerational lru: user interface
` [PATCH v2 15/16] mm: multigenerational lru: Kconfig
` [PATCH v2 16/16] mm: multigenerational lru: documentation

[PATCH] phy: nxp-c45: add driver for tja1103
 2021-04-13  6:56 UTC  (9+ messages)
              `  "

[PATCH] mm: optimize memory allocation
 2021-04-13  6:56 UTC  (2+ messages)

[PATCH 0/7] mm: Unexport apply_to_page_range()
 2021-04-13  6:54 UTC  (7+ messages)
` [PATCH 4/7] mm: Introduce verify_page_range()
` [PATCH 6/7] i915: Convert to verify_page_range()

[PATCH] kunit: add unit test for filtering suites by names
 2021-04-13  6:54 UTC  (3+ messages)

[PATCH] MIPS: fix memory reservation for non-usermem setups
 2021-04-13  6:52 UTC  (8+ messages)

[PATCH 0/3] sched: Fix remaining balance_push vs hotplug hole
 2021-04-13  6:51 UTC  (6+ messages)
` [PATCH 3/3] sched: Use cpu_dying() to fix balance_push vs hotplug-rollback

[PATCH] vfio/pci: Add missing range check in vfio_pci_mmap
 2021-04-13  6:48 UTC  (2+ messages)

[rfc, PATCH v1 0/7] PCI: introduce p2sb helper
 2021-04-13  6:47 UTC  (8+ messages)
` [PATCH v1 6/7] mfd: lpc_ich: Add support for pinctrl in non-ACPI system

[PATCH v2 resend] mm/memory_hotplug: Make unpopulated zones PCP structures unreachable during hot remove
 2021-04-13  6:44 UTC  (4+ messages)

[PATCH v5] lib: add basic KUnit test for lib/math
 2021-04-13  6:41 UTC  (2+ messages)

[PATCH v7 1/2] platform/x86: dell-privacy: Add support for Dell hardware privacy
 2021-04-13  6:35 UTC  (3+ messages)

[PATCH] stm class: remove useless function
 2021-04-13  6:36 UTC 

[PATCH v8] RISC-V: enable XIP
 2021-04-13  6:35 UTC 

[PATCH RESEND v1 0/4] powerpc/vdso: Add support for time namespaces
 2021-04-13  6:31 UTC  (3+ messages)

[PATCH for-next v3 0/2] Introduce rdma_set_min_rnr_timer() and use it in RDS
 2021-04-13  6:29 UTC  (3+ messages)

[PATCH] kernel:irq:manage: request threaded irq with a specified priority
 2021-04-13  6:19 UTC 

arch/mips/n64/init.c:57:38: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2021-04-13  6:26 UTC 

[PATCH] x86: Accelerate copy_page with non-temporal in X86
 2021-04-13  6:25 UTC 

[PATCH 0/8] MIPS: Fixes for PCI legacy drivers (rt2880, rt3883)
 2021-04-13  6:21 UTC  (9+ messages)
` [PATCH 1/8] MIPS: pci-rt2880: fix slot 0 configuration
` [PATCH 2/8] MIPS: pci-rt2880: remove unneeded locks
` [PATCH 3/8] MIPS: pci-rt3883: trivial: remove unused variable
` [PATCH 4/8] MIPS: pci-rt3883: more accurate DT error messages
` [PATCH 5/8] MIPS: pci-legacy: stop using of_pci_range_to_resource
` [PATCH 6/8] MIPS: pci-legacy: remove redundant info messages
` [PATCH 7/8] MIPS: pci-legacy: remove busn_resource field
` [PATCH 8/8] MIPS: pci-legacy: use generic pci_enable_resources

linux-next: Tree for Apr 9
 2021-04-13  6:21 UTC  (8+ messages)
` linux-next: Tree for Apr 9 (x86 boot problem)

[PATCH] ASoC: ak5558: correct reset polarity
 2021-04-13  6:06 UTC 

[PATCH 1/1] arm: topology: parse the topology from the dt
 2021-04-13  6:18 UTC  (7+ messages)

[PATCH] drm/i915/gvt: remove useless function
 2021-04-13  6:18 UTC 

[PATCH] irq: Fix missing IRQF_ONESHOT as only threaded handler
 2021-04-13  6:16 UTC 

[RESEND PATCH 2/2] delayacct: Add a proc file to dump the delay info
 2021-04-13  6:14 UTC  (3+ messages)
` [RFC PATCH] delayacct: delayacct_stats[] can be static

[tip:x86/sgx] BUILD SUCCESS 523caed9efbb049339706b124185c9358c1b6477
 2021-04-13  6:14 UTC 

[tip:x86/platform] BUILD SUCCESS 8f2aca40dd077f74e62982cd2669845f41ed0ac6
 2021-04-13  6:14 UTC 

[PATCH 5.10 000/188] 5.10.30-rc1 review
 2021-04-13  6:13 UTC  (3+ messages)

[PATCH v14 0/6] Add NUMA-awareness to qspinlock
 2021-04-13  6:12 UTC  (4+ messages)
` [PATCH v14 4/6] locking/qspinlock: Introduce starvation avoidance into CNA

[syzbot] KASAN: slab-out-of-bounds Read in reiserfs_xattr_get
 2021-04-13  6:10 UTC  (2+ messages)

[PATCH][next] scsi: aacraid: Replace one-element array with flexible-array member
 2021-04-13  5:45 UTC  (4+ messages)

/usr/bin/ld: ll_temac_main.c:undefined reference to `devm_of_iomap'
 2021-04-13  6:06 UTC 

[PATCH] KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST read
 2021-04-13  6:05 UTC  (2+ messages)

[PATCH v5 00/16] Clean up "mediatek,larb"
 2021-04-13  6:04 UTC  (4+ messages)
` [PATCH v5 04/16] memory: mtk-smi: Add device-link between smi-larb and smi-common

[PATCH] hwmon: (nct6683) remove useless function
 2021-04-13  6:02 UTC 

[syzbot] KASAN: null-ptr-deref Write in rhashtable_free_and_destroy (2)
 2021-04-13  5:58 UTC 

[PATCH v4 0/4] Mediatek pinctrl patch on mt8195
 2021-04-13  5:57 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: pinctrl: mt8195: add pinctrl file and binding document
` [PATCH v4 2/4] pinctrl: add pinctrl driver on mt8195
` [PATCH v4 3/4] pinctrl: add drive for I2C related pins on MT8195
` [PATCH v4 4/4] pinctrl: add rsel setting "

[syzbot] KASAN: slab-out-of-bounds Read in __xfrm_decode_session (2)
 2021-04-13  5:57 UTC 

[syzbot] BUG: unable to handle kernel NULL pointer dereference in __lookup_slow (2)
 2021-04-13  5:55 UTC 

[PATCH v7 0/4] Add SPMI support for Mediatek MT6873/8192 SoC IC
 2021-04-13  5:49 UTC  (3+ messages)
` [PATCH v7 3/4] spmi: mediatek: Add support for MT6873/8192

[PATCH v1 0/2] scsi: libsas: few clean up patches
 2021-04-13  5:48 UTC  (2+ messages)

[PATCH -next] scsi: fnic: remove unnecessary spin_lock_init() and INIT_LIST_HEAD()
 2021-04-13  5:48 UTC  (2+ messages)

[PATCH] scsi: bfa: Remove unnecessary struct declaration
 2021-04-13  5:48 UTC  (2+ messages)

[PATCH] message/fusion: Use BUG_ON instead of if condition followed by BUG
 2021-04-13  5:48 UTC  (2+ messages)

[PATCH][next] scsi: ufs: Fix out-of-bounds warnings in ufshcd_exec_raw_upiu_cmd
 2021-04-13  5:48 UTC  (2+ messages)

[PATCH v2] scsi: libsas: Reset num_scatter if libata mark qc as NODATA
 2021-04-13  5:47 UTC  (2+ messages)

[PATCH RFC v2 0/4] virtio net: spurious interrupt related fixes
 2021-04-13  5:47 UTC  (5+ messages)
` [PATCH RFC v2 1/4] virtio: fix up virtio_disable_cb
` [PATCH RFC v2 2/4] virtio_net: disable cb aggressively
` [PATCH RFC v2 3/4] virtio_net: move tx vq operation under tx queue lock
` [PATCH RFC v2 4/4] virtio_net: move txq wakeups under tx q lock

[syzbot] KASAN: use-after-free Read in skcipher_walk_next
 2021-04-13  5:44 UTC 

linux-next: manual merge of the kvm-arm tree with the arm64 tree
 2021-04-13  5:43 UTC 

[RFC] mm: activate access-more-than-once page via NUMA balancing
 2021-04-13  5:42 UTC  (7+ messages)

[PATCH][next] KEYS: trusted: Fix missing null return from kzalloc call
 2021-04-13  5:42 UTC  (5+ messages)

[PATCH 4.19 00/66] 4.19.187-rc1 review
 2021-04-13  5:41 UTC  (2+ messages)

[PATCH v2][next] scsi: aacraid: Replace one-element array with flexible-array member
 2021-04-13  5:40 UTC 

[RESEND,v5,1/2] bio: limit bio max size
 2021-04-13  5:32 UTC  (3+ messages)

[PATCH v2 1/2] x86/tsc: add a timer to make sure tsc_adjust is always checked
 2021-04-13  5:31 UTC  (2+ messages)
` [PATCH v2 2/2] x86/tsc: skip tsc watchdog checking for qualified platforms

[PATCH] ibmvfc: Fix invalid state machine BUG_ON
 2021-04-13  5:28 UTC  (2+ messages)

[PATCH v2 0/9] userfaultfd: add minor fault handling for shmem
 2021-04-13  5:17 UTC  (10+ messages)
` [PATCH v2 1/9] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h
` [PATCH v2 2/9] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
` [PATCH v2 3/9] userfaultfd/shmem: support minor fault registration for shmem
` [PATCH v2 4/9] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [PATCH v2 5/9] userfaultfd/selftests: use memfd_create for shmem test type
` [PATCH v2 6/9] userfaultfd/selftests: create alias mappings in the shmem test
` [PATCH v2 7/9] userfaultfd/selftests: reinitialize test context in each test
` [PATCH v2 8/9] userfaultfd/selftests: exercise minor fault handling shmem support
` [PATCH v2 9/9] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_ptes

[PATCH 5.4 000/111] 5.4.112-rc1 review
 2021-04-13  5:17 UTC  (2+ messages)

[PATCH v2 0/4] staging: media: intel-ipu3: Cleanup patchset for style issues
 2021-04-13  5:16 UTC  (5+ messages)
` [PATCH v2 1/4] staging: media: intel-ipu3: remove unnecessary blank line
` [PATCH v2 2/4] staging: media: intel-ipu3: reduce length of line
` [PATCH v2 3/4] "
` [PATCH v2 4/4] staging: media: intel-ipu3: remove space before tabs

[PATCH v3 0/4] i2c: mpc: Refactor to improve responsiveness
 2021-04-13  5:14 UTC  (7+ messages)
` [PATCH v3 1/4] i2c: mpc: use device managed APIs
` [PATCH v3 2/4] i2c: mpc: Interrupt driven transfer
` [PATCH v3 3/4] i2c: mpc: Remove redundant NULL check
` [PATCH v3 3/3] MAINTAINERS: Add Chris Packham as FREESCALE MPC I2C maintainer
` [PATCH v3 4/4] "

[syzbot] upstream boot error: WARNING in __context_tracking_enter
 2021-04-13  5:14 UTC  (5+ messages)

[PATCH net-next v3 1/1] net: stmmac: Add support for external trigger timestamping
 2021-04-13  5:07 UTC  (3+ messages)

[PATCH v14 00/12] add ecspi ERR009165 for i.mx6/7 soc family
 2021-04-13  5:05 UTC  (4+ messages)
` [PATCH v14 12/12] dmaengine: imx-sdma: add terminated list for freed descriptor in worker

[PATCH 5.11 000/210] 5.11.14-rc1 review
 2021-04-13  4:46 UTC  (3+ messages)

aarch64-linux-ld: Unexpected GOT/PLT entries detected!
 2021-04-13  4:45 UTC 

[PATCH 0/9] userfaultfd: add minor fault handling for shmem
 2021-04-13  4:40 UTC  (4+ messages)
` [PATCH 4/9] userfaultfd/shmem: support UFFDIO_CONTINUE "

[gustavoars-linux:testing/warray-bounds] BUILD SUCCESS WITH WARNING 8f00c4d955f8c343277181b46fac418101c521bf
 2021-04-13  4:32 UTC 

[PATCH][next] scsi: mpt3sas: Fix out-of-bounds warnings in _ctl_addnl_diag_query
 2021-04-13  4:31 UTC  (2+ messages)

[PATCH bpf-next v2] libbpf: clarify flags in ringbuf helpers
 2021-04-13  4:30 UTC  (3+ messages)

[PATCH] csky: fix syscache.c fallthrough warning
 2021-04-13  4:01 UTC  (2+ messages)

[RFC v4 net-next 0/4] MT7530 interrupt support
 2021-04-13  3:59 UTC  (5+ messages)
` [RFC v4 net-next 1/4] net: phy: add MediaTek PHY driver

[PATCH v2] scsi: qlogicpti: remove unneeded semicolon
 2021-04-13  3:55 UTC 

[PATCH v3 00/10] riscv: improve self-protection
 2021-04-13  3:52 UTC  (6+ messages)
` [PATCH v3 01/10] riscv: mm: Remove setup_zero_page()
` [PATCH v3 02/10] riscv: add __init section marker to some functions

[PATCH] fpga: xilinx-pr-decoupler: remove useless function
 2021-04-13  3:51 UTC 

[PATCH v2] scsi: pmcraid: remove unneeded semicolon
 2021-04-13  3:50 UTC 

[PATCH v4 0/7] cpufreq-qcom-hw: Implement full OSM programming
 2021-04-13  3:49 UTC  (6+ messages)
` [PATCH v4 5/7] cpufreq: qcom-hw: Implement CPRh aware "

[PATCH 2/2] drm/msm/dp: do not re initialize of audio_comp
 2021-04-13  3:44 UTC  (2+ messages)

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-04-13  3:43 UTC  (4+ messages)

[PATCH v2] scsi: ipr: remove unneeded semicolon
 2021-04-13  3:42 UTC 

[PATCH v3] f2fs: fix to keep isolation of atomic write
 2021-04-13  3:41 UTC  (3+ 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).