All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-02 15:53:32 to 2020-07-02 16:34:28 UTC [more...]

[PATCH v6 2/2] display/drm/bridge: TC358775 DSI/LVDS driver
 2020-07-02 15:52 UTC  (2+ messages)

[PATCH 1/1] arch: arm: mach-omap2: mmc: Move omap_mmc_notify_cover_event() prototype
 2020-07-02 16:34 UTC  (2+ messages)

[PULL v2 00/12] Linux user for 5.1 patches
 2020-07-02 16:32 UTC  (3+ messages)

[kvm-unit-tests PATCH v10 0/9] s390x: Testing the Channel Subsystem I/O
 2020-07-02 16:31 UTC  (10+ messages)
` [kvm-unit-tests PATCH v10 1/9] s390x: saving regs for interrupts
` [kvm-unit-tests PATCH v10 2/9] s390x: I/O interrupt registration
` [kvm-unit-tests PATCH v10 3/9] s390x: export the clock get_clock_ms() utility
` [kvm-unit-tests PATCH v10 4/9] s390x: clock and delays calculations
` [kvm-unit-tests PATCH v10 5/9] s390x: define function to wait for interrupt
` [kvm-unit-tests PATCH v10 6/9] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v10 7/9] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v10 8/9] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v10 9/9] s390x: css: ssch/tsch with sense and interrupt

[PATCH v2 net-next 00/16] sfc: prerequisites for EF100 driver, part 3
 2020-07-02 16:32 UTC  (15+ messages)
` [PATCH v2 net-next 01/16] sfc: support setting MTU even if not privileged to configure MAC fully
` [PATCH v2 net-next 02/16] sfc: remove max_interrupt_mode
` [PATCH v2 net-next 03/16] sfc: move modparam 'interrupt_mode' out of common channel code
` [PATCH v2 net-next 04/16] sfc: move modparam 'rss_cpus' "
` [PATCH v2 net-next 05/16] sfc: make tx_queues_per_channel variable at runtime
` [PATCH v2 net-next 06/16] sfc: commonise netif_set_real_num[tr]x_queues calls
` [PATCH v2 net-next 07/16] sfc: assign TXQs without gaps
` [PATCH v2 net-next 08/16] sfc: don't call tx_limit_len if NIC type doesn't have one
` [PATCH v2 net-next 09/16] sfc: factor out efx_mcdi_filter_table_down() from _remove()
` [PATCH v2 net-next 10/16] sfc: commonise efx_fini_dmaq
` [PATCH v2 net-next 11/16] sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()
` [PATCH v2 net-next 12/16] sfc: get drvinfo driver name from outside the common code
` [PATCH v2 net-next 13/16] sfc_ef100: add EF100 to NIC-revision enumeration
` [PATCH v2 net-next 14/16] sfc_ef100: populate BUFFER_SIZE_BYTES in INIT_RXQ

[PATCH v2 00/44] Less clumsy error checking
 2020-07-02 16:26 UTC  (45+ messages)
` [PATCH v2 03/44] qdev: Use returned bool to check for qdev_realize() etc. failure
` [PATCH v2 05/44] virtio-crypto-pci: Tidy up virtio_crypto_pci_realize()
` [PATCH v2 06/44] qemu-option: Check return value instead of @err where convenient
` [PATCH v2 07/44] qemu-option: Make uses of find_desc_by_name() more similar
` [PATCH v2 08/44] qemu-option: Factor out helper find_default_by_name()
` [PATCH v2 09/44] qemu-option: Simplify around find_default_by_name()
` [PATCH v2 10/44] qemu-option: Factor out helper opt_create()
` [PATCH v2 11/44] qemu-option: Replace opt_set() by cleaner opt_validate()
` [PATCH v2 12/44] qemu-option: Make functions taking Error ** return bool, not void
` [PATCH v2 13/44] qemu-option: Use returned bool to check for failure
` [PATCH v2 14/44] block: Avoid error accumulation in bdrv_img_create()
` [PATCH v2 15/44] hmp: Eliminate a variable in hmp_migrate_set_parameter()
` [PATCH v2 16/44] qapi: Make visitor functions taking Error ** return bool, not void
` [PATCH v2 17/44] qapi: Use returned bool to check for failure, Coccinelle part
` [PATCH v2 18/44] qapi: Use returned bool to check for failure, manual part
` [PATCH v2 19/44] block/parallels: Simplify parallels_open() after previous commit
` [PATCH v2 20/44] s390x/pci: Fix harmless mistake in zpci's property fid's setter
` [PATCH v2 21/44] qom: Use error_reportf_err() instead of g_printerr() in examples
` [PATCH v2 22/44] qom: Rename qdev_get_type() to object_get_type()
` [PATCH v2 23/44] qom: Crash more nicely on object_property_get_link() failure
` [PATCH v2 24/44] qom: Don't handle impossible "
` [PATCH v2 25/44] qom: Use return values to check for error where that's simpler
` [PATCH v2 26/44] qom: Put name parameter before value / visitor parameter
` [PATCH v2 28/44] qom: Use returned bool to check for failure, Coccinelle part
` [PATCH v2 29/44] qom: Use returned bool to check for failure, manual part
` [PATCH v2 30/44] qom: Make functions taking Error ** return bool, not 0/-1
` [PATCH v2 31/44] qdev: Make functions taking Error ** return bool, not void
` [PATCH v2 32/44] qdev: Use returned bool to check for failure, Coccinelle part
` [PATCH v2 33/44] error: Avoid unnecessary error_propagate() after error_setg()
` [PATCH v2 34/44] error: Eliminate error_propagate() with Coccinelle, part 1
` [PATCH v2 35/44] error: Eliminate error_propagate() with Coccinelle, part 2
` [PATCH v2 36/44] error: Eliminate error_propagate() manually
` [PATCH v2 37/44] error: Reduce unnecessary error propagation
` [PATCH v2 38/44] qapi: Smooth another visitor error checking pattern
` [PATCH v2 39/44] qapi: Smooth visitor error checking in generated code
` [PATCH v2 40/44] qapi: Purge error_propagate() from QAPI core
` [PATCH v2 41/44] error: Avoid error_propagate() after migrate_add_blocker()
` [PATCH v2 42/44] qemu-img: Ignore Error objects where the return value suffices
` [PATCH v2 43/44] qdev: "
` [PATCH v2 44/44] hmp: "

[BUG] "Pre-boot DMA Protection" makes AMDGPU stop working
 2020-07-02 16:30 UTC  (3+ messages)

[Intel-gfx] [PATCH 0/4] drm/i915: FBC fixes
 2020-07-02 16:30 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: FBC fixes (rev3)

[PULL 00/28] Error reporting patches patches for 2020-07-02
 2020-07-02 16:00 UTC  (2+ messages)

[PATCHv2 0/4] Improvments for wlcore irq and resume for v5.9
 2020-07-02 16:29 UTC  (5+ messages)
` [PATCH 1/4] wlcore: Simplify runtime resume ELP path
` [PATCH 2/4] wlcore: Use spin_trylock in wlcore_irq_locked() for running the queue
` [PATCH 3/4] wlcore: Use spin_trylock in wlcore_irq() to see if we need to queue tx
` [PATCH 4/4] wlcore: Remove pointless spinlock

[SPDK] Re: SPDK, PMDK and Intel(R) Vtune Amplifier Virtual Forum Video?
 2020-07-02 16:29 UTC 

[PATCH] sched/fair: handle case of task_h_load() returning 0
 2020-07-02 16:28 UTC  (3+ messages)

[PATCH 00/13] efi_loader: rework/improve UEFI secure boot code
 2020-07-02 16:28 UTC  (5+ messages)
` [PATCH 08/13] test/py: efi_secboot: remove all "re.search"
` [PATCH 09/13] test/py: efi_secboot: fix test case 1g of test_authvar

[PATCH] mm: define pte_add_end for consistency
 2020-07-02 16:28 UTC  (6+ messages)

[PATCH v2 0/3] pci: enforce usage of 'pci_channel_state_t'
 2020-07-02 16:26 UTC  (4+ messages)
` [PATCH v2 1/3] pci: use 'pci_channel_state_t' instead of 'enum pci_channel_state'
` [PATCH v2 2/3] pci: use anonymous 'enum' "
` [PATCH v2 3/3] pci: update to doc to use 'pci_channel_state_t'

[PATCH] docs: RCU: fix typo in function name
 2020-07-02 16:28 UTC 

Is git compliant with GDPR?
 2020-07-02 16:28 UTC  (2+ messages)

[PATCH v7 00/13] glibc port to ARC processors
 2020-07-02 16:27 UTC  (7+ messages)
        ` ARC math test regressions (was Re: [PATCH v7 00/13] glibc port to ARC processors)

[PATCH v2 0/3] Add Rockchip RK3288 support
 2020-07-02 16:27 UTC  (6+ messages)
` [PATCH v2 3/3] ARM: dts: rockchip: add rk3288 ISP and DPHY

[PATCHv3 0/6] Add TI PRUSS Local Interrupt Controller IRQChip driver
 2020-07-02 16:24 UTC  (4+ messages)
` [PATCHv3 6/6] irqchip/irq-pruss-intc: Add event mapping support

[GIT PULL] Kselftest fixes update for Linux 5.8-rc4
 2020-07-02 16:26 UTC 

[PATCH RFT] iio: adc: xilinx-xadc: use devm_krealloc()
 2020-07-02 16:25 UTC  (2+ messages)

[PATCH] rcu: fix kerneldoc comments in rcuupdate.h
 2020-07-02 16:25 UTC 

[PATCH v3 0/7] sched: Instrument sched domain flags
 2020-07-02 16:25 UTC  (6+ messages)
` [PATCH v3 2/7] sched/topology: Define and assign sched_domain flag metadata

QEMU | Pipeline #162529360 has failed for master | d0c8b957
 2020-07-02 16:13 UTC 

reset / watchdog on an imx7d soc
 2020-07-02 16:24 UTC  (17+ messages)

[Patch net] cgroup: fix cgroup_sk_alloc() for sk_clone_lock()
 2020-07-02 16:24 UTC  (12+ messages)

[PATCH] spi: spidev: Add compatible for external SPI ports on Kontron boards
 2020-07-02 16:24 UTC  (7+ messages)

[PATCH v4 00/10] Implement support for external IPT monitoring
 2020-07-02 16:23 UTC  (4+ messages)
` [PATCH v4 03/10] tools/libxl: add vmtrace_pt_size parameter

[PATCH v2 00/16] Remove uninitialized_var() macro
 2020-07-02 16:23 UTC  (9+ messages)
` [PATCH v2 08/16] spi: davinci: Remove uninitialized_var() usage
            ` [Drbd-dev] "

Warning coming from raspberrypi,bcm2835-firmware.yaml
 2020-07-02 16:23 UTC  (4+ messages)

[PATCH 0/1] ubifs: support authentication without hmac
 2020-07-02 15:00 UTC  (7+ messages)
` [PATCH v2 0/4] "

[lkp] [+860 bytes kernel size regression] [i386-tinyconfig] [d44a7de579] fs/namespace: use percpu_rw_semaphore for writer holding
 2020-07-02 16:22 UTC 

BUG: Bad page state in process - page dumped because: page still charged to cgroup
 2020-07-02 16:22 UTC  (9+ messages)

[PATCH] riscv: asm/gdb_xml.h: use __maybe_used to make W=1 warnings go away
 2020-07-02 14:20 UTC  (3+ messages)

2500base-x capable sfp copper module?
 2020-07-02 16:21 UTC 

[PATCH] powerpc/rtas: Restrict RTAS requests from userspace
 2020-07-02 16:19 UTC 

[PATCH][dunfell] common-licenses: fix filename of BSD-2-Clause-Patent
 2020-07-02 16:19 UTC 

[PATCH] x86/speculation/l1tf: Add KConfig for setting the L1D cache flush mode
 2020-07-02 16:19 UTC 

[PATCH 0/3] Improvements for dump_page()
 2020-07-02 16:19 UTC  (12+ messages)
` [PATCH 1/3] mm: Print head flags in dump_page
` [PATCH 3/3] mm: Print hashed address of struct page

[dpdk-dev] [PATCH] test/ring: add stress test for ST peek API
 2020-07-02 16:18 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 0/2] extend test coverage for ring PEEK API
  ` [dpdk-dev] [PATCH v2 1/2] test/ring: add stress test for ST peek API
  ` [dpdk-dev] [PATCH v2 2/2] test/ring: rearrange names for ring stress tests

[PATCH] configure / util: Auto-detect the availability of openpty()
 2020-07-02 16:13 UTC  (4+ messages)

[PATCH 6/8] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
 2020-07-02 16:15 UTC  (5+ messages)

[PATCH v2] linux-user: Fix "print_fdset()" in "strace.c" to not print ", " after last value
 2020-07-02 16:09 UTC 

[PATCH] mac80211: keep non-zero sequence counter of injected frames
 2020-07-02 16:17 UTC 

[PATCH 0/4] misc patches
 2020-07-02 16:14 UTC  (7+ messages)
` [PATCH 1/4] libmultipath: fix sysfs dev_loss_tmo parsing
` [PATCH 2/4] kpartx: read devices with direct IO

[dpdk-dev] [PATCH] doc: add dependency syntax to contributing guide
 2020-07-02 16:13 UTC  (3+ messages)
` [dpdk-dev] [dpdk-ci] "

[PATCH v3 0/8] clean-up the migration target allocation functions
 2020-07-02 16:13 UTC  (5+ messages)
` [PATCH v3 3/8] mm/hugetlb: unify migration callbacks

[PATCH] MAINTAINERS: Change Maintainer for some at91 drivers
 2020-07-02 16:11 UTC  (4+ messages)

[PATCH v2 1/2] cmd: env: use ENV_IS_IN_DEVICE in env info
 2020-07-02 16:11 UTC  (3+ messages)
` [PATCH v2 2/2] stm32mp1: use the command env info in env_check

[PATCH 1/2] docker-ce: remove unused docker-registry.service file
 2020-07-02 16:10 UTC  (4+ messages)
` [PATCH 2/2] docker: move docker.init back to files directory to use it from docker-moby
  ` [meta-virtualization] "
` [meta-virtualization] [PATCH 1/2] docker-ce: remove unused docker-registry.service file

[f2fs-dev] [PATCH 0/2] f2fs-tools: add zone-capacity support
 2020-07-02 15:54 UTC  (3+ messages)
` [f2fs-dev] [PATCH 1/2] mkfs.f2fs: zns "
` [f2fs-dev] [PATCH 2/2] fsck.f2fs: validate free seg count on zns device

[f2fs-dev] [PATCH 0/2] f2fs: zns zone-capacity support
 2020-07-02 15:54 UTC  (6+ messages)
`  "
` [f2fs-dev] [PATCH 1/2] f2fs: support zone capacity less than zone size
  `  "
` [f2fs-dev] [PATCH 2/2] f2fs: manage zone capacity during writes and gc
  `  "

[dpdk-dev] [PATCH] build: remove special handling for node library
 2020-07-02 16:09 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH AUTOSEL 5.7 01/53] soc: ti: omap-prm: use atomic iopoll instead of sleeping one
 2020-07-02 16:08 UTC  (7+ messages)
` [PATCH AUTOSEL 5.7 15/53] ASoC: SOF: Intel: add PCI IDs for ICL-H and TGL-H
` [PATCH AUTOSEL 5.7 37/53] cifs: Fix double add page to memcg when cifs_readpages

[PATCH 0/4] btrfs: workaround exhausted anonymous block device pool
 2020-07-02 16:08 UTC  (7+ messages)
` [PATCH 3/4] btrfs: preallocate anon_dev for subvolume and snapshot creation

SEV: QMP support for Inject-Launch-Secret
 2020-07-02 15:53 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v8 0/3] Nvidia Arm SMMUv2 Implementation
 2020-07-02 16:05 UTC  (12+ messages)
` [PATCH v8 2/3] dt-bindings: arm-smmu: Add binding for Tegra194 SMMU

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-07-02 16:02 UTC  (14+ messages)
        ` [PATCH 00/14] Make the user mode driver code a better citizen
            ` [PATCH v2 00/15] "

[PATCH 00/30] Fix a bunch of W=1 issues in USB
 2020-07-02 14:46 UTC  (2+ messages)
` [PATCH 25/30] usb: mtu3: mtu3_core: Demote obvious misuse of kerneldoc to standard comment block

[PATCH] fbdev: da8xx-fb: go to proper label on error handling paths in probe
 2020-07-02 16:05 UTC  (2+ messages)

UART/TTY console deadlock
 2020-07-02 16:05 UTC  (10+ messages)

[Buildroot] [PATCH] package/libnss: bump version to 3.54
 2020-07-02 16:05 UTC 

[PATCH bpf-next 0/4] samples: bpf: refactor BPF map test with libbpf
 2020-07-02 16:04 UTC  (5+ messages)
` [PATCH bpf-next 1/4] samples: bpf: fix bpf programs with kprobe/sys_connect event

[PATCH] vmlinux.lds.h: Coalesce transient LLVM dead code elimination sections
 2020-07-02 16:04 UTC  (3+ messages)

rename ->make_request_fn and move it to the block_device_operations
 2020-07-02 15:52 UTC  (5+ messages)
` [PATCH 18/20] block: refator submit_bio_noacct

[PATCH iproute2] ip link: initial support for bareudp devices
 2020-07-02 16:02 UTC  (2+ messages)

[Intel-gfx] [CI 1/2] drm/i915/gt: Harden the heartbeat against a stuck driver
 2020-07-02 16:00 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [CI,1/2] "

Filter source IP with UDP/514 destination port and change to UDP/9000
 2020-07-02 16:00 UTC  (2+ messages)

PANIC: mm: memcg/slab: percpu_ref_put_many - Unable to handle kernel paging request at virtual address ffff80096d78f000
 2020-07-02 15:58 UTC  (3+ messages)

[PATCH] generic: Verify if statx() can qurey S_SAX flag on regular file correctly
 2020-07-02 15:57 UTC  (3+ messages)

[RFC PATCH 00/10] timer: Reduce timers softirq (and other optimizations)
 2020-07-02 15:57 UTC  (7+ messages)
` [RFC PATCH 01/10] timer: Prevent base->clk from moving backward

[PATCH] vmlinux.lds: consider .text.{hot|unlikely}.* part of .text too
 2020-07-02 15:57 UTC  (5+ messages)
` [PATCH v2] vmlinux.lds: add PGO and AutoFDO input sections

[PATCH net-next 0/4] net: ethtool: Untangle PHYLIB dependency
 2020-07-02 15:56 UTC  (2+ messages)

[PATCH v2] Remove __init from padata_do_multithreaded and padata_mt_helper
 2020-07-02 15:55 UTC 

[PATCH 1/2] moduleparams: Add hex type parameter
 2020-07-02 14:01 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: Change type of module param `ppfeaturemask` to hex

[PATCH v2] gpu/drm: Remove debug info about CPU address
 2020-07-02  9:51 UTC  (5+ messages)

[PATCH v2 1/8] dt-bindings: pwm: samsung: Do not require interrupts on Exynos SoCs
 2020-07-02 15:51 UTC  (7+ messages)
` [PATCH v2 3/8] arm64: dts: exynos: Remove generic arm, armv8-pmuv3 compatible
` [PATCH v2 4/8] arm64: dts: exynos: Remove DMA controller bus node name to fix dtschema warnings
` [PATCH v2 5/8] ARM: "
` [PATCH v2 6/8] ARM: dts: exynos: Define fixed regulators in root node for consistency in Origen
` [PATCH v2 7/8] ARM: dts: exynos: Define fixed regulators in root node for consistency in Arndale
` [PATCH v2 8/8] ARM: dts: exynos: Define fixed regulators in root node for consistency in SMDK5420

[Intel-gfx] [PATCH 01/33] drm/i915/gt: Harden the heartbeat against a stuck driver
 2020-07-02 15:53 UTC  (4+ messages)
` [Intel-gfx] [PATCH 04/33] drm/i915/gt: Check for a completed last request once


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.