All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-26 19:15:34 to 2020-05-26 19:25:58 UTC [more...]

[PATCH 4.19 00/81] 4.19.125-rc1 review
 2020-05-26 18:53 UTC  (3+ messages)
` [PATCH 4.19 53/81] libnvdimm/btt: Fix LBA masking during free list population
` [PATCH 4.19 80/81] rxrpc: Fix ack discard

[PATCH 5.4 000/111] 5.4.43-rc1 review
 2020-05-26 18:54 UTC  (42+ messages)
` [PATCH 5.4 001/111] i2c: dev: Fix the race between the release of i2c_dev and cdev
` [PATCH 5.4 002/111] KVM: SVM: Fix potential memory leak in svm_cpu_init()
` [PATCH 5.4 003/111] ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash()
` [PATCH 5.4 005/111] ima: Fix return value of ima_write_policy()
` [PATCH 5.4 008/111] mtd: spinand: Propagate ECC information to the MTD structure
` [PATCH 5.4 016/111] afs: Dont unlock fetched data pages until the op completes successfully
` [PATCH 5.4 017/111] mtd: Fix mtd not registered due to nvmem name collision
` [PATCH 5.4 023/111] HID: alps: ALPS_1657 is too specific; use U1_UNICORN_LEGACY instead
` [PATCH 5.4 024/111] scsi: qla2xxx: Fix hang when issuing nvme disconnect-all in NPIV
` [PATCH 5.4 027/111] vhost/vsock: fix packet delivery order to monitoring devices
` [PATCH 5.4 028/111] aquantia: Fix the media type of AQC100 ethernet controller in the driver
` [PATCH 5.4 029/111] component: Silence bind error on -EPROBE_DEFER
` [PATCH 5.4 034/111] ibmvnic: Skip fatal error reset after passive init
` [PATCH 5.4 039/111] ceph: fix double unlock in handle_cap_export()
` [PATCH 5.4 041/111] USB: core: Fix misleading driver bug report
` [PATCH 5.4 045/111] KVM: selftests: Fix build for evmcs.h
` [PATCH 5.4 046/111] ARM: futex: Address build warning
` [PATCH 5.4 049/111] ALSA: hda: patch_realtek: fix empty macro usage in if block
` [PATCH 5.4 051/111] ALSA: hda/realtek - Add supported new mute Led for HP
` [PATCH 5.4 055/111] ALSA: hda/realtek - Enable headset mic of ASUS UX550GE with ALC295
` [PATCH 5.4 057/111] KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.c
` [PATCH 5.4 060/111] ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus Xtreme
` [PATCH 5.4 065/111] drm/etnaviv: fix perfmon domain interation
` [PATCH 5.4 066/111] apparmor: Fix use-after-free in aa_audit_rule_init
` [PATCH 5.4 072/111] dmaengine: owl: Use correct lock in owl_dma_get_pchan()
` [PATCH 5.4 074/111] drm/i915/gvt: Init DPLL/DDI vreg for virtual display instead of inheritance
` [PATCH 5.4 081/111] media: fdp1: Fix R-Car M3-N naming in debug message
` [PATCH 5.4 082/111] staging: iio: ad2s1210: Fix SPI reading
` [PATCH 5.4 086/111] iio: dac: vf610: Fix an error handling path in vf610_dac_probe()
` [PATCH 5.4 089/111] tty: serial: add missing spin_lock_init for SiFive serial console
` [PATCH 5.4 091/111] ipack: tpci200: fix error return code in tpci200_register()
` [PATCH 5.4 092/111] s390/pci: Fix s390_mmio_read/write with MIO
` [PATCH 5.4 093/111] s390/kaslr: add support for R_390_JMP_SLOT relocation type
` [PATCH 5.4 096/111] kasan: disable branch tracing for core runtime
` [PATCH 5.4 098/111] rxrpc: Fix a memory leak in rxkad_verify_response()
` [PATCH 5.4 100/111] flow_dissector: Drop BPF flow dissector prog ref on netns cleanup
` [PATCH 5.4 101/111] x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasks
` [PATCH 5.4 104/111] iio: adc: stm32-dfsdm: Use dma_request_chan() instead dma_request_slave_channel()
` [PATCH 5.4 107/111] rxrpc: Fix ack discard
` [PATCH 5.4 108/111] tpm: check event log version before reading final events
` [PATCH 5.4 109/111] sched/fair: Reorder enqueue/dequeue_task_fair path

[PATCH v5 00/28] Allow vendor drivers to propose their own timings
 2020-05-26 19:17 UTC  (29+ messages)
` [PATCH v5 01/28] mtd: rawnand: Use unsigned types for nand_chip unsigned values
` [PATCH v5 02/28] mtd: rawnand: Only use u8 instead of uint8_t in nand_chip structure
` [PATCH v5 03/28] mtd: rawnand: Create a nand_chip operations structure
` [PATCH v5 04/28] mtd: rawnand: Rename the manufacturer structure
` [PATCH v5 05/28] mtd: rawnand: Declare the nand_manufacturer structure out of nand_chip
` [PATCH v5 06/28] mtd: rawnand: Reorganize the nand_chip structure
` [PATCH v5 07/28] mtd: rawnand: Compare the actual timing values
` [PATCH v5 08/28] mtd: rawnand: Use the data interface mode entry when relevant
` [PATCH v5 09/28] mtd: rawnand: Rename nand_has_setup_data_interface()
` [PATCH v5 10/28] mtd: rawnand: Fix nand_setup_data_interface() description
` [PATCH v5 11/28] mtd: rawnand: Rename nand_init_data_interface()
` [PATCH v5 12/28] mtd: rawnand: timings: Update onfi_fill_data_interface() kernel doc
` [PATCH v5 13/28] mtd: rawnand: timings: Provide onfi_fill_data_interface() with a data interface
` [PATCH v5 14/28] mtd: rawnand: timings: Add a helper to find the closest ONFI mode
` [PATCH v5 15/28] mtd: rawnand: timings: Avoid redefining tR_max and tCCS_min
` [PATCH v5 16/28] mtd: rawnand: timings: Use default values for tPROG_max and tBERS_max
` [PATCH v5 17/28] mtd: rawnand: Define a unique reset data interface
` [PATCH v5 18/28] mtd: rawnand: marvell: Use a helper to access the timings
` [PATCH v5 19/28] mtd: rawnand: legacy: "
` [PATCH v5 20/28] mtd: rawnand: Hide the chip->data_interface indirection
` [PATCH v5 21/28] mtd: rawnand: Introduce nand_choose_best_sdr_timings()
` [PATCH v5 22/28] mtd: rawnand: Add the ->choose_data_interface() hook
` [PATCH v5 23/28] mtd: rawnand: toshiba: Implement ->choose_data_interface() for TC58TEG5DCLTA00
` [PATCH v5 24/28] mtd: rawnand: toshiba: Implement ->choose_data_interface() for TC58NVG0S3E
` [PATCH v5 25/28] mtd: rawnand: hynix: Implement ->choose_data_interface() for H27UCG8T2ATR-BC
` [PATCH v5 26/28] mtd: rawnand: toshiba: Choose the data interface for TH58NVG2S3HBAI4
` [PATCH v5 27/28] mtd: rawnand: Get rid of the default ONFI timing mode
` [PATCH v5 28/28] mtd: rawnand: Allocate the best data interface structure dynamically

UUIDs for every single physical peripheral's service and characteristics?
 2020-05-26 19:25 UTC  (4+ messages)

[ANNOUNCE] Git v2.27.0-rc2
 2020-05-26 19:06 UTC  (2+ messages)

[PATCH v9 07/14] KVM: Don't allocate dirty bitmap if dirty ring is enabled
 2020-05-26 19:21 UTC  (3+ messages)

[PATCH v3 00/18] Add support for Nitro Enclaves
 2020-05-26 18:35 UTC  (4+ messages)
` [PATCH v3 04/18] nitro_enclaves: Init PCI device driver

[PATCH v3 0/3] cmd: add driver, fs and part type listing commands
 2020-05-26 19:24 UTC  (3+ messages)

[PATCH 5.6 000/126] 5.6.15-rc1 review
 2020-05-26 19:23 UTC 

[PATCH 0/9] Record/replay acceptance tests
 2020-05-26 19:22 UTC  (3+ messages)
` [PATCH 8/9] tests/acceptance: record/replay tests with advcal images

Can't build rdma-core's azp image
 2020-05-26 19:23 UTC  (3+ messages)

[PATCH] tpm: Revert "tpm: fix invalid locking in NONBLOCKING mode"
 2020-05-26 19:23 UTC  (3+ messages)

Patch "ppp: mppe: Revert "ppp: mppe: Add softdep to arc4"" has been added to the 4.4-stable tree
 2020-05-26 19:09 UTC  (3+ messages)

[PATCH v3 5/5] PCI/AER: Replace pcie_aer_get_firmware_first() with pcie_aer_is_native()
 2020-05-26 19:22 UTC  (3+ messages)

[GIT PULL] Please pull exec fix for v5.7
 2020-05-26 19:09 UTC  (2+ messages)

[PATCHv4 0/3] optee: register drivers on optee bus
 2020-05-26 19:20 UTC  (4+ messages)
` [PATCHv4 1/3] optee: do drivers initialization before and after tee-supplicant run
` [PATCHv4 2/3] optee: use uuid for sysfs driver entry
` [PATCHv4 3/3] tpm_ftpm_tee: register driver on TEE bus

[PATCH 1/2] scrub: remove xfs_ prefixes from various function
 2020-05-26 19:10 UTC  (3+ messages)
` [PATCH 2/2] xfsprogs: remove the libxfs_* API redirections

[PATCH 0/1] Document Ingenic SoCs binding
 2020-05-26 19:10 UTC  (3+ messages)
` [PATCH 1/1] dt-bindings: MIPS: "

[PATCH 1/8] pfla02: Rework excluding NAND from SPL
 2020-05-26 19:21 UTC  (3+ messages)
` [PATCH 4/8] blance: Disable CONFIG_CMD_SF / CONFIG_CMD_SPI

[PATCH] doc: Clarify how task dependencies relate to RDEPENDS
 2020-05-26 19:21 UTC 

[PATCH] scsi: qla2xxx: Keep initiator ports after RSCN
 2020-05-26 19:21 UTC  (8+ messages)

[PATCH 5.6 000/126] 5.6.15-rc1 review
 2020-05-26 18:54 UTC  (69+ messages)
` [PATCH 5.6 001/126] i2c: dev: Fix the race between the release of i2c_dev and cdev
` [PATCH 5.6 002/126] ARC: [plat-hsdk]: fix USB regression
` [PATCH 5.6 003/126] ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash()
` [PATCH 5.6 006/126] ovl: potential crash in ovl_fid_to_fh()
` [PATCH 5.6 012/126] ubifs: remove broken lazytime support
` [PATCH 5.6 014/126] iommu/amd: Fix over-read of ACPI UID from IVRS table
` [PATCH 5.6 017/126] i2c: mux: demux-pinctrl: Fix an error handling path in i2c_demux_pinctrl_probe()
` [PATCH 5.6 021/126] iommu: Fix deferred domain attachment
` [PATCH 5.6 023/126] net: drop_monitor: use IS_REACHABLE() to guard net_dm_hw_report()
` [PATCH 5.6 024/126] gcc-common.h: Update for GCC 10
` [PATCH 5.6 025/126] HID: multitouch: add eGalaxTouch P80H84 support
` [PATCH 5.6 029/126] scsi: qla2xxx: Fix hang when issuing nvme disconnect-all in NPIV
` [PATCH 5.6 030/126] scsi: qla2xxx: Delete all sessions before unregister local nvme port
` [PATCH 5.6 034/126] component: Silence bind error on -EPROBE_DEFER
` [PATCH 5.6 035/126] net/ena: Fix build warning in ena_xdp_set()
` [PATCH 5.6 036/126] scsi: ibmvscsi: Fix WARN_ON during event pool release
` [PATCH 5.6 038/126] ibmvnic: Skip fatal error reset after passive init
` [PATCH 5.6 040/126] selftests: fix kvm relocatable native/cross builds and installs
` [PATCH 5.6 045/126] stmmac: fix pointer check after utilization in stmmac_interrupt
` [PATCH 5.6 049/126] iommu/amd: Call domain_flush_complete() in update_domain()
` [PATCH 5.6 051/126] drm/amd/display: Prevent dpcd reads with passive dongles
` [PATCH 5.6 053/126] ARM: futex: Address build warning
` [PATCH 5.6 056/126] ALSA: hda/realtek - Add supported new mute Led for HP
` [PATCH 5.6 059/126] ALSA: hda/realtek - Enable headset mic of ASUS GL503VM with ALC295
` [PATCH 5.6 060/126] ALSA: hda/realtek - Enable headset mic of ASUS UX550GE "
` [PATCH 5.6 062/126] bpf: Restrict bpf_probe_read{, str}() only to archs where they work
` [PATCH 5.6 063/126] bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_range
` [PATCH 5.6 065/126] ALSA: pcm: fix incorrect hw_base increase
` [PATCH 5.6 066/126] ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus Xtreme
` [PATCH 5.6 067/126] ALSA: hda/realtek - Add more fixup entries for Clevo machines
` [PATCH 5.6 068/126] scsi: qla2xxx: Do not log message when reading port speed via sysfs
` [PATCH 5.6 070/126] arm64: Fix PTRACE_SYSEMU semantics
` [PATCH 5.6 072/126] drm/etnaviv: fix perfmon domain interation
` [PATCH 5.6 075/126] apparmor: fix potential label refcnt leak in aa_change_profile
` [PATCH 5.6 076/126] apparmor: Fix aa_label refcnt leak in policy_update
` [PATCH 5.6 077/126] dmaengine: tegra210-adma: Fix an error handling path in tegra_adma_probe()
` [PATCH 5.6 079/126] dmaengine: dmatest: Restore default for channel
` [PATCH 5.6 080/126] dmaengine: idxd: fix interrupt completion after unmasking
` [PATCH 5.6 084/126] drm/i915: Propagate error from completed fences
` [PATCH 5.6 085/126] Revert "gfs2: Dont demote a glock until its revokes are written"
` [PATCH 5.6 086/126] virtio-balloon: Revert "virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM"
` [PATCH 5.6 088/126] tools/bootconfig: Fix apply_xbc() to return zero on success
` [PATCH 5.6 090/126] staging: iio: ad2s1210: Fix SPI reading
` [PATCH 5.6 093/126] staging: greybus: Fix uninitialized scalar variable
` [PATCH 5.6 094/126] iio: adc: stm32-adc: fix device used to request dma
` [PATCH 5.6 095/126] iio: adc: stm32-dfsdm: "
` [PATCH 5.6 100/126] driver core: Fix handling of SYNC_STATE_ONLY + STATELESS device links
` [PATCH 5.6 102/126] tty: serial: add missing spin_lock_init for SiFive serial console
` [PATCH 5.6 105/126] s390/pci: Fix s390_mmio_read/write with MIO
` [PATCH 5.6 107/126] device-dax: dont leak kernel memory to user space after unloading kmem
` [PATCH 5.6 108/126] rapidio: fix an error in get_user_pages_fast() error handling
` [PATCH 5.6 110/126] sh: include linux/time_types.h for sockios
` [PATCH 5.6 111/126] sparc32: use PUD rather than PGD to get PMD in srmmu_nocache_init()
` [PATCH 5.6 112/126] sparc32: fix page table traversal "
` [PATCH 5.6 113/126] z3fold: fix use-after-free when freeing handles
` [PATCH 5.6 114/126] iio: imu: st_lsm6dsx: unlock on error in st_lsm6dsx_shub_write_raw()
` [PATCH 5.6 115/126] rxrpc: Fix the excessive initial retransmission timeout
` [PATCH 5.6 116/126] rxrpc: Fix a memory leak in rxkad_verify_response()
` [PATCH 5.6 117/126] tpm: check event log version before reading final events
` [PATCH 5.6 118/126] s390/kexec_file: fix initrd location for kdump kernel
` [PATCH 5.6 119/126] flow_dissector: Drop BPF flow dissector prog ref on netns cleanup
` [PATCH 5.6 120/126] x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasks
` [PATCH 5.6 121/126] rxrpc: Trace discarded ACKs
` [PATCH 5.6 122/126] rxrpc: Fix ack discard
` [PATCH 5.6 123/126] bpf: Prevent mmap()ing read-only maps as writable
` [PATCH 5.6 124/126] sched/fair: Reorder enqueue/dequeue_task_fair path
` [PATCH 5.6 125/126] sched/fair: Fix reordering of enqueue/dequeue_task_fair()
` [PATCH 5.6 126/126] sched/fair: Fix enqueue_task_fair() warning some more

[efi:next] BUILD SUCCESS 84780c5438efd96cfd27fc0d7722aee3b3fe44e6
 2020-05-26 19:20 UTC 

[Bug 207901] New: Nouveau: In a 4 monitor setup, 1-2 displays remains black after boot
 2020-05-26 19:21 UTC  (5+ messages)
` [Bug 207901] "

[PATCH 7/7] rev-list-options.txt
 2020-05-26 19:20 UTC  (7+ messages)
` [PATCH v2] rev-list-options.txt: start a list for `show-pulls`

[PATCH] selinux: allow reading labels before policy is loaded
 2020-05-26 19:12 UTC  (3+ messages)

[meta-oe][PATCH 1/4] python3-pytest: Update 5.3.5 -> 5.4.2
 2020-05-26 19:20 UTC  (4+ messages)
` [meta-oe][PATCH 2/4] python3-pytest-html: Update 1.6 -> 2.1.1
` [meta-oe][PATCH 3/4] python3-pytest-metadata: Update 1.8.0 -> 1.9.0
` [meta-oe][PATCH 4/4] python3-pytest-asyncio: Update 0.10.0 -> 0.12.0

[PATCH v2 0/7] exec/cpu: Cleanups around "exec/hwaddr.h" (reserved to system-mode)
 2020-05-26 19:18 UTC  (3+ messages)
` [PATCH v2 3/7] sysemu/hvf: Only declare hvf_allowed when HVF is available

[PATCH v2 00/14] PCI: brcmstb: enable PCIe for STB chips
 2020-05-26 19:12 UTC  (14+ messages)
` [PATCH v2 02/14] ata: ahci_brcm: Fix use of BCM7216 reset controller
` [PATCH v2 03/14] dt-bindings: PCI: Add bindings for more Brcmstb chips
` [PATCH v2 06/14] PCI: brcmstb: Add bcm7278 PERST support
` [PATCH v2 07/14] PCI: brcmstb: Add control of rescal reset
` [PATCH v2 08/14] of: Include a dev param in of_dma_get_range()
` [PATCH v2 09/14] device core: Add ability to handle multiple dma offsets
` [PATCH v2 10/14] arm: dma-mapping: Invoke dma offset func if needed
` [PATCH v2 11/14] PCI: brcmstb: Set internal memory viewport sizes
` [PATCH v2 12/14] PCI: brcmstb: Accommodate MSI for older chips
` [PATCH v2 13/14] PCI: brcmstb: Set bus max burst size by chip type
` [PATCH v2 14/14] PCI: brcmstb: Add bcm7211, bcm7216, bcm7445, bcm7278 to match list

[pull request][net-next 00/10] mlx5 updates 2020-05-22
 2020-05-26 19:19 UTC  (3+ messages)
` [net-next 07/10] net/mlx5e: Add support for hw encapsulation of MPLS over UDP

[PATCH] capabilities: Introduce CAP_RESTORE
 2020-05-26 19:19 UTC  (5+ messages)

[io_uring] Problems using io_uring engine
 2020-05-26 19:18 UTC  (6+ messages)

[PATCH 0/4] x86/boot: Remove runtime relocations from compressed kernel
 2020-05-26 19:14 UTC  (6+ messages)
` [PATCH v2 4/4] x86/boot: Check that there are no runtime relocations

[PATCH 00/25] IIO: 2nd set of timestamp alignment fixes
 2020-05-26 19:17 UTC  (8+ messages)
` [PATCH 19/25] iio:adc:ti-ads1015 Fix buffer element alignment

[RFC v3 0/4] QEMU cpus.c refactoring
 2020-05-26 19:16 UTC  (3+ messages)
` [RFC v3 4/4] cpus: extract out accel-specific code to each accel


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.