All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-15 13:14:49 to 2020-12-15 14:23:15 UTC [more...]

[PULL 00/20] target-arm queue
 2020-12-15 14:12 UTC  (13+ messages)
` [PULL 02/20] hw/openrisc/openrisc_sim: Use IRQ splitter when connecting IRQ to multiple CPUs
` [PULL 03/20] hw/openrisc/openrisc_sim: Abstract out "get IRQ x of CPU y"
` [PULL 04/20] target/openrisc: Move pic_cpu code into CPU object proper
` [PULL 05/20] target/nios2: Move IIC "
` [PULL 06/20] target/nios2: Move nios2_check_interrupts() into target/nios2
` [PULL 07/20] target/nios2: Use deposit32() to update ipending register
` [PULL 08/20] hw/core/loader.c: Track last-seen ROM in rom_check_and_register_reset()
` [PULL 09/20] hw/core/loader.c: Improve reporting of ROM overlap errors
` [PULL 10/20] elf_ops.h: Don't truncate name of the ROM blobs we create
` [PULL 11/20] elf_ops.h: Be more verbose with ROM blob names
` [PULL 14/20] usb: xlnx-usb-subsystem: Add xilinx usb subsystem
` [PULL 16/20] hw/misc/zynq_slcr: Avoid #DIV/0! error

[PATCH] block: remove h from printk format specifier
 2020-12-15 14:20 UTC 

[PATCH] arm-bsp/u-boot: update FVP patch metadata
 2020-12-15 14:22 UTC  (2+ messages)
` [meta-arm] "

[PATCH] arm-bsp/scp-firmware: update a patch that is now upstream
 2020-12-15 14:22 UTC  (2+ messages)
` [meta-arm] "

[PATCH 1/3] kbuild: do not use scripts/ld-version.sh for checking spatch version
 2020-12-15 13:48 UTC  (5+ messages)
` [PATCH 2/3] kbuild: LD_VERSION redenomination

[PATCH v2 0/9] Add support for Microsoft Surface System Aggregator Module
 2020-12-15 14:20 UTC  (7+ messages)
` [PATCH v2 2/9] platform/surface: aggregator: Add control packet allocation caching
` [PATCH v2 3/9] platform/surface: aggregator: Add event item "
` [PATCH v2 4/9] platform/surface: aggregator: Add trace points

[PATCH] arm/op-tee: remove old 3.8.0
 2020-12-15 14:22 UTC  (2+ messages)
` [meta-arm] "

[PATCH v2 1/2] arm-bsp/trusted-firmware-a: enable explicit linking to runtime builtin
 2020-12-15 14:21 UTC  (2+ messages)
` [meta-arm] "

[dpdk-dev] FOSDEM 2021 CFP (Final Reminder)
 2020-12-15 14:21 UTC 

[PATCH] arm-autonomy/container: Add a recipe to include container image
 2020-12-15 14:21 UTC  (2+ messages)
` [meta-arm] "

[PATCH] mm: remove h from printk format specifier
 2020-12-15 14:19 UTC 

[GIT pull] core/entry for v5.11-rc1
 2020-12-15 14:19 UTC  (4+ messages)
` [GIT pull] irq/core "

[PATCH v2 00/12] x86: major paravirt cleanup
 2020-12-15 14:18 UTC  (6+ messages)

[PATCH 1/4] arm: new recipes for EDK2
 2020-12-15 14:20 UTC  (2+ messages)
` [meta-arm] "

[PATCH 0/3] video: seps525: Add new driver for seps525 OLED display
 2020-12-15 14:20 UTC  (6+ messages)
` [PATCH 3/3] video: seps525: Add seps525 SPI driver

[PATCH 1/4] dma-buf: Remove kmap kerneldoc vestiges
 2020-12-15 14:18 UTC  (6+ messages)
      ` [Intel-gfx] "

[linux-next:master 11918/13311] drivers/input/misc/da7280.c:866 da7280_parse_properties() warn: inconsistent indenting
 2020-12-15 14:18 UTC  (2+ messages)

[PATCH v3 0/6] video: seps525: Add new driver for seps525 OLED display
 2020-12-15 14:19 UTC  (7+ messages)
` [PATCH v3 1/6] video: Fix video sync kernel-doc format
` [PATCH v3 2/6] video: Let video_sync to return error value
` [PATCH v3 3/6] video: Introduce video_sync operation
` [PATCH v3 4/6] video: seps525: Add dt binding description
` [PATCH v3 5/6] video: seps525: Add seps525 SPI driver
` [PATCH v3 6/6] video: Call video_sync in video_clear()

[PATCH 3/4] dma-buf: begin/end_cpu might lock the dma_resv lock
 2020-12-15 14:16 UTC  (5+ messages)
` [PATCH] "
    ` [Intel-gfx] "

[PATCH 0/5] A few smaller RCU related patches from the RT tree
 2020-12-15 14:16 UTC  (6+ messages)
` [PATCH 1/5] rcu: make RCU_BOOST default on CONFIG_PREEMPT_RT
` [PATCH 2/5] rcu: Use rcuc threads on PREEMPT_RT
` [PATCH 3/5] rcu: enable rcu_normal_after_boot by default for RT
` [PATCH 4/5] doc: Update RCU's requirements page about the PREEMPT_RT wiki
` [PATCH 5/5] doc: Use CONFIG_PREEMPTION

[meta-oe][PATCH] tclap: align version to tag v1.2.2
 2020-12-15 14:16 UTC 

[PATCH v2 00/16] target/mips: Boring code reordering + add "translate.h"
 2020-12-15 14:14 UTC  (19+ messages)
` [PATCH v2 01/16] target/mips: Inline cpu_state_reset() in mips_cpu_reset()
` [PATCH v2 03/16] target/mips: Add !CONFIG_USER_ONLY comment after #endif
` [PATCH v2 04/16] target/mips: Remove consecutive CONFIG_USER_ONLY ifdefs
` [PATCH v2 05/16] target/mips: Extract common helpers from helper.c to common_helper.c
` [PATCH v2 09/16] target/mips: Rename translate_init.c as cpu-defs.c
` [PATCH v2 10/16] target/mips: Replace gen_exception_err(err=0) by gen_exception_end()
` [PATCH v2 11/16] target/mips: Replace gen_exception_end(EXCP_RI) by gen_rsvd_instruction
` [PATCH v2 14/16] target/mips: Declare generic FPU functions in 'translate.h'
` [PATCH v2 15/16] target/mips: Extract FPU specific definitions to translate.h

[PATCH v7 07/10] dt-bindings: reset: s700: Add binding constants for mmc
 2020-12-15 14:12 UTC  (4+ messages)

[PATCH v3 0/3] Experimental freesync video mode optimization
 2020-12-15 14:14 UTC  (5+ messages)
` [PATCH v3 2/3] drm/amd/display: Add freesync video modes based on preferred modes

[PATCH v2 00/12] qom: Convert some properties to class properties
 2020-12-15 14:11 UTC  (3+ messages)
` [PATCH v2 04/12] i386: Register feature bit properties as "

[PATCH] mm/mmap: Don't unlock VMAs in remap_file_pages()
 2020-12-15 14:13 UTC 

[PATCH v1 0/6] no-copy bvec
 2020-12-15 14:05 UTC  (10+ messages)
` [PATCH v1 2/6] iov_iter: optimise bvec iov_iter_advance()

[RFC v2 PATCH 0/9] Make shrinker's nr_deferred memcg aware
 2020-12-15 14:07 UTC  (5+ messages)
` [v2 PATCH 2/9] mm: memcontrol: use shrinker_rwsem to protect shrinker_maps allocation

[PATCH 00/11] merge-ort: add basic rename detection
 2020-12-15 14:09 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 08/11] merge-ort: add implementation of rename collisions

[PATCH] USB: yurex: fix control-URB timeout handling
 2020-12-15 14:08 UTC  (6+ messages)
` WARNING in yurex_write/usb_submit_urb

[PATCH 00/25] net: stmmac: Fix clocks/reset-related procedures
 2020-12-15 14:08 UTC  (6+ messages)
` [PATCH 04/25] dt-bindings: net: dwmac: Refactor snps,*-config properties
      ` [PATCH 04/25] dt-bindings: net: dwmac: Refactor snps, *-config properties

[PATCH v1 net-next 00/15] nvme-tcp receive offloads
 2020-12-15 14:07 UTC  (9+ messages)
` [PATCH v1 net-next 05/15] nvme-tcp: Add DDP offload control path
` [PATCH v1 net-next 07/15] nvme-tcp : Recalculate crc in the end of the capsule

[PATCH 0/4] hwmon: aspeed2600-pwm-tacho: Add driver support
 2020-12-15  9:45 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: hwmon: Add Aspeed AST2600 PWM/Fan
` [PATCH 4/4] hwmon: Support Aspeed AST2600 PWM/Fan tachometer

[PATCH v1] serial: 8250_fintek: Print Fintek chip name
 2020-12-15 14:06 UTC  (5+ messages)
  ` R: "
      ` R: "

[PATCH bpf-next v4 00/11] Atomics for eBPF
 2020-12-15 14:05 UTC  (3+ messages)
` [PATCH bpf-next v5 04/11] bpf: Rename BPF_XADD and prepare to encode other atomics in .imm

Please pull u-boot-dm/next into -next
 2020-12-15 14:06 UTC  (2+ messages)

sched: exporting linux-rt migrate_disable for ZFS
 2020-12-15 14:05 UTC  (4+ messages)

[bug report] driver core: platform: Add devm_platform_get_irqs_affinity()
 2020-12-15 14:06 UTC 

[Intel-gfx] [RFC] drm/i915/backlight: RFC cache backlight power state
 2020-12-15 13:52 UTC 

[PATCH] drivers/iommu: fix null-ptr-deref bug of rk_iommu_from_dev's ret-val
 2020-12-15 14:05 UTC  (2+ messages)

incoming
 2020-12-15 14:04 UTC  (4+ messages)

[Buildroot] [PATCH] package/python-requests: bump to version 2.25.0
 2020-12-15 14:04 UTC 

linusw/for-next build: 7 builds: 0 failed, 7 passed, 11 warnings (v5.10-rc4-94-g3048c5493cd2)
 2020-12-15 14:01 UTC 

[PATCH] lkdtm: disable KASAN for rodata.o
 2020-12-15 14:00 UTC  (2+ messages)

[PATCH] xen: Rework WARN_ON() to return whether a warning was triggered
 2020-12-15 14:01 UTC  (4+ messages)

[dpdk-dev] [PATCH 0/6] net/ionic: fixes for stop and start
 2020-12-15 14:01 UTC  (4+ messages)
` [dpdk-dev] [PATCH 3/6] net/ionic: fully implement remove-on-close

linusw/devel build: 7 builds: 0 failed, 7 passed, 11 warnings (v5.10-rc4-94-g3048c5493cd20)
 2020-12-15 14:00 UTC 

[kvm-unit-tests PATCH 00/10] GIC fixes and improvements
 2020-12-15 13:58 UTC  (6+ messages)
` [kvm-unit-tests PATCH 08/10] arm/arm64: gic: Split check_acked() into two functions

next/master baseline: 618 runs, 32 regressions (next-20201215)
 2020-12-15 13:59 UTC 

[RFC] net: stmmac: Problem with adding the native GPIOs support
 2020-12-15 13:58 UTC  (5+ messages)

[PATCH v5 0/3] xen: add support for automatic debug key actions in case of crash
 2020-12-15 13:59 UTC  (5+ messages)
` [PATCH v5 1/3] xen/arm: add support for run_in_exception_handler()

[PATCH 0/5] perf stat: Introduce --iiostat mode to provide I/O performance metrics
 2020-12-15 13:58 UTC  (4+ messages)

[PULL 0/7] Audio 20201215 patches
 2020-12-15 13:48 UTC  (8+ messages)
` [PULL 1/7] coreaudio: rename misnamed variable fake_as
` [PULL 2/7] coreaudio: don't start playback in init routine
` [PULL 3/7] coreaudio: always stop audio playback on shut down
` [PULL 4/7] audio: remove unused function audio_is_cleaning_up()
` [PULL 5/7] cs4231: Get rid of empty property array
` [PULL 6/7] audio: Simplify audio_bug() removing old code
` [PULL 7/7] audio: add sanity check

[PATCH] media: venus: use contig vb2 ops
 2020-12-15 13:54 UTC  (5+ messages)

[Bug 1890333] [NEW] Assertion failure in address_space_stw_le_cached through virtio-* devices
 2020-12-15 13:43 UTC  (2+ messages)
` [Bug 1890333] Re: [OSS-Fuzz] Issue 26797: qemu:qemu-fuzz-i386-target-generic-fuzz-virtio-blk: ASSERT: addr < cache->len && 2 <= cache->len - addr

[PATCH v1] ARM: tegra: Fix misplaced tegra_uart_config in decompressor
 2020-12-15 13:52 UTC  (2+ messages)

[PATCH] kvm: don't lose the higher 32 bits of tlbs_dirty
 2020-12-15 14:52 UTC  (2+ messages)
` [PATCH V2] kvm: check tlbs_dirty directly

[RFC[RAP] PATCH] xfs: allow setting and clearing of log incompat feature flags
 2020-12-15 13:50 UTC  (11+ messages)

[PATCH v2] perf callchain: Return directly when use '--call-graph dwarf' under !HAVE_DWARF_SUPPORT
 2020-12-15 13:49 UTC  (3+ messages)

[PATCH v2 0/5] Remove LPC register partitioning
 2020-12-15  2:17 UTC  (6+ messages)
` [PATCH v2 5/5] dt-bindings: aspeed-lpc: Remove LPC partitioning

[PATCH v5 0/8] media: i2c: Add RDACM21 camera module
 2020-12-15 13:49 UTC  (7+ messages)
` [PATCH v5 2/8] dt-bindings: media: max9286: Document 'maxim,initial-reverse-channel-mV'

[Intel-gfx] [PATCH 01/69] drm/i915: Use cmpxchg64 for 32b compatilibity
 2020-12-15 13:49 UTC  (3+ messages)
` [Intel-gfx] [PATCH 14/69] drm/i915/gt: Track the overall awake/busy time

[PATCH v3 bpf-next 0/2] introduce xdp_init_buff/xdp_prepare_buff
 2020-12-15 13:47 UTC  (4+ messages)
` [PATCH v3 bpf-next 2/2] net: xdp: introduce xdp_prepare_buff utility routine

[PATCH] drm/amdgpu: Fix spelling mistake "Heterogenous" -> "Heterogeneous"
 2020-12-15 10:56 UTC 

[LSFMMBPF 2021] A status update
 2020-12-15 13:43 UTC  (4+ messages)

[PATCHv5 00/15] perf: Add mmap2 build id support
 2020-12-15 13:43 UTC  (2+ messages)

[PATCH v2, 00/17] drm/mediatek: add support for mediatek SOC MT8192
 2020-12-15 13:42 UTC  (11+ messages)
` [PATCH v2, 07/17] drm/mediatek: add disp config and mm 26mhz clock into mutex device
` [PATCH v2, 14/17] soc: mediatek: mmsys: Use function call for setting mmsys ovl mout register

[PATCH 0/3] Fix some memleaks caused by timer_new_ns
 2020-12-15 13:42 UTC  (3+ messages)
` [PATCH 1/3] pl031: Use timer_free() in the finalize function to avoid memleaks

[PATCH 1/2] can: dev: add can_len2dll_len()
 2020-12-15 13:41 UTC  (6+ messages)
` [PATCH 2/2] can: dev: can_skb_get_dll_len(): introduce function to get data length of frame in data link layer

[PATCH -next v2] mt76: mt7921: introduce mt7921e support
 2020-12-15 13:32 UTC  (2+ messages)

[PATCH RFC v2 0/5] dwmac-meson8b: picosecond precision RX delay support
 2020-12-15 13:40 UTC  (7+ messages)
` [PATCH RFC v2 1/5] dt-bindings: net: dwmac-meson: use picoseconds for the RGMII RX delay

[PATCH v5 0/4] hw/block/m25p80: Numonyx: Fix dummy cycles and check for SPI mode on cmds
 2020-12-15 13:40 UTC  (2+ messages)

[PATCH v2] tpm: Rework open/close/shutdown to avoid races
 2020-12-15 13:38 UTC 

[PATCH] xhci: Introduce max wait timeout in xhci_handshake()
 2020-12-15 13:39 UTC  (2+ messages)

[PATCH v3 0/7] Convert all THP vmstat counters to pages
 2020-12-15 13:37 UTC  (7+ messages)
` [PATCH v3 2/7] mm: memcontrol: convert NR_ANON_THPS account "
    ` [External] "
` [PATCH v3 7/7] mm: memcontrol: make the slab calculation consistent

[RFC PATCH] hw/misc/zynq_slcr: Avoid #DIV/0! error
 2020-12-15 13:37 UTC  (2+ messages)

[PATCH net 1/2] net: mvpp2: Fix GoP port 3 Networking Complex Control configurations
 2020-12-15 13:32 UTC  (2+ messages)
` [PATCH net 2/2] net: mvpp2: disable force link UP during port init procedure

[RFC PATCH] mm: generalise COW SMC TLB flushing race comment
 2020-12-15 13:36 UTC  (2+ messages)

[PATCH RFC net-next] can: dev: can_skb_get_dll_len(): introduce function to get data length of frame in data link layer
 2020-12-15 13:34 UTC  (9+ messages)

[PATCH v3 0/2] Add support of nxp pf8x00 regulator
 2020-12-15 13:33 UTC  (6+ messages)

[PATCH] perf inject corrupts file by deleting event
 2020-12-15 13:33 UTC  (7+ messages)

[Intel-gfx] [PATCH] doc: Fix build of documentation after i915 file rename
 2020-12-15 13:33 UTC  (2+ messages)

RFC v4: Re: cacheflush.2
 2020-12-15 13:30 UTC  (3+ messages)
` [PATCH v6] cacheflush.2: Document __builtin___clear_cache() as a more portable alternative

[PATCH 1/2] hwmon: pwm-fan: Ensure that calculation doesn't discard big period values
 2020-12-15 13:29 UTC  (4+ messages)

[dpdk-dev] [PATCH] net/i40e: issue with ADD VLAN from Guest
 2020-12-15 13:30 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2] "
  ` [dpdk-dev] [PATCH v3] "

[PATCH v5 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2020-12-15 13:28 UTC  (7+ messages)
` [PATCH v5 bpf-next 13/14] bpf: add new frame_length field to the XDP ctx

[PATCH net-next] net: Limit logical shift left of TCP probe0 timeout
 2020-12-15 13:29 UTC  (6+ messages)

[PATCH v3 00/15] RISC-V: Start to remove xlen preprocess
 2020-12-15 13:27 UTC  (4+ messages)
` [PATCH v3 14/15] target/riscv: csr: Remove compile time XLEN checks

[PATCH dwarves 0/2] Fix pahole to emit kernel module BTF variables
 2020-12-15 13:28 UTC  (5+ messages)

dwc: tegra194: issue with card containing a bridge
 2020-12-15 13:25 UTC  (3+ messages)

[PATCH v6 1/5] drm: Add function to convert rect in 16.16 fixed format to regular format
 2020-12-15 13:25 UTC  (4+ messages)
    ` [Intel-gfx] "

pygame 1.9.1 python3 issue?
 2020-12-15 13:25 UTC 

[PATCH v4 0/4] Improve s0ix flows for systems i219LM
 2020-12-15 13:23 UTC  (5+ messages)
    ` Fw: [External] "
        ` [Intel-wired-lan] "

[PATCH] MIPS: Loongson64: Give chance to build under !CONFIG_NUMA and !CONFIG_SMP
 2020-12-15 13:21 UTC  (2+ messages)

[PATCH] regulator: pf8x00: Use specific compatible strings for devices
 2020-12-15 13:20 UTC 

[v2] i2c: mediatek: Move suspend and resume handling to NOIRQ phase
 2020-12-15 13:08 UTC  (12+ messages)

[RFC PATCH 0/1] Add prejudgement for relaxing permissions only case
 2020-12-15 13:18 UTC  (7+ messages)
` [RFC PATCH] KVM: arm64: Add prejudgement for relaxing permissions only case in stage2 translation fault handler

[PATCH v2 0/4] nbd/server: Quiesce coroutines on context switch
 2020-12-15 13:15 UTC  (4+ messages)
` [PATCH v2 2/4] block: Avoid processing BDS twice in bdrv_set_aio_context_ignore()

[RFC PATCH 0/2] errseq+overlayfs: accomodate the volatile upper layer use-case
 2020-12-15 13:16 UTC  (5+ messages)
` [RFC PATCH 2/2] overlayfs: propagate errors from upper to overlay sb in sync_fs

wip-msgr2
 2020-12-15 13:14 UTC  (5+ messages)

[PATCH 0/2] dmaengine: ti: Maintainer mail address change
 2020-12-15 13:13 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: dma: ti: Update maintainer and author information


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.