linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-12 11:01:06 to 2020-10-12 13:20:09 UTC [more...]

[PATCH] optee: remove address tag in check_mem_type()
 2020-10-12 11:35 UTC  (2+ messages)

[PATCH 00/11] clean up some Hisilicon-related errors detected by DT schema on arm64
 2020-10-12 13:17 UTC  (10+ messages)
` [PATCH 02/11] arm64: dts: hisilicon: separate each group of data in the property "reg"
` [PATCH 03/11] arm64: dts: hisilicon: write the values of property-units into a uint32 array
` [PATCH 04/11] arm64: dts: hisilicon: remove unused property pinctrl-names
` [PATCH 05/11] arm64: dts: hisilicon: place clock-names "biu" before "ciu"
` [PATCH 06/11] arm64: dts: hisilicon: normalize the node name of the SMMU devices
` [PATCH 08/11] arm64: dts: hisilicon: normalize the node name of the UART devices
` [PATCH 09/11] arm64: dts: hisilicon: list all clocks required by spi-pl022.yaml
` [PATCH 10/11] arm64: dts: hisilicon: list all clocks required by pl011.yaml
` [PATCH 11/11] arm64: dts: hisilicon: list all clocks required by snps-dw-apb-uart.yaml

[tip: x86/entry] x86/entry: Convert Divide Error to IDTENTRY
 2020-10-12 13:19 UTC  (2+ messages)
` [tip: x86/urgent] x86/traps: Fix #DE Oops message regression

[PATCH] m68k: avoid xchg() warning
 2020-10-12 13:18 UTC  (2+ messages)

[PATCH -v2 00/17] sched: Migrate disable support
 2020-10-12 13:18 UTC  (11+ messages)
` [PATCH -v2 07/17] sched: Fix hotplug vs CPU bandwidth control
` [PATCH -v2 10/17] sched: Fix migrate_disable() vs set_cpus_allowed_ptr()
` [PATCH -v2 15/17] sched: Fix migrate_disable() vs rt/dl balancing

[PATCH 0/2] firmware/psci: PSCI checker cleanup
 2020-10-12 13:17 UTC  (4+ messages)

[PATCH] staging: fieldbus: anybuss: jump to correct label in an error path
 2020-10-12 13:24 UTC 

[PATCH v2] mm: memcontrol: eliminate redundant check in __mem_cgroup_insert_exceeded()
 2020-10-12 13:16 UTC 

[PATCH 00/13] Clean up legacy clock tick users
 2020-10-12 13:15 UTC  (17+ messages)
` [PATCH 01/13] timekeeping: add CONFIG_LEGACY_TIMER_TICK
` [PATCH 06/13] m68k: split heartbeat out of timer function
` [PATCH 07/13] m68k: sun3/sun3c: use legacy_timer_tick
` [PATCH 08/13] m68k: m68328: use legacy_timer_tick()
` [PATCH 09/13] m68k: change remaining timers to legacy_timer_tick
` [PATCH 10/13] m68k: remove timer_interrupt() function
` [PATCH 11/13] timekeeping: remove xtime_update
` [PATCH 12/13] timekeeping: default GENERIC_CLOCKEVENTS to enabled

[PATCH net-next v4 00/10] net: bridge: cfm: Add support for Connectivity Fault Management(CFM)
 2020-10-12 13:13 UTC  (35+ messages)
` [PATCH net-next v4 01/10] net: bridge: extend the process of special frames
` [PATCH net-next v4 02/10] bridge: cfm: Add BRIDGE_CFM to Kconfig
` [PATCH net-next v4 03/10] bridge: uapi: cfm: Added EtherType used by the CFM protocol
` [PATCH net-next v4 04/10] bridge: cfm: Kernel space implementation of CFM. MEP create/delete
` [PATCH net-next v4 05/10] bridge: cfm: Kernel space implementation of CFM. CCM frame TX added
` [PATCH net-next v4 06/10] bridge: cfm: Kernel space implementation of CFM. CCM frame RX added
` [PATCH net-next v4 07/10] bridge: cfm: Netlink SET configuration Interface
` [PATCH net-next v4 08/10] bridge: cfm: Netlink GET "
` [PATCH net-next v4 09/10] bridge: cfm: Netlink GET status Interface
` [PATCH net-next v4 10/10] bridge: cfm: Netlink Notifications

[PATCH 0/5] Improve kernel section protections
 2020-10-12 13:14 UTC  (3+ messages)
` [PATCH 4/5] RISC-V: Protect .init.text & .init.data

[GIT PULL] SPI updates for v5.10
 2020-10-12 13:09 UTC 

UBSAN: array-index-out-of-bounds in init_sb
 2020-10-12 13:10 UTC 

WARNING in ieee80211_get_sband
 2020-10-12 13:10 UTC 

[PATCH] PM / EM: consult something about cpumask in em_dev_register_perf_domain
 2020-10-12 13:10 UTC  (3+ messages)

Missing [GIT PULL] request for <tip.git#locking-urgent-2020-10-11>
 2020-10-12 13:09 UTC 

[PATCH v1 00/29] virtio-mem: Big Block Mode (BBM)
 2020-10-12 13:09 UTC  (31+ messages)
` [PATCH v1 01/29] virtio-mem: determine nid only once using memory_add_physaddr_to_nid()
` [PATCH v1 02/29] virtio-mem: simplify calculation in virtio_mem_mb_state_prepare_next_mb()
` [PATCH v1 03/29] virtio-mem: simplify MAX_ORDER - 1 / pageblock_order handling
` [PATCH v1 04/29] virtio-mem: drop rc2 in virtio_mem_mb_plug_and_add()
` [PATCH v1 05/29] virtio-mem: generalize check for added memory
` [PATCH v1 06/29] virtio-mem: generalize virtio_mem_owned_mb()
` [PATCH v1 07/29] virtio-mem: generalize virtio_mem_overlaps_range()
` [PATCH v1 08/29] virtio-mem: drop last_mb_id
` [PATCH v1 09/29] virtio-mem: don't always trigger the workqueue when offlining memory
` [PATCH v1 10/29] virtio-mem: generalize handling when memory is getting onlined deferred
` [PATCH v1 11/29] virtio-mem: use "unsigned long" for nr_pages when fake onlining/offlining
` [PATCH v1 12/29] virtio-mem: factor out fake-offlining into virtio_mem_fake_offline()
` [PATCH v1 13/29] virtio-mem: factor out handling of fake-offline pages in memory notifier
` [PATCH v1 14/29] virtio-mem: retry fake-offlining via alloc_contig_range() on ZONE_MOVABLE
` [PATCH v1 15/29] virito-mem: document Sub Block Mode (SBM)
` [PATCH v1 16/29] virtio-mem: memory block states are specific to "
` [PATCH v1 17/29] virito-mem: subblock "
` [PATCH v1 18/29] virtio-mem: factor out calculation of the bit number within the sb_states bitmap
` [PATCH v1 19/29] virito-mem: existing (un)plug functions are specific to Sub Block Mode (SBM)
` [PATCH v1 20/29] virtio-mem: nb_sb_per_mb and subblock_size "
` [PATCH v1 21/29] virtio-mem: memory notifier callbacks "
` [PATCH v1 22/29] virtio-mem: memory block ids "
` [PATCH v1 23/29] virtio-mem: factor out adding/removing memory from Linux
` [PATCH v1 24/29] virtio-mem: print debug messages from virtio_mem_send_*_request()
` [PATCH v1 25/29] virtio-mem: Big Block Mode (BBM) memory hotplug
` [PATCH v1 26/29] virtio-mem: allow to force Big Block Mode (BBM) and set the big block size
` [PATCH v1 27/29] mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one memory block
` [PATCH v1 28/29] virtio-mem: Big Block Mode (BBM) - basic memory hotunplug
` [PATCH v1 29/29] virtio-mem: Big Block Mode (BBM) - safe "

[PATCH v3 1/3] dt-bindings: media: atmel: csi2dc: add bindings for microchip csi2dc
 2020-10-12 13:04 UTC  (10+ messages)
` [PATCH v3 2/3] media: atmel: introduce microchip csi2dc driver

[GIT PULL] regulator updates for v5.10
 2020-10-12 13:09 UTC 

[GIT PULL] regmap updates for v5.10
 2020-10-12 13:08 UTC 

[PATCH V2 1/3] arm64: dts: imx8mm: Correct WDOG_B pin configuration
 2020-10-12 13:05 UTC  (6+ messages)
` [PATCH V2 2/3] arm64: dts: imx8mn: "
` [PATCH V2 3/3] arm64: dts: imx8mp-evk: "

KASAN: out-of-bounds Read in v4l2_fh_init
 2020-10-12 13:05 UTC 

[GIT pull] core/debugobjects for 5.10-rc1
 2020-10-12 12:59 UTC  (4+ messages)
` [GIT pull] irq/core "
` [GIT pull] timers/core "
` [GIT pull] x86/irq "

WARNING in hif_usb_send/usb_submit_urb
 2020-10-12 12:58 UTC  (4+ messages)

[RFC PATCH 0/3] l3mdev icmp error route lookup fixes
 2020-10-12 12:57 UTC  (4+ messages)

[PATCH] usbip, kcov: collect coverage from usbip client
 2020-10-12 12:52 UTC  (2+ messages)

[PATCH v2] intel_idle: mention assumption that wbinvd is not needed
 2020-10-12 12:50 UTC 

[PATCH v6 0/4] Add mmc support for MT8192 SoC
 2020-10-12 12:45 UTC  (5+ messages)
` [PATCH v6 1/4] dt-bindings: mmc: Convert mtk-sd to json-schema
` [PATCH v6 2/4] mmc: dt-bindings: add support for MT8192 SoC
` [PATCH v6 3/4] arm64: dts: mt8192: add mmc device node
` [PATCH v6 4/4] mmc: mediatek: Add subsys clock control for MT8192 msdc

[PATCH 1/3] arm64: dts: imx8mm: Correct WDOG_B pin configuration
 2020-10-12 12:38 UTC  (3+ messages)

[PATCH] IB/hfi1: Avoid allocing memory on memoryless numa node
 2020-10-12 12:36 UTC  (2+ messages)

[PATCH v8 0/3] leds: trigger: implement a tty trigger
 2020-10-12 12:33 UTC  (4+ messages)
` [PATCH v8 1/3] tty: rename tty_kopen() and add new function tty_kopen_shared()
` [PATCH v8 2/3] tty: new helper function tty_get_icount()
` [PATCH v8 3/3] leds: trigger: implement a tty trigger

[PATCH v5 00/52] Fix html build with Sphinx 3.1 and above
 2020-10-12 12:33 UTC  (3+ messages)
` [PATCH v5 10/52] scripts: kernel-doc: allow passing desired Sphinx C domain dialect
  ` [PATCH v5.1 "

[PATCH next] iommu: intel: make DMAR_TABLE select IOMMU_API
 2020-10-12 12:31 UTC 

[PATCH] scripts: kernel-doc: allow passing desired Sphinx C domain dialect
 2020-10-12 12:27 UTC  (5+ messages)

[PATCH v2] usb: cdns3: Rids of duplicate error message
 2020-10-12 12:26 UTC  (6+ messages)

[PATCH v4 0/5] arm64: Add framework to turn an IPI as NMI
 2020-10-12 12:21 UTC  (7+ messages)
` [PATCH v4 1/5] arm64: Add framework to turn "

[PATCH v6 00/14] Add Allwinner H3/H5/H6/A64 HDMI audio
 2020-10-12 12:20 UTC  (7+ messages)
` [PATCH v6 02/14] ASoC: sun4i-i2s: Change set_chan_cfg() params

[PATCH] net: ethernet: ixgbe: don't propagate -ENODEV from ixgbe_mii_bus_init()
 2020-10-12 12:20 UTC  (2+ messages)

[PATCH 2/2] mm: introduce vma_set_file function v4
 2020-10-12 12:15 UTC  (2+ messages)

[PATCH] gpu/drm/armada: fix unused parameter warning
 2020-10-12 12:14 UTC  (2+ messages)

[GIT PULL] m68k updates for 5.10
 2020-10-12 12:09 UTC 

[v4 PATCH 0/2] fix scrolling of panel with small hfp or hbp
 2020-10-12 12:07 UTC  (3+ messages)
` [PATCH v4 1/2] Revert "drm/mediatek: dsi: Fix scrolling of panel with small hfp or hbp"

[PATCH v4 0/3] dmaengine: Add support for QCOM GSI dma controller
 2020-10-12 12:05 UTC  (9+ messages)
` [PATCH v4 2/3] dmaengine: add peripheral configuration

[PATCH v2 0/4] powercap: Enable RAPL for AMD Fam17h and Fam19h
 2020-10-12 12:04 UTC  (4+ messages)
` [PATCH v2 3/4] powercap: Add AMD Fam17h RAPL support

[PATCH v2 0/4 RESEND] Avoid build error, clean up numa.c and add /proc/boardinfo
 2020-10-12 12:02 UTC  (4+ messages)
` [PATCH v2 3/4 RESEND] MIPS: Loongson64: Add /proc/boardinfo

[PATCH v3 00/24] MT8192 IOMMU support
 2020-10-12 12:01 UTC  (8+ messages)
` [PATCH v3 02/24] dt-bindings: memory: mediatek: Convert SMI to DT schema

[PATCH 00/35] Enhance memory utilization with DMEMFS
 2020-10-12 11:57 UTC  (7+ messages)

[PATCH] gpu/drm/mediatek: fix unused parameter warning
 2020-10-12 11:56 UTC 

[PATCH v1 1/6] staging: qlge: Initialize devlink health dump framework for the dlge driver
 2020-10-12 11:51 UTC  (17+ messages)
` [PATCH v1 2/6] staging: qlge: coredump via devlink health reporter
` [PATCH v1 5/6] staging: qlge: clean up debugging code in the QL_ALL_DUMP ifdef land

[PATCH v2 0/2] irqchip/ti-sci-inta: Support for unmapped events
 2020-10-12 11:52 UTC  (9+ messages)
` [PATCH v2 2/2] irqchip/ti-sci-inta: Add support for unmapped event handling

[PATCH v3 00/11] firmware/soc: ti_sci, ringacc/inta: Preparation for AM64 DMA support
 2020-10-12 11:51 UTC  (12+ messages)
` [PATCH v3 01/11] firmware: ti_sci: rm: Add support for tx_tdtype parameter for tx channel
` [PATCH v3 02/11] firmware: ti_sci: Use struct ti_sci_resource_desc in get_range ops
` [PATCH v3 03/11] firmware: ti_sci: rm: Add support for second resource range
` [PATCH v3 04/11] soc: ti: ti_sci_inta_msi: Add support for second range in resource ranges
` [PATCH v3 05/11] firmware: ti_sci: rm: Add support for extended_ch_type for tx channel
` [PATCH v3 06/11] firmware: ti_sci: rm: Remove ring_get_config support
` [PATCH v3 07/11] firmware: ti_sci: rm: Add new ops for ring configuration
` [PATCH v3 08/11] soc: ti: k3-ringacc: Use the ti_sci set_cfg callback "
` [PATCH v3 09/11] firmware: ti_sci: rm: Remove unused config() from ti_sci_rm_ringacc_ops
` [PATCH v3 10/11] soc: ti: k3-ringacc: Use correct device for allocation in RING mode
` [PATCH v3 11/11] soc: ti: k3-socinfo: Add entry for AM64X SoC family

[PATCH v3 0/7] Netronix embedded controller driver for Kobo and Tolino ebook readers
 2020-10-12 11:48 UTC  (4+ messages)
` [PATCH v3 1/7] dt-bindings: Add vendor prefix for Netronix, Inc

[PATCH] drm/amd/display: remove no need return value
 2020-10-12 11:46 UTC 

[PATCH 0/4] powercap/dtpm: Add the DTPM framework
 2020-10-12 11:46 UTC  (4+ messages)

[PATCHv2] perf: Fix race in perf_mmap_close function
 2020-10-12 11:45 UTC  (2+ messages)
` [tip: perf/core] perf/core: Fix race in the perf_mmap_close() function

[GIT PULL for v5.10-rc1] media updates
 2020-10-12 11:41 UTC 

[PATCH v6 1/3] dt-bindings: mfd: mt6397: Add bindings for MT6392 PMIC
 2020-10-12 11:38 UTC  (3+ messages)
` [PATCH v6 2/3] dt-bindings: input: mtk-pmic-keys: add MT6392 binding definition
` [PATCH v6 3/3] mfd: mt6397: Add support for MT6392 pmic

[PATCH v2 0/5] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-12 11:37 UTC  (3+ messages)
` [PATCH v2 1/5] arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()

[PATCH v7 0/2] PCI: dwc: fix two MSI issues
 2020-10-12 11:37 UTC  (3+ messages)
` [PATCH v7 2/2] PCI: dwc: Fix MSI page leakage in suspend/resume

[PATCH V3 1/4] gpio: mxc: Support module build
 2020-10-12 11:35 UTC  (3+ messages)

[PATCH v5 1/3] dt-bindings: mfd: mt6397: Add bindings for MT6392 PMIC
 2020-10-12 11:32 UTC  (4+ messages)
` [PATCH v5 3/3] mfd: mt6397: Add support for MT6392 pmic

[PATCH] intel_idle: mention assumption that wbinvd is not needed
 2020-10-12 11:32 UTC  (4+ messages)

SD_LOAD_BALANCE
 2020-10-12 11:31 UTC  (9+ messages)

[PATCH] Documentation: kunit: Update Kconfig parts for KUNIT's module support
 2020-10-12 11:28 UTC  (2+ messages)

[PATCH 0/3] f_accessory upstream
 2020-10-12 11:29 UTC  (9+ messages)
` [PATCH 1/3] ANDROID: usb: gadget: f_accessory: Add Android Accessory function
` [PATCH 2/3] ANDROID: USB: f_accessory: Check dev pointer before decoding ctrl request
` [PATCH 3/3] ANDROID: usb: f_accessory: send uevent for 51,52 requests

[PATCH] MAINTAINERS: step down as maintainer of UniPhier SoCs and Denali driver
 2020-10-12 11:23 UTC  (2+ messages)

[PATCH] perf jevents: Fix event code for events referencing std arch events
 2020-10-12 11:24 UTC  (4+ messages)

[PATCH v2] arm64: dts: allwinner: beelink-gs1: Update LED power node
 2020-10-12 11:22 UTC  (2+ messages)

[PATCH v2 RESEND 1/2] dt-bindings: clock: mediatek: add bindings for MT8167 clocks
 2020-10-12 11:21 UTC  (2+ messages)
` [PATCH v2 RESEND 2/2] clk: mediatek: Add MT8167 clock support

[PATCH v2 0/3] [PATCH v2 0/3] [PATCH v2 0/3] net, mac80211, kernel: enable KCOV remote coverage collection for 802.11 frame handling
 2020-10-12 11:21 UTC  (4+ messages)

[PATCH v6 0/3] Add support for AMD PTDMA controller driver
 2020-10-12 11:19 UTC  (4+ messages)
` [PATCH v6 1/3] dmaengine: ptdma: Initial driver for the AMD PTDMA
` [PATCH v6 2/3] dmaengine: ptdma: register PTDMA controller as a DMA resource
` [PATCH v6 3/3] dmaengine: ptdma: Add debugfs entries for PTDMA information

[PATCH v2 1/2] MIPS: cpu-probe: move fpu probing/handling into its own file
 2020-10-12 11:17 UTC  (5+ messages)

[PATCH 00/25] ASoC: sun8i-codec: support for AIF2 and AIF3
 2020-10-12 11:17 UTC  (5+ messages)
` [PATCH 23/25] ASoC: sun8i-codec: Generalize AIF clock control

[GIT PULL] x86/core updates for v5.10
 2020-10-12 11:11 UTC 

[PATCH] arm:traps: Don't print stack or raw PC/LR values in backtraces
 2020-10-12 11:06 UTC  (6+ messages)

[GIT PULL] x86/asm updates for v5.10
 2020-10-12 11:05 UTC 

[PATCH v2 0/2] CPUFreq: Add support for cpu performance dependencies
 2020-10-12 11:05 UTC  (13+ messages)
` [PATCH v2 2/2] [RFC] CPUFreq: Add support for cpu-perf-dependencies

[PATCH -next v2] powerpc/mm: ptdump: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-10-12 11:02 UTC  (2+ messages)

[PATCH 1/2] kunit: Support for Parameterized Testing
 2020-10-12 11:00 UTC  (2+ messages)

[PATCH] spi: imx: Revert "spi: imx: enable runtime pm support"
 2020-10-12 10:59 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).