All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-25 14:08:13 to 2020-08-25 14:54:53 UTC [more...]

[PATCH v2] kobject: Restore old behaviour of kobject_del(NULL)
 2020-08-25 14:41 UTC  (3+ messages)

[PATCH 08/13] lib/generic-radix-tree: Save number of bits to shift instead of tree level
 2020-08-25 14:52 UTC  (2+ messages)

[PATCH 05/13] lib/generic-radix-tree: Optimise __genradix_ptr_alloc()
 2020-08-25 14:52 UTC  (2+ messages)

[PATCH 13/13] lib/generic-radix-tree: Simplify __genradix_ptr()
 2020-08-25 14:52 UTC  (2+ messages)

[PATCH 1/4] meson: Fixes the ninjatool issue that E$$: are generated in Makefile.ninja
 2020-08-25 14:51 UTC  (4+ messages)
` [PATCH 2/4] meson: fixes relpath may fail on win32
` [PATCH 3/4] meson: Mingw64 gcc doesn't recognize system include_type for sdl2
` [PATCH 4/4] configure: Fix include and linkage issue on msys2

[PATCH 0/3] PM operations for software nodes
 2020-08-25 14:39 UTC  (5+ messages)
` [PATCH 2/3] software node: Introduce device_add_software_node()

[PATCH 1/2] QSLIST: add atomic replace operation
 2020-08-25 14:52 UTC  (3+ messages)
` [PATCH 2/2] coroutine: take exactly one batch from global pool at a time

[PATCH 01/13] lib/generic-radix-tree: Fix potentially corrupt tree
 2020-08-25 14:53 UTC  (2+ messages)

[PATCH 04/13] lib/generic-radix-tree: Optimise __genradix_ptr()
 2020-08-25 14:53 UTC  (2+ messages)

[PATCH U-Boot] scripts/setlocalversion: Improve -dirty check with git-status --no-optional-locks
 2020-08-25 14:53 UTC  (3+ messages)

[PATCH] rtc: sun6i: Fix memleak in sun6i_rtc_clk_init
 2020-08-25 14:51 UTC  (3+ messages)

[PATCH] arm64: traps: clean up arm64_ras_serror_get_severity()
 2020-08-25 14:51 UTC  (3+ messages)

[PATCH 02/13] lib/generic-radix-tree: Optimise out ilog2(variable)
 2020-08-25 14:53 UTC 

[PATCH 03/13] lib/generic-radix-tree: Always use low 8 bits of 'root' for depth
 2020-08-25 14:53 UTC 

[PATCH 06/13] lib/generic-radix-tree: Rename gfp_mask to gfp to shorten lines
 2020-08-25 14:52 UTC 

[PATCH 09/13] lib/generic-radix-tree: Check sizeof(_type) when defining a tree
 2020-08-25 14:52 UTC 

[PATCH 10/13] lib/generic-radix-tree: Simplify offset calculation:
 2020-08-25 14:52 UTC 

[PATCH 11/13] lib/generic-radix-tree: Pass the root pointer to __genradix_ptr
 2020-08-25 14:52 UTC 

[PATCH 12/13] lib/generic-radix-tree: Inline genradix_ptr() for simple trees
 2020-08-25 14:52 UTC 

[PATCH 07/13] lib/generic-radix-tree: Optimise __genradix_iter_peek()
 2020-08-25 14:52 UTC 

[PATCH 00/13] lib/generic-radix-tree: genradix bug fix and optimisations
 2020-08-25 14:52 UTC 

[PULL 39/49] target/arm: Filter cycle counter based on PMCCFILTR_EL0
 2020-08-25 14:48 UTC  (2+ messages)
` [PATCH] target/arm: Count PMU events when MDCR.SPME is set

[PATCH v2 0/5] cpufreq: intel_pstate: Address some HWP-related oddities
 2020-08-25 14:51 UTC  (4+ messages)
` [PATCH v2 2/5] cpufreq: intel_pstate: Always return last EPP value from sysfs

[PATCH 0/3] dmaengine: Add support for Qcom GSI dma controller
 2020-08-25 14:51 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: dmaengine: Document qcom,gpi dma binding

[PATCH] kexec/kexec.c: Add missing fclose()/close() call
 2020-08-25 14:50 UTC  (2+ messages)

[PATCH RFC 0/2] Block and buffer invalidation under a filesystem
 2020-08-25 14:50 UTC  (5+ messages)
` [PATCH RFC 2/2] block: Do not discard buffers under a mounted filesystem

[PATCH 1/4] meson: Fixes the ninjatool issue that E$$: are generated in Makefile.ninja SIMPLE_PATH_RE should match the full path token. Or the $ and : contained in path would not matched if the path are start with C:/ and E:/
 2020-08-25 14:49 UTC  (4+ messages)
` [PATCH 2/4] meson: fixes relpath may fail on win32. On win32, os.path.relpath would raise exception when do the following relpath: C:/msys64/mingw64/x.exe relative to E:/path/qemu-build would fail. So we try catch it for stopping it from raise exception on msys2
` [PATCH 3/4] meson: Mingw64 gcc doesn't recognize system include_type for sdl2
` [PATCH 4/4] configure: Fix include and linkage issue on msys2 On msys2, the -I/e/path/to/qemu -L/e/path/to/qemu are not recognized by the compiler Case $PWD are result msys type path such as /e/path/to/qemu but `pwd -W` are result E:/path/to/qemu that can be recognized by the compiler So we replace all $PWD with $build_path that can handling msys2/mingw properly

[PATCH] net: caif: fix error code handling
 2020-08-25 14:50 UTC  (2+ messages)

[PATCH V4] net: dsa: mt7530: Add of_node_put() before break and return statements
 2020-08-25 14:48 UTC  (4+ messages)

[PATCH v3 1/3] fdtdec: optionally add property no-map to created reserved memory node
 2020-08-25 14:49 UTC  (2+ messages)

[PATCH] iomap: Fix the write_count in iomap_add_to_ioend()
 2020-08-25 14:49 UTC  (10+ messages)

[PATCH v9 0/6] arm64: expose FAR_EL1 tag bits in siginfo
 2020-08-25 14:47 UTC  (15+ messages)
` [PATCH v9 3/6] signal: clear non-uapi flag bits when passing/returning sa_flags
` [PATCH v9 5/6] signal: define the field siginfo.si_xflags

[bug report] ASoC: Intel: KMB: Enable TDM audio capture
 2020-08-25 14:47 UTC  (4+ messages)

[PATCH v3 0/8] Hirschmann Hellcreek DSA driver
 2020-08-25 14:48 UTC  (6+ messages)
` [PATCH v3 2/8] net: dsa: Add DSA driver for Hirschmann Hellcreek switches

[PATCH] clk: sunxi-ng: sun8i: r40: Use sigma delta modulation for audio PLL
 2020-08-25 14:46 UTC  (5+ messages)
` [linux-sunxi] "

[PATCH 0/2] Decode raw MSR values of MCA registers in BERT
 2020-08-25 14:47 UTC  (3+ messages)
` [PATCH 1/2] cper, apei, mce: Pass x86 CPER through the MCA handling chain
` [PATCH 2/2] x86/mce/dev-mcelog: Fix updating kflags in AMD systems

Yocto Project Status WW34'20
 2020-08-25 14:47 UTC 

[Linux-kernel-mentees] [PATCH] net: usb: Fix uninit-was-stored issue in asix_read_cmd()
 2020-08-25 14:44 UTC  (11+ messages)
              `  "

[PATCH v2 0/6] dmaengine: axi-dmac: add support for reading bus attributes from register
 2020-08-25 14:46 UTC  (2+ messages)

[PATCH] pc-bios: s390x: Only set lowcore iplb address on list-directed IPL
 2020-08-25 14:45 UTC  (8+ messages)

[PATCH] MAINTAINERS: add LLVM maintainers
 2020-08-25 14:45 UTC  (3+ messages)

[PATCH] builtin/repack.c: invalidate MIDX only when necessary
 2020-08-25 14:45 UTC  (7+ messages)

[virtio-comment] [PATCH v8 0/3] virtio-spec: Add documentation for recently added balloon features
 2020-08-25 14:45 UTC  (4+ messages)
` [virtio-comment] [PATCH v8 1/3] content: Document balloon feature free page hints
` [virtio-comment] [PATCH v8 2/3] content: Document balloon feature page poison
` [virtio-comment] [PATCH v8 3/3] content: Document balloon feature free page reporting

[PATCH] drm/vkms: fix warning in vkms_get_vblank_timestamp
 2020-08-25 14:42 UTC  (2+ messages)

[PATCH 0/6] xfsprogs: blockdev dax detection and warnings
 2020-08-25 14:40 UTC  (4+ messages)

[PATCH v2 1/2] mm/migrate: Fixup setting UFFD_WP flag
 2020-08-25 14:42 UTC  (3+ messages)
` [PATCH v2 2/2] mm/rmap: Fixup copying of soft dirty and uffd ptes

[PATCH 1/2] ARM: dts: imx6qdl: tqma6: fix indentation
 2020-08-25 14:40 UTC  (8+ messages)
` [PATCH 2/2] ARM: dts: imx6qdl: tqma6: minor fixes
    ` (EXT) "
        ` (EXT) "

[PATCH 0/7] Support of MIPI CSI-2 for A83T and OV8865 camera
 2020-08-25 14:40 UTC  (7+ messages)
` [PATCH 5/7] media: sunxi: sun6i-csi: Add support of MIPI CSI-2 for A83T
` [PATCH 7/7] [NOT FOR MERGE] ARM: dts: sun8i: a83t: bananapi-m3: Enable OV8865 camera

[PATCH v2 1/1] mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
 2020-08-25 14:40 UTC  (5+ messages)

[GIT PULL] Pull request: u-boot-imx u-boot-imx-20200825
 2020-08-25 14:40 UTC 

[PATCH v2 00/10] trivial patchs for static code analyzer fixes
 2020-08-25 14:39 UTC  (4+ messages)
` [PATCH v2 08/10] usb/bus: Remove dead assignment in usb_get_fw_dev_path()

device compatibility interface for live migration with assigned devices
 2020-08-25 14:39 UTC  (12+ messages)

[PATCH v1] net: phy: leds: Deduplicate link LED trigger registration
 2020-08-25 14:40 UTC  (2+ messages)

initial porting of IPIPE x86_64 patches onto Linux stable 5.4.52
 2020-08-25 14:40 UTC  (4+ messages)

[dpdk-dev] question regarding rx checksum offload flags
 2020-08-25 14:39 UTC  (2+ messages)

[PATCH v5 0/8] Remove EPYC mode apicid decode and use generic decode
 2020-08-25 14:38 UTC  (5+ messages)

[GSoC][PATCH 0/3] submodule: fixup to summary-v3
 2020-08-25 14:38 UTC  (4+ messages)
` [PATCH 3/3] t7421: eliminate 'grep' check in t7421.4 for mingw compatibility

[PATCH v2 00/21] aspeed: cleanups and some extensions
 2020-08-25 14:37 UTC  (4+ messages)
` [PATCH v2 05/21] hw/arm/aspeed: Add board model for Supermicro X11 BMC

[PATCH] ALSA: hda/realtek: Add quirk for Samsung Galaxy Book Ion 15 inches
 2020-08-25 14:36 UTC  (4+ messages)

[PATCH] drm/msm: drop cache sync hack
 2020-08-25 14:38 UTC  (4+ messages)

[PATCH 0/9] introduce name service announcement rpmsg driver
 2020-08-25 14:36 UTC  (5+ messages)
` [PATCH 5/9] rpmsg: introduce reserved rpmsg driver for ns announcement

[PATCH net-next] gtp: add notification mechnism
 2020-08-25 14:35 UTC 

[PATCH] kernel.bbclass: run do_symlink_kernsrc before do_patch
 2020-08-25 14:35 UTC 

[PATCH] xfs: Remove kmem_zalloc_large()
 2020-08-25 14:34 UTC 

[PATCH] io_uring: fix unbalanced sqo_mm accounting
 2020-08-25 14:33 UTC 

linux-next: build failure after merge of the bpf-next tree
 2020-08-25 14:33 UTC  (7+ messages)

[PATCH] pinctrl: devicetree: Keep deferring even on timeout
 2020-08-25 14:33 UTC 

[Bug 209025] New: The "VFIO_MAP_DMA failed: Cannot allocate memory" bug is back
 2020-08-25 14:32 UTC  (3+ messages)
` [Bug 209025] "

[PATCH] arm64: tegra: Use the correct names for DPAUX pinctrl states
 2020-08-25 14:30 UTC  (2+ messages)

[PATCH rdma-next 00/10] Restore failure of destroy commands
 2020-08-25 14:32 UTC  (10+ messages)
` [PATCH rdma-next 01/10] RDMA: Restore ability to fail on PD deallocate

[PATCH v3 0/2]Enable RTC on Odroid N2
 2020-08-25 14:30 UTC  (11+ messages)
` [PATCH v3 1/2] arm64: dts: meson-g12b-odroid-n2: Enable RTC controller node

[PATCH] ath11k: return error if firmware request fails
 2020-08-25 14:30 UTC  (2+ messages)

[PATCH] AUTHORS: Update email address for Khalid
 2020-08-25 14:29 UTC 

[PATCH] drm/amdgpu: report DC not supported if virtual display is enabled (v2)
 2020-08-25 14:34 UTC  (3+ messages)

[Buildroot] [Bug 13141] New: Target-finalize fail with "depmod: ERROR: Bad version passed"
 2020-08-25 14:30 UTC  (2+ messages)
` [Buildroot] [Bug 13141] "

[PATCH v3 0/2] Fix Guest random crash on Cortex-N1/A76/A75 cores
 2020-08-25 14:29 UTC  (4+ messages)
` [PATCH v3 2/2] xen/arm: Throw messages for unknown FP/SIMD implement ID

[PATCH v2 0/5] hw/arm/virt: Introduce kvm-steal-time
 2020-08-25 14:27 UTC  (3+ messages)
` [PATCH v2 4/5] hw/arm/virt: Move kvm pmu setup to virt_cpu_post_init

moving meta-{openpower, x86, arm} content to meta-phosphor
 2020-08-25 14:27 UTC  (4+ messages)

[PATCH] drm/bridge/tc358775: Fixes bus formats read
 2020-08-25 14:27 UTC  (8+ messages)

[PATCH 0/5] ARM: dts: aspeed: Add Facebook Wedge400 (AST2500) BMC
 2020-08-25 14:18 UTC  (17+ messages)
` [PATCH 1/5] ARM: dts: aspeed: Remove flash layout from Facebook AST2500 Common dtsi
` [PATCH 2/5] ARM: dts: aspeed: cmm: Set 32MB FMC flash layout
` [PATCH 3/5] ARM: dts: aspeed: yamp: "
` [PATCH 4/5] ARM: dts: aspeed: minipack: Update 64MB "

Tioga Pass OpenBMC 2.8
 2020-08-25 14:25 UTC  (9+ messages)

QEMU | Pipeline #181767431 has failed for master | 7774e403
 2020-08-25 14:24 UTC 

[U-Boot] Please pull from u-boot-i2c
 2020-08-25 14:24 UTC  (2+ messages)

Pull request: u-boot-rockchip-20200820
 2020-08-25 14:24 UTC  (2+ messages)

Pull request: u-boot-riscv/master 20200825
 2020-08-25 14:24 UTC  (2+ messages)

[PATCH v2 0/2] linux-user: Adding support for a group of 4 time64 syscalls
 2020-08-25 14:23 UTC  (4+ messages)
` [PATCH v2 2/2] linux-user: Add support for utimensat_time64() and semtimedop_time64()

[PULL 00/34] Block patches
 2020-08-25 14:22 UTC  (3+ messages)

[PATCH 0/1] usb: dwc3: meson-g12a: fix shared reset control use
 2020-08-25 14:20 UTC  (9+ messages)
` [PATCH 1/1] "

[PATCH 1/5] meson: SIMPLE_PATH_RE should match the full path token. Or the $ and : contained in path would not matched. if the path are start with C:/ and E:/
 2020-08-25 14:21 UTC  (6+ messages)
` [PATCH 4/5] meson: !/bin/sh are msys2 friendly

[PATCH] regulator: rt4801: Specify additionalProperties: false
 2020-08-25 14:22 UTC  (2+ messages)

[PATCH v1 1/9] powerpc/vdso: Remove BUG_ON() in vdso_init()
 2020-08-25 13:54 UTC  (6+ messages)
` [PATCH v1 5/9] powerpc/vdso: move to _install_special_mapping() and remove arch_vma_name()
` [PATCH v1 6/9] powerpc/vdso: Provide vdso_remap()
` [PATCH v1 7/9] powerpc/vdso: Move vdso datapage up front
` [PATCH v1 8/9] powerpc/vdso: Remove __kernel_datapage_offset and simplify __get_datapage()
` [PATCH v1 9/9] powerpc/vdso: Remove unused \tmp param in __get_datapage()

x86/kprobes: kretprobe fails to triggered if kprobe at function entry is not optimized (trigger by int3 breakpoint)
 2020-08-25 14:19 UTC  (11+ messages)

[PATCH 0/2] r8a7742 SoC add IPMMU support
 2020-08-25 14:18 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: iommu: renesas, ipmmu-vmsa: Add r8a7742 support
  ` [PATCH 1/2] dt-bindings: iommu: renesas,ipmmu-vmsa: "
` [PATCH 2/2] ARM: dts: r8a7742: Add IPMMU DT nodes

[dpdk-dev] [PATCH] ci: enable vm env for aarch64 builds
 2020-08-25 14:18 UTC  (2+ messages)

[PATCH] ext4: flag as supporting buffered async reads
 2020-08-25 14:18 UTC  (8+ messages)

[PATCH V2 0/2] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2020-08-25 14:17 UTC  (3+ messages)
` [PATCH V2 1/2] blk-mq: serialize queue quiesce and unquiesce by mutex
` [PATCH V2 2/2] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING

[OE-core] [PATCH] [dunfell 0/3] libubootenv: uprev to v0.3
 2020-08-25 14:16 UTC  (5+ messages)
` [OE-core] [PATCH] [dunfell 3/3] "

meson.build files are missing copyright/license headers
 2020-08-25 14:15 UTC  (8+ messages)

[bug report] selinux: encapsulate policy state, refactor policy load
 2020-08-25 14:16 UTC  (4+ messages)

[dpdk-dev] [PATCH v7 0/5] aarch64 -> aarch32 cross compilation support
 2020-08-25 14:16 UTC  (4+ messages)
` [dpdk-dev] [PATCH v8 "
  ` [dpdk-dev] [PATCH v8 4/5] ci: add aarch64 -> aarch32 cross compiling jobs

[PATCH v8 0/8] powerpc: switch VDSO to C implementation
 2020-08-25 14:15 UTC  (5+ messages)
` [PATCH v8 2/8] powerpc/vdso: Remove __kernel_datapage_offset and simplify __get_datapage()

[master][PATCH 0/5] Allow PR Service and hash equiv together
 2020-08-25 14:16 UTC  (7+ messages)
` [master][PATCH 2/5] hash equivalency and pr service
  ` [OE-core] "
` [master][PATCH 4/5] package / packagedata bbclass: Change the way PRAUTO and AUTOINC are handled
  ` [OE-core] "

[RFC PATCH] drm/amdgpu: add support for user trap handlers
 2020-08-25 14:07 UTC  (2+ messages)
` [PATCH v2] "

Large number of empty reads on 5.9-rc2 under moderate load
 2020-08-25 14:14 UTC  (13+ messages)

imx51evk and Zeus
 2020-08-25 14:14 UTC  (4+ messages)
` [meta-freescale] "

[PATCH] drm/amdgpu: report DC not supported if virtual display is enabled
 2020-08-25 14:14 UTC  (3+ messages)

[PATCH v2 00/17] Add BLK_CTRL support for i.MX8MP
 2020-08-25 14:11 UTC  (7+ messages)
` [PATCH v2 11/17] clk: imx: Add blk_ctrl combo driver

[gustavoars-linux:for-linus/kspp] BUILD SUCCESS 308f765116e9176bf508c10b72ca80ad594e3119
 2020-08-25 14:12 UTC 

[PATCH bpf-next v9 0/7] Generalizing bpf_local_storage
 2020-08-25 14:10 UTC  (4+ messages)
` [PATCH bpf-next v9 5/7] bpf: Implement bpf_local_storage for inodes

[PATCH 00/20] target/arm: SVE2 preparatory patches
 2020-08-25 14:09 UTC  (5+ messages)
` [PATCH 15/20] target/arm: Fix sve_uzp_p vs odd vector lengths

[dpdk-dev] [PATCH RFC 0/1] net/af_xdp: shared UMEM support
 2020-08-25 14:09 UTC  (3+ messages)
` [dpdk-dev] [PATCH RFC 1/1] "

[PATCH v2] utils: v4l2-ctl: support V4L2_CAP_IO_MC in v4l2-ctl '--list-formats-*' commands
 2020-08-25 14:08 UTC  (2+ messages)


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.