All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-21 13:37:19 to 2021-02-21 15:34:22 UTC [more...]

[PATCH] hw/char/pl011: fix receiving multiple chars
 2021-02-21 15:19 UTC  (2+ messages)

[PATCH 0/3] target/riscv: fix PMP permission checking when softmmu's TLB hits
 2021-02-21 14:01 UTC  (7+ messages)
` [PATCH 1/3] target/riscv: propagate PMP permission to TLB page
` [PATCH 2/3] target/riscv: add log of PMP permission checking
` [PATCH 3/3] target/riscv: flush TLB pages if PMP permission has been changed

[PATCH 1/3] target/riscv: propagate PMP permission to TLB page
 2021-02-21 13:32 UTC  (3+ messages)
` [PATCH 2/3] target/riscv: add log of PMP permission checking
` [PATCH 3/3] target/riscv: flush TLB pages if PMP permission has been changed

[PATCH v2 00/25] Apple M1 SoC platform bring-up
 2021-02-21 15:32 UTC  (25+ messages)
` [PATCH v2 19/25] tty: serial: samsung_tty: IRQ rework
` [PATCH v2 20/25] tty: serial: samsung_tty: Use devm_ioremap_resource
` [PATCH v2 25/25] arm64: apple: Add initial Mac Mini 2020 (M1) devicetree

[PATCH] doc: use KCFLAGS instead of EXTRA_CFLAGS to pass flags from command line
 2021-02-21 15:25 UTC  (2+ messages)

[PATCH 0/2] fix sparse warnings
 2021-02-21 15:31 UTC  (6+ messages)
` [PATCH 1/2] staging: wimax/i2400m: fix byte-order issue
` [PATCH 2/2] staging: wimax/i2400m: convert __le32 type to host byte-order

[PATCH] ASoC: constify of_phandle_args in snd_soc_get_dai_name()
 2021-02-21 15:30 UTC  (3+ messages)

[PATCH mlx5-next v6 1/4] PCI: Add sysfs callback to allow MSI-X table size change of SR-IOV VFs
 2021-02-21 15:30 UTC  (6+ messages)

[PATCH] libtracefs: New API to trace only specific functions by instance
 2021-02-22 12:40 UTC  (3+ messages)

KMSAN: uninit-value in __crypto_memneq (2)
 2021-02-21 15:27 UTC  (4+ messages)

[PATCH 1/2] cifs: Fix unix perm bits to cifsacl conversion for "other" bits
 2021-02-21 15:26 UTC  (3+ messages)

[PATCH] iio: adis16400: Fix an error code in adis16400_initial_setup()
 2021-02-21 15:26 UTC  (2+ messages)

[PATCH 1/5] cobalt/kernel: y2038: convert struct timeval to __kernel_old_timeval
 2021-02-21 15:27 UTC  (4+ messages)
` [PATCH 2/5] cobalt/kernel: y2038: convert struct timespec to timespec64

[PULL 00/12] Trivial branch for 6.0 patches
 2021-02-21 15:20 UTC  (2+ messages)

[PATCH 0/2] add proximity rate option for vcnl3020
 2021-02-21 15:20 UTC  (5+ messages)
` [PATCH 1/2] iio: proximity: vcnl3020: add proximity rate
` [PATCH 2/2] dt-bindings: vcnl3020: add proximity rate in hz

[PATCH v5 00/22] Add support for the SDM845 Camera Subsystem
 2021-02-21 15:15 UTC  (3+ messages)
` [PATCH v5 09/22] media: camss: Refactor CSID HW version support

[PATCH] net/mlx4_core: Add missed mlx4_free_cmd_mailbox()
 2021-02-21 15:12 UTC  (2+ messages)

[PATCH 2/2] drm/i195: control LLC CLOS for gpu via debugfs interface
 2021-02-21 15:12 UTC  (2+ messages)

[PULL 00/43] MIPS patches for 2021-02-21
 2021-02-21 14:34 UTC  (44+ messages)
` [PULL 01/43] hw/mips: loongson3: Drop 'struct MemmapEntry'
` [PULL 02/43] hw/mips: Add a bootloader helper
` [PULL 03/43] hw/mips/fuloong2e: Use bl_gen_kernel_jump to generate bootloaders
` [PULL 04/43] hw/mips/boston: "
` [PULL 05/43] hw/mips/boston: Use bootloader helper to set GCRs
` [PULL 06/43] hw/intc/loongson_liointc: Fix per core ISR handling
` [PULL 07/43] tests/acceptance: Test PMON with Loongson-3A1000 CPU
` [PULL 08/43] target/mips: fetch code with translator_ld
` [PULL 09/43] target/mips: Remove access_type argument from map_address() handler
` [PULL 10/43] target/mips: Remove access_type argument from get_seg_physical_address
` [PULL 11/43] target/mips: Remove access_type arg from get_segctl_physical_address()
` [PULL 12/43] target/mips: Remove access_type argument from get_physical_address()
` [PULL 13/43] target/mips: Remove unused MMU definitions
` [PULL 14/43] target/mips: Replace magic value by MMU_DATA_LOAD definition
` [PULL 15/43] target/mips: Let do_translate_address() take MMUAccessType argument
` [PULL 16/43] target/mips: Let cpu_mips_translate_address() take MMUAccessType arg
` [PULL 17/43] target/mips: Let raise_mmu_exception() take MMUAccessType argument
` [PULL 18/43] target/mips: Let get_physical_address() "
` [PULL 19/43] target/mips: Let get_seg*_physical_address() take MMUAccessType arg
` [PULL 20/43] target/mips: Let CPUMIPSTLBContext::map_address() take MMUAccessType
` [PULL 21/43] target/mips: Remove unused 'rw' argument from page_table_walk_refill()
` [PULL 22/43] target/mips: Include missing "tcg/tcg.h" header
` [PULL 23/43] target/mips: Make cpu_HI/LO registers public
` [PULL 24/43] target/mips: Promote 128-bit multimedia registers as global ones
` [PULL 25/43] target/mips: Rename 128-bit upper halve GPR registers
` [PULL 26/43] target/mips: Introduce gen_load_gpr_hi() / gen_store_gpr_hi() helpers
` [PULL 27/43] target/mips: Use GPR move functions in gen_HILO1_tx79()
` [PULL 28/43] vt82c686: Move superio memory region to SuperIOConfig struct
` [PULL 29/43] vt82c686: Reorganise code
` [PULL 30/43] vt82c686: Fix SMBus IO base and configuration registers
` [PULL 31/43] vt82c686: Make vt82c686-pm an I/O tracing region
` [PULL 32/43] vt82c686: Correct vt82c686-pm I/O size
` [PULL 33/43] vt82c686: Correctly reset all registers to default values on reset
` [PULL 34/43] vt82c686: Fix up power management io base and config
` [PULL 35/43] vt82c686: Set user_creatable=false for VT82C686B_PM
` [PULL 36/43] vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on it
` [PULL 37/43] vt82c686: Simplify vt82c686b_realize()
` [PULL 38/43] vt82c686: Move creation of ISA devices to the ISA bridge
` [PULL 39/43] vt82c686: Remove index field of SuperIOConfig
` [PULL 40/43] vt82c686: Reduce indentation by returning early
` [PULL 41/43] vt82c686: Simplify by returning earlier
` [PULL 42/43] vt82c686: Log superio_cfg unimplemented accesses
` [PULL 43/43] vt82c686: Fix superio_cfg_{read,write}() functions

[PATCH] arp: Remove the arp_hh_ops structure
 2021-02-21 15:04 UTC  (3+ messages)
` [arp] 4591591ab7: RIP:neigh_probe

[PATCH] staging: octeon: refactor interface check logic in ethernet.c
 2021-02-21 15:04 UTC  (2+ messages)

[PATCH 0/3] fix sparse warnings
 2021-02-21 15:02 UTC  (10+ messages)
` [PATCH 1/3] staging: wimax/i2400m: fix byte-order issue
` [PATCH 2/3] staging: wimax/i2400m: convert __le32 type to host byte-order
` [PATCH 3/3] staging: media/atomisp: don't compile unused code

[Buildroot] [PATCH] package/rustc: allow cargo sub packages to download using 'git'
 2021-02-21 15:01 UTC  (3+ messages)

[PATCH 1/2] drm/i915/pm: support disable SAGV via debugfs interface
 2021-02-21 14:59 UTC 

[PATCH V3 XRT Alveo 00/18] XRT Alveo driver overview
 2021-02-21 14:57 UTC  (3+ messages)
` [PATCH V3 XRT Alveo 18/18] fpga: xrt: Kconfig and Makefile updates for XRT drivers

[PATCH] xtables-addons 3.15 doesn't compile on 32-bit x86
 2021-02-21 14:50 UTC 

[PATCH v2 0/3] Kconfig oldconfig string update
 2021-02-21 14:45 UTC  (10+ messages)
` [PATCH v2 2/3] kconfig: Ask user if string needs to be changed when dependency changed
` [PATCH v2 3/3] security: Add LSMs dependencies to CONFIG_LSM

[PATCH v6 0/1] Adding support for IIO SCMI based sensors
 2021-02-21 14:46 UTC  (3+ messages)
` [PATCH v6 1/1] iio/scmi: Adding support for IIO SCMI Based Sensors

[PATCH] vdpa/mlx5: set_features should allow reset to zero
 2021-02-21 14:44 UTC  (2+ messages)

[PATCH rdma-core] kernel-boot: Fix VF lookup
 2021-02-21 14:44 UTC 

[Bug 211277] New: sometimes crash at s2ram-wake (Ryzen 3500U): amdgpu, drm, commit_tail, amdgpu_dm_atomic_commit_tail
 2021-02-21 14:40 UTC  (2+ messages)
` [Bug 211277] "

NFS Caching broken in 4.19.37
 2021-02-21 14:37 UTC  (7+ messages)

[PATCH] riscv: Get rid of MAX_EARLY_MAPPING_SIZE
 2021-02-21 14:22 UTC  (2+ messages)

[PATCH] virtio-gpu: Respect graphics update interval for EDID
 2021-02-21 13:34 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/7] eal/windows: do not expose POSIX symbols
 2021-02-21 14:33 UTC  (15+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 7/7] "
  ` [dpdk-dev] [PATCH v3 0/7] "
    ` [dpdk-dev] [PATCH v3 1/7] eal: add wrappers for POSIX string functions
    ` [dpdk-dev] [PATCH v3 2/7] eal: add macro for maximum path length
    ` [dpdk-dev] [PATCH v3 3/7] eal: add sleep API
    ` [dpdk-dev] [PATCH v3 4/7] eal: add asprintf() internal wrapper
    ` [dpdk-dev] [PATCH v3 5/7] lib: remove POSIX dependencies
    ` [dpdk-dev] [PATCH v3 6/7] drivers: "
    ` [dpdk-dev] [PATCH v3 7/7] eal/windows: do not expose POSIX symbols

btrfs-progs test error on fsck/012-leaf-corruption
 2021-02-21 14:09 UTC  (3+ messages)

[PATCH v8 00/22] Introduce the Counter character device interface
 2021-02-21 14:05 UTC  (11+ messages)
` [PATCH v8 10/22] counter: Standardize to ERANGE for limit exceeded errors
` [PATCH v8 19/22] counter: Implement extension*_name sysfs attributes

[RFC PATCH 00/42] target/mips: Reintroduce the R5900 CPU (with more testing)
 2021-02-21 14:04 UTC  (2+ messages)

[PATCH v4 0/9] ALSA: add virtio sound driver
 2021-02-21 13:57 UTC  (39+ messages)
` [virtio-dev] "
` [PATCH v4 1/9] uapi: virtio_ids: add a sound device type ID from OASIS spec
  ` [virtio-dev] "
` [PATCH v4 2/9] ALSA: virtio: add virtio sound driver
  ` [virtio-dev] "
` [PATCH v4 3/9] ALSA: virtio: handling control messages
  ` [virtio-dev] "
` [PATCH v4 4/9] ALSA: virtio: build PCM devices and substream hardware descriptors
  ` [virtio-dev] "
` [PATCH v4 5/9] ALSA: virtio: handling control and I/O messages for the PCM device
  ` [virtio-dev] "
` [PATCH v4 6/9] ALSA: virtio: PCM substream operators
  ` [virtio-dev] "
` [PATCH v4 7/9] ALSA: virtio: introduce jack support
  ` [virtio-dev] "
` [PATCH v4 8/9] ALSA: virtio: introduce PCM channel map support
  ` [virtio-dev] "
` [PATCH v4 9/9] ALSA: virtio: introduce device suspend/resume support
  ` [virtio-dev] "

[RFC v1 32/38] target/arm: cpu: do not initialize TCG PMU for KVM
 2021-02-21 13:59 UTC  (4+ messages)
  ` [RFC v1 34/38] target/arm: cpu: only initialize TCG gt timers under CONFIG_TCG

[PATCH v2 0/4] Fix/Improve sync clock mode handling
 2021-02-21 13:59 UTC  (2+ messages)

[PATCH 12/19] ipmi: kcs_bmc: Strip private client data from struct kcs_bmc
 2021-02-21 13:55 UTC  (3+ messages)

[PATCH 15/19] ipmi: kcs_bmc: Add a "raw" character device interface
 2021-02-21 13:54 UTC  (3+ messages)

Please apply commit 517b693351a2 ("Bluetooth: btusb: Always fallback to alt 1 for WBS") to back to v5.10.y
 2021-02-21 13:30 UTC  (4+ messages)

[PATCH 01/20] net: phy: realtek: Fix events detection failure in LPI mode
 2021-02-21 13:51 UTC  (12+ messages)

[PATCH] iommu/amd: Fix event counter availability check
 2021-02-21 13:49 UTC  (13+ messages)

[PATCH RESEND v2 1/2] cpu/hotplug: Fix build error of using {add,remove}_cpu() with !CONFIG_SMP
 2021-02-21 13:43 UTC  (2+ messages)
` [PATCH RESEND v2 2/2] virt: acrn: Make remove_cpu sysfs invisible with !CONFIG_HOTPLUG_CPU

[PATCH 0/4] Kasan improvements and fixes
 2021-02-21 13:42 UTC  (3+ messages)

[PATCH v2] staging: wimax: i2400m: add space before open parenthesis
 2021-02-21 13:39 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2 1/1] riscv/kasan: add KASAN_VMALLOC support
 2021-02-21 13:38 UTC  (5+ messages)

[PATCH 00/44] hw/arm: New board model mps3-an547
 2021-02-21 13:34 UTC  (3+ messages)
` [PATCH 22/44] hw/arm/armsse: Add a define for number of IRQs used by the SSE itself


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.