linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-15 16:03:38 to 2020-04-15 17:28:42 UTC [more...]

[PATCH v3 00/12] Rework READ_ONCE() to improve codegen
 2020-04-15 17:28 UTC  (15+ messages)
` [PATCH v3 01/12] compiler/gcc: Emit build-time warning for GCC prior to version 4.8
` [PATCH v3 02/12] netfilter: Avoid assigning 'const' pointer to non-const pointer
` [PATCH v3 03/12] net: tls: "
` [PATCH v3 04/12] fault_inject: Don't rely on "return value" from WRITE_ONCE()
` [PATCH v3 05/12] arm64: csum: Disable KASAN for do_csum()
` [PATCH v3 06/12] READ_ONCE: Simplify implementations of {READ,WRITE}_ONCE()
` [PATCH v3 07/12] READ_ONCE: Enforce atomicity for {READ,WRITE}_ONCE() memory accesses
` [PATCH v3 08/12] READ_ONCE: Drop pointer qualifiers when reading from scalar types
` [PATCH v3 09/12] locking/barriers: Use '__unqual_scalar_typeof' for load-acquire macros
` [PATCH v3 10/12] arm64: barrier: Use '__unqual_scalar_typeof' for acquire/release macros
` [PATCH v3 11/12] compiler/gcc: Raise minimum GCC version for kernel builds to 4.8
` [PATCH v3 12/12] gcov: Remove old GCC 3.4 support

[PATCHv2 0/3] Add multiple AUO panels
 2020-04-15 17:27 UTC  (4+ messages)
` [PATCHv2 1/3] drm/panel: simple: Add support for AUO G190EAN01 panel
` [PATCHv2 2/3] drm/panel: simple: Add support for AUO G156XTN01.0 panel
` [PATCHv2 3/3] drm/panel: simple: Add support for AUO G121EAN01.4 panel

[PATCH RFC 0/8] Enable ext4 support for per-file/directory DAX operations
 2020-04-15 17:27 UTC  (4+ messages)
` [PATCH RFC 3/8] fs/ext4: Disallow encryption if inode is DAX

[PATCH 1/1] KVM: pass through CPUID(0x80000006)
 2020-04-15 17:27 UTC  (4+ messages)

[PATCH v2] dmaengine: dw-edma: Decouple dw-edma-core.c from struct pci_dev
 2020-04-15 17:27 UTC 

[PATCH v6 0/8] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2020-04-15 17:26 UTC  (3+ messages)
` [PATCH v6 4/8] drm: imx: Add i.MX 6 MIPI DSI host platform driver

[PATCH RFC] dmaengine: dw-edma: Decouple dw-edma-core.c from struct pci_dev
 2020-04-15 17:24 UTC  (3+ messages)

[PATCH tip/core/rcu 0/3] RCU stall-warning updates for v5.8
 2020-04-15 17:24 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/3] rcu: Use data_race() for RCU expedited CPU stall-warning prints
` [PATCH tip/core/rcu 2/3] rcu: When GP kthread is starved, tag idle threads as false positives
` [PATCH tip/core/rcu 3/3] rcu: Remove self-stack-trace when all quiescent states seen

[PATCH AUTOSEL 5.6 001/129] drm/ttm: flush the fence on the bo after we individualize the reservation object
 2020-04-15 17:22 UTC  (6+ messages)
` [PATCH AUTOSEL 5.6 068/129] slcan: Don't transmit uninitialized stack data in padding
` [PATCH AUTOSEL 5.6 084/129] drm/nouveau: workaround runpm fail by disabling PCI power management on certain intel bridges

[PATCH 00/20] virtiofs: Add DAX support
 2020-04-15 17:22 UTC  (7+ messages)
` [PATCH 20/20] fuse,virtiofs: Add logic to free up a memory range

[PATCH tip/core/rcu 0/19] Miscellaneous fixes for v5.8
 2020-04-15 17:21 UTC  (21+ messages)
` [PATCH tip/core/rcu 01/19] rcu: Add KCSAN stubs
` [PATCH tip/core/rcu 02/19] srcu: "
` [PATCH tip/core/rcu 03/19] rcu: Mark rcu_state.ncpus to detect concurrent writes
` [PATCH tip/core/rcu 04/19] rcu: Add *_ONCE() and data_race() to rcu_node ->exp_tasks plus locking
` [PATCH tip/core/rcu 05/19] rcu: Add READ_ONCE and data_race() to rcu_node ->boost_tasks
` [PATCH tip/core/rcu 06/19] srcu: Add data_race() to ->srcu_lock_count and ->srcu_unlock_count arrays
` [PATCH tip/core/rcu 07/19] rcu: Add WRITE_ONCE() to rcu_node ->boost_tasks
` [PATCH tip/core/rcu 08/19] rcu: Use data_race() for RCU CPU stall-warning prints
` [PATCH tip/core/rcu 09/19] drm: Make drm_dp_mst_dsc_aux_for_port() safe for old compilers
` [PATCH tip/core/rcu 10/19] rcu: Expedite first two FQS scans under callback-overload conditions
` [PATCH tip/core/rcu 11/19] rcu: Fix the (t=0 jiffies) false positive
` [PATCH tip/core/rcu 12/19] Revert "rculist: Describe variadic macro argument in a Sphinx-compatible way"
` [PATCH tip/core/rcu 13/19] rcu: Get rid of some doc warnings in update.c
` [PATCH tip/core/rcu 14/19] rcu: Mark rcu_state.gp_seq to detect more concurrent writes
` [PATCH tip/core/rcu 15/19] rcu: Replace assigned pointer ret value by corresponding boolean value
` [PATCH tip/core/rcu 16/19] rcu: Replace 1 by true
` [PATCH tip/core/rcu 17/19] rcu: Convert ULONG_CMP_GE() to time_after() for jiffy comparison
` [PATCH tip/core/rcu 18/19] rcu: Convert rcu_initiate_boost() ULONG_CMP_GE() to time_after()
` [PATCH tip/core/rcu 19/19] rcu: Convert rcu_nohz_full_cpu() ULONG_CMP_LT() to time_before()

[RFC PATCH v7 0/9] Add Tegra driver for video capture
 2020-04-15 17:21 UTC  (5+ messages)
` [RFC PATCH v7 6/9] media: tegra: Add Tegra210 Video input driver

[PATCH v3 0/3] lib/vsprintf: Introduce %ptT for time64_t
 2020-04-15 17:20 UTC  (5+ messages)
` [PATCH v3 1/3] lib/vsprintf: Print time64_t in human readable format
` [PATCH v3 2/3] ARM: bcm2835: Switch to use %ptT
` [PATCH v3 3/3] [media] usb: pulse8-cec: "

[PATCH tip/core/rcu 0/4] kfree_rcu() updates for v5.8
 2020-04-15 17:19 UTC  (5+ messages)
` [PATCH tip/core/rcu 1/4] rcuperf: Add ability to increase object allocation size
` [PATCH tip/core/rcu 2/4] rcu/tree: Add a shrinker to prevent OOM due to kfree_rcu() batching
` [PATCH tip/core/rcu 3/4] rcu/tree: Count number of batched kfree_rcu() locklessly
` [PATCH tip/core/rcu 4/4] rcu: Add rcu_gp_might_be_stalled()

[PATCH v2 0/6] remoteproc: qcom: Add callbacks for remoteproc events
 2020-04-15 17:16 UTC  (7+ messages)
` [PATCH v2 1/6] remoteproc: sysmon: Add ability to send type of notification
` [PATCH v2 2/6] remoteproc: sysmon: Add notifications for events
` [PATCH v2 3/6] remoteproc: sysmon: Inform current rproc about all active rprocs

[PATCH v6 00/12] ARM/MIPS: DTS: add child nodes describing the PVRSGX GPU present in some OMAP SoC and JZ4780 (and many more)
 2020-04-15 17:13 UTC  (11+ messages)
` [PATCH v6 01/12] dt-bindings: add img,pvrsgx.yaml for Imagination GPUs
      ` [PATCH v6 01/12] dt-bindings: add img, pvrsgx.yaml "

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

What's a good default TTL for DNS keys in the kernel
 2020-04-15 17:07 UTC  (3+ messages)

[PATCH v9 0/6] Add battery charger driver support for MP2629
 2020-04-15 17:05 UTC  (10+ messages)
` [PATCH v9 1/6] dt-bindings: mfd: add document bindings for mp2629
` [PATCH v9 2/6] mfd: mp2629: Add support for mps battery charger
` [PATCH v9 3/6] iio: adc: mp2629: Add support for mp2629 ADC driver
` [PATCH v9 4/6] power: supply: Add support for mps mp2629 battery charger
` [PATCH v9 5/6] power: supply: mp2629: Add impedance compenstation config
` [PATCH v9 6/6] MAINTAINERS: Add entry for mp2629 Battery Charger driver

[PATCH v3 1/2] soc: qcom: rpmh-rsc: Factor "tcs_reg_addr" and "tcs_cmd_addr" calculation
 2020-04-15 17:00 UTC  (2+ messages)
` [PATCH v3 2/2] soc: qcom: rpmh-rsc: Timeout after 1 second in write_tcs_reg_sync()

[PATCH 0/8] Relax sanity checking for mismatched AArch32 EL1
 2020-04-15 17:00 UTC  (4+ messages)
` [PATCH 3/8] arm64: cpufeature: Add CPU capability for AArch32 EL1 support

[PATCH] tools/power/x86/intel-speed-select: Fix CLX-N package information output
 2020-04-15 16:59 UTC  (3+ messages)

[PATCH v2 1/6] dt-bindings: crypto: fsl-sec4: add snvs clock to pwrkey
 2020-04-15 16:57 UTC  (6+ messages)
` [PATCH v2 6/6] Input: snvs_pwrkey - only IRQ_HANDLED for our own events

[PATCH] perf stat: Honour --timeout for forked workloads
 2020-04-15 16:46 UTC  (3+ messages)

[PATCH v2] kernel: audit.c: Add __rcu notation to RCU pointer
 2020-04-15 16:53 UTC  (6+ messages)

[PATCH 5/5] drivers: uio: new driver for fsl_85xx_cache_sram
 2020-04-15 16:52 UTC  (7+ messages)
` [PATCH v2,0/5] drivers: uio: new driver uio_fsl_85xx_cache_sram
  ` [PATCH v2,1/5] powerpc: 85xx: make FSL_85XX_CACHE_SRAM configurable
  ` [PATCH v2,5/5] drivers: uio: new driver for fsl_85xx_cache_sram

WARNING in bpf_cgroup_link_release
 2020-04-15 16:51 UTC  (3+ messages)

[PATCH][RESEND] arm64: dts: imx8mm: fix dma peripheral type for SAI nodes
 2020-04-15 16:49 UTC 

[PATCH] PCI: tegra: Fix reporting GPIO error value
 2020-04-15 16:49 UTC  (4+ messages)

[PATCHv7 0/5] clk: agilex: add clock driver
 2020-04-15 16:46 UTC  (6+ messages)
` [PATCHv7 1/5] clk: socfpga: stratix10: use new parent data scheme
` [PATCHv7 2/5] clk: socfpga: remove clk_ops enable/disable methods
` [PATCHv7 3/5] clk: socfpga: add const to _ops data structures
` [PATCHv7 4/5] dt-bindings: documentation: add clock bindings information for Agilex
` [PATCHv7 5/5] clk: socfpga: agilex: add clock driver for the Agilex platform

[ANNOUNCE] exfat-utils-1.0.1 initial version released
 2020-04-15 16:47 UTC  (2+ messages)

[PATCH RT] signal: Prevent double-free of user struct
 2020-04-15 16:46 UTC  (2+ messages)

[PATCH 0/7] SDHCI clock handling fixes and cleanups
 2020-04-15 16:45 UTC  (10+ messages)
` [PATCH 1/7] mmc: sdhci: fix base clock usage in preset value
` [PATCH 4/7] mmc: sdhci: move SDHCI_QUIRK2_CLOCK_DIV_ZERO_BROKEN frequency limit
` [PATCH 5/7] mmc: sdhci: simplify clock frequency calculation

[PATCH] firmware: Drop unused pages field from struct firmware
 2020-04-15 16:45 UTC 

[PATCH] test_firmware: remove unnecessary test_fw_mutex in test_dev_config_show_xxx
 2020-04-15 16:44 UTC  (4+ messages)

[PATCH 00/21] DVFS for IO devices on sdm845 and sc7180
 2020-04-15 16:43 UTC  (4+ messages)
` [PATCH 13/21] mmc: sdhci-msm: Use OPP API to set clk/perf state

[PATCH v4 0/9] x86: Easy way of detecting MS Surface 3
 2020-04-15 16:43 UTC  (4+ messages)
` [PATCH v4 8/9] ASoC: rt5645: Switch DMI table match to a test of variable

[PATCH 0/4] Capacity awareness for SCHED_DEADLINE
 2020-04-15 16:42 UTC  (6+ messages)
` [PATCH 3/4] sched/deadline: Make DL capacity-aware

[PATCH v2 0/6] arm64: add the time namespace support
 2020-04-15 16:35 UTC  (6+ messages)

[PATCH RT] printk: console must not schedule for drivers
 2020-04-15 16:34 UTC  (2+ messages)

[PATCH 0/7] livepatch,module: Remove .klp.arch and module_disable_ro()
 2020-04-15 16:33 UTC  (16+ messages)
` [PATCH 1/7] livepatch: Apply vmlinux-specific KLP relocations early
` [PATCH 6/7] livepatch: Remove module_disable_ro() usage

[RFC PATCH 00/13] Core scheduling v5
 2020-04-15 16:32 UTC  (3+ messages)

[PATCH] sched/core: Fix reset-on-fork from RT with uclamp
 2020-04-15 16:31 UTC  (4+ messages)

[PATCH] dynamic_debug: Add an option to enable dynamic debug for modules only
 2020-04-15 16:31 UTC  (2+ messages)

[PATCH v2 0/2] NVIDIA Tegra I2C synchronization correction
 2020-04-15 16:31 UTC  (8+ messages)
` [PATCH v2 1/2] i2c: tegra: Better handle case where CPU0 is busy for a long time
` [PATCH v2 2/2] i2c: tegra: Synchronize DMA before termination

[PATCH -next] kvm/svm: disable KCSAN for svm_vcpu_run()
 2020-04-15 16:30 UTC  (3+ messages)

Add Mediatek MMDVFS driver
 2020-04-15 16:30 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: soc: mediatek: Add document for mmdvfs driver

[PATCH] regulator: use consumer->supply_name in debugfs/regulator_summary
 2020-04-15 16:28 UTC  (2+ messages)

[RFC PATCH v3 00/12] Integrity Policy Enforcement LSM (IPE)
 2020-04-15 16:25 UTC  (13+ messages)
` [RFC PATCH v3 01/12] scripts: add ipe tooling to generate boot policy
` [RFC PATCH v3 02/12] security: add ipe lsm evaluation loop and audit system
` [RFC PATCH v3 03/12] security: add ipe lsm policy parser and policy loading
` [RFC PATCH v3 04/12] ipe: add property for trust of boot volume
` [RFC PATCH v3 05/12] fs: add security blob and hooks for block_device
` [RFC PATCH v3 06/12] dm-verity: move signature check after tree validation
` [RFC PATCH v3 07/12] dm-verity: add bdev_setsecurity hook for dm-verity signature
` [RFC PATCH v3 08/12] ipe: add property for signed dmverity volumes
` [RFC PATCH v3 09/12] dm-verity: add bdev_setsecurity hook for root-hash
` [RFC PATCH v3 10/12] ipe: add property for dmverity roothash
` [RFC PATCH v3 11/12] documentation: add ipe documentation
` [RFC PATCH v3 12/12] cleanup: uapi/linux/audit.h

[PATCH v5 0/5] ov5645: Deprecate usage of the clock-frequency
 2020-04-15 16:27 UTC  (9+ messages)
` [PATCH v5 2/5] media: i2c: ov5645: Drop reading clock-frequency dt-property

[PATCH 1/2] remoteproc: imx_rproc: dummy kick method
 2020-04-15 16:26 UTC  (4+ messages)
` [PATCH v2 0/3] remoteproc: imx_rproc: add virtio support

[PATCH pinctrl REGRESSION] Revert "pinctrl: mvebu: armada-37xx: use use platform api"
 2020-04-15 16:26 UTC  (5+ messages)

[RFC] staging: vt6656: Add formula to the vnt_rf_addpower function
 2020-04-15 16:25 UTC  (3+ messages)

[PATCH v1] i2c: img-scb: remove duplicate dev_err()
 2020-04-15 16:24 UTC  (5+ messages)
  `  "

[PATCH 0/2] mm: Two small fixes for recent syzbot reports
 2020-04-15 16:23 UTC  (10+ messages)

[RFC PATCH] powerpc/lib: Fixing use a temporary mm for code patching
 2020-04-15 16:22 UTC  (4+ messages)

[PATCH v2] i2c: cadence: Added slave support
 2020-04-15 16:22 UTC  (4+ messages)

[PATCH v5 0/2] vfs: have syncfs() return error when there are writeback errors
 2020-04-15 16:22 UTC  (4+ messages)
` [PATCH v5 2/2] buffer: record blockdev write errors in super_block that it backs

[PATCH v2] kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place
 2020-04-15 16:20 UTC  (2+ messages)

[PATCH v4 0/3] media: ov8856: Add devicetree support
 2020-04-15 16:21 UTC  (4+ messages)
` [PATCH v7 1/3] media: dt-bindings: ov8856: Document YAML bindings

[PATCH v2 1/2] dt-bindings: vendor-prefixes: Add Check Point
 2020-04-15 16:18 UTC  (2+ messages)

[PATCH 0/8] PCI: aardvark: Fix support for Turris MOX and Compex wifi cards
 2020-04-15 16:18 UTC  (6+ messages)
` [PATCH 5/8] PCI: aardvark: Set final controller speed based on negotiated link speed
` [PATCH 6/8] PCI: aardvark: Add support for issuing PERST via GPIO
` [PATCH 7/8] dts: aardvark: Route pcie reset pin to gpio function and define reset-gpios for pcie
` [PATCH 8/8] PCI: aardvark: Add FIXME for code which access PCIE_CORE_CMD_STATUS_REG

[RESEND v6 0/3] Add support for CellWise cw2015 fuel gauge
 2020-04-15 16:19 UTC  (4+ messages)
` [RESEND v6 2/3] dt-bindings: power: supply: add cw2015_battery bindings

[PATCH] dt-bindings: dma: uniphier-xdmac: switch to single reg region
 2020-04-15 16:17 UTC  (2+ messages)

[PATCH v5 0/5] kselftest: add fixture parameters
 2020-04-15 16:17 UTC  (3+ messages)

linux-next: Tree for Apr 15
 2020-04-15 16:16 UTC  (2+ messages)
` linux-next: Tree for Apr 15 (vdpa)

[PATCH v6 1/3] media: dt-bindings: ov8856: Document YAML bindings
 2020-04-15 16:16 UTC  (11+ messages)

[PATCH] include/linux/dmaengine: Typos fixes in API documentation
 2020-04-15 16:15 UTC  (2+ messages)

[PATCH 00/20] staging: wfx: simplify filtering
 2020-04-15 16:11 UTC  (21+ messages)
` [PATCH 01/20] staging: wfx: update filtering even if not connected
` [PATCH 02/20] staging: wfx: simplify wfx_update_filtering()
` [PATCH 03/20] staging: wfx: rework wfx_configure_filter()
` [PATCH 04/20] staging: wfx: simplify handling of beacon filter during join process
` [PATCH 05/20] staging: wfx: wfx_update_filtering_work() is no more used
` [PATCH 06/20] staging: wfx: do not wait for a dtim before associate
` [PATCH 07/20] staging: wfx: disabling beacon filtering after hif_reset() is useless
` [PATCH 08/20] staging: wfx: do not use built-in AUTO_ERP feature
` [PATCH 09/20] staging: wfx: stop changing filtering rule in wfx_hw_scan()
` [PATCH 10/20] staging: wfx: ensure that probe requests are filtered when AP
` [PATCH 11/20] staging: wfx: drop useless wfx_fwd_probe_req()
` [PATCH 12/20] staging: wfx: align semantic of beacon filter with other filters
` [PATCH 13/20] staging: wfx: align semantic of probe request "
` [PATCH 14/20] staging: wfx: drop struct wfx_grp_addr_table
` [PATCH 15/20] staging: wfx: drop useless call to hif_set_rx_filter()
` [PATCH 16/20] staging: wfx: drop useless attributes 'filter_prbreq' and 'filter_bssid'
` [PATCH 17/20] staging: wfx: split out wfx_filter_beacon()
` [PATCH 18/20] staging: wfx: drop useless filter update when starting AP
` [PATCH 19/20] staging: wfx: drop useless attribute 'filter_mcast'
` [PATCH 20/20] staging: wfx: update TODO

[PATCH v2] KVM/arm64: Support enabling dirty log gradually in small chunks
 2020-04-15 16:13 UTC  (2+ messages)

[PATCH] ACPICA: make acpi_protocol_lengths static
 2020-04-15 16:09 UTC  (2+ messages)

[PATCH v1] i2c: busses: convert to devm_platform_get_and_ioremap_resource
 2020-04-15 16:07 UTC  (3+ messages)

[PATCH] dmaengine: ti: k3-psil: fix deadlock on error path
 2020-04-15 16:05 UTC  (2+ messages)

[RFC PATCH 1/4] bus: fsl-mc: add custom .dma_configure implementation
 2020-04-15 16:04 UTC  (6+ messages)

[PATCH] dt-bindings: timer: renesas: tmu: Convert to json-schema
 2020-04-15 16:03 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).