All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-19 14:37:06 to 2020-03-19 15:12:16 UTC [more...]

[PATCH v11 0/8] Disable compat cruft on ppc64le v11
 2020-03-19 14:46 UTC  (7+ messages)
` [PATCH v11 4/8] powerpc/perf: consolidate valid_user_sp

[PATCH] drm: rework SET_MASTER and DROP_MASTER perm handling
 2020-03-19 15:11 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/6] drm/i915: Prefer '%ps' for printing function symbol names
 2020-03-19 15:11 UTC  (13+ messages)
` [Intel-gfx] [PATCH 2/6] drm/i915/gem: Avoid gem_context->mutex for simple vma lookup
` [Intel-gfx] [PATCH 3/6] drm/i915/execlists: Force single submission for sentinels
` [Intel-gfx] [PATCH 4/6] drm/i915/gem: Wait until the context is finally retired before releasing engines
` [Intel-gfx] [PATCH 6/6] drm/i915/gt: Cancel a hung context if already closed

[PATCH] staging: sm750fb: rearrange line exceeding 80 characters
 2020-03-19 15:11 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH v3 00/14] fanotify directory modify event
 2020-03-19 15:10 UTC  (15+ messages)
` [PATCH v3 01/14] fsnotify: tidy up FS_ and FAN_ constants
` [PATCH v3 02/14] fsnotify: factor helpers fsnotify_dentry() and fsnotify_file()
` [PATCH v3 03/14] fsnotify: funnel all dirent events through fsnotify_name()
` [PATCH v3 04/14] fsnotify: use helpers to access data by data_type
` [PATCH v3 05/14] fsnotify: simplify arguments passing to fsnotify_parent()
` [PATCH v3 06/14] fsnotify: pass dentry instead of inode for events possible on child
` [PATCH v3 07/14] fsnotify: replace inode pointer with an object id
` [PATCH v3 08/14] fanotify: merge duplicate events on parent and child
` [PATCH v3 09/14] fanotify: fix merging marks masks with FAN_ONDIR
` [PATCH v3 10/14] fanotify: divorce fanotify_path_event and fanotify_fid_event
` [PATCH v3 11/14] fanotify: send FAN_DIR_MODIFY event flavor with dir inode and name
` [PATCH v3 12/14] fanotify: prepare to report both parent and child fid's
` [PATCH v3 13/14] fanotify: record name info for FAN_DIR_MODIFY event
` [PATCH v3 14/14] fanotify: report "

[PATCH v4 0/5] ov5645: Deprecate usage of the clock-frequency
 2020-03-19 15:10 UTC  (7+ messages)
` [PATCH v4 3/5] media: i2c: ov5645: Increase tolerance of external clock frequency
` [PATCH v4 5/5] media: dt-bindings: media: i2c: convert ov5645 bindings to json-schema

[PATCH v3] Add tests for default_range glblub
 2020-03-19 15:09 UTC 

[PATCH v8 00/52] atmel_mxt_ts misc
 2020-03-19 15:00 UTC  (53+ messages)
` [PATCH v8 01/52] Input: introduce input_mt_report_slot_inactive
` [PATCH v8 02/52] Input: atmel_mxt_ts - rework sysfs init/remove
` [PATCH v8 03/52] Input: atmel_mxt_ts - only read messages in mxt_acquire_irq() when necessary
` [PATCH v8 04/52] Input: atmel_mxt_ts - split large i2c transfers into blocks
` [PATCH v8 05/52] Input: atmel_mxt_ts - output status from T48 Noise Supression
` [PATCH v8 06/52] Input: atmel_mxt_ts - output status from T42 Touch Suppression
` [PATCH v8 07/52] Input: atmel_mxt_ts - implement T9 vector/orientation support
` [PATCH v8 08/52] Input: atmel_mxt_ts - implement T15 Key Array support
` [PATCH v8 09/52] Input: atmel_mxt_ts - handle reports from T47 Stylus object
` [PATCH v8 10/52] Input: atmel_mxt_ts - implement support for T107 active stylus
` [PATCH v8 11/52] Input: atmel_mxt_ts - add debug for T92 gesture and T93 touch seq msgs
` [PATCH v8 12/52] Input: atmel_mxt_ts - release touch state during suspend
` [PATCH v8 13/52] Input: atmel_mxt_ts - add regulator control support
` [PATCH v8 14/52] dt-bindings: input: atmel: add suspend mode support
` [PATCH v8 15/52] Input: atmel_mxt_ts - report failures in suspend/resume
` [PATCH v8 16/52] Input: atmel_mxt_ts - allow specification of firmware file name
` [PATCH v8 17/52] Input: atmel_mxt_ts - handle cfg filename via pdata/sysfs
` [PATCH v8 18/52] dt-bindings: input: atmel: provide name of configuration file
` [PATCH v8 19/52] Input: atmel_mxt_ts - allow input name to be specified in platform data
` [PATCH v8 20/52] dt-bindings: input: atmel: support to specify input name
` [PATCH v8 21/52] Input: atmel_mxt_ts - add config checksum attribute to sysfs
` [PATCH v8 22/52] Input: atmel_mxt_ts - refactor firmware flash to extract context into struct
` [PATCH v8 23/52] Input: atmel_mxt_ts - refactor code to enter bootloader into separate func
` [PATCH v8 24/52] Input: atmel_mxt_ts - combine bootloader version query with probe
` [PATCH v8 25/52] Input: atmel_mxt_ts - improve bootloader state machine handling
` [PATCH v8 26/52] Input: atmel_mxt_ts - rename bl_completion to chg_completion
` [PATCH v8 27/52] Input: atmel_mxt_ts - make bootloader interrupt driven
` [PATCH v8 28/52] Input: atmel_mxt_ts - delay enabling IRQ when not using regulators
` [PATCH v8 29/52] Input: atmel_mxt_ts - implement I2C retries
` [PATCH v8 30/52] Input: atmel_mxt_ts - orientation is not present in hover
` [PATCH v8 31/52] Input: atmel_mxt_ts - implement debug output for messages
` [PATCH v8 32/52] Input: atmel_mxt_ts - implement improved debug message interface
` [PATCH v8 33/52] Input: atmel_mxt_ts - eliminate data->raw_info_block
` [PATCH v8 34/52] Input: atmel_mxt_ts - Change call-points of mxt_free_* functions
` [PATCH v8 35/52] Input: atmel_mxt_ts - rely on calculated_crc rather than file config_crc
` [PATCH v8 36/52] input: atmel_mxt_ts: export GPIO reset line via sysfs
` [PATCH v8 37/52] input: atmel_mxt_ts: Add Missing Delay for reset handling of Atmel touch panel controller in detachable displays
` [PATCH v8 38/52] Input: atmel_mxt_ts: Add support for run self-test routine
` [PATCH v8 39/52] Input: atmel_mxt_ts: Limit the max bytes transferred in an i2c transaction
` [PATCH v8 40/52] dt-bindings: input: atmel: support to set max bytes transferred
` [PATCH v8 41/52] Input: atmel_mxt_ts: return error from mxt_process_messages_until_invalid()
` [PATCH v8 42/52] Input: Atmel: improve error handling in mxt_start()
` [PATCH v8 43/52] Input: Atmel: improve error handling in mxt_initialize()
` [PATCH v8 44/52] Input: Atmel: improve error handling in mxt_update_cfg()
` [PATCH v8 45/52] Input: Atmel: Improve error handling in mxt_initialize_input_device()
` [PATCH v8 46/52] Input: Atmel: handle ReportID "0x00" while processing T5 messages
` [PATCH v8 47/52] Input: Atmel: use T44 object to process "
` [PATCH v8 48/52] Input: atmel_mxt_ts: use gpiod_set_value_cansleep for reset pin
` [PATCH v8 49/52] input: touchscreen: atmel_mxt_ts: Added sysfs entry for touchscreen status
` [PATCH v8 50/52] input: atmel_mxt_ts: added sysfs interface to update atmel T38 data
` [PATCH v8 51/52] Input: atmel_mxt_ts: Implement synchronization during various operation
` [PATCH v8 52/52] Input: atmel_mxt_ts - Fix compilation warning

[PATCH-for-5.0 0/2] hw/acpi/piix4: Restrict 'system hotplug' feature to i440fx PC machine
 2020-03-19 15:08 UTC  (5+ messages)
` [PATCH-for-5.0 1/2] hw/acpi/piix4: Add 'system-hotplug-support' property

[PATCH v3 0/5] exynos-ufs: Add support for UFS HCI
 2020-03-19 15:00 UTC  (12+ messages)
    ` [PATCH v3 1/5] dt-bindings: phy: Document Samsung UFS PHY bindings
    ` [PATCH v3 2/5] phy: samsung-ufs: add UFS PHY driver for samsung SoC
    ` [PATCH v3 3/5] Documentation: devicetree: ufs: Add DT bindings for exynos UFS host controller
    ` [PATCH v3 4/5] scsi: ufs-exynos: add UFS host support for Exynos SoCs
    ` [PATCH v3 5/5] arm64: dts: Add node for ufs exynos7

[LTP] ❌ FAIL: Test report for kernel 5.6.0-rc4-61a0925.cki (mainline.kernel.org)
 2020-03-19 15:08 UTC  (7+ messages)
`  "

[PATCH v3] KEYS: reaching the keys quotas correctly
 2020-03-19 15:08 UTC  (2+ messages)

[PATCH v2 4/5] scsi: ufs-exynos: add UFS host support for Exynos SoCs
 2020-03-19 15:08 UTC  (2+ messages)

[PATCH v2] iomap: return partial I/O count on error in iomap_dio_bio_actor
 2020-03-19 15:08 UTC 

[PATCH] xen-pciback: fix INTERRUPT_TYPE_* defines
 2020-03-19 15:07 UTC  (3+ messages)
` [Xen-devel] "

[PATCH] btrfs-progs: restore: Avoid SYMLINK messages
 2020-03-19 15:10 UTC 

[PATCH] tpm2: Export tpm2_get_cc_attrs_tbl for ibmvtpm driver as module
 2020-03-19 14:27 UTC  (4+ messages)

[PATCH] iomap: Submit BIOs at the end of each extent
 2020-03-19 15:07 UTC 

[LTP] [PATCH] uart: add uart testcase in kernel device-driver
 2020-03-19 15:07 UTC  (3+ messages)

[RFC net-next 0/2] split phylink PCS operations and add PCS support for dpaa2
 2020-03-19 15:06 UTC  (6+ messages)
` [RFC net-next 2/5] net: phylink: add separate pcs operations structure

[RFC PATCH] arch: Add explicit linker script for u-boot-elf
 2020-03-19 15:06 UTC 

[Intel-gfx] [PATCH] drm/i915/gt: move files more files into debugfs
 2020-03-19 15:06 UTC  (2+ messages)

[PATCH 0/4] x86/Hyper-V: Panic code path fixes
 2020-03-19 15:06 UTC  (6+ messages)
` [PATCH 0/4] x86/Hyper-V: Unload vmbus channel in hv panic callback

[PATCH v5 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-19 15:05 UTC  (5+ messages)
` [PATCH v5 23/23] KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs

[PATCH RFC 00/39] btrfs: qgroup: Use backref cache based backref walk for commit roots
 2020-03-19 15:05 UTC  (5+ messages)
` [PATCH RFC 01/39] btrfs: backref: Introduce the skeleton of btrfs_backref_iter
` [PATCH RFC 02/39] btrfs: backref: Implement btrfs_backref_iter_next()

[PATCH] mtd: spi-nor-core: call WATCHDOG_RESET() in spi_nor_ready()
 2020-03-19 15:05 UTC  (3+ messages)
` [EXT] "

[patch V2 00/15] Lock ordering documentation and annotation for lockdep
 2020-03-19 15:04 UTC  (3+ messages)
` [patch V2 08/15] Documentation: Add lock ordering and nesting documentation

linux-next build error (8)
 2020-03-19 15:04 UTC  (5+ messages)

[PATCH 5.5 00/64] 5.5.11-rc2 review
 2020-03-19 15:03 UTC 

[GIT PULL] usb: tegra: Changes for v5.7-rc1
 2020-03-19 15:02 UTC  (4+ messages)
` [GIT PULL v2] "

[PATCH v2 0/3] media: rcar-vin: Enable MEDIA_BUS_FMT_SRGGB8_1X8 format and support for matching fwnode against endpoints/nodes
 2020-03-19 15:03 UTC  (6+ messages)
` [PATCH v2 2/3] media: rcar-vin: Add support for MEDIA_BUS_FMT_SRGGB8_1X8 format

[RFC PATCH glibc 4/8] glibc: Perform rseq(2) registration at C startup and thread creation (v15)
 2020-03-19 14:53 UTC  (3+ messages)
` [RFC PATCH glibc 5/8] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v6)

[PATCH v3] backlight: pwm_bl: Switch to full GPIO descriptor
 2020-03-19 15:02 UTC  (3+ messages)
` [GIT PULL] Immutable branch between Backlight, Arm, Unicore32 and PWM due for the v5.7 merge window

[PATCH v3 00/32] powerpc/64: interrupts and syscalls series
 2020-03-19 14:26 UTC  (6+ messages)
` [PATCH v11 0/8] Disable compat cruft on ppc64le v11
  ` [PATCH v11 8/8] MAINTAINERS: perf: Add pattern that matches ppc perf to the perf entry

[jwboyer-fedora:f30 14/46] drivers/pci/controller/pcie-brcmstb.c:545:13-16: ERROR: Missing resource_size with res
 2020-03-19 15:02 UTC  (2+ messages)
` [PATCH] PCI: brcmstb: fix resource_size.cocci warnings

[PATCH 5.5 00/64] 5.5.11-rc1 review
 2020-03-19 15:02 UTC  (2+ messages)

Atomic KMS API lacks the ability to set cursor hot-spot coordinates
 2020-03-19 15:01 UTC  (10+ messages)

[PATCH] ceph: fix memory leak in ceph_cleanup_snapid_map
 2020-03-19 15:00 UTC  (3+ messages)

[PATCH] ext4: disable dioread_nolock whenever delayed allocation is disabled
 2020-03-19 15:00 UTC 

[PATCHv2] progs: mkfs-tests: Skip test if truncate failed with EFBIG
 2020-03-19 15:03 UTC  (6+ messages)

[PATCH] nfsd4: kill warnings on testing stateids with mismatched clientids
 2020-03-19 14:59 UTC  (3+ messages)

[RFC 1/2] mm, slub: prevent kmalloc_node crashes and memory leaks
 2020-03-19 14:59 UTC  (10+ messages)

[PATCH] nfsv41: add set of xattr related tests
 2020-03-19 14:59 UTC 

proper way to report(?) conflicting files being installed?
 2020-03-19 14:59 UTC  (3+ messages)

[PATCH 5.5 00/65] 5.5.11-rc1 review
 2020-03-19 14:59 UTC  (8+ messages)
` [PATCH 5.5 01/65] gpiolib: Add support for the irqdomain which doesnt use irq_fwspec as arg

[PATCH v2 0/5] Add support for PinePhone LCD panel
 2020-03-19 14:51 UTC  (4+ messages)
` [PATCH v2 5/5] arm64: allwinner: dts: a64: add LCD-related device nodes for PinePhone
  ` [linux-sunxi] "

Fw: [Bug 206885] New: macvlan and proxy ARP can be accidentally configured to respond to ARP requests for all IPs
 2020-03-19 14:58 UTC 

[PATCH] powerpc: Fix lazy preemption for powerpc 32bit
 2020-03-19 14:45 UTC  (3+ messages)

[dpdk-dev] [PATCH] devtools: fix check symbol change script
 2020-03-19 14:56 UTC  (2+ messages)

[PATCH liburing 0/2] spec: RPM spec file changes for liburing-0.5
 2020-03-19 14:55 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Avoid CRC buffer overflows
 2020-03-19 14:53 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_multiple: Avoid CRC buffer overflows (rev2)

[PATCH v14 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-19 14:52 UTC  (5+ messages)
` [PATCH v14 Kernel 4/7] vfio iommu: Implementation of ioctl for dirty pages tracking

[PATCH] staging: exfat: Fix checkpatch.pl camelcase issues
 2020-03-19 14:53 UTC  (5+ messages)

[PATCH v11 00/16] s390x: Protected Virtualization support
 2020-03-19 14:50 UTC  (3+ messages)
` [PATCH v11 09/16] s390x: protvirt: SCLP interpretation

[driver-core:debugfs_remove_return_value] BUILD REGRESSION c5b434b51b2daaacdd0c69736631eaead95d9111
 2020-03-19 14:51 UTC 

[driver-core:debugfs_cleanup] BUILD SUCCESS 75ae458d1cd8fe76666aa83dd7bf4f656424272a
 2020-03-19 14:51 UTC 

[igt-dev] [PATCH i-g-t] tests/kms_concurrent: Test for maximum number of planes
 2020-03-19 14:51 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH] btrfs: use nofs allocations for running delayed items
 2020-03-19 14:51 UTC  (3+ messages)

WARNING in vcpu_enter_guest
 2020-03-19 14:49 UTC  (3+ messages)

[PATCH v2 0/5] nvmet-rdma/srpt: SRQ per completion vector
 2020-03-19 14:49 UTC  (9+ messages)
` [PATCH v2 3/5] nvmet-rdma: use "

[PATCH] io_uring: REQ_F_FORCE_ASYNC prep done too late
 2020-03-19 14:48 UTC  (3+ messages)

[PATCH] efi_loader: simplify logical expression in efi_disk_add_dev()
 2020-03-19 14:48 UTC 

linux-next: Tree for Mar 18 (drivers/base/power/sysfs.c)
 2020-03-19 14:47 UTC  (2+ messages)
` [PATCH net-next] sysfs: fix static inline declaration of sysfs_groups_change_owner()

[PATCH v4 0/2] add new options to set smbios type 4 fields
 2020-03-19 14:46 UTC  (2+ messages)

[dpdk-dev] [PATCH] pmdinfo: check for pci.ids in /usr/share/misc
 2020-03-19 14:47 UTC  (2+ messages)

[Xen-devel] [XEN PATCH v2 1/2] Check zone before merging adjacent blocks in heap
 2020-03-19 14:46 UTC  (12+ messages)
` [Xen-devel] [PATCH 1/2] xen/mm: fold PGC_broken into PGC_state bits

[PATCH] Enable reading FRU chip via I2C v3
 2020-03-19 14:45 UTC  (2+ messages)

[Intel-gfx] [PATCH i-g-t] i915/gem_vm_create: Update of active VM disallowed
 2020-03-19 14:44 UTC  (2+ messages)
` [igt-dev] "

[PATCH 1/1] efi_loader: fix function descriptions in efi_disk.c
 2020-03-19 14:43 UTC 

[Intel-gfx] [PATCH 1/2] drm/i915: Allow for different modes of interruptible i915_active_wait
 2020-03-19 14:42 UTC  (2+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/gem: Prevent switching of active GEM context VM

[RFC] new ioctl BTRFS_IOC_GET_CHUNK_INFO
 2020-03-19 14:42 UTC  (3+ messages)
` [PATCH] New "

[PATCH] mtd: physmap: Fix mtd device size
 2020-03-19 14:41 UTC 

Use LIS3MDL with LSM6DSM sensor-hub
 2020-03-19 14:41 UTC  (3+ messages)

[GIT PULL 01/10] dt-bindings: Changes for v5.7-rc1
 2020-03-19 14:41 UTC  (5+ messages)
` [GIT PULL 10/10] phy: tegra: "

[dpdk-dev] [PATCH] contigmem: cleanup properly when load fails
 2020-03-19 14:41 UTC  (3+ messages)

[PATCH v1] configure: record sphinx output
 2020-03-19 14:39 UTC 

[PATCH 00/13] coresight: next v5.6-rc5
 2020-03-19 14:40 UTC  (9+ messages)
` [PATCH 02/13] coresight: cti: Add sysfs coresight mgmt register access

Static build of kmod
 2020-03-19 14:31 UTC 

[PATCH] dm-integrity: fix a crash with unusually large
 2020-03-19 14:39 UTC 

[LTP] [PATCHv2 0/3] zram/zram_lib.sh: fix zram_compress_alg() test for zram01
 2020-03-19 14:39 UTC  (4+ messages)
` [LTP] [PATCH 3/3] zram/zram_lib.sh: set the compression algorithms back to default after test

[PATCH 00/13] client side user xattr (RFC8276) support
 2020-03-19 14:39 UTC  (4+ messages)

Qemu API documentation
 2020-03-19 14:39 UTC  (5+ messages)

[PATCH] mtd: physmap: Fix mtd device name
 2020-03-19 14:38 UTC 

[PATCH] phy: rk-inno-usb2: Decrease verbosity of repeating log
 2020-03-19 14:22 UTC  (2+ messages)


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.