All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-07 09:32:56 to 2018-10-07 10:41:14 UTC [more...]

[PATCH V7 00/20] C-SKY(csky) Linux Kernel Port
 2018-10-07 10:41 UTC  (2+ messages)

Two partitionless BTRFS drives no longer seen as containing BTRFS filesystem
 2018-10-07 10:39 UTC  (11+ messages)

[PATCH] iommu: Do physical merging in iommu_map_sg()
 2018-10-07 10:38 UTC  (4+ messages)

[Outreachy kernel][PATCH v6] staging:comedi:comedi_pci.h Prefer a maximum 75 chars per line
 2018-10-07 10:37 UTC 

PMTU discovery broken in Linux for UDP/raw application if the socket is not bound to a device
 2018-10-07  3:28 UTC 

cron job: media_tree daily build: ERRORS
 2018-10-07  3:24 UTC 

MoM of openbmc Test Work group meeting on 4 Oct 2018
 2018-10-07 10:28 UTC 

[U-Boot] [PATCH v2 00/33] TF-A Boot support for NXP Chassis 2 platforms
 2018-10-07 10:21 UTC  (30+ messages)
` [U-Boot] [PATCH v2 01/33] move data structure out of cpu.h
` [U-Boot] [PATCH v2 02/33] env: allow flash and nand env driver to compile together
` [U-Boot] [PATCH v2 03/33] env: sf: define API to override sf environment address
` [U-Boot] [PATCH v2 04/33] env: nand: remove unnecessary env_ptr definition
` [U-Boot] [PATCH v2 05/33] driver/ifc: replace __ilog2 with LOG2 macro
` [U-Boot] [PATCH v2 06/33] armv8: layerscape: Enable routing SError exception
` [U-Boot] [PATCH v2 07/33] armv8: fsl-layerscape: change tlb base from OCRAM to DDR in EL < 3
` [U-Boot] [PATCH v2 08/33] drivers: ifc: dynamic chipselect mapping support
` [U-Boot] [PATCH v2 09/33] armv8: fsl-layerscape: identify boot source from PORSR register
` [U-Boot] [PATCH v2 10/33] armv8: layerscape: remove EL3 specific erratas for TFABOOT
` [U-Boot] [PATCH v2 11/33] armv8: fsl-layerscape: bootcmd identification "
` [U-Boot] [PATCH v2 12/33] armv8: layerscape: secure boot support for environment selection
` [U-Boot] [PATCH v2 13/33] armv8: layerscape: add SMC calls for DDR size and bank info
` [U-Boot] [PATCH v2 14/33] armv8: layerscape: skip OCRAM init for TFABOOT
` [U-Boot] [PATCH v2 15/33] armv8: fsl-layerscape: Update parsing boot source
` [U-Boot] [PATCH v2 16/33] armv8: fsl-layerscape: add support of MC framework for TFA
` [U-Boot] [PATCH v2 17/33] armv8: sec_firmware: change el2_to_aarch32 SMC ID
` [U-Boot] [PATCH v2 18/33] armv8: sec_firmware: return job ring status as true in TFABOOT
` [U-Boot] [PATCH v2 19/33] net: fm: add TFABOOT support
` [U-Boot] [PATCH v2 20/33] drivers: qe: "
` [U-Boot] [PATCH v2 21/33] armv8: ls1046ardb: Add "
` [U-Boot] [PATCH v2 22/33] armv8: ls1046ardb: Add TFABOOT defconfig for secure boot
` [U-Boot] [PATCH v2 23/33] armv8: ls1046aqds: Add TFABOOT support
` [U-Boot] [PATCH v2 24/33] armv8: ls1046aqds: Add TFABOOT defconfig for secure boot
` [U-Boot] [PATCH v2 25/33] armv8: ls1043ardb: Add TFABOOT support
` [U-Boot] [PATCH v2 26/33] armv8: ls1043ardb: Add TFABOOT defconfig for secure boot
` [U-Boot] [PATCH v2 27/33] armv8: ls1043aqds: Add TFABOOT support
` [U-Boot] [PATCH v2 28/33] armv8: ls1043aqds: Add TFABOOT defconfig for secure boot
` [U-Boot] [PATCH v2 29/33] armv8: ls1012ardb: Add TFABOOT support

[PATCH -v3] ext4: fix use-after-free race in ext4_remount()'s error path
 2018-10-07  3:07 UTC 

Fwd: amd-gpu ac adaptor bug
 2018-10-07 10:12 UTC 

[xen-unstable-coverity test] 128471: all pass - PUSHED
 2018-10-07 10:11 UTC 

[meta-raspberrypi] Problem enabling w1-gpio
 2018-10-07 10:07 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/8] dm: Various fixes in dm core/cpu/timer
 2018-10-07 10:01 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/8] dm: cpu: Fix print_cpuinfo() output
` [U-Boot] [PATCH v2 2/8] cpu: mpc83xx: Remove unnecessary characters in the description string
` [U-Boot] [PATCH v2 3/8] dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()
` [U-Boot] [PATCH v2 4/8] dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
` [U-Boot] [PATCH v2 5/8] dm: Correct pre_reloc_only parameter description in several APIs' comments
` [U-Boot] [PATCH v2 6/8] dm: core: Mirror the chosen node parse logic in the livetree scanning
` [U-Boot] [PATCH v2 7/8] test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag
` [U-Boot] [PATCH v2 8/8] timer: Sort Kconfig driver entries

[U-Boot] [PATCH v2 00/33] TF-A Boot support for NXP Chassis 2 platforms
 2018-10-07  9:59 UTC  (30+ messages)
` [U-Boot] [PATCH v2 01/33] move data structure out of cpu.h
` [U-Boot] [PATCH v2 02/33] env: allow flash and nand env driver to compile together
` [U-Boot] [PATCH v2 03/33] env: sf: define API to override sf environment address
` [U-Boot] [PATCH v2 04/33] env: nand: remove unnecessary env_ptr definition
` [U-Boot] [PATCH v2 05/33] driver/ifc: replace __ilog2 with LOG2 macro
` [U-Boot] [PATCH v2 06/33] armv8: layerscape: Enable routing SError exception
` [U-Boot] [PATCH v2 07/33] armv8: fsl-layerscape: change tlb base from OCRAM to DDR in EL < 3
` [U-Boot] [PATCH v2 08/33] drivers: ifc: dynamic chipselect mapping support
` [U-Boot] [PATCH v2 09/33] armv8: fsl-layerscape: identify boot source from PORSR register
` [U-Boot] [PATCH v2 10/33] armv8: layerscape: remove EL3 specific erratas for TFABOOT
` [U-Boot] [PATCH v2 11/33] armv8: fsl-layerscape: bootcmd identification "
` [U-Boot] [PATCH v2 12/33] armv8: layerscape: secure boot support for environment selection
` [U-Boot] [PATCH v2 13/33] armv8: layerscape: add SMC calls for DDR size and bank info
` [U-Boot] [PATCH v2 14/33] armv8: layerscape: skip OCRAM init for TFABOOT
` [U-Boot] [PATCH v2 15/33] armv8: fsl-layerscape: Update parsing boot source
` [U-Boot] [PATCH v2 16/33] armv8: fsl-layerscape: add support of MC framework for TFA
` [U-Boot] [PATCH v2 17/33] armv8: sec_firmware: change el2_to_aarch32 SMC ID
` [U-Boot] [PATCH v2 18/33] armv8: sec_firmware: return job ring status as true in TFABOOT
` [U-Boot] [PATCH v2 19/33] net: fm: add TFABOOT support
` [U-Boot] [PATCH v2 20/33] drivers: qe: "
` [U-Boot] [PATCH v2 21/33] armv8: ls1046ardb: Add "
` [U-Boot] [PATCH v2 22/33] armv8: ls1046ardb: Add TFABOOT defconfig for secure boot
` [U-Boot] [PATCH v2 23/33] armv8: ls1046aqds: Add TFABOOT support
` [U-Boot] [PATCH v2 24/33] armv8: ls1046aqds: Add TFABOOT defconfig for secure boot
` [U-Boot] [PATCH v2 25/33] armv8: ls1043ardb: Add TFABOOT support
` [U-Boot] [PATCH v2 26/33] armv8: ls1043ardb: Add TFABOOT defconfig for secure boot
` [U-Boot] [PATCH v2 27/33] armv8: ls1043aqds: Add TFABOOT support
` [U-Boot] [PATCH v2 28/33] armv8: ls1043aqds: Add TFABOOT defconfig for secure boot
` [U-Boot] [PATCH v2 29/33] armv8: ls1012ardb: Add TFABOOT support

[PATCH 2/3] mt76: disable ldpc coding for mt76x0 devices
 2018-10-07  9:57 UTC 

[PATCH 3/3] mt76x0: pci: add mt76x0_register_device in mt76x0e_register_device
 2018-10-07  9:57 UTC 

[PATCH 1/3] mt76x0: pci: add missing mac80211 callbacks
 2018-10-07  9:57 UTC 

[PATCH 0/3] enable sta mode in mt76x0e driver
 2018-10-07  9:57 UTC 

[Ksummit-discuss] [PATCH 0/2] code of conduct fixes
 2018-10-07  9:54 UTC  (4+ messages)
` [Ksummit-discuss] [PATCH 1/2] code-of-conduct: Fix the ambiguity about collecting email addresses

[Qemu-devel] Hotplug handler
 2018-10-07  9:52 UTC  (3+ messages)

[PATCH v2] mt76x0: pci: report firmware version using ethtool
 2018-10-07  9:51 UTC 

[PATCH v2 00/29] Allwinner H6 DE3 and HDMI support
 2018-10-07  9:50 UTC  (93+ messages)
` [PATCH v2 01/29] dt-bindings: bus: add H6 DE3 bus binding
` [PATCH v2 02/29] clk: sunxi-ng: Adjust MP clock parent rate when allowed
` [PATCH v2 03/29] clk: sunxi-ng: Use u64 for calculation of NM rate
` [PATCH v2 04/29] clk: sunxi-ng: h6: Set video PLLs limits
` [PATCH v2 05/29] dt-bindings: clock: sun8i-de2: Add H6 DE3 clock description
` [PATCH v2 06/29] clk: sunxi-ng: Add support for H6 DE3 clocks
` [PATCH v2 07/29] dt-bindings: display: sun4i-drm: Add H6 display engine compatibles
` [PATCH v2 08/29] drm/sun4i: Add compatible for H6 display engine
` [PATCH v2 09/29] drm/sun4i: Rework DE2 register defines
` [PATCH v2 10/29] drm/sun4i: Rename DE2 registers related macros
` [PATCH v2 11/29] drm/sun4i: Fix DE2 mixer size
` [PATCH v2 12/29] drm/sun4i: Disable unused DE2 sub-engines
` [PATCH v2 13/29] drm/sun4i: Add basic support for DE3
` [PATCH v2 14/29] drm/sun4i: Add support for H6 DE3 mixer 0
` [PATCH v2 15/29] drm/bridge/synopsys: dw-hdmi: Enable workaround for v2.12a
` [PATCH v2 16/29] drm/sun4i: Not all DW HDMI controllers has scrambled addresses
` [PATCH v2 17/29] drm/sun4i: dw-hdmi: Make mode_valid function configurable
` [PATCH v2 18/29] drm/sun4i: dw-hdmi: Add quirk for setting TMDS clock
` [PATCH v2 19/29] dt-bindings: display: sunxi: add DT binding for Allwinner H6 DW HDMI
` [PATCH v2 20/29] drm/sun4i: Add support for H6 DW HDMI controller
` [PATCH v2 21/29] drm/sun4i: dw-hdmi-phy: Reorder quirks by family
` [PATCH v2 22/29] drm/sun4i: Add support for Synopsys HDMI PHY
` [PATCH v2 23/29] drm/sun4i: Add support for H6 "
` [PATCH v2 24/29] drm/sun4i: Initialize registers in tcon-top driver
` [PATCH v2 25/29] drm: sun4i: add quirks for TCON TOP
` [PATCH v2 26/29] dt-bindings: display: sun4i-drm: document H6 "
` [PATCH v2 27/29] drm: sun4i: add support for "
` [PATCH v2 28/29] arm64: dts: allwinner: h6: Add HDMI pipeline
` [PATCH v2 29/29] arm64: dts: allwinner: h6: Enable HDMI output on Pine H64 board
` [linux-sunxi] [PATCH v2 00/29] Allwinner H6 DE3 and HDMI support

[Qemu-devel] [PATCH 1/7] qga: group agent init/cleanup init separate routines
 2018-10-07  9:39 UTC  (2+ messages)
    ` [Qemu-devel] [PATCH 3/7] qga: move w32 service handling out of run_agent()

[Buildroot] [git commit] docs/website: update for 2018.08.1
 2018-10-07  9:46 UTC 

[PATCH 7/7] mt76: use mt76x02_dev instead of mt76_dev in mt76x02_eeprom.c
 2018-10-07  9:45 UTC 

[PATCH 5/7] mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mac.c
 2018-10-07  9:45 UTC 

[PATCH 6/7] mt76: use mt76x02_dev instead of mt76_dev in mt76x02_txrx.c
 2018-10-07  9:45 UTC 

[PATCH 4/7] mt76: use mt76x02_dev instead of mt76_dev in mt76x02_usb_mcu.c
 2018-10-07  9:45 UTC 

[PATCH 3/7] mt76: use mt76x02_dev instead of mt76_dev in mt76x02_util.c
 2018-10-07  9:45 UTC 

[PATCH 1/7] mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mcu.c
 2018-10-07  9:45 UTC 

[PATCH 2/7] mt76: use mt76x02_dev instead of mt76_dev in mt76x02_phy.c
 2018-10-07  9:45 UTC 

[PATCH 0/7] use mt76x02_dev instead of mt76_dev as reference
 2018-10-07  9:45 UTC 

[Buildroot] [git commit] Update for 2018.08.1
 2018-10-07  9:44 UTC 

[Buildroot] Buildroot 2018.08.1 released
 2018-10-07  9:42 UTC 

[PATCH 0/2] crypto: streebog - add Streebog hash function
 2018-10-07  9:41 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] crypto: streebog - add Streebog test vectors

[PATCH] mt76x0: phy: fix bank check in mt76x0_rf_csr_{wr,rr}
 2018-10-07  9:37 UTC 

[RFC] eal: simplify parameters of hotplug functions
 2018-10-07  9:32 UTC  (4+ messages)
` [PATCH v6 0/5] eal: simplify devargs and "
  ` [PATCH v6 4/5] eal: remove experimental flag of "
  ` [PATCH v6 5/5] eal: simplify parameters "


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.