All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-01-23 23:56:53 to 2020-01-24 01:17:32 UTC [more...]

[PATCH AUTOSEL 5.4 01/33] extcon-intel-cht-wc: Don't reset USB data connection at probe
 2020-01-24  1:17 UTC  (17+ messages)
` [PATCH AUTOSEL 5.4 02/33] ASoC: Intel: cht_bsw_rt5645: Add quirk for boards using pmc_plt_clk_0
` [PATCH AUTOSEL 5.4 03/33] drm/amdgpu/SRIOV: add navi12 pci id for SRIOV (v2)
` [PATCH AUTOSEL 5.4 04/33] libbpf: Fix BTF-defined map's __type macro handling of arrays
` [PATCH AUTOSEL 5.4 05/33] staging: mt7621-pci: add quirks for 'E2' revision using 'soc_device_attribute'
` [PATCH AUTOSEL 5.4 06/33] platform/x86: dell-laptop: disable kbd backlight on Inspiron 10xx
` [PATCH AUTOSEL 5.4 07/33] drm: rcar_lvds: Fix color mismatches on R-Car H2 ES2.0 and later
` [PATCH AUTOSEL 5.4 10/33] bus: ti-sysc: Handle mstandby quirk and use it for musb
` [PATCH AUTOSEL 5.4 11/33] bus: ti-sysc: Use swsup quirks also for am335x musb
` [PATCH AUTOSEL 5.4 12/33] spi: pxa2xx: Add support for Intel Comet Lake-H
` [PATCH AUTOSEL 5.4 13/33] iommu/amd: Support multiple PCI DMA aliases in device table
` [PATCH AUTOSEL 5.4 14/33] iommu/amd: Support multiple PCI DMA aliases in IRQ Remapping
` [PATCH AUTOSEL 5.4 17/33] mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs
` [PATCH AUTOSEL 5.4 18/33] ARM: config: aspeed-g5: Enable 8250_DW quirks
` [PATCH AUTOSEL 5.4 22/33] bus: ti-sysc: Add module enable quirk for audio AESS
` [PATCH AUTOSEL 5.4 29/33] bus: ti-sysc: Fix missing force mstandby quirk handling

+ lib-reduce-user_access_begin-boundaries-in-strncpy_from_user-and-strnlen_user.patch added to -mm tree
 2020-01-24  1:16 UTC 

[PATCH 00/17] bcache patches for Linux v5.6
 2020-01-24  1:14 UTC  (7+ messages)
` [PATCH 14/17] bcache: back to cache all readahead I/Os

[PATCH v2 0/3] Fix alarmtimer suspend failure
 2020-01-24  1:14 UTC  (4+ messages)
` [PATCH v2 3/3] alarmtimer: Always export alarmtimer_get_rtcdev() and update docs

+ lib-test_kasanc-fix-memory-leak-in-kmalloc_oob_krealloc_more.patch added to -mm tree
 2020-01-24  1:13 UTC 

[Intel-gfx] [PATCH 1/2] drm/i915/dp: Do not set master_trans bit in bitmak if INVALID_TRANSCODER
 2020-01-24  1:13 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/selftests: Show the RC6 residency on parking failure
 2020-01-24  1:11 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

A NFS, xfs, reflink and rmapbt story
 2020-01-24  1:10 UTC  (2+ messages)

[PATCH v4 00/12] xfs: make buffer functions return error codes
 2020-01-24  1:08 UTC  (15+ messages)
` [PATCH 01/12] xfs: make xfs_buf_alloc return an error code
` [PATCH 02/12] xfs: make xfs_buf_read "
` [PATCH 03/12] xfs: make xfs_buf_get "
` [PATCH 04/12] xfs: make xfs_buf_get_uncached "
` [PATCH 05/12] xfs: make xfs_buf_read_map "

[PATCH] drm/amdgpu: Stop using the DRIVER debugging flag for vblank debugging messages
 2020-01-24  1:07 UTC  (3+ messages)

[linux-next:master 6973/10756] arch/arm64/boot/dts/nvidia/tegra194.dtsi:10:10: fatal error: dt-bindings/memory/tegra194-mc.h: No such file or directory
 2020-01-24  1:06 UTC 

[PATCH rc2 00/25] target/avr merger
 2020-01-24  1:02 UTC  (54+ messages)
` [PATCH rc2 01/25] target/avr: Add outward facing interfaces and core CPU logic
` [PATCH rc2 02/25] target/avr: Add instruction helpers
` [PATCH rc2 03/25] target/avr: Add instruction translation - Registers definition
` [PATCH rc2 04/25] target/avr: Add instruction translation - Arithmetic and Logic Instructions
` [PATCH rc2 05/25] target/avr: Add instruction translation - Branch Instructions
` [PATCH rc2 06/25] target/avr: Add instruction translation - Data Transfer Instructions
` [PATCH rc2 07/25] target/avr: Add instruction translation - Bit and Bit-test Instructions
` [PATCH rc2 08/25] target/avr: Add instruction translation - MCU Control Instructions
` [PATCH rc2 09/25] target/avr: Add instruction translation - CPU main translation function
` [PATCH rc2 10/25] target/avr: Add instruction disassembly function
` [PATCH rc2 11/25] hw/char: Add limited support for Atmel USART peripheral
` [PATCH rc2 12/25] hw/timer: Add limited support for Atmel 16 bit timer peripheral
` [PATCH rc2 13/25] hw/misc: Add Atmel power device
` [PATCH rc2 14/25] target/avr: Add section about AVR into QEMU documentation
` [PATCH rc2 15/25] target/avr: Register AVR support with the rest of QEMU
` [PATCH rc2 16/25] target/avr: Add machine none test
` [PATCH rc2 17/25] target/avr: Update MAINTAINERS file
` [PATCH rc2 18/25] hw/core/loader: Let load_elf populate the processor-specific flags
` [PATCH rc2 19/25] hw/avr: Add helper to load raw/ELF firmware binaries
` [PATCH rc2 20/25] hw/avr: Add some ATmega microcontrollers
` [PATCH rc2 21/25] hw/avr: Add some Arduino boards
` [PATCH rc2 22/25] target/avr: Update build system
` [PATCH rc2 23/25] tests/boot-serial-test: Test some Arduino boards (AVR based)
` [PATCH rc2 24/25] tests/acceptance: Test the Arduino MEGA2560 board
` [PATCH rc2 25/25] .travis.yml: Run the AVR acceptance tests

[RFC 0/4] workqueue: fix selecting cpu for queuing work and cleanup
 2020-01-24  1:01 UTC  (4+ messages)
` [RFC 1/4] workqueue: fix selecting cpu for queuing work

[RFC 0/7] DP Phy compliace auto test
 2020-01-24  0:56 UTC  (8+ messages)
` [RFC 7/7] drm/i915/dp: Program vswing, pre-emphasis, test-pattern
    ` [Intel-gfx] "

[PATCH] rproc: Add elf64 support in elf loader
 2020-01-24  0:53 UTC  (3+ messages)
` [PATCH v2] remoteproc: "

[Intel-gfx] [PATCH 1/5] drm/i915/gt: Include a bunch more rcs image state
 2020-01-24  0:51 UTC  (3+ messages)

Proposal to import ARM GCC toolchain recipes into meta-arm
 2020-01-24  0:50 UTC  (2+ messages)

[PATCH v2] PCI/MSI: Avoid torn updates to MSI pairs
 2020-01-24  0:50 UTC  (8+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Poison GTT scratch pages
 2020-01-24  0:50 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/gt: Poison GTT scratch pages (rev8)

[PATCH v3 bpf-next 0/3] Add bpf_perf_prog_read_branches() helper
 2020-01-24  0:49 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/3] bpf: "

stable-rc/linux-4.9.y build: 185 builds: 1 failed, 184 passed (v4.9.211-234-g33fcc657a28d)
 2020-01-24  0:48 UTC 

[PATCH 0/5][v2] Fix global reserve size and can overcommit
 2020-01-24  0:48 UTC  (4+ messages)
` [PATCH 4/5] btrfs: do not account global reserve in can_overcommit

[RFC][PATCH 0/2] Avoiding DWC3 transfer stalls/hangs when using adb over f_fs
 2020-01-24  0:47 UTC  (4+ messages)
` [RFC][PATCH 1/2] usb: dwc3: gadget: Check for IOC/LST bit in both event->status and TRB->ctrl fields

[PATCH 1/2 v5] iio: light: Add DT bindings for GP2AP002
 2020-01-24  0:47 UTC  (3+ messages)
` [PATCH 2/2 v5] iio: light: Add a driver for Sharp GP2AP002x00F

QEMU for aarch64 with plugins seems to fail basic consistency checks
 2020-01-24  0:45 UTC 

[igt-dev] [PATCH] tests/i915/gem_mmap_wc: Update test to use mmap_wc IOCTL
 2020-01-24  0:42 UTC  (3+ messages)

[PATCH for-rc] Revert "RDMA/efa: Use API to get contiguous memory blocks aligned to device supported page size"
 2020-01-24  0:40 UTC  (7+ messages)

[PATCH] ARM: rmobile: Limit bootloader size to 1 MiB on R-Car Gen3
 2020-01-24  0:39 UTC 

How to build the kernel with a particular driver not included into the kernel, but built as a loadable module?
 2020-01-24  0:38 UTC 

power button override
 2020-01-24  0:36 UTC  (2+ messages)

[PATCH rc1 00/24] target/avr merger
 2020-01-24  0:33 UTC  (4+ messages)
` [PATCH rc1 14/24] target/avr: Add section about AVR into QEMU documentation

[RFC v6 3/5] sched/fair: Tune task wake-up logic to pack small background tasks on fewer cores
 2020-01-24  0:30 UTC  (2+ messages)

[meta-oe][RFC PATCH 1/2] xorriso: Move from meta-filesystems to meta-oe
 2020-01-24  0:28 UTC  (2+ messages)

[PATCH] [RFC] sched: restrict iowait boost for boosted task only
 2020-01-24  0:28 UTC 

[PATCH linux dev-5.4] fsi: aspeed: Add clock debugfs
 2020-01-24  0:27 UTC 

[PATCH v14 00/23] LSM: Module stacking for AppArmor
 2020-01-24  0:23 UTC  (24+ messages)
  ` [PATCH v14 01/23] LSM: Infrastructure management of the sock security
  ` [PATCH v14 02/23] LSM: Create and manage the lsmblob data structure
  ` [PATCH v14 03/23] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v14 04/23] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v14 05/23] net: Prepare UDS for security module stacking
  ` [PATCH v14 06/23] Use lsmblob in security_secctx_to_secid
  ` [PATCH v14 07/23] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v14 08/23] LSM: Use lsmblob in security_ipc_getsecid
  ` [PATCH v14 09/23] LSM: Use lsmblob in security_task_getsecid
  ` [PATCH v14 10/23] LSM: Use lsmblob in security_inode_getsecid
  ` [PATCH v14 11/23] LSM: Use lsmblob in security_cred_getsecid
  ` [PATCH v14 12/23] IMA: Change internal interfaces to use lsmblobs
  ` [PATCH v14 13/23] LSM: Specify which LSM to display
  ` [PATCH v14 14/23] LSM: Ensure the correct LSM context releaser
  ` [PATCH v14 15/23] LSM: Use lsmcontext in security_secid_to_secctx
  ` [PATCH v14 16/23] LSM: Use lsmcontext in security_inode_getsecctx
  ` [PATCH v14 17/23] LSM: security_secid_to_secctx in netlink netfilter
  ` [PATCH v14 18/23] NET: Store LSM netlabel data in a lsmblob
  ` [PATCH v14 19/23] LSM: Verify LSM display sanity in binder
  ` [PATCH v14 20/23] Audit: Add subj_LSM fields when necessary
  ` [PATCH v14 21/23] Audit: Include object data for all security modules
  ` [PATCH v14 22/23] LSM: Add /proc attr entry for full LSM context
  ` [PATCH v14 23/23] AppArmor: Remove the exclusive flag

[Patch net] net_sched: fix ops->bind_class() implementations
 2020-01-24  0:26 UTC 

[PATCH v2 0/3] Ethernet support for Raspberry Pi 4
 2020-01-24  0:26 UTC  (7+ messages)

systemd failing in master with Assertion clock_gettime(map_clock_id(clock_id), &ts) failed
 2020-01-24  0:22 UTC  (4+ messages)

[Xen-devel] [xen-unstable-smoke bisection] complete build-arm64-xsm
 2020-01-24  0:21 UTC 

[PATCH v3 0/4] config: allow user to know scope of config options
 2020-01-24  0:21 UTC  (8+ messages)
` [PATCH v4 0/6] "
  ` [PATCH v4 1/6] config: fix typo in variable name
  ` [PATCH v4 2/6] t1300: fix over-indented HERE-DOCs
  ` [PATCH v4 3/6] t1300: create custom config file without special characters
  ` [PATCH v4 4/6] config: split repo scope to local and worktree
  ` [PATCH v4 5/6] config: clarify meaning of command line scoping
  ` [PATCH v4 6/6] config: add '--show-scope' to print the scope of a config value

[thud/master][PATCH] ti-sci-fw: update to 2019.12
 2020-01-24  0:17 UTC 

call_rcu seems inefficient without futex
 2020-01-24  0:19 UTC 

[PATCH 0/8] xfsprogs: random fixes
 2020-01-24  0:17 UTC  (9+ messages)
` [PATCH 1/8] man: list xfs_io lsattr inode flag letters
` [PATCH 2/8] man: document the xfs_db btheight command
` [PATCH 3/8] man: reformat xfs_quota commands in the manpage for testing
` [PATCH 4/8] man: document some missing xfs_db commands
` [PATCH 5/8] xfs_db: dump per-AG reservations
` [PATCH 6/8] xfs_io: fix copy_file_range length argument overflow
` [PATCH 7/8] xfs_io: fix pwrite/pread length truncation on 32-bit systems
` [PATCH 8/8] xfs_repair: fix totally broken unit conversion in directory invalidation

[PATCH v3 0/6] xfs_repair: do not trash valid root dirs
 2020-01-24  0:18 UTC  (7+ messages)
` [PATCH 1/6] mkfs: check root inode location
` [PATCH 2/6] xfs_repair: enforce that inode btree chunks can't point to AG headers
` [PATCH 3/6] xfs_repair: refactor fixed inode location checks
` [PATCH 4/6] xfs_repair: use libxfs function to calculate root inode location
` [PATCH 5/6] xfs_repair: check plausibility of root dir pointer before trashing it
` [PATCH 6/6] xfs_repair: try to correct sb_unit value from secondaries

linux-next: Tree for Jan 23
 2020-01-24  0:16 UTC  (7+ messages)
` linux-next: Tree for Jan 23 (gpu/drm/panel/)
      ` [Intel-gfx] "

[PATCH linux dev-5.4 v2 0/3] aspeed-g6: enable usb support
 2020-01-24  0:12 UTC  (7+ messages)
` [PATCH linux dev-5.4 v2 1/3] usb: gadget: aspeed: read vhub config from of_device_id
` [PATCH linux dev-5.4 v2 2/3] usb: gadget: aspeed: add ast2600 vhub support
` [PATCH linux dev-5.4 v2 3/3] ARM: dts: aspeed-g6: add usb functions

[brauner:rtm_newlink_device_ownership 1/2] fs/sysfs/group.c:517:7: error: 'i' undeclared; did you mean 'if'?
 2020-01-24  0:11 UTC 

[PATCH v2] ARM: dts: aspeed: update Hr855xg2 device tree
 2020-01-24  0:01 UTC  (4+ messages)

[PATCH] drm/amd/dm/mst: Ignore payload update failures on disable
 2020-01-24  0:06 UTC  (3+ messages)

net: phy: PHY connected SFP behavior
 2020-01-24  0:06 UTC  (2+ messages)

Tunnel traffic in VRF
 2020-01-24  0:03 UTC 

Proposal to fix pwrite with O_APPEND via pwritev2 flag
 2020-01-24  0:02 UTC 

[PATCH 0/6] scsi: support bypass device busy check for some high end HBA with SSD
 2020-01-24  0:01 UTC  (4+ messages)
` [PATCH 5/6] scsi: core: don't limit per-LUN queue depth for SSD when HBA needs

[PATCH 0/5] x86: finish the MPX removal process
 2020-01-24  0:01 UTC  (5+ messages)

[Xen-devel] [PATCH] xen/sched: avoid cpumasks on stack in sched/core.c
 2020-01-24  0:01 UTC  (2+ messages)

[PATCH v4 0/6] hwmon: k10temp driver improvements
 2020-01-24  0:01 UTC  (3+ messages)
` [PATCH v4 6/6] hwmon: (k10temp) Add debugfs support

[Xen-devel] [qemu-mainline test] 146439: regressions - FAIL
 2020-01-23 23:59 UTC 

[PATCH v3 0/2] drm/msm: Add the MSM_WAIT_IOVA ioctl
 2020-01-23 23:57 UTC  (3+ messages)
` [PATCH v3 1/2] drm/msm: Add a GPU-wide wait queue
` [PATCH v3 2/2] drm/msm: Add MSM_WAIT_IOVA ioctl

[PATCH v2] uml: make CONFIG_STATIC_LINK actually static
 2020-01-23 23:59 UTC 

[PATCH v3] drm/msm: Add syncobj support
 2020-01-23 23:57 UTC 

[PATCH] btrfs: scrub: Require mandatory block group RO for dev-replace
 2020-01-23 23:58 UTC  (3+ messages)

[PATCH] btrfs: scrub: Require mandatory block group RO for dev-replace
 2020-01-23 23:58 UTC 

[Xen-devel] [xen-unstable-smoke test] 146438: regressions - FAIL
 2020-01-23 23:57 UTC 

[PATCH v8 00/22] Move PMC clocks into Tegra PMC driver
 2020-01-23 23:56 UTC  (3+ messages)
` [PATCH v8 11/22] ASoC: tegra: Add fallback implementation for audio mclk


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.