All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-19 03:09:40 to 2021-06-19 05:04:00 UTC [more...]

[PATCH] debugobjects: add missing empty function debug_object_active_state()
 2021-06-19  5:03 UTC  (2+ messages)

[tip:timers/core] BUILD SUCCESS f6b6a80360995ad175e43d220af979f119e52cd3
 2021-06-19  4:59 UTC 

[PATCH 0/2] tcg: Fixes for temp_allocate_frame
 2021-06-19  4:57 UTC  (3+ messages)
` [PATCH 1/2] tcg/sparc: Fix temp_allocate_frame vs sparc stack bias
` [PATCH 2/2] tcg: Allocate sufficient storage in temp_allocate_frame

[PATCH v2 00/29] RISC-V: add BeagleV Beta board support
 2021-06-19  4:50 UTC  (30+ messages)
` [PATCH v2 01/29] clocksource: RISC-V: demote probe success messages to debug level
` [PATCH v2 02/29] RISC-V: virt: select only one timer
` [PATCH v2 03/29] RISC-V: extend multi-image to support both S- and M-Mode
` [PATCH v2 04/29] RISC-V: cpuinfo: return some output for non-SBI systems as well
` [PATCH v2 05/29] RISC-V: S-Mode: propagate Hart ID
` [PATCH v2 06/29] RISC-V: erizo: make it easier to reuse ns16550 debug_ll
` [PATCH v2 07/29] RISC-V: socs: add Kconfig entry for StarFive JH7100
` [PATCH v2 08/29] nvmem: add StarFive OTP support
` [PATCH v2 09/29] RISC-V: dma: support multiple dma_alloc_coherent backends
` [PATCH v2 10/29] RISC-V: add exception support
` [PATCH v2 11/29] RISC-V: support incoherent I-Cache
` [PATCH v2 12/29] drivers: soc: sifive: add basic L2 cache controller driver
` [PATCH v2 13/29] soc: starfive: add support for JH7100 incoherent interconnect
` [PATCH v2 14/29] soc: sifive: l2_cache: enable maximum available cache ways
` [PATCH v2 15/29] net: designware: fix non-1:1 mapped 64-bit systems
` [PATCH v2 16/29] net: designware: add support for IP integrated into StarFive SoC
` [PATCH v2 17/29] mci: allocate DMA-able memory
` [PATCH v2 18/29] mci: allocate sector_buf on demand
` [PATCH v2 19/29] dma: allocate 32-byte aligned buffers by default
` [PATCH v2 20/29] mci: dw_mmc: add optional reset line
` [PATCH v2 21/29] mci: dw_mmc: match against StarFive MMC compatibles
` [PATCH v2 22/29] clk: add initial StarFive clock support
` [PATCH v2 23/29] reset: add StarFive reset controller driver
` [PATCH v2 24/29] watchdog: add StarFive watchdog driver
` [PATCH v2 25/29] hw_random: add driver for RNG on StarFive SoC
` [PATCH v2 26/29] reset: add device_reset_all helper
` [PATCH v2 27/29] gpio: add support for StarFive GPIO controller
` [PATCH v2 28/29] misc: add power sequencing driver for initializing StarFive peripherals
` [PATCH v2 29/29] RISC-V: StarFive: add board support for BeagleV Starlight

[pm:bleeding-edge] BUILD SUCCESS c897d74f7282775fd4663b575ad12e61ca7be4a4
 2021-06-19  4:52 UTC  (2+ messages)
` [Devel] "

[PATCH 1/4] perf test: Fix non-bash issue with stat bpf counters
 2021-06-19  4:45 UTC  (5+ messages)
` [PATCH 2/4] perf test: Pass the verbose option to shell tests

[PATCH v2] bus: mhi: pci_generic: Apply no-op for wake using sideband wake boolean
 2021-06-19  4:41 UTC  (2+ messages)

Appending an existing machine .conf file
 2021-06-19  4:40 UTC 

[PATCH] dt-bindings: input: touchscreen: st1232: Convert to json-schema
 2021-06-19  4:39 UTC  (2+ messages)

[atishp04:dma_non_coherent_v1 8/42] drivers/gpio/gpio-starfive-jh7100.c:504:8: error: implicit declaration of function 'devm_request_irq'; did you mean 'can_request_irq'?
 2021-06-19  4:32 UTC 

[PATCH v2] MHI event ring priority updates
 2021-06-19  4:29 UTC  (3+ messages)
` [PATCH v2] bus: mhi: core: Add support for processing priority of event ring

[PATCH 0/8] membarrier cleanups
 2021-06-19  4:27 UTC  (13+ messages)
` [PATCH 4/8] membarrier: Make the post-switch-mm barrier explicit

[Qemu-devel] [Bug 1825452] [NEW] Pulse audio backend doesn't work in v4.0.0-rc4 release
 2021-06-19  4:17 UTC  (2+ messages)
` [Bug 1825452] "

[PATCH 1/3 v2] efi: Fix to use null handle to create new handle for efi_fmp_raw
 2021-06-19  4:23 UTC  (3+ messages)

[PATCH bpf-next v3 1/2] libbpf: add request buffer type for netlink messages
 2021-06-19  4:14 UTC  (2+ messages)
` [PATCH bpf-next v3 2/2] libbpf: netlink: switch to void * casting

[PATCH] gpiolib: cdev: zero padding during conversion to gpioline_info_changed
 2021-06-19  4:11 UTC  (2+ messages)

[PATCH 00/12] linux-user: Load a vdso for x86_64 and hppa
 2021-06-19  4:06 UTC  (14+ messages)
` [PATCH 01/12] linux-user: Fix style problems in linuxload.c
` [PATCH 02/12] linux-user: Introduce imgsrc_read, imgsrc_read_alloc
` [PATCH 03/12] linux-user: Tidy loader_exec
` [PATCH 04/12] linux-user: Do not clobber bprm_buf swapping ehdr
` [PATCH 05/12] linux-user: Use ImageSource in load_elf_image
` [PATCH 06/12] linux-user: Use ImageSource in load_symbols
` [PATCH 07/12] linux-user: Replace bprm->fd with bprm->src.fd
` [PATCH 08/12] linux-user: Introduce imgsrc_mmap
` [PATCH 09/12] linux-user: Load vdso image if available
` [PATCH 10/12] linux-user: Add gen-vdso tool
` [PATCH 11/12] linux-user/x86_64: Add vdso
` [PATCH 12/12] linux-user/hppa: Add vdso and use it for rt_sigreturn

stable-rc/queue/4.4 baseline: 112 runs, 10 regressions (v4.4.273-14-g659843b3c351)
 2021-06-19  4:06 UTC 

[net-next, v3, 00/10] ptp: support virtual clocks and timestamping
 2021-06-19  4:06 UTC  (3+ messages)
` [net-next, v3, 02/10] ptp: support ptp physical/virtual clocks conversion

[PATCH v14 00/12] Restricted DMA
 2021-06-19  4:05 UTC  (66+ messages)
` [Intel-gfx] "
` [PATCH v14 01/12] swiotlb: Refactor swiotlb init functions
  ` [Intel-gfx] "
` [PATCH v14 02/12] swiotlb: Refactor swiotlb_create_debugfs
  ` [Intel-gfx] "
` [PATCH v14 03/12] swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
  ` [Intel-gfx] "
` [PATCH v14 04/12] swiotlb: Update is_swiotlb_buffer to add a struct device argument
  ` [Intel-gfx] "
` [PATCH v14 05/12] swiotlb: Update is_swiotlb_active "
  ` [Intel-gfx] "
` [PATCH v14 06/12] swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
  ` [Intel-gfx] "
` [PATCH v14 07/12] swiotlb: Move alloc_size to swiotlb_find_slots
  ` [Intel-gfx] "
` [PATCH v14 08/12] swiotlb: Refactor swiotlb_tbl_unmap_single
  ` [Intel-gfx] "
` [PATCH v14 09/12] swiotlb: Add restricted DMA alloc/free support
  ` [Intel-gfx] "
` [PATCH v14 10/12] swiotlb: Add restricted DMA pool initialization
  ` [Intel-gfx] "
` [PATCH v14 11/12] dt-bindings: of: Add restricted DMA pool
  ` [Intel-gfx] "
` [PATCH v14 12/12] of: Add plumbing for "
  ` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Restricted DMA

stable-rc/queue/4.19 baseline: 156 runs, 5 regressions (v4.19.195-25-g22549cc599c2)
 2021-06-19  4:01 UTC 

stable-rc/queue/4.9 baseline: 130 runs, 7 regressions (v4.9.273-19-g7f8d14ca3655)
 2021-06-19  3:56 UTC 

[Intel-gfx] [PATCH v13 00/12] Restricted DMA
 2021-06-19  3:43 UTC  (7+ messages)
  `  "

[PATCHSET] AF_UNIX bind(2) cleanup on failures after mknod
 2021-06-19  3:50 UTC  (9+ messages)
` [PATCH 1/8] af_unix: take address assignment/hash insertion into a new helper
  ` [PATCH 2/8] unix_bind(): allocate addr earlier
  ` [PATCH 3/8] unix_bind(): separate BSD and abstract cases
  ` [PATCH 4/8] unix_bind(): take BSD and abstract address cases into new helpers
  ` [PATCH 5/8] fold unix_mknod() into unix_bind_bsd()
  ` [PATCH 6/8] unix_bind_bsd(): move done_path_create() call after dealing with ->bindlock
  ` [PATCH 7/8] unix_bind_bsd(): unlink if we fail after successful mknod
  ` [PATCH 8/8] __unix_find_socket_byname(): don't pass hash and type separately

[RFC PATCH] tests/tcg: skip the signals test for hppa for now
 2021-06-19  3:44 UTC  (2+ messages)

[PATCH 00/13] nvmem: misc enhancements
 2021-06-19  3:45 UTC  (14+ messages)
` [PATCH 01/13] nvmem: bsec: remove unused, left-over, struct member
` [PATCH 02/13] nvmem: treat devices without nvmem_bus::write as read only
` [PATCH 03/13] nvmem: add support for new read-only memory (rmem) binding
` [PATCH 04/13] nvmem: add support for nvmem-cells binding
` [PATCH 05/13] sandbox: use nvmem on top of stickypage for reset reason
` [PATCH 06/13] power: reset: port Linux generic NVMEM reboot mode driver
` [PATCH 07/13] sandbox: use nvmem-reboot-mode instead of syscon-reboot-mode
` [PATCH 08/13] sandbox: dts: fix unit-address for state partition
` [PATCH 09/13] nvmem: add command to list nvmem devices
` [PATCH 10/13] sandbox: hostfile: move initcall to earlier postcore level
` [PATCH 11/13] of: of_net: sync of_get_mac_address with Linux for NVMEM support
` [PATCH 12/13] net: consult device tree for ethernet address in NVMEM as fall-back
` [PATCH 13/13] sandbox: ship sample environment

[dunfell][PATCH v3] ltp-ddt:Update to 20210524
 2021-06-19  3:46 UTC 

[lttng-dev] Usage example of libbabeltrace (babeltrace2) to read CTF traces from a GUI
 2021-06-19  3:42 UTC  (5+ messages)

cron job: media_tree daily build: ERRORS
 2021-06-19  3:39 UTC 

[PATCH] sr: Fix get the error media event code
 2021-06-19  3:36 UTC  (2+ messages)

[PATCH master 1/2] nvmem: regmap: fix use of uninitialized space with nvmem_regmap_register
 2021-06-19  3:32 UTC  (2+ messages)
` [PATCH master 2/2] nvmem: fix mismatch between extern and inline stub prototypes

[PATCH] scsi: aha1740: Avoid over-read of sense buffer
 2021-06-19  3:29 UTC  (2+ messages)

[PATCH] scsi: arcmsr: Avoid over-read of sense buffer
 2021-06-19  3:29 UTC  (2+ messages)

[PATCH] scsi: ips: Avoid over-read of sense buffer
 2021-06-19  3:29 UTC  (2+ messages)

[PATCH 1/2] string: implement strchrnul
 2021-06-19  3:26 UTC  (2+ messages)
` [PATCH 2/2] console: respect baudrate specified in device-tree stdout-path

[PATCH] add multiple program checks to bpf_object__probe_loading
 2021-06-19  3:26 UTC  (3+ messages)
` [PATCH bpf-next] libbpf: add extra BPF_PROG_TYPE check "

[PATCH v2] block: genhd: don't call probe function with major_names_lock held
 2021-06-19  3:24 UTC  (5+ messages)

[android-common:android-4.19 12/13] drivers/nvdimm/nd_virtio.c:56:28: sparse: sparse: incorrect type in assignment (different base types)
 2021-06-19  3:24 UTC 

[PATCH v6 00/17] Enable VAS and NX-GZIP support on PowerVM
 2021-06-19  3:22 UTC  (11+ messages)
` [PATCH v6 12/17] powerpc/pseries/vas: Integrate API with open/close windows
` [PATCH v6 13/17] powerpc/pseries/vas: Setup IRQ and fault handling

[android-common:android-4.19 4/5] drivers/usb/host/xhci-mem.c:1880:56: sparse: sparse: restricted __le32 degrades to integer
 2021-06-19  3:22 UTC 

[PATCH net-next 0/9] net: hns3: refactor and new features for flow director
 2021-06-19  3:20 UTC  (8+ messages)
` [PATCH net-next 8/9] net: hns3: add support for queue bonding mode of "

[PATCH v2] drm/panfrost:report the full raw fault information instead
 2021-06-19  3:18 UTC  (4+ messages)

[PATCH 24/24] rtw89: add Kconfig and Makefile
 2021-06-19  3:18 UTC  (5+ messages)

[PATCH v2 0/9] powerpc: Add support for Microwatt soft-core
 2021-06-19  3:16 UTC  (7+ messages)
` [PATCH v2 6/9] powerpc/microwatt: Add support for hardware random number generator
` [PATCH v2 8/9] powerpc/boot: Fixup device-tree on little endian
` [PATCH v2 9/9] powerpc/boot: Add a boot wrapper for Microwatt

[PATCH v5 0/2] Add APNE PCMCIA 100 Mbit support
 2021-06-19  3:13 UTC  (4+ messages)
` [PATCH net-next v5 2/2] net/8390: apne.c - add 100 Mbit support to apne.c driver

[PATCH] drm/panfrost:modify 'break' to 'continue' to traverse the circulation
 2021-06-19  3:09 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] [RFC] tests/kms_plane_alpha_blend: Fix coverage-vs-premult-vs-constant tests
 2021-06-19  3:10 UTC  (9+ messages)
` [igt-dev] [PATCH i-g-t] tests/kms_plane_alpha_blend: Fix alpha in coverage-vs-premult-vs-constant


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.