public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-14 12:04:20 to 2020-04-14 13:47:54 UTC [more...]

[PATCH] mtd: Fix mtd not the same name not registered if nvmem
 2020-04-14 13:47 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] staging: android: ion: Skip sync if not mapped
 2020-04-14 13:46 UTC 

[PATCH V3 0/9] objtool changes to check retpoline code
 2020-04-14 13:44 UTC  (5+ messages)
` [PATCH V3 3/9] objtool: Add support for intra-function calls
` [PATCH V3 4/9] objtool: Handle return instruction with intra-function call

[PATCH V2 0/4] ARM: imx7ulp: support HSRUN mode
 2020-04-14 13:44 UTC  (2+ messages)

[PATCH] f2fs: prevent meta updates while checkpoint is in progress
 2020-04-14 13:44 UTC  (9+ messages)
          ` [f2fs-dev] "

lockdep warning in urb.c:363 usb_submit_urb
 2020-04-14 13:43 UTC  (3+ messages)

[PATCH] libertas: make lbs_init_mesh() void
 2020-04-14 13:41 UTC  (2+ messages)

decruft the vmalloc API v2
 2020-04-14 13:13 UTC  (30+ messages)
` [PATCH 01/29] x86/hyperv: use vmalloc_exec for the hypercall page
` [PATCH 02/29] x86: fix vmap arguments in map_irq_stack
` [PATCH 03/29] staging: android: ion: use vmap instead of vm_map_ram
` [PATCH 04/29] staging: media: ipu3: use vmap instead of reimplementing it
` [PATCH 05/29] dma-mapping: use vmap insted "
` [PATCH 06/29] powerpc: add an ioremap_phb helper
` [PATCH 07/29] powerpc: remove __ioremap_at and __iounmap_at
` [PATCH 08/29] mm: remove __get_vm_area
` [PATCH 09/29] mm: unexport unmap_kernel_range_noflush
` [PATCH 10/29] mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
` [PATCH 11/29] mm: only allow page table mappings for built-in zsmalloc
` [PATCH 12/29] mm: pass addr as unsigned long to vb_free
` [PATCH 13/29] mm: remove vmap_page_range_noflush and vunmap_page_range
` [PATCH 14/29] mm: rename vmap_page_range to map_kernel_range
` [PATCH 15/29] mm: don't return the number of pages from map_kernel_range{,_noflush}
` [PATCH 16/29] mm: remove map_vm_range
` [PATCH 17/29] mm: remove unmap_vmap_area
` [PATCH 18/29] mm: remove the prot argument from vm_map_ram
` [PATCH 19/29] mm: enforce that vmap can't map pages executable
` [PATCH 20/29] gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc
` [PATCH 21/29] mm: remove the pgprot argument to __vmalloc
` [PATCH 22/29] mm: remove the prot argument to __vmalloc_node
` [PATCH 23/29] mm: remove both instances of __vmalloc_node_flags
` [PATCH 24/29] mm: remove __vmalloc_node_flags_caller
` [PATCH 25/29] mm: switch the test_vmalloc module to use __vmalloc_node
` [PATCH 26/29] mm: remove vmalloc_user_node_flags
` [PATCH 27/29] arm64: use __vmalloc_node in arch_alloc_vmap_stack
` [PATCH 28/29] powerpc: use __vmalloc_node in alloc_vm_stack
` [PATCH 29/29] s390: use __vmalloc_node in stack_alloc

[RFC][PATCH 00/36] objtool: Make recordmcount a subcommand
 2020-04-14 13:41 UTC  (6+ messages)
` [RFC][PATCH 03/36] objtool: Enable compilation of objtool for all architectures

[PATCH 0/2] support to read and tune appraise mode in runtime
 2020-04-14 13:41 UTC  (4+ messages)

[PATCH 1/1] platform/chrome: chromeos_pstore: set user space log size
 2020-04-14 13:14 UTC  (2+ messages)

[PATCH 0/3] imx: drop dependency on ARM64
 2020-04-14 13:37 UTC  (3+ messages)
` [PATCH 2/3] clk: imx: drop the dependency on ARM64 for i.MX8M

[PATCH V3] clk: imx7ulp: make it easy to change ARM core clk
 2020-04-14 13:36 UTC  (2+ messages)

remove set_fs calls from the exec and coredump code v2
 2020-04-14 13:15 UTC  (3+ messages)
` [PATCH 4/8] binfmt_elf: open code copy_siginfo_to_user to kernelspace buffer

[RFC PATCH 00/13] Core scheduling v5
 2020-04-14 13:35 UTC  (3+ messages)
` [RFC PATCH 07/13] sched: Add core wide task selection and scheduling

[PATCH 1/2] dt-bindings: mailbox: imx-mu: correct example
 2020-04-14 13:24 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: imx8qxp: support scu mailbox channel

[PATCH V2] mailbox: imx-mailbox: fix scu msg header size check
 2020-04-14 13:34 UTC  (3+ messages)

[PATCH] media: Kconfig: Don't expose API options
 2020-04-14 13:34 UTC  (4+ messages)

[PATCH v2 00/33] iommu: Move iommu_group setup to IOMMU core code
 2020-04-14 13:15 UTC  (34+ messages)
` [PATCH v2 01/33] iommu: Move default domain allocation to separate function
` [PATCH v2 02/33] iommu: Add def_domain_type() callback in iommu_ops
` [PATCH v2 03/33] iommu/amd: Implement iommu_ops->def_domain_type call-back
` [PATCH v2 04/33] iommu/vt-d: Wire up iommu_ops->def_domain_type
` [PATCH v2 05/33] iommu/amd: Remove dma_mask check from check_device()
` [PATCH v2 06/33] iommu/amd: Return -ENODEV in add_device when device is not handled by IOMMU
` [PATCH v2 07/33] iommu: Add probe_device() and remove_device() call-backs
` [PATCH v2 08/33] iommu: Move default domain allocation to iommu_probe_device()
` [PATCH v2 09/33] iommu: Keep a list of allocated groups in __iommu_probe_device()
` [PATCH v2 10/33] iommu: Move new probe_device path to separate function
` [PATCH v2 11/33] iommu: Split off default domain allocation from group assignment
` [PATCH v2 12/33] iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device()
` [PATCH v2 13/33] iommu: Export bus_iommu_probe() and make is safe for re-probing
` [PATCH v2 14/33] iommu/amd: Remove dev_data->passthrough
` [PATCH v2 15/33] iommu/amd: Convert to probe/release_device() call-backs
` [PATCH v2 16/33] iommu/vt-d: "
` [PATCH v2 17/33] iommu/arm-smmu: "
` [PATCH v2 18/33] iommu/pamu: "
` [PATCH v2 19/33] iommu/s390: "
` [PATCH v2 20/33] iommu/virtio: "
` [PATCH v2 21/33] iommu/msm: "
` [PATCH v2 22/33] iommu/mediatek: "
` [PATCH v2 23/33] iommu/mediatek-v1 "
` [PATCH v2 24/33] iommu/qcom: "
` [PATCH v2 25/33] iommu/rockchip: "
` [PATCH v2 26/33] iommu/tegra: "
` [PATCH v2 27/33] iommu/renesas: "
` [PATCH v2 28/33] iommu/omap: Remove orphan_dev tracking
` [PATCH v2 29/33] iommu/omap: Convert to probe/release_device() call-backs
` [PATCH v2 30/33] iommu/exynos: Use first SYSMMU in controllers list for IOMMU core
` [PATCH v2 31/33] iommu/exynos: Convert to probe/release_device() call-backs
` [PATCH v2 32/33] iommu: Remove add_device()/remove_device() code-paths
` [PATCH v2 33/33] iommu: Unexport iommu_group_get_for_dev()

[PATCH v3] mm/ksm: Fix NULL pointer dereference when KSM zero page is enabled
 2020-04-14 13:29 UTC 

[RFC 0/6] Regressions for "imply" behavior change
 2020-04-14 13:29 UTC  (9+ messages)

[PATCH v19 00/18] Multicolor Framework (array edition)
 2020-04-14 13:23 UTC  (9+ messages)
` [PATCH v19 03/18] leds: Add multicolor ID to the color ID list
` [PATCH v19 04/18] leds: multicolor: Introduce a multicolor class definition

[PATCH 0/3] Add Reset and Wakeup support for CCS811
 2020-04-14 13:27 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: iio: chemical: Add binding for CCS811 VOC sensor
` [PATCH 2/3] iio: chemical: Add support for external Reset and Wakeup in CCS811

[PATCH v3 1/3] dt-bindings: net: bluetooth: Add rtl8723bs-bluetooth
 2020-04-14 13:26 UTC  (2+ messages)

[PATCH 5/8] staging: rtl8188eu: Remove function rtw_modular64()
 2020-04-14 13:25 UTC  (4+ messages)

[PATCH] platform/x86: intel_int0002_vgpio: Only bind to the INT0002 dev when using s2idle
 2020-04-14 13:24 UTC  (6+ messages)

[PATCH v2] drivers: counter: Add Cros EC Sync counter
 2020-04-14 13:21 UTC  (2+ messages)

[PATCH] irqchip/meson-gpio: Fix HARDIRQ-safe -> HARDIRQ-unsafe lock order
 2020-04-14 13:20 UTC  (2+ messages)

[RFC PATCH 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-04-14 13:20 UTC  (10+ messages)
  ` [RFC PATCH 33/34] iommu: Remove add_device()/remove_device() code-paths
  ` [RFC PATCH 31/34] iommu/exynos: Create iommu_device in struct exynos_iommu_owner
        ` [PATCH] iommu/exynos: Get rid of 'struct exynos_iommu_owner' exynos_iommu_owner

[PATCH v2] platform/x86: intel_int0002_vgpio: Only bind to the INT0002 dev when using s2idle
 2020-04-14 13:19 UTC 

[PATCH 0/2] KVM: arm64: vgic_irq: Fix memory leaks
 2020-04-14 13:15 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroy

[PATCH] platform/chrome: wilco_ec: Provide correct output format to 'h1_gpio' file
 2020-04-14 13:14 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/3] regulator: max77826: Add MAX77826 support
 2020-04-14 13:14 UTC  (3+ messages)

[PATCH 0/5] add RTT support for SAM9X60
 2020-04-14 13:12 UTC  (11+ messages)
` [PATCH 4/5] ARM: dts: sam9x60: add rtt

[RFC] staging: vt6656: Add formula to the vnt_rf_addpower function
 2020-04-14 13:12 UTC  (2+ messages)

[PATCH 1/2] drm/panfrost: missing remove opp table in case of failure
 2020-04-14 13:10 UTC  (10+ messages)
` [PATCH 2/2] drm/panfrost: add devfreq regulator support

[PATCH 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
 2020-04-14 13:06 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH] x86: microcode: fix return value for microcode late loading
 2020-04-14  9:55 UTC 

[regression 5.7-rc1] System does not power off, just halts
 2020-04-14 13:07 UTC  (5+ messages)

WARNING in plist_check_prev_next
 2020-04-14 13:06 UTC 

[RFC v1 0/5] GPU DVFS for Meson GXBB/GXL/GXM/G12A/G12B/SM1
 2020-04-14 13:05 UTC  (2+ messages)

[PATCH v2] mm: swap: use fixed-size readahead during swapoff
 2020-04-14 13:05 UTC  (5+ messages)

[PATCH v2] coresight: Fix support for sparsely populated ports
 2020-04-14 13:05 UTC 

[PATCH 00/10] KVM: selftests: Add KVM_SET_MEMORY_REGION tests
 2020-04-14 13:02 UTC  (6+ messages)
` [PATCH 01/10] KVM: selftests: Take vcpu pointer instead of id in vm_vcpu_rm()

[PATCH] perf stat: force error in fallback on :k events
 2020-04-14 13:02 UTC  (2+ messages)

[PATCH v2 0/4] huge vmalloc mappings
 2020-04-14 13:02 UTC  (9+ messages)
` [PATCH v2 4/4] mm/vmalloc: Hugepage "

[PATCH 0/2] clk: meson8b: allow the HDMI driver to manage "hdmi_sys"
 2020-04-14 13:01 UTC  (2+ messages)

[PATCH] mm/ksm: Fix kernel NULL pointer dereference at 0000000000000040
 2020-04-14 13:01 UTC  (5+ messages)
  ` [External] "

[PATCH] drm/dp_mst: Fix drm_dp_mst_topology.c selftest compilation warning
 2020-04-14 13:00 UTC  (4+ messages)

[PATCH v7 00/15] s390/vfio-ap: dynamic configuration support
 2020-04-14 12:58 UTC  (4+ messages)
` [PATCH v7 03/15] s390/zcrypt: driver callback to indicate resource in use

[PATCH 0/3][RFC v2] tools/power turbostat: Enable accumulated energy consumption for long time sampling
 2020-04-14 12:57 UTC  (4+ messages)
` [PATCH 1/3][RFC v2] tools/power turbostat: Make the energy variable to be 64 bit
` [PATCH 2/3][v2] tools/power turbostat: Introduce functions to accumulate RAPL consumption
` [PATCH 3/3][RFC v2] tools/power turbostat: Enable accumulate RAPL display

WARNING in hwsim_new_radio_nl
 2020-04-14 12:55 UTC  (4+ messages)

[PATCH] mmc: cqhci: Avoid false "cqhci: CQE stuck on" by not open-coding timeout loop
 2020-04-14 12:54 UTC  (2+ messages)

[PATCH resend v2] sched/debug: fix trival print task format
 2020-04-14 12:57 UTC 

[PATCH] ARM64: fixed dump_backtrace() when task running on another cpu
 2020-04-14 12:54 UTC  (3+ messages)
`  "

[PATCH 00/20] virtiofs: Add DAX support
 2020-04-14 12:54 UTC  (4+ messages)
` [PATCH 13/20] fuse, dax: Implement dax read/write operations

[PATCH 1/2] ARM: dts: imx7: Correct CPU supply name
 2020-04-14 12:54 UTC  (2+ messages)

[PATCH] objtool: Fix off-by-one in symbol_by_offset()
 2020-04-14 12:53 UTC 

[RESEND v6 0/3] Add support for CellWise cw2015 fuel gauge
 2020-04-14 12:52 UTC  (4+ messages)
` [RESEND v6 1/3] dt-bindings: Document cellwise vendor-prefix
` [RESEND v6 2/3] dt-bindings: power: supply: add cw2015_battery bindings
` [RESEND v6 3/3] power: supply: add CellWise cw2015 fuel gauge driver

[PATCH 1/2] arm64: dts: imx8mm-evk: Add secondary cpus supply
 2020-04-14 12:53 UTC  (2+ messages)

[PATCH 0/4] Move tx-deempth and tx swing to pci.txt
 2020-04-14 12:51 UTC  (4+ messages)
` [PATCH 1/4] devicetree: bindings: pci: document tx-deempth tx swing and rx-eq property
    ` R: "

[PATCH] perf data: if a bad header size, retry in pipe mode
 2020-04-14 12:51 UTC  (2+ messages)

[PATCH] rtw88: avoid unused function warnings
 2020-04-14 12:49 UTC  (2+ messages)

[PATCH v2] EDAC, xgene: remove set but not used 'address'
 2020-04-14 12:47 UTC  (2+ messages)

generic DMA bypass flag v3
 2020-04-14 12:47 UTC  (6+ messages)
` [PATCH 1/4] dma-mapping: move the remaining DMA API calls out of line
` [PATCH 2/4] dma-mapping: inline the fast path dma-direct calls
` [PATCH 3/4] dma-mapping: add a dma_ops_bypass flag to struct device
` [PATCH 4/4] powerpc: use the generic dma_ops_bypass mode

[PATCH 0/4] Capacity awareness for SCHED_DEADLINE
 2020-04-14 12:45 UTC  (6+ messages)
` [PATCH 1/4] sched/topology: Store root domain CPU capacity sum

[PATCH] csky: Fixup perf probe -x hungup
 2020-04-14 12:41 UTC 

[PATCH] x86/32: Remove CONFIG_DOUBLEFAULT
 2020-04-14 12:41 UTC  (2+ messages)
` [tip: x86/asm] "

[PATCH 0/5] Improving the situation regarding RGB quantization ranges
 2020-04-14 12:41 UTC  (8+ messages)
` [PATCH 1/5] drm/modes: Indicate CEA-861 CE modes to user-space
` [PATCH 5/5] drm/i915: Replace "Broadcast RGB" with "RGB quantization range" property

[PATCH] arm64: panic on synchronous external abort in kernel context
 2020-04-14 12:39 UTC  (5+ messages)

[V3 0/3] Fixed dump_backtrace() when task running on another cpu
 2020-04-14 12:36 UTC  (4+ messages)
` [V3 1/3] ARM64:fixed "
` [V3 2/3] sched:add task_running()
` [V3 3/3] sched:rename task_running() and to task_running_on_rq

[PATCH 0/4] remoteproc: Refactor function rproc_alloc()
 2020-04-14 12:36 UTC  (5+ messages)
` [PATCH 2/4] remoteproc: Split firmware name allocation from rproc_alloc()

[PATCH 1/2] staging: rtl8192u: Refactoring setKey function
 2020-04-14 12:33 UTC  (2+ messages)

[PATCH] firmware: qcom_scm: fix bogous abuse of dma-direct internals
 2020-04-14 12:31 UTC 

[PATCH v1 0/6] platform/x86: intel_cht_int33fe: clean up series
 2020-04-14 12:31 UTC  (4+ messages)

[BUG] PCI: rockchip: rk3399: pcie switch support
 2020-04-14 12:28 UTC  (5+ messages)

[PATCH 4/4] remoteproc: Get rid of tedious error path
 2020-04-14 12:27 UTC  (2+ messages)

[PATCH] gpiolib: don't call sleeping functions with a spinlock taken
 2020-04-14 12:26 UTC  (3+ messages)

[PATCH 1/4] remoteproc: Fix a bug in rproc_alloc()
 2020-04-14 12:27 UTC  (2+ messages)

[PATCH] ASoC: tas571x: disable regulators on failed probe
 2020-04-14 12:25 UTC  (2+ messages)
`  "

[PATCH] net/3com/3c515: Fix MODULE_ARCH_VERMAGIC redefinition
 2020-04-14 12:23 UTC  (7+ messages)

[PATCH v2 1/2] iio: at91-sama5d2_adc: split at91_adc_current_chan_is_touch() helper
 2020-04-14 12:22 UTC  (3+ messages)

[PATCH v6 0/3] powerpc/powernv: Introduce interface for self-restore support
 2020-04-14 12:18 UTC  (6+ messages)
` [PATCH v6 2/3] powerpc/powernv: Introduce support and parsing for self-save API

[PATCH] KVM: handle the right RAS SEA(Synchronous External Abort) type
 2020-04-14 12:18 UTC  (2+ messages)

[PATCH] iwlwifi: actually check allocated conf_tlv pointer
 2020-04-14 12:14 UTC  (5+ messages)

[PATCH] usb: typec: tcpm: remove tcpm_altmode_ops and associations
 2020-04-14 12:10 UTC  (2+ messages)

[RFC] autonuma: Support to scan page table asynchronously
 2020-04-14 12:06 UTC  (2+ messages)

[PATCH 0/2] mm: Two small fixes for recent syzbot reports
 2020-04-14 12:05 UTC  (3+ messages)

[PATCH v4 RESEND 0/2] vfs: have syncfs() return error when there are writeback errors
 2020-04-14 12:04 UTC  (3+ messages)
` [PATCH v4 RESEND 1/2] vfs: track per-sb writeback errors and report them to syncfs
` [PATCH v4 RESEND 2/2] buffer: record blockdev write errors in super_block that it backs

[PATCH v1] usb: typec: tcpm: Ignore CC and vbus changes in PORT_RESET change
 2020-04-14 12:04 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