All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-28 12:08:09 to 2019-12-28 18:35:45 UTC [more...]

[PATCH 01/13] mailbox: altera: convert to devm_platform_ioremap_resource
 2019-12-28 18:35 UTC  (2+ messages)
` [PATCH 03/13] mailbox: qcom-apcs: "

[PATCH v4 0/3] Add support for efi_rng_protocol
 2019-12-28 18:31 UTC  (4+ messages)
` [PATCH v4 1/3] efi_loader: Add guidcpy function
` [PATCH v4 2/3] efi: qemu: arm64: Add efi_rng_protocol implementation for the platform
` [PATCH v4 3/3] efi_rng_protocol: Install the efi_rng_protocol on the root node

[Buildroot] [PATCH 1/1] package/mesa3d: fix build with egl but without drm, wayland or x11
 2019-12-28 18:29 UTC 

[PATCH v7 0/8] Add a random number generator uclass
 2019-12-28 18:28 UTC  (9+ messages)
` [PATCH v7 1/8] dm: rng: Add random number generator(rng) uclass
` [PATCH v7 2/8] clk: stm32mp1: Add a clock entry for RNG1 device
` [PATCH v7 3/8] stm32mp1: rng: Add a driver for random number generator(rng) device
` [PATCH v7 4/8] configs: stm32mp15: Enable "
` [PATCH v7 5/8] sandbox: rng: Add a random number generator(rng) driver
` [PATCH v7 6/8] configs: sandbox: Enable random number generator(rng) device
` [PATCH v7 7/8] test: rng: Add basic test for random number generator(rng) uclass
` [PATCH v7 8/8] virtio: rng: Add a random number generator(rng) driver

[meta-python][PATCH 1/4] python(3)-beautifulsoup4: fix RDEPENDS
 2019-12-28 18:19 UTC  (3+ messages)
` [meta-python][PATCH 2/4] python3-soupsieve: add recipe

[meta-python][PATCH 3/4] python-soupsieve: add recipe
 2019-12-28 18:18 UTC  (2+ messages)

[PATCH v2 1/2] samples, selftests/seccomp: Zero out seccomp_notif
 2019-12-28 18:18 UTC  (2+ messages)

[meta-python][PATCH] python3-html2text: add recipe
 2019-12-28 18:17 UTC  (2+ messages)

[meta-python][PATCH 1/2] python3-booleanpy: add recipe
 2019-12-28 18:17 UTC  (4+ messages)
` [meta-python][PATCH 2/2] python3-license-expression: "

[Buildroot] [RFC v2 1/2] package/qt5: bump latest version to 5.13.2
 2019-12-28 18:15 UTC  (2+ messages)

[PATCH v39 00/22] QEMU AVR 8 bit cores
 2019-12-28 18:01 UTC  (3+ messages)

e2fsprogs.git dumpe2fs / mke2fs sigserv on sparc64
 2019-12-28 18:02 UTC  (5+ messages)

[PATCH v3] perf inject --jit: Remove //anon mmap events
 2019-12-28 18:02 UTC 

[net-next PATCH] net/ncsi: Fix gma flag setting after response
 2019-12-28 17:58 UTC  (3+ messages)

null pointer dereference in nvme_tcp_io_work
 2019-12-28 17:53 UTC  (6+ messages)

[PATCH] drivers: add devm_platform_ioremap_resource_byname() helper
 2019-12-28 17:39 UTC  (4+ messages)

[Intel-gfx] [CI] drm/i915/gt: Avoid using tag 0 for the very first submission
 2019-12-28 17:46 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Buildroot] Build of nitrogen8m_defconfig broken
 2019-12-28 17:45 UTC  (2+ messages)

[PATCH v2 00/35] common: Further reduce size of common.h even more
 2019-12-28 17:45 UTC  (36+ messages)
` [PATCH v2 01/35] common: Drop mdm_init()
` [PATCH v2 02/35] common: Move main_loop() to init.h
` [PATCH v2 03/35] common: Move flash_perror() to flash.h
` [PATCH v2 04/35] common: Drop checkflash() and checkdram()
` [PATCH v2 05/35] common: Move embedded fdt location to fdtdec.h
` [PATCH v2 06/35] common: Move do_tftpb() to net.h
` [PATCH v2 07/35] common: Move functions for loading from fat/ext2 to fs.h
` [PATCH v2 08/35] common: Move relocate_code() to init.h
` [PATCH v2 09/35] common: Move jumptable_init() out of common.h
` [PATCH v2 10/35] common: Drop floppy disk support
` [PATCH v2 11/35] common: Move reset_phy() to net.h
` [PATCH v2 12/35] common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.h
` [PATCH v2 13/35] common: Drop CONFIG_POST_STD/ALT_LIST
` [PATCH v2 14/35] common: Drop CONFIG_HAS_POST
` [PATCH v2 15/35] common: Drop the symbol_lookup() declaration
` [PATCH v2 16/35] common: Move type declarations to linux/types.h
` [PATCH v2 17/35] common: Move device-tree setup functions to fdt_support.h
` [PATCH v2 18/35] common: arm: Move s_init() to an ARM-specific header
` [PATCH v2 19/35] common: Move ll_boot_init() to init.h
` [PATCH v2 20/35] common: Move upmconfig() to ppc.h
` [PATCH v2 21/35] common: Move clock functions into a new file
` [PATCH v2 22/35] common: Move get_tbclk() to time.h
` [PATCH v2 23/35] common: Move reset_misc() function to arch header
` [PATCH v2 24/35] common: Move reset_cpu() to the CPU header
` [PATCH v2 25/35] image: Rename load_addr, save_addr, save_size
` [PATCH v2 26/35] common: Move the image globals into image.h
` [PATCH v2 27/35] common: Rename and move source()
` [PATCH v2 28/35] common: Move RAM-sizing functions to init.h
` [PATCH v2 29/35] common: Move testdram() into init.h
` [PATCH v2 30/35] common: Move hang() to the same header as panic()
` [PATCH v2 31/35] common: Move check_member() to kernel.h
` [PATCH v2 32/35] common: Move ROUND() into kernel.h
` [PATCH v2 33/35] common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA
` [PATCH v2 34/35] common: Collect all the header files together
` [PATCH v2 35/35] common: Update comment to show progress

[Buildroot] [PATCH 1/1] configs/nitrogen8m: add u-boot-nodtb.bin custom target
 2019-12-28 17:39 UTC 

[PATCH v3 0/3] Add support for efi_rng_protocol
 2019-12-28 17:34 UTC  (10+ messages)
` [PATCH v3 1/3] efi_loader: Add guidcpy function
` [PATCH v3 2/3] efi: qemu: arm64: Add efi_rng_protocol implementation for the platform

[PATCH net-next 0/3] Replace IDT with Renesas and improve version info
 2019-12-28 17:25 UTC  (4+ messages)
` [PATCH net-next 1/3] dt-bindings: ptp: Rename ptp-idtcm.yaml to ptp-cm.yaml

[tpm2] tpm2-totp v0.2.1
 2019-12-28 17:24 UTC 

[PATCH] thermal: sun8i: Add hwmon support
 2019-12-28 17:19 UTC  (2+ messages)

Patch "tpm_tis: reserve chip for duration of tpm_tis_core_init" has been added to the 5.4-stable tree
 2019-12-28 17:17 UTC  (5+ messages)

DEPENDS vs RDEPENDS from bitbake PoV
 2019-12-28 17:14 UTC  (3+ messages)

[PATCH] tools build: Fix test-clang.cpp with Clang 8+
 2019-12-28 17:13 UTC 

[PATCH] perf clang: Fix build with Clang 9
 2019-12-28 17:13 UTC 

OCF_READ_LOCAL_CODECS is permitted only for root user
 2019-12-28 17:12 UTC 

very slow "btrfs dev delete" 3x6Tb, 7Tb of data
 2019-12-28 17:04 UTC  (8+ messages)

[PATCH v4 0/2] optimise ctx's refs grabbing in io_uring
 2019-12-28 17:03 UTC  (4+ messages)
` [PATCH v4 2/2] io_uring: batch getting pcpu references

[PATCH V3] target/i386: Fix handling of k_gs_base register in 32-bit mode in gdbstub
 2019-12-28 16:57 UTC  (3+ messages)

[gpio:gpio-descriptors-usb 6/6] drivers/usb/phy/phy-gpio-vbus-usb.c:275:22: error: 'vbus_gpio' undeclared
 2019-12-28 16:58 UTC  (2+ messages)

[PATCH v3] dmaengine: hisilicon: Add Kunpeng DMA engine support
 2019-12-28 16:54 UTC  (3+ messages)

[ANNOUNCE] udftools 2.2
 2019-12-28 16:52 UTC 

[PATCH V2] block: add bio_truncate to fix guard_bio_eod
 2019-12-28 16:45 UTC  (2+ messages)

[Xen-devel] [xen-unstable test] 145321: regressions - FAIL
 2019-12-28 16:39 UTC 

[PATCH net-next v2 0/5] tcp_cubic: various fixes
 2019-12-28 16:31 UTC  (4+ messages)
` [PATCH net-next v2 4/5] tcp_cubic: tweak Hystart detection for short RTT flows

Droid 4 on 5.5-rc3
 2019-12-28 16:29 UTC  (2+ messages)

[PATCH net] hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()
 2019-12-28 16:28 UTC 

[Bug 205649] New: Daisy Chain (MST) Session Crash after Screen Lock Resume
 2019-12-28 16:21 UTC  (3+ messages)
` [Bug 205649] "

[PATCH] stop_machine: Make stop_cpus static
 2019-12-28 16:19 UTC 

[PATCH] Improved handling of incorrect IP fragments
 2019-12-28 16:10 UTC 

[PATCH 1/9] systemd: Add elogind support
 2019-12-28 15:59 UTC  (4+ messages)

flag specifications for structs
 2019-12-28 15:55 UTC 

[PATCH] dummy-sdk-package: append RREPLACES with DUMMYPROVIDES
 2019-12-28 15:48 UTC  (2+ messages)

ERANGE strikes again on my Windows build; RFH
 2019-12-28 15:41 UTC 

[PATCH v2] PCI: qcom: Fix the fixup of PCI_VENDOR_ID_QCOM
 2019-12-28 15:41 UTC  (3+ messages)

[PATCH] board-dm644x-evm: fix 2 missing-check bugs in evm_led_setup()
 2019-12-28 15:40 UTC  (8+ messages)

[PATCH] clk: Warn about critical clks that fail to enable
 2019-12-28 15:40 UTC  (2+ messages)

[PATCH net] net/sched: add delete_empty() to filters and use it in cls_flower
 2019-12-28 15:36 UTC 

[PATCH 0/7] efi: more fixes and general cleanups for v5.6
 2019-12-28 15:21 UTC  (8+ messages)
` [PATCH 1/7] efi/libstub: fix boot argument handling in mixed mode entry code
` [PATCH 2/7] efi/libstub: use correct system table pointer in mixed mode efi_free()
` [PATCH 3/7] efi/x86: re-disable RT services for 32-bit kernels running on 64-bit EFI
` [PATCH 4/7] efi/x86: map the entire EFI vendor string before copying it
` [PATCH 5/7] efi/x86: avoid redundant cast of EFI firmware service pointer
` [PATCH 6/7] efi/x86: merge two near identical versions of efi_runtime_init()
` [PATCH 7/7] efi/x86: clean up efi_systab_init() routine for legibility

[PATCH RFC v3 00/14] idxd driver for Intel Data Streaming Accelerator
 2019-12-28 15:20 UTC  (4+ messages)
` [PATCH RFC v3 09/14] dmaengine: idxd: add configuration component of driver

[PATCH] doc: net: Rewrite network driver documentation
 2019-12-28 15:18 UTC 

[U-Boot] [RFC PATCH 0/1] Update doc/README.drivers.eth
 2019-12-28 15:06 UTC  (6+ messages)
` [U-Boot] [RFC PATCH 1/1] doc: net: Rewrite network driver documentation
  `  "

[PATCH v2 0/2] Initial RTD1319 SoC and Realtek PymParticle EVB support
 2019-12-28 15:05 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: arm: realtek: Document RTD1319 and Realtek PymParticle EVB
` [PATCH v2 2/2] arm64: dts: realtek: Add RTD1319 SoC "

INFO: rcu detected stall in br_handle_frame (2)
 2019-12-28 15:01 UTC  (3+ messages)

SSH into GRUB2
 2019-12-28 12:10 UTC  (2+ messages)

[PATCH 1/1] efi_loader remove __packed from struct efi_configuration_table
 2019-12-28 14:54 UTC 

[PATCH 1/1] efi_selftest: unit test for EFI_RNG_PROTOCOL
 2019-12-28 14:51 UTC 

[PATCH] staging: rtl8188eu: Add device code for TP-Link TL-WN727N v5.21
 2019-12-28 14:37 UTC 

FS_IOC_GETFSLABEL and FS_IOC_SETFSLABEL
 2019-12-28 14:36 UTC 

[PATCH v5 00/19] Move PMC clocks into Tegra PMC driver
 2019-12-28 14:28 UTC  (6+ messages)
` [PATCH v5 12/19] ASoC: tegra: Add initial parent configuration for audio mclk

[PATCH v3 2/2] arm64: dts: realtek: Add RTD1619 SoC and Realtek Mjolnir EVB
 2019-12-28 14:25 UTC  (6+ messages)

[PATCH v3 1/2] dt-bindings: arm: realtek: Document RTD1619 and Realtek Mjolnir EVB
 2019-12-28 14:20 UTC  (4+ messages)

Untranslated -256 cipher codes, old iw website is gone and SSL certificate is wrong
 2019-12-28 14:10 UTC 

[PATCH v2 0/9] arm64: dts: realtek: Initial RTD1395 and BPi-M4 / Lion Skin support
 2019-12-28 14:08 UTC  (3+ messages)

[PATCH v4 0/8] ARM: Initial RTD1195 and MeLE X1000 & Horseradish support
 2019-12-28 14:03 UTC  (3+ messages)

Troubleshooting an ACPI I2C driver that fails the match
 2019-12-28 13:58 UTC 

[alsa-devel] [PATCH 1/6] ASoC: amd: Refactoring of DAI from DMA driver
 2019-12-28 13:41 UTC  (12+ messages)
  `  "
` [alsa-devel] [PATCH 2/6] ASoC: amd: Enabling I2S instance in DMA and DAI
  `  "
` [alsa-devel] [PATCH 3/6] ASoC: amd: add ACP3x TDM mode support
  `  "
` [alsa-devel] [PATCH 4/6] ASoC: amd: Handle ACP3x I2S-SP Interrupts
  `  "
` [alsa-devel] [PATCH 5/6] ASoC: amd: Added ACP3x system resume and runtime pm
  `  "
` [alsa-devel] [PATCH 6/6] ASoC: amd MMAP_INTERLEAVED Support
  `  "

[PATCH v2 net 0/2] The DSA TX timestamping situation
 2019-12-28 13:30 UTC  (3+ messages)
` [PATCH v2 net 1/2] gianfar: Fix TX timestamping with a stacked DSA driver
` [PATCH v2 net 2/2] net: dsa: Deny PTP on master if switch supports it

Updating the commit message for reverts
 2019-12-28 13:20 UTC  (4+ messages)

[alsa-devel] [PATCH] ALSA: usb-audio: fix Corsair Virtuoso mixer label collision
 2019-12-28 13:18 UTC  (2+ messages)

[PATCH] systemd: fix a test-seccomp build issue
 2019-12-28 13:18 UTC 

[PATCH v6 0/8] Add a random number generator uclass
 2019-12-28 13:16 UTC  (5+ messages)
` [PATCH v6 6/8] configs: sandbox: Enable random number generator(rng) device

KASAN: slab-out-of-bounds Read in hsr_debugfs_rename
 2019-12-28 13:11 UTC  (2+ messages)

[Intel-gfx] [CI] drm/i915: Restore very early GPU reset
 2019-12-28 13:07 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH v7 2/3] pid: Introduce pidfd_getfd syscall
 2019-12-28 13:03 UTC  (3+ messages)

[ANNOUNCE] Git v2.25.0-rc0
 2019-12-28 12:54 UTC  (6+ messages)

[PATCH 2/2] i2c: Fix a potential use after free
 2019-12-28 12:50 UTC  (2+ messages)

[PATCH] cpufreq: brcmstb-avs-cpufreq: avoid a stuck risk and UAF issue in brcm_avs_cpufreq_get()
 2019-12-28 12:47 UTC  (4+ messages)

[Xen-devel] [qemu-mainline test] 145313: regressions - FAIL
 2019-12-28 12:39 UTC 

[PATCH] cpufreq: brcmstb-avs-cpufreq: avoid a stuck risk and UAF issue in brcm_avs_cpufreq_get()
 2019-12-28 12:39 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/3] mach-imx: bootaux: print stack pointer and reset vector
 2019-12-28 12:33 UTC  (3+ messages)
` [U-Boot] [PATCH v2 3/3] mach-imx: bootaux: elf firmware support
  `  "

[PATCH v3 0/2] ide: Fix incorrect handling of some PRDTs and add the corresponding unit-test
 2019-12-28 12:28 UTC  (2+ messages)

Error during balancing '/': Input/output error
 2019-12-28 12:28 UTC  (6+ messages)

[PATCH] nvmem: core: Fix a potential use after free
 2019-12-28 12:25 UTC  (3+ messages)
` nvmem: core: Checking the decrementing of reference counters

[1.44 00/18] Patch review
 2019-12-28 12:24 UTC  (4+ messages)
` [1.44 02/18] runqueue/siggen: Allow handling of equivalent hashes

[PATCH v3 net-next 00/11] Convert Felix DSA switch to PHYLINK
 2019-12-28 12:17 UTC  (3+ messages)
` [PATCH v3 net-next 05/11] net: phy: Add a property for controlling in-band auto-negotiation

[alsa-devel] [PATCH v5 00/17] soundwire: intel: implement new ASoC interfaces
 2019-12-28 12:09 UTC  (10+ messages)
` [alsa-devel] [PATCH v5 06/17] soundwire: add support for sdw_slave_type
` [alsa-devel] [PATCH v5 08/17] soundwire: add initial definitions for sdw_master_device

remove peer endpoint
 2019-12-27 18:28 UTC  (3+ messages)

[PATCH 00/11] rk3399: SPI boot support (fixes, updates)
 2019-12-28 12:08 UTC  (8+ messages)
` [PATCH 07/11] env: Enable SPI flash env for rockchip


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.