All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-24 10:24:00 to 2021-08-24 11:06:23 UTC [more...]

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2021-08-24 11:06 UTC 

[PATCH linux-next] firmware/psci: fix application of sizeof to pointer
 2021-08-24 10:58 UTC  (3+ messages)

[GIT PULL] Thunderbolt/USB4 changes for v5.15 merge window
 2021-08-24 11:05 UTC 

[PATCH v2 0/3] arch_topology, ACPI: populate cpu capacity from CPPC
 2021-08-24 10:56 UTC  (7+ messages)
` [PATCH v2 1/3] x86, ACPI: rename init_freq_invariance_cppc to arch_init_invariance_cppc
` [PATCH v2 2/3] arch_topology: obtain cpu capacity using information from CPPC
` [PATCH v2 3/3] arm64, topology: enable use of init_cpu_capacity_cppc()

[PATCH v2 0/2] ARM: dts: keystone-k2*-evm: Fix mdio and dss node status
 2021-08-24 11:05 UTC  (4+ messages)
` [PATCH v2 1/2] ARM: dts: keystone-k2*-evm: Fix mdio node status to "okay"
` [PATCH v2 2/2] ARM: dts: keystone-k2g-evm: Fix dss "

[PATCH v6 0/5] Add Guest API & Guest Kernel support for SEV live migration
 2021-08-24 11:05 UTC  (3+ messages)
` [PATCH v6 1/5] x86/kvm: Add AMD SEV specific Hypercall3
` [PATCH v6 2/5] mm: x86: Invoke hypercall when page encryption status is changed

[PATCH] xfs: only set IOMAP_F_SHARED when providing a srcmap to a write
 2021-08-24 11:03 UTC  (2+ messages)

[PATCH 0/9] Enable two H264 encoder cores on MT8195
 2021-08-24 11:02 UTC  (7+ messages)
` [PATCH 1/9] dt-bindings: media: mtk-vcodec: Add binding for MT8195 two venc cores
` [PATCH 5/9] media: mtk-vcodec: Rewrite venc clock interface

[XEN PATCH v7 00/51] xen: Build system improvements, now with out-of-tree build!
 2021-08-24 10:50 UTC  (52+ messages)
` [XEN PATCH v7 01/51] build: introduce cpp_flags macro
` [XEN PATCH v7 02/51] build: use if_changed on built_in.o
` [XEN PATCH v7 03/51] build: use if_changed_rules with %.o:%.c targets
` [XEN PATCH v7 04/51] build: factorise generation of the linker scripts
` [XEN PATCH v7 05/51] x86/mm: avoid building multiple .o from a single .c file
` [XEN PATCH v7 06/51] build,include: rework compat-build-source.py
` [XEN PATCH v7 07/51] build,include: rework compat-build-header.py
` [XEN PATCH v7 08/51] build: fix clean targets when subdir-y is used
` [XEN PATCH v7 09/51] build: use subdir-y in test/Makefile
` [XEN PATCH v7 10/51] build,arm: move LDFLAGS change to arch.mk
` [XEN PATCH v7 11/51] build: move make option changes check earlier
` [XEN PATCH v7 12/51] build: avoid building arm/arm/*/head.o twice
` [XEN PATCH v7 13/51] build: convert binfile use to if_changed
` [XEN PATCH v7 14/51] xen: move include/asm-* to arch/*/include/asm
` [XEN PATCH v7 15/51] build,riscv: tell the build system about riscv64/head.S
` [XEN PATCH v7 16/51] build: generate "include/xen/compile.h" with if_changed
` [XEN PATCH v7 17/51] build: set XEN_BUILD_EFI earlier
` [XEN PATCH v7 18/51] build: fix $(TARGET).efi creation in arch/arm
` [XEN PATCH v7 19/51] build: fix arch/x86/note.o rule
` [XEN PATCH v7 20/51] build: avoid re-executing the main Makefile by introducing build.mk
` [XEN PATCH v7 21/51] build: set ALL_OBJS to main Makefile; move prelink.o to main Makefile
` [XEN PATCH v7 22/51] build: clean common temporary files from root makefile
` [XEN PATCH v7 23/51] build,include: remove arch-*/*.h public header listing from headers*.chk
` [XEN PATCH v7 24/51] build: prepare to always invoke $(MAKE) from xen/, use $(obj)
` [XEN PATCH v7 25/51] build: rework test/livepatch/Makefile
` [XEN PATCH v7 26/51] build: build everything from the root dir, use obj=$subdir
` [XEN PATCH v7 27/51] build: introduce if_changed_deps
` [XEN PATCH v7 28/51] build: rename __LINKER__ to LINKER_SCRIPT
` [XEN PATCH v7 29/51] build: add an other explicite rules to not build $(XEN_ROOT)/.config
` [XEN PATCH v7 30/51] build: hook kconfig into xen build system
` [XEN PATCH v7 31/51] xen/tools/kconfig: fix build with -Wdeclaration-after-statement
` [XEN PATCH v7 32/51] build: Remove KBUILD_ specific from Makefile.host
` [XEN PATCH v7 33/51] build: handle always-y and hostprogs-always-y
` [XEN PATCH v7 34/51] build: start building the tools with the main makefiles
` [XEN PATCH v7 35/51] build: Add headers path to CFLAGS once for all archs
` [XEN PATCH v7 36/51] build: generate x86's asm-macros.h with filechk
` [XEN PATCH v7 37/51] build: clean-up "clean" rules of duplication
` [XEN PATCH v7 38/51] build: use main rune to build host binary x86's mkelf32 and mkreloc
` [XEN PATCH v7 39/51] build: rework coverage and ubsan CFLAGS handling
` [XEN PATCH v7 40/51] build: fix dependencies in arch/x86/boot
` [XEN PATCH v7 41/51] build,x86: remove the need for build32.mk
` [XEN PATCH v7 42/51] build: grab common EFI source files in arch specific dir
` [XEN PATCH v7 43/51] build: replace $(BASEDIR) by $(objtree)
` [XEN PATCH v7 44/51] build: add $(srctree) in few key places
` [XEN PATCH v7 45/51] build: rework cloc recipe
` [XEN PATCH v7 46/51] build: replace $(BASEDIR) by $(srctree)
` [XEN PATCH v7 47/51] build: Rework "clean" to clean from the root dir
` [XEN PATCH v7 48/51] build: Rework "headers*.chk" prerequisite in include/
` [XEN PATCH v7 49/51] build: adding out-of-tree support to the xen build
` [XEN PATCH v7 50/51] build: specify source tree in include/ for prerequisite
` [XEN PATCH v7 51/51] build: add %.E targets

[linux-next:pending-fixes] BUILD SUCCESS eeb46b4d4bd95437a3f442276e027383a66942cd
 2021-08-24 11:01 UTC 

[RESEND v4 00/15] Add support for ast2600 ADC
 2021-08-24  9:12 UTC  (10+ messages)
` [RESEND v4 01/15] dt-bindings: iio: adc: Add ast2600-adc bindings
` [RESEND v4 02/15] iio: adc: aspeed: completes the bitfield declare
` [RESEND v4 03/15] iio: adc: aspeed: set driver data when adc probe
` [RESEND v4 04/15] iio: adc: aspeed: Keep model data to driver data
` [RESEND v4 05/15] iio: adc: aspeed: Refactory model data structure
` [RESEND v4 06/15] iio: adc: aspeed: Add vref config function
` [RESEND v4 07/15] iio: adc: aspeed: Set num_channels with model data
` [RESEND v4 10/15] iio: adc: aspeed: Support ast2600 adc
` [RESEND v4 11/15] iio: adc: aspeed: Fix the calculate error of clock

[PATCH] PCI: hv: Fix a bug on removing child devices on the bus
 2021-08-24 11:02 UTC  (2+ messages)

[PATCH] amd/amdkfd: add ras page retirement handling for sq/sdma interrupt
 2021-08-24  9:28 UTC  (4+ messages)

[RFC PATCH 0/1] virtio: false unhandled irqs from vring_interrupt()
 2021-08-24 10:59 UTC  (4+ messages)
` [RFC PATCH 1/1] fuse: disable local irqs when processing vq completions

[PATCH V4 0/3] usb: gadget: configfs: add three trace entries
 2021-08-24 10:41 UTC  (6+ messages)
` [PATCH V4 1/3] usb: gadget: configfs: add UDC trace entry

[PATCH v2] ARM: dts: da850-evm: Change aemif node status from "ok" to "okay"
 2021-08-24 10:55 UTC  (2+ messages)

[PATCH 1/3] smegw01: Pass 'mmcpart' to the kernel command line
 2021-08-24 10:58 UTC  (3+ messages)
` [PATCH 2/3] smegw01: Add redundant environment support
` [PATCH 3/3] smegw01: Select IMX_HAB

[poky][master][PATCH] assimp: added patch to fix hardcoded non-existing paths in CMake modules
 2021-08-24 10:59 UTC  (3+ messages)
` [OE-core] "

[dpdk-dev] Zeroing out memory on free
 2021-08-24 10:58 UTC 

BFQ cgroup weights range
 2021-08-24 10:56 UTC 

security/selinux/hooks.c: FILE__ perms used as DIR__ perms
 2021-08-24 10:55 UTC 

[PATCH v5 0/7] Domain on Static Allocation
 2021-08-24 10:54 UTC  (3+ messages)
` [PATCH v5 5/7] xen: re-define assign_pages and introduce assign_page

[PATCH 0/5] arm64: Survival kit for SCR_EL3.HCE==0 conditions
 2021-08-24 10:52 UTC  (6+ messages)
` [PATCH 5/5] arm64: Document the requirement for SCR_EL3.HCE

drivers/gpu/drm/exynos/exynos_drm_g2d.c:907 g2d_runqueue_worker() warn: inconsistent returns '&g2d->runqueue_mutex'
 2021-08-24 10:54 UTC 

[igt-dev] [PATCH i-g-t] tests/kms_flip_scaled_crc: Add upscaling tests
 2021-08-24 11:04 UTC 

linux-next: build warning after merge of the ftrace tree
 2021-08-24 10:53 UTC  (3+ messages)

[RFC PATCH 0/5] Fix cold plugged USB device on certain PCIe USB cards
 2021-08-24 10:53 UTC  (6+ messages)
` [RFC PATCH 1/5] usb: core: hcd: Modularize HCD stop configuration in usb_stop_hcd()
` [RFC PATCH 2/5] usb: core: hcd: Let usb_add_hcd() indicate if roothub has to be registered
` [RFC PATCH 3/5] usb: core: hcd: Add support for registering secondary RH along with primary HCD
` [RFC PATCH 4/5] usb: core: hcd-pci: Let usb_hcd_pci_probe() indicate if RH has to be registered
` [RFC PATCH 5/5] xhci-pci: Use flag to not register roothub while adding primary HCD

[PATCH 1/9] Kconfig: Use spaces not tabs in Kconfig entires
 2021-08-24 10:53 UTC  (5+ messages)
` [PATCH 3/9] mvebu: Migrate CONFIG_DDR_32BIT/64BIT to Kconfig
` [PATCH 4/9] mvebu: ddr: Rename CONFIG_DDR_FIXED_SIZE to CONFIG_SYS_SDRAM_SIZE

[PATCH] ixgbe: let the xdpdrv work with more than 64 cpus
 2021-08-24 10:49 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v4 0/2] arm64: Enable OPTPROBE for arm64
 2021-08-24 10:50 UTC  (4+ messages)
` [PATCH v4 2/2] arm64: kprobe: "

post-receive: pub/scm/linux/kernel/git/westeri/thunderbolt
 2021-08-24 10:52 UTC 

[linux-next:master 7041/9715] fs/ntfs3/fsntfs.c:770:5: warning: stack frame size (2112) exceeds limit (1024) in function 'ntfs_clear_mft_tail'
 2021-08-24 10:48 UTC  (2+ messages)

[bug report] fs/ntfs3: Add attrib operations
 2021-08-24 10:49 UTC  (2+ messages)

[RFC] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-08-24 10:48 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Write in null_skcipher_crypt
 2021-08-24 10:48 UTC  (3+ messages)

[LTP] [PATCH v2 1/2] shell: Add checkpoints api for new lib
 2021-08-24 10:47 UTC  (7+ messages)
` [LTP] [PATCH v2 2/2] pec: Improve reliability

git log --encoding=HTML is not supported
 2021-08-24 10:46 UTC  (4+ messages)

[PATCH] ide: Cap LBA28 capacity announcement to 2^28-1
 2021-08-24 10:43 UTC 

[PATCH v2] arm64: head: avoid over-mapping in map_memory
 2021-08-24 10:42 UTC  (2+ messages)

[PATCH v2 0/7] xen/arm: Sanitize cpuinfo
 2021-08-24 10:41 UTC  (5+ messages)

[PATCH linux-next] r8188eu: remove unneeded conversions to bool
 2021-08-24 10:40 UTC  (2+ messages)

[PATCH 0/9] Improve support for AMD SPI controllers
 2021-08-24 10:40 UTC  (10+ messages)
` [PATCH 1/9] regmap: spi: Set regmap max raw r/w from max_transfer_size
` [PATCH 2/9] spi: core: Add flag for controllers that can't hold cs between transfers
` [PATCH 3/9] regmap: spi: SPI_CONTROLLER_CS_PER_TRANSFER affects max read/write
` [PATCH 4/9] spi: amd: Refactor code to use less spi_master_get_devdata
` [PATCH 5/9] spi: amd: Refactor amd_spi_busy_wait to use readl_poll_timeout
` [PATCH 6/9] spi: amd: Remove uneeded variable
` [PATCH 7/9] spi: amd: Check for idle bus before execute opcode
` [PATCH 8/9] spi: amd: Refactor to overcome 70 bytes per CS limitation
` [PATCH 9/9] spi: amd: Add support for latest platform

[PATCH 1/2] strdup.3: drop mention of "the GNU GCC suite"
 2021-08-24 10:40 UTC  (7+ messages)
` [PATCH 2/2] alloca.3: rewrite NOTES

Proposalö git push -F
 2021-08-24 10:23 UTC  (2+ messages)

Testing a microcontroller emulation by loading the binary on incomplete Flash emulation
 2021-08-24 10:38 UTC  (6+ messages)

[PATCH 0/2] staging: r8188eu: Use new usb_control_msg_recv/send()
 2021-08-24 10:38 UTC  (4+ messages)
` [PATCH 1/2] staging: r8188eu: Use usb_control_msg_recv/send() in usbctrl_vendorreq()

[PATCH] hw/acpi/pcihp: validate bsel property of the bus before unplugging device
 2021-08-24 10:37 UTC  (4+ messages)

[PATCH v6 0/5] Support EFI partition on NVIDIA Tegra devices
 2021-08-24 10:38 UTC  (5+ messages)

[PATCH libnetfilter_queue v4 1/4] build: doc: Fix NAME entry in man pages
 2021-08-24 10:30 UTC  (7+ messages)
` [PATCH libnetfilter_queue v4 2/4] build: doc: can choose what to build and install
` [PATCH libnetfilter_queue v4 3/4] build: doc: VPATH builds work again
` [PATCH libnetfilter_queue v4 4/4] build: doc: split off shell script from within doxygen/Makefile.am

[PATCH 0/6] Speed up mirror-fetches with many refs
 2021-08-24 10:37 UTC  (9+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 1/7] fetch: speed up lookup of want refs via commit-graph
  ` [PATCH v2 2/7] fetch: avoid unpacking headers in object existence check
  ` [PATCH v2 3/7] connected: refactor iterator to return next object ID directly
  ` [PATCH v2 4/7] fetch-pack: optimize loading of refs via commit graph
  ` [PATCH v2 5/7] fetch: refactor fetch refs to be more extendable
  ` [PATCH v2 6/7] fetch: merge fetching and consuming refs
  ` [PATCH v2 7/7] fetch: avoid second connectivity check if we already have all objects

[GSoC] The Final Git Dev Blog(s)
 2021-08-24 10:22 UTC  (2+ messages)

[PATCH -next] mtd: fix possible deadlock when loading and opening mtd device
 2021-08-24 10:35 UTC  (4+ messages)

[RFC 00/10] hw/mos6522: VIA timer emulation fixes and improvements
 2021-08-24 10:34 UTC  (10+ messages)
` [RFC 04/10] hw/mos6522: Rename timer callback functions
` [RFC 01/10] hw/mos6522: Remove get_load_time() methods and functions
` [RFC 09/10] hw/mos6522: Avoid using discrepant QEMU clock values
` [RFC 02/10] hw/mos6522: Remove get_counter_value() methods and functions

[PATCH] arm64/sve: Better handle failure to allocate SVE register storage
 2021-08-24 10:32 UTC  (2+ messages)

[RFC PATCH 3/3] thermal/drivers/cpuidle_cooling: cpuidle cooling driver for non DT/ARM
 2021-08-24 10:34 UTC  (2+ messages)

intel_pt crash on alderlake
 2021-08-24 10:35 UTC  (5+ messages)

[bug report] fs/ntfs3: Add initialization of super block
 2021-08-24 10:33 UTC  (2+ messages)

[RFC PATCH v3 0/6] virtio/vsock: introduce MSG_EOR flag for SEQPACKET
 2021-08-24 10:31 UTC  (6+ messages)

[PATCH] driver core: clean up open-coded NUMA_NO_NODE in device_initialize()
 2021-08-24 10:30 UTC 

[PATCH v2 0/1] arm: imx8m: imx8mm-cl-iot-gate: Add support for detect memory size
 2021-08-24 10:29 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v2 0/4] xen: harden netfront against malicious backends
 2021-08-24 10:28 UTC  (5+ messages)
` [PATCH v2 1/4] xen/netfront: read response from backend only once
` [PATCH v2 2/4] xen/netfront: don't read data from request on the ring page
` [PATCH v2 3/4] xen/netfront: disentangle tx_skb_freelist
` [PATCH v2 4/4] xen/netfront: don't trust the backend response data blindly

[PATCH v4] EDAC/mc: Prefer strscpy over strcpy
 2021-08-24 10:28 UTC  (3+ messages)

[dpdk-dev] [PATCH v2] eal: read data buffer on RTE_INTR_HANDLE_VFIO_REQ
 2021-08-24  9:55 UTC  (2+ messages)
` [dpdk-dev] [PATCH v4] "

[PATCH 00/23] staging: r8188eu: clean up spacing style issues in core dir
 2021-08-24 10:25 UTC  (3+ messages)

[PATCH] mmc: queue: Match the data type of max_segments
 2021-08-24 10:26 UTC  (2+ messages)

[PATCH] sched/core: return prio_less() directly in __sched_core_less
 2021-08-24 10:19 UTC 

[PATCH v3 0/4] SCHED_IDLE extensions
 2021-08-24 10:24 UTC  (3+ messages)
` [PATCH v3 3/4] sched: reduce sched slice for SCHED_IDLE entities

[PATCH v5 0/5] python/aqmp: AQMP-TUI
 2021-08-24 10:15 UTC  (4+ messages)
` [PATCH v5 2/5] python/aqmp-tui: Add AQMP TUI

[PATCH] parisc/parport_gsc: switch from 'pci_' to 'dma_' API
 2021-08-24 10:24 UTC  (2+ messages)

[PATCH v5, 00/15] Using component framework to support multi hardware decode
 2021-08-24 10:21 UTC  (7+ messages)

How to proceed: usci_acpi: PPM init failed (-110)
 2021-08-24 10:24 UTC  (2+ messages)

[PATCH] xen/public: arch-arm: Add mention of argo_op hypercall
 2021-08-24 10:24 UTC  (3+ messages)

linux-next: Tree for Aug 24
 2021-08-24 10:23 UTC 


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.