All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-12 15:52:23 to 2020-08-12 16:30:36 UTC [more...]

[PATCH v3 0/8] huge vmalloc mappings
 2020-08-12 16:18 UTC  (6+ messages)
` [PATCH v3 8/8] mm/vmalloc: Hugepage "

[PATCH 00/13] dt-bindings: yaml conversions of some simple ADC bindings
 2020-08-12 16:30 UTC  (5+ messages)
` [PATCH 08/13] dt-bindings: iio: adc: ti,adc12138 yaml conversion
` [PATCH 10/13] dt-bindings: iio: adc: ti,ads7950 binding conversion

[PATCH 01/11] dt-bindings: extcon: ptn5150: Convert binding to DT schema
 2020-08-12 16:29 UTC  (9+ messages)
` [PATCH 02/11] dt-bindings: extcon: ptn5150: Use generic "interrupts" property
` [PATCH 03/11] dt-bindings: extcon: ptn5150: Make 'vbus-gpios' optional
` [PATCH 04/11] extcon: ptn5150: Fix usage of atomic GPIO with sleeping GPIO chips
` [PATCH 06/11] extcon: ptn5150: Simplify getting vbus-gpios with flags
` [PATCH 07/11] extcon: ptn5150: Lower the noisiness of probe
` [PATCH 08/11] extcon: ptn5150: Check current USB mode when probing
` [PATCH 10/11] extcon: ptn5150: Reduce the amount of logs on deferred probe
` [PATCH 11/11] MAINTAINERS: Add entry for NXP PTN5150A CC driver

[PATCH 0/9] r8a774e1 add support for DU, HDMI and LVDS
 2020-08-12 16:29 UTC  (24+ messages)
` [PATCH 1/9] dt-bindings: display: renesas,du: Document r8a774e1 bindings
` [PATCH 2/9] drm: rcar-du: Add support for R8A774E1 SoC
` [PATCH 3/9] arm64: dts: renesas: r8a774e1: Populate DU device node
` [PATCH 4/9] dt-bindings: display: renesas,lvds: Document r8a774e1 bindings
` [PATCH 5/9] dt-bindings: display: renesas,dw-hdmi: Add r8a774e1 support
` [PATCH 6/9] arm64: dts: renesas: r8a774e1: Populate HDMI encoder node
` [PATCH 7/9] drm: rcar-du: lvds: Add support for R8A774E1 SoC

[PATCH v3 0/5] mm: memcg accounting of percpu memory
 2020-08-12 16:28 UTC  (10+ messages)
` [PATCH v3 4/5] mm: memcg: charge memcg percpu memory to the parent cgroup

[PATCH BlueZ] mesh: Fix encoding of Config Key Refresh Phase Status
 2020-08-12 16:28 UTC  (2+ messages)

[PATCH RFC russell-king 0/4] Support for RollBall 10G copper SFP modules
 2020-08-12 16:28 UTC  (15+ messages)
` [PATCH RFC russell-king 3/4] net: phy: marvell10g: change MACTYPE according to phydev->interface

[PATCH 00/44] SPMI patches needed by Hikey 970
 2020-08-12 16:28 UTC  (96+ messages)
` [PATCH 01/44] staging: spmi: add Hikey 970 SPMI controller driver
` [PATCH 02/44] staging: spmi: hisi-spmi-controller: coding style fixup
` [PATCH 03/44] staging: spmi: hisi-spmi-controller: fix it to probe successfully
` [PATCH 04/44] staging: spmi: hisi-spmi-controller: fix a typo
` [PATCH 05/44] staging: spmi: hisi-spmi-controller: adjust whitespaces at defines
` [PATCH 06/44] staging: spmi: hisi-spmi-controller: use le32 macros where needed
` [PATCH 07/44] staging: spmi: hisi-spmi-controller: add debug when values are read/write
` [PATCH 08/44] staging: spmi: hisi-spmi-controller: fix the dev_foo() logic
` [PATCH 09/44] staging: spmi: hisi-spmi-controller: add it to the building system
` [PATCH 10/44] staging: spmi: hisi-spmi-controller: do some code cleanups
` [PATCH 11/44] staging: mfd: add a PMIC driver for HiSilicon 6421 SPMI version
` [PATCH 12/44] staging: mfd: hi6421-spmi-pmic: get rid of unused code
` [PATCH 13/44] staging: mfd: hi6421-spmi-pmic: deal with non-static functions
` [PATCH 14/44] staging: mfd: hi6421-spmi-pmic: get rid of the static vars
` [PATCH 15/44] staging: mfd: hi6421-spmi-pmic: cleanup hi6421-spmi-pmic.h header
` [PATCH 16/44] staging: mfd: hi6421-spmi-pmic: change the binding logic
` [PATCH 17/44] staging: mfd: hi6421-spmi-pmic: get rid of unused OF properties
` [PATCH 18/44] staging: mfd: hi6421-spmi-pmic: cleanup "
` [PATCH 19/44] staging: mfd: hi6421-spmi-pmic: change namespace on its functions
` [PATCH 20/44] staging: mfd: hi6421-spmi-pmic: fix some coding style issues
` [PATCH 21/44] staging: mfd: hi6421-spmi-pmic: add it to the building system
` [PATCH 22/44] staging: mfd: hi6421-spmi-pmic: cleanup the code
` [PATCH 23/44] staging: regulator: add a regulator driver for HiSilicon 6421v600 SPMI PMIC
` [PATCH 24/44] staging: regulator: hi6421v600-regulator: get rid of unused code
` [PATCH 25/44] staging: regulator: hi6421v600-regulator: port it to upstream
` [PATCH 26/44] staging: regulator: hi6421v600-regulator: coding style fixups
` [PATCH 27/44] staging: regulator: hi6421v600-regulator: change the binding logic
` [PATCH 28/44] staging: regulator: hi6421v600-regulator: cleanup struct hisi_regulator
` [PATCH 29/44] staging: regulator: hi6421v600-regulator: cleanup debug messages
` [PATCH 30/44] staging: regulator: hi6421v600-regulator: use shorter names for OF properties
` [PATCH 31/44] staging: regulator: hi6421v600-regulator: better handle modes
` [PATCH 32/44] staging: regulator: hi6421v600-regulator: change namespace
` [PATCH 33/44] staging: regulator: hi6421v600-regulator: convert to use get/set voltage_sel
` [PATCH 34/44] staging: regulator: hi6421v600-regulator: don't use usleep_range for off_on_delay
` [PATCH 35/44] staging: regulator: hi6421v600-regulator: add a driver-specific debug macro
` [PATCH 36/44] staging: regulator: hi6421v600-regulator: initialize ramp_delay
` [PATCH 37/44] staging: regulator: hi6421v600-regulator: cleanup DT settings
` [PATCH 38/44] staging: regulator: hi6421v600-regulator: fix some coding style issues
` [PATCH 39/44] staging: regulator: hi6421v600-regulator: add it to the building system
` [PATCH 40/44] staging: regulator: hi6421v600-regulator: code cleanup
` [PATCH 41/44] staging: hikey9xx: add a TODO list
` [PATCH 42/44] MAINTAINERS: add an entry for HiSilicon 6421v600 drivers
` [PATCH 43/44] dt: document HiSilicon SPMI controller and mfd/regulator properties
` [PATCH 44/44] dt: hisilicon: add support for the PMIC found on Hikey 970

[PATCH v1] cpufreq: mediatek-hw: Add support for Mediatek cpufreq HW driver
 2020-08-12 16:26 UTC  (5+ messages)
` [PATCH v1 2/2] dt-bindings: cpufreq: add MediaTek cpufreq bindings

[PULL 0/3] Fixes 20200724 patches
 2020-08-12 16:26 UTC  (3+ messages)
` [PULL 3/3] configure: Allow to build tools without pixman

[PATCH v1 0/7] PHY: Prepare Cadence Torrent PHY driver to support multilink configurations
 2020-08-12 16:26 UTC  (3+ messages)
` [PATCH v1 7/7] dt-bindings: phy: cadence-torrent: Update Torrent PHY bindings for generic use

[Bug 1891354] [NEW] Heap-use-after-free in usb_packet_unmap
 2020-08-12 16:24 UTC  (2+ messages)

Flaw in "random32: update the net random state on interrupt and activity"
 2020-08-12 16:24 UTC  (4+ messages)

[PATCH] dt-bindings: pip command elaboration
 2020-08-12 16:24 UTC  (2+ messages)

[PATCH] of/address: check for invalid range.cpu_addr
 2020-08-12 16:23 UTC  (3+ messages)

[PATCH 0/11] renaming argv_array
 2020-08-12 16:23 UTC  (5+ messages)

[PATCH 1/2] avb: Make AVB independent of fastboot
 2020-08-12 16:22 UTC  (2+ messages)

FS-Cache for cifs
 2020-08-12 16:21 UTC  (4+ messages)

[PATCH testsuite v2 0/2] Run full testsuite on Fedora in Travis CI
 2020-08-12 16:21 UTC  (6+ messages)
` [PATCH testsuite v2 1/2] README: add perl-lib as a dependency

[PATCH 2/2] hw: ehci: check return value of 'usb_packet_map'
 2020-08-12 16:17 UTC 

dbus-sensors:hwmontemp: additional attribute proposal
 2020-08-12 16:19 UTC  (19+ messages)

[PATCH 0/2] hw: ehci: fix two minor issues
 2020-08-12 16:16 UTC 

[PATCH 1/2] hw: ehci: destroy sglist in error path
 2020-08-12 16:17 UTC 

[PATCH] test_cmp: diagnose incorrect arguments
 2020-08-12 16:15 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v6] fuse: Add support for passthrough read/write
 2020-08-12 16:14 UTC 

[PATCH v3] testsuite: App of gpio loopback/react benchmark
 2020-08-12 16:14 UTC  (9+ messages)

WARNING: kernel/rcu/tree.c:618 rcu_eqs_enter.isra.67+0xd8
 2020-08-12 16:13 UTC 

[RFC v4 00/14] QEMU cpus.c refactoring part2
 2020-08-12 16:12 UTC  (8+ messages)
` [RFC v4 03/14] cpus: extract out TCG-specific code to accel/tcg
` [RFC v4 05/14] cpus: extract out kvm-specific code to accel/kvm
` [RFC v4 11/14] hvf: remove hvf specific functions from global includes

[PATCH 1/2] PM / Domains: Add GENPD_FLAG_SUSPEND_ON flag
 2020-08-12 16:12 UTC  (3+ messages)

[PATCH v4] perf test: Introduce script for Arm CoreSight testing
 2020-08-12 16:12 UTC  (2+ messages)

[dpdk-dev] [PATCH 20.11 00/19] remove make support in DPDK
 2020-08-12 16:12 UTC  (10+ messages)
` [dpdk-dev] [PATCH 20.11 02/19] build: remove makefiles and mk directory

[PATCH v3 2/2] ASoC: Intel: Add period size constraint on strago board
 2020-08-12 16:08 UTC  (22+ messages)

[RFC v2] checkpatch: detect missing changes to trace-events
 2020-08-12 16:08 UTC  (3+ messages)

[dpdk-dev] [PATCH] maintainers: update Mellanox maintainers mail
 2020-08-12 16:08 UTC 

[Buildroot] [PATCH 1/1] package/sysklogd: bump to version 2.1.2
 2020-08-12 16:08 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 73d9d65bd3c318cfc4a4e34062bf26469b19d17c
 2020-08-12 16:07 UTC 

[PATCH] staging: rtl8723bs: os_dep: fix function-name print using __func__
 2020-08-12 16:07 UTC  (2+ messages)

[PATCH v2 0/8] multipath cleanups
 2020-08-12 16:07 UTC  (4+ messages)
` [PATCH v2 7/8] multipathd: unset mpp->hwe when removing map

[PATCH v2 0/4] Perf tool: Enable Arm arch timer counter and arm-spe's timestamp
 2020-08-12 16:06 UTC  (2+ messages)

What's cooking in git.git (Aug 2020, #01; Mon, 3)
 2020-08-12 16:06 UTC  (8+ messages)

[PATCH] clk: davinci: Use the correct size when allocating memory
 2020-08-12 16:06 UTC  (3+ messages)

EIO for removed redirected files?
 2020-08-12 16:05 UTC  (3+ messages)

Is the main memory pool same with the private heap?
 2020-08-12 16:03 UTC  (2+ messages)

[PATCH v32 0/6] Multicolor Framework v32
 2020-08-12 16:00 UTC  (9+ messages)
` [PATCH v32 2/6] leds: lp50xx: Add the LP50XX family of the RGB LED driver

Question about round-robin scheduling
 2020-08-12 16:00 UTC  (2+ messages)

[PATCH v2 00/13] clk/watchdog/ARM: Cleanup of various S3C bits
 2020-08-12 15:58 UTC  (10+ messages)
` [PATCH v2 13/13] ARM: s3c24xx: camif: include header with prototypes and unify declaration

[PATCH v2] module: Harden STRICT_MODULE_RWX
 2020-08-12 16:00 UTC  (11+ messages)

[RFC PATCH 1/2] opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFER
 2020-08-12 15:56 UTC  (5+ messages)

[PATCH] drm/amdgpu: revert "fix system hang issue during GPU reset"
 2020-08-12 15:55 UTC  (2+ messages)

[virtio] [PATCH RFC] VIRTIO_F_PARTIAL_ORDER for page fault handling
 2020-08-12 15:55 UTC  (7+ messages)
    ` [virtio-comment] RE: [virtio-dev] "
        ` [virtio] "
          ` [virtio-comment] "

[Buildroot] SSHD issue between 2015 and 2020 versions
 2020-08-12 15:54 UTC  (6+ messages)

[PATCH] docs/system/target-avr: Improve the AVR docs and add to MAINTAINERS
 2020-08-12 15:53 UTC 

[meta-oe][PATCH 1/1] mozjs: specify TMPDIR
 2020-08-12 15:53 UTC  (4+ messages)
` [oe] "

[PATCH v13 0/5] git-bugreport with fixed VS build
 2020-08-12 15:53 UTC  (3+ messages)
` [PATCH v13 2/5] bugreport: add tool to generate debugging info

[PATCH] iproute2: update to 5.8.0
 2020-08-12 15:52 UTC  (4+ messages)
` [OE-core] "

[RFC PATCH v5 00/11] Integrity Policy Enforcement LSM (IPE)
 2020-08-12 15:51 UTC  (21+ messages)
      ` [dm-devel] "


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.