All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-07 14:27:29 to 2020-04-07 15:16:25 UTC [more...]

[PATCH 0/6] fixup ra/rebase-i-more-options
 2020-04-07 15:16 UTC  (11+ messages)
` [PATCH 1/6] Revert "Revert "Merge branch 'ra/rebase-i-more-options'""
` [PATCH 2/6] t3433: remove loops from tests
` [PATCH 4/6] rebase -i: fix --committer-date-is-author-date
` [PATCH 5/6] Revert "sequencer: allow callers of read_author_script() to ignore fields"
` [PATCH 6/6] t3433: improve coverage

[Intel-gfx] [PATCH v2 1/8] drm/i915/display: Move out code to return the digital_port of the aux ch
 2020-04-07 15:15 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 2/8] drm/i915/display: Add intel_legacy_aux_to_power_domain()

[dpdk-dev] [PATCH v3 3/5] net/tap: fix check for mbuf's nb_segs failure
 2020-04-07 15:15 UTC  (2+ messages)
` [dpdk-dev] [dpdk-stable] "

[Buildroot] [PATCH] package/cegui: disable minizip support
 2020-04-07 15:15 UTC 

[PATCH kvmtool v3] Add emulation for CFI compatible flash memory
 2020-04-07 15:15 UTC  (4+ messages)

[PATCH v1 0/8] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-04-07 15:14 UTC  (8+ messages)
` [PATCH v1 1/8] vfio: Add VFIO_IOMMU_PASID_REQUEST(alloc/free)

[Xen-devel] [PATCH 0/5] use new API for Xen page tables
 2020-04-07 15:14 UTC  (8+ messages)
` [Xen-devel] [PATCH 3/5] x86_64/mm: map and unmap page tables in share_hotadd_m2p_table
  `  "
  ` [PATCH 0/5] use new API for Xen page tables

[PATCH v5 0/5] ov5645: Deprecate usage of the clock-frequency
 2020-04-07 15:14 UTC  (8+ messages)
` [PATCH v5 2/5] media: i2c: ov5645: Drop reading clock-frequency dt-property

[Intel-wired-lan] [PATCH] i40e: Add a check to see if MFS is set
 2020-04-07 15:13 UTC 

[PATCH] bus: mbus: export mvebu_mbus_{add,del}_window for modules
 2020-04-07 15:12 UTC  (3+ messages)

[RFC] net/mlx5: Fix failing fw tracer allocation on s390
 2020-04-07 15:12 UTC 

[PATCH 0/3] Misc MHI fixes
 2020-04-07 15:11 UTC  (10+ messages)
` [PATCH 1/3] bus: mhi: core: Handle syserr during power_up
` [PATCH 2/3] bus: mhi: core: Make sure to powerdown if mhi_sync_power_up fails
` [PATCH 3/3] bus: mhi: core: Remove link_status() callback

[Bug 202445] New: amdgpu/dc: framerate dropping below adaptive sync range causes screen flickering
 2020-04-07 15:10 UTC  (3+ messages)
` [Bug 202445] "

[RESEND 1/2] drm: bridge: adv7511: Enable SPDIF DAI
 2020-04-07 15:09 UTC  (4+ messages)
  ` [RESEND 2/2] drm: bridge: adv7511: Extend list of audio sample rates

[PATCH] raid5: use memalloc_noio_save()/restore in resize_chunks()
 2020-04-07 15:09 UTC  (5+ messages)

[PATCH v12 0/5] bugreport: add tool to generate debugging info
 2020-04-07 15:09 UTC  (4+ messages)
` [PATCH v12 5/5] bugreport: add compiler info

Raid-6 cannot reshape
 2020-04-07 15:08 UTC  (12+ messages)

[PATCH v6 0/4] powerpc: switch VDSO to C implementation
 2020-04-07 15:08 UTC  (3+ messages)
` [PATCH v6 4/4] powerpc/vdso: Switch VDSO to generic "

[PATCH RFT 0/3] mmc: renesas_sdhi: improve TAP selection if all TAPs are good
 2020-04-07 15:07 UTC  (6+ messages)
` [PATCH RFT 1/3] mmc: renesas_sdhi: refactor calculation of best TAP

[PATCH] iio: core: move 'indio_dev->info' null check first
 2020-04-07 15:07 UTC  (2+ messages)
` [PATCH v3] iio: move 'indio_dev->info' null check first in __iio_device_register()

[PATCH v3 00/19] merge: learn --autostash
 2020-04-07 15:06 UTC  (29+ messages)
` [PATCH v4 00/23] "
  ` [PATCH v4 21/23] merge: teach --autostash option
  ` [PATCH v5 00/22] merge: learn --autostash
    ` [PATCH v5 01/22] Makefile: ASCII-sort += lists
    ` [PATCH v5 02/22] t7600: use test_write_lines()
    ` [PATCH v5 03/22] sequencer: stop leaking buf
    ` [PATCH v5 04/22] sequencer: make file exists check more efficient
    ` [PATCH v5 05/22] sequencer: make read_oneliner() accept flags
    ` [PATCH v5 06/22] sequencer: configurably warn on non-existent files
    ` [PATCH v5 07/22] sequencer: make read_oneliner() extern
    ` [PATCH v5 08/22] rebase: use read_oneliner()
    ` [PATCH v5 09/22] sequencer: make apply_autostash() accept a path
    ` [PATCH v5 10/22] sequencer: rename stash_sha1 to stash_oid
    ` [PATCH v5 11/22] rebase: use apply_autostash() from sequencer.c
    ` [PATCH v5 12/22] rebase: generify reset_head()
    ` [PATCH v5 13/22] reset: extract reset_head() from rebase
    ` [PATCH v5 14/22] rebase: extract create_autostash()
    ` [PATCH v5 15/22] rebase: generify create_autostash()
    ` [PATCH v5 16/22] sequencer: extract perform_autostash() from rebase
    ` [PATCH v5 17/22] sequencer: unlink autostash in apply_autostash()
    ` [PATCH v5 18/22] sequencer: implement save_autostash()
    ` [PATCH v5 19/22] sequencer: implement apply_autostash_oid()
    ` [PATCH v5 20/22] merge: teach --autostash option
    ` [PATCH v5 21/22] t5520: make test_pull_autostash() accept expect_parent_num
    ` [PATCH v5 22/22] pull: pass --autostash to merge

[PULL 0/5] Acceptance tests fixes for 5.0-rc2
 2020-04-07 15:04 UTC  (2+ messages)

[Scheduler] CFS - What happens to each task's slice if nr_running * min_granularity > sched_latency?
 2020-04-07 15:02 UTC  (3+ messages)

[RFC PATCH v2 0/6] Add PWM_NOFLAGS property flag
 2020-04-07 14:55 UTC  (6+ messages)
` [RFC PATCH v2 2/6] dt-bindings: pwm: document the PWM no-flag

[PATCH 2/2] Btrfs: remove pointless assertion on reclaim_size counter
 2020-04-07 15:01 UTC  (4+ messages)

[PATCH] memcpy_flushcache: use cache flusing for larger lengths
 2020-04-07 15:01 UTC 

[PATCH] driver core: Fix possible use after free on name
 2020-04-07 15:01 UTC  (9+ messages)
          ` [External] "

[RFC PATCH] PCI: Use pci_pcie_find_root_port() to get root port
 2020-04-07 15:00 UTC  (2+ messages)

[Buildroot] [PATCH v8 0/5] package/python-scipy: new package
 2020-04-07 15:01 UTC  (4+ messages)

[PATCH v10 00/55] atmel_mxt_ts misc
 2020-04-07 15:00 UTC  (14+ messages)
` [PATCH v10 20/55] Input: atmel_mxt_ts - handle cfg filename via pdata/sysfs
` [PATCH v10 43/55] dt-bindings: input: atmel: support to set max bytes transferred
` [PATCH v10 54/55] Input: atmel_mxt_ts: Implement synchronization during various operation

[dpdk-dev] [PATCH 0/2] bitmap: add create bitmap with all bits set
 2020-04-07 15:00 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/2] "

[PATCH 0/6] perf/imx_ddr: Add namespace for i.MX8 DDR Perf
 2020-04-07 14:59 UTC  (4+ messages)

[PATCH] target: pr: fix PR IN, READ FULL STATUS
 2020-04-07 14:59 UTC  (2+ messages)

rt_task_unblock() POSIX alternative
 2020-04-07 14:59 UTC  (2+ messages)

[PATCH] btrfs: Move on-disk structure definition to btrfs_tree.h
 2020-04-07 14:57 UTC  (4+ messages)

[Intel-gfx] [PATCH v4 1/3] drm/i915/perf: break OA config buffer object in 2
 2020-04-07 14:58 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v4,1/3] "

[PATCH] iio: buffer: remove null-checks for 'indio_dev->info'
 2020-04-07 14:59 UTC 

[PATCH v19 00/18] Multicolor Framework (array edition)
 2020-04-07 14:52 UTC  (4+ messages)
` [PATCH v19 04/18] leds: multicolor: Introduce a multicolor class definition

Why does OpenBMC use Avahi mDNS instead of SSDP?
 2020-04-07 14:58 UTC 

Openvswitch 2.13 and python3
 2020-04-07 14:57 UTC 

[PATCH 1/2] sunxi: allow bigger images for all
 2020-04-07 14:57 UTC  (3+ messages)

[PATCH for-5.0 v3 0/3] block: Fix blk->in_flight during blk_wait_while_drained()
 2020-04-07 14:56 UTC  (5+ messages)
` [PATCH for-5.0 v3 2/3] block: Increase BB.in_flight for coroutine and sync interfaces

[dpdk-dev] [PATCH v3 4/5] net/tap: fix close a valid fd
 2020-04-07 14:56 UTC  (2+ messages)

[PATCH 0/2] i2c: designware: Calculate *CNT for Fast Mode Plus
 2020-04-07 14:56 UTC  (2+ messages)

[PATCH 0/4] x86/module: Out-of-tree module decode and sanitize
 2020-04-07 14:55 UTC  (6+ messages)
` [PATCH 3/4] x86,module: Detect VMX vs SLD conflicts

[PATCH v2] drm/amdgpu: fix gfx hang during suspend with video playback (v2)
 2020-04-07 14:55 UTC  (2+ messages)

[RTEVAL PATCH 1/3] Makefile: Remove non-distutil install leftovers
 2020-04-07 14:55 UTC  (6+ messages)
` [RTEVAL PATCH 2/3] Makefile: Use parentheses around print args
` [RTEVAL PATCH 3/3] modules: Don't abort if a workload isn't running

[PATCH 0/3] Introduce a counter inkernel API
 2020-04-07 14:55 UTC  (7+ messages)
` [PATCH 2/3] Input: rotary-encoder-counter: add DT bindings

[PATCH 0/3] add travis job for linux with musl libc
 2020-04-07 14:55 UTC  (8+ messages)
` [PATCH v2 0/4] Travis + Azure jobs "
  ` [PATCH v2 3/4] travis: build and test on Linux with musl libc and busybox
  ` [PATCH v4 0/6] Travis jobs for linux with musl libc

[PATCH for-5.0 v2 0/3] acpi: Fixes for inconsistency in ACPI MR size during migration
 2020-04-07 14:54 UTC  (5+ messages)
` [PATCH for-5.0 v2 2/3] fw_cfg: Migrate ACPI table mr sizes separately

[XEN PATCH] libxc/migration: Abort migration on precopy policy request
 2020-04-07 14:52 UTC 

[PATCH] drm/amdgpu/eeprom: fix possible read overflow in memcpy
 2020-04-07 14:54 UTC 

[PATCH v8 00/12] Introduce CAP_PERFMON to secure system performance monitoring and observability
 2020-04-07 14:54 UTC  (5+ messages)
    ` [Intel-gfx] "

[PATCH 01/16] arm: stm32mp: update dependency for STM32_ETZPC
 2020-04-07 14:54 UTC  (9+ messages)
` [PATCH 03/16] arm: stm32mp: reset to default environment when serial# change
` [PATCH 04/16] arm: stm32mp: detect U-Boot version used to save environment

Commit aa9f7d5172fa ("mm: mempolicy: require at least one nodeid for MPOL_PREFERRED") for stable
 2020-04-07 14:53 UTC  (2+ messages)

[PATCH] drm/amdgpu: Re-enable FRU check for most models v4
 2020-04-07 14:52 UTC  (3+ messages)

Possible regression in git 2.26.0
 2020-04-07 14:52 UTC  (6+ messages)

[PATCH] hw/pci/pcie: Forbid hot-plug via QMP if it's disabled on the slot
 2020-04-07 14:50 UTC 

[PATCH] sequencer: honor GIT_REFLOG_ACTION
 2020-04-07 14:50 UTC  (5+ messages)

[PATCH 5.6 00/29] 5.6.3-rc1 review
 2020-04-07 14:49 UTC  (6+ messages)

[PATCH v3 0/2] Virtio video device specification
 2020-04-07 14:49 UTC  (4+ messages)
` [PATCH v3 1/2] virtio-video: Add virtio "
  ` [virtio-dev] "

[PATCH v2] usb: raw-gadget: fix raw_event_queue_fetch locking
 2020-04-07 14:48 UTC  (3+ messages)

[PATCH 5.5 00/46] 5.5.16-rc1 review
 2020-04-07 14:48 UTC  (4+ messages)
` [PATCH 5.5 42/46] i2c: i801: Do not add ICH_RES_IO_SMI for the iTCO_wdt device

[RFC PATCH] coresight: dynamic-replicator: Fix handling of multiple connections
 2020-04-07 14:53 UTC  (9+ messages)

[PATCH v3] usb: raw-gadget: fix raw_event_queue_fetch locking
 2020-04-07 14:47 UTC 

[PATCH v4 0/9] Support strict kernel memory permissions for security
 2020-04-07 14:46 UTC  (15+ messages)
` [PATCH v4 1/9] riscv: add macro to get instruction length
` [PATCH v4 2/9] riscv: introduce interfaces to patch kernel code
` [PATCH v4 3/9] riscv: patch code by fixmap mapping
` [PATCH v4 4/9] riscv: add ARCH_HAS_SET_MEMORY support
` [PATCH v4 5/9] riscv: add ARCH_HAS_SET_DIRECT_MAP support
` [PATCH v4 6/9] riscv: add ARCH_SUPPORTS_DEBUG_PAGEALLOC support
` [PATCH v4 7/9] riscv: move exception table immediately after RO_DATA
` [PATCH v4 8/9] riscv: add alignment for text, rodata and data sections
` [PATCH v4 9/9] riscv: add STRICT_KERNEL_RWX support

[PATCH] irqchip/meson-gpio: Fix HARDIRQ-safe -> HARDIRQ-unsafe lock order
 2020-04-07 14:46 UTC  (2+ messages)

[PATCH 1/4] pwm: pca9685: remove unused duty_cycle struct element
 2020-04-07 14:46 UTC  (5+ messages)
  ` (EXT) "
      ` (EXT) "

[PATCH RT] signal: Prevent double-free of user struct
 2020-04-07 14:45 UTC  (2+ messages)

[PATCH RFC v2 00/24] scsi: enable reserved commands for LLDDs
 2020-04-07 14:45 UTC  (11+ messages)
` [PATCH RFC v2 02/24] scsi: allocate separate queue for reserved commands

[bug report] bus: mhi: core: Add support for data transfer
 2020-04-07 14:45 UTC  (3+ messages)

[Buildroot] [PATCH] package/mtd: add upstream patch that fixes ubiformat return code
 2020-04-07 14:43 UTC  (2+ messages)

[PATCH 00/15] [RFC] Maintenance jobs and job runner
 2020-04-07 14:43 UTC  (15+ messages)
` [PATCH 01/15] run-job: create barebones builtin

[bug report] bus: mhi: core: Add support for data transfer
 2020-04-07 14:43 UTC  (3+ messages)

[PATCH v2 0/3] drm: kernel-doc stuff
 2020-04-07 14:42 UTC  (3+ messages)
` [PATCH v2 1/3] drm/vblank: Add intro to documentation

[PATCH 5.4 00/36] 5.4.31-rc1 review
 2020-04-07 14:42 UTC  (4+ messages)
` [PATCH 5.4 10/36] bpf: Fix tnum constraints for 32-bit comparisons

[jpirko-mlxsw:jiri_devel_netdevsim_eswitch 2/3] drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c:483:5: error: conflicting types for 'bnxt_dl_eswitch_mode_set'
 2020-04-07 14:40 UTC 

[PATCH v2] SUNRPC: Fix backchannel RPC soft lockups
 2020-04-07 14:39 UTC 

[PATCH] mmc: s3cmci: Drop redundant code in s3cmci_setup_data()
 2020-04-07 14:39 UTC 

WARNING in add_taint/usb_submit_urb
 2020-04-07 14:38 UTC  (2+ messages)

Yocto Project Status WW14'20
 2020-04-07 14:37 UTC 

[PATCH v8 0/5] media: rockchip: Add the rkvdec driver
 2020-04-07 14:35 UTC  (4+ messages)
` [PATCH v8 4/5] media: rkvdec: "

Live migration and PV device handling
 2020-04-07 14:34 UTC  (7+ messages)

WARNING in ib_umad_kill_port
 2020-04-07 14:35 UTC  (8+ messages)

[iptables PATCH 0/3] nft: cache: Minor review
 2020-04-07 14:34 UTC  (4+ messages)
` [iptables PATCH 1/3] nft: cache: Eliminate init_chain_cache()
` [iptables PATCH 2/3] nft: cache: Init per table set list along with chain list
` [iptables PATCH 3/3] nft: cache: Fetch sets per table

[PATCH] layer.conf: update LAYERSERIES_COMPAT for dunfell
 2020-04-07 14:33 UTC  (2+ messages)
` [meta-arm] "

[PATCH] exec: fetch the alignment of Linux devdax pmem character device nodes
 2020-04-07 14:31 UTC  (3+ messages)

[hch-misc:sanitize-vmalloc-api 18/21] kernel/bpf/syscall.c:304: undefined reference to `__vmalloc_node_range'
 2020-04-07 14:33 UTC 

[PULL 0/7] Block layer patches
 2020-04-07 14:26 UTC  (8+ messages)
` [PULL 1/7] job: take each job's lock individually in job_txn_apply
` [PULL 2/7] replication: assert we own context before job_cancel_sync
` [PULL 3/7] backup: don't acquire aio_context in backup_clean
` [PULL 4/7] block-backend: Reorder flush/pdiscard function definitions
` [PULL 5/7] block: Increase BB.in_flight for coroutine and sync interfaces
` [PULL 6/7] block: Fix blk->in_flight during blk_wait_while_drained()
` [PULL 7/7] vpc: Don't round up already aligned BAT sizes

[PATCH 0/2] ALSA: Fix for bad ctl access patterns
 2020-04-07 14:30 UTC  (2+ messages)

[PATCH v3 1/4] fs/posix_acl: apply umask if superblock disables ACL support
 2020-04-07 14:22 UTC  (4+ messages)
` [PATCH v3 2/4] fs/ext4/acl: apply umask if ACL support is disabled
` [PATCH v3 3/4] linux/fs.h: fix umask on NFS with CONFIG_FS_POSIX_ACL=n
` [PATCH v3 4/4] nfs/super: check NFS_CAP_ACLS instead of the NFS version

[PATCH] ASoC: cs4270: pull reset GPIO low then high
 2020-04-07 14:30 UTC  (3+ messages)
` Applied "ASoC: cs4270: pull reset GPIO low then high" to the asoc tree

[igt-dev] [PATCH] [PATCH i-g-t][V4]tests/i915/gem_sync.c :Added __for_each_physical_engine to utilize all available
 2020-04-07 14:29 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/gem_sync.c :Added __for_each_physical_engine to utilize all available (rev5)

stable-rc/linux-5.4.y build: 200 builds: 1 failed, 199 passed, 1 error, 107 warnings (v5.4.30-37-g40da5db79b55)
 2020-04-07 14:29 UTC 

[rcu:dev.2020.04.05b 101/101] kprobes.c:undefined reference to `.synchronize_rcu_tasks'
 2020-04-07 14:28 UTC  (3+ messages)

[PATCH V2 0/9] objtool changes to remove all ANNOTATE_NOSPEC_ALTERNATIVE
 2020-04-07 14:32 UTC  (5+ messages)
` [PATCH V2 9/9] x86/speculation: Remove all ANNOTATE_NOSPEC_ALTERNATIVE directives

[PATCH 1/4] drm/amdgpu: partial revert VM sync changes
 2020-04-07 14:27 UTC  (4+ messages)
` [PATCH 2/4] drm/amdgpu: cleanup IB pool handling a bit
` [PATCH 3/4] drm/amdgpu: rename direct to immediate for VM updates
` [PATCH 4/4] drm/amdgpu: add new unlocked flag for PTE updates


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.