All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-20 04:40:19 to 2019-08-20 06:39:29 UTC [more...]

[PATCH] mtd: spinand: micron: add support for MT29F1G01AAADD
 2019-08-20  6:39 UTC  (5+ messages)

[PATCH v2 00/12] ext4: add support fast commit
 2019-08-20  6:38 UTC  (4+ messages)
` [PATCH v2 12/12] docs: Add fast commit documentation

Unable to create htb tc classes more than 64K
 2019-08-20  6:38 UTC  (7+ messages)

[PATCH 00/22] arm64: dts: qcom: sm8150: Add SM8150 DTS
 2019-08-20  6:37 UTC  (6+ messages)
` [PATCH 22/22] arm64: dts: qcom: sm8150: Add APSS shared mailbox

[Qemu-devel] [PATCH v2 0/2] memory: Fix up coalesced_io_del not working for KVM
 2019-08-20  6:37 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/2] memory: Inherit has_coalesced_range from the same old FlatRange
` [Qemu-devel] [PATCH v2 2/2] memory: Split zones when do coalesced_io_del()

[PATCH V5 0/3] perf: imx8_ddr_perf: add AXI ID filter
 2019-08-20  6:37 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/8] iotests: Selfish patches
 2019-08-20  6:36 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 1/8] iotests: Add -display none to the qemu options

stable-rc/linux-4.9.y build: 197 builds: 5 failed, 192 passed, 4 errors, 8 warnings (v4.9.189-94-gd852cd0dd1ab)
 2019-08-20  6:36 UTC 

[PATCH] auxdisplay: ht16k33: Make ht16k33_fb_fix and ht16k33_fb_var constant
 2019-08-20  6:28 UTC  (2+ messages)

[CI] drm/i915: Assume exclusive access to objects inside resume
 2019-08-20  6:35 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] ASoC: uniphier: Fix double reset assersion when transitioning to suspend state
 2019-08-20  6:34 UTC  (4+ messages)

[LTP] [PATCH] syscalls/statx04: use stx_attributes_mask before test
 2019-08-20  6:33 UTC  (2+ messages)
` [LTP] [PATCH v2] "

[PATCH] drm/amd/powerplay: disable MMHUB PG on navi10/14
 2019-08-20  6:33 UTC 

[PATCH] mm, memcg: skip killing processes under memcg protection at first scan
 2019-08-20  6:31 UTC  (4+ messages)

[U-Boot] [PATCH 1/1] null dereference in hush.c
 2019-08-20  6:30 UTC 

[Qemu-devel] Machine specific option ROMs
 2019-08-20  6:25 UTC  (4+ messages)

[Xen-devel] [linux-4.19 test] 140360: regressions - FAIL
 2019-08-20  6:25 UTC 

[Qemu-devel] [PATCH RFC 0/4] intel_iommu: Do sanity check of vfio-pci earlier
 2019-08-20  6:24 UTC  (3+ messages)

[PATCH] erofs: move erofs out of staging
 2019-08-20  6:22 UTC  (19+ messages)

[PATCH v6 0/7] KVMPPC driver to manage secure guest pages
 2019-08-20  6:22 UTC  (5+ messages)
` [PATCH v6 1/7] kvmppc: Driver to manage pages of secure guest

[SPDK] Question about SPDK bdev rate limitation
 2019-08-20  6:24 UTC 

[PATCH v5 00/17] Use MFD framework for SGI IOC3 drivers
 2019-08-20  6:23 UTC  (3+ messages)
` [PATCH v5 15/17] mfd: ioc3: Add driver for SGI IOC3 chip

stable-rc/linux-4.14.y build: 201 builds: 4 failed, 197 passed, 4 errors, 108 warnings (v4.14.138-126-g5b4b80e49b5f)
 2019-08-20  6:22 UTC 

[PATCH] omfs: Fix a memory leak bug
 2019-08-20  6:22 UTC 

[dpdk-dev] [PATCH] net/mlx5: fix typo in error message
 2019-08-20  6:21 UTC 

[PATCH] amd/amdgpu: seperate sriov fb aperture setting
 2019-08-20  6:17 UTC  (2+ messages)
  ` 答复: "

[PATCH 1/2] drm/i915: Don't deballoon unused ggtt drm_mm_node in linux guest
 2019-08-20  6:16 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Move vgpu balloon info into i915_virtual_gpu struct
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: Don't deballoon unused ggtt drm_mm_node in linux guest
` ✓ Fi.CI.BAT: success "

[PATCH 0/3] fix interrupt swamp in NVMe
 2019-08-20  6:14 UTC  (4+ messages)
` [PATCH 1/3] sched: define a function to report the number of context switches on a CPU
` [PATCH 2/3] sched: export idle_cpu()
` [PATCH 3/3] nvme: complete request in work queue on CPU with flooded interrupts

5.3-rc1 regression with XFS log recovery
 2019-08-20  6:14 UTC  (14+ messages)

[PATCH] KVM: PPC: Book3S HV: Define usage types for rmap array in guest memslot
 2019-08-20  6:13 UTC  (2+ messages)

[PATCH v5 0/3] Introduce Bandwidth OPPs for interconnects
 2019-08-20  6:13 UTC  (3+ messages)
` [PATCH v5 2/3] OPP: Add support for bandwidth OPP tables

[Buildroot] [autobuild.buildroot.net] Daily results for 2019-08-19
 2019-08-20  6:13 UTC 

[bug report] EDAC/sifive: Add EDAC platform driver for SiFive SoCs
 2019-08-20  6:11 UTC  (2+ messages)

[PATCH] FS: timerfd: Fix unexpected return value of timerfd_read function. 'hrtimer_forward_now()' returns zero due to bigger backward time drift. This causes timerfd_read to return 0. As per man page, read on timerfd is not expected to return 0. This patch fixes this problem. Signed-off-by: Arul Jeniston <arul.jeniston@gmail.com>
 2019-08-20  6:11 UTC  (15+ messages)
` [PATCH] FS: timerfd: Fix unexpected return value of timerfd_read function

stable-rc/linux-5.2.y build: 209 builds: 0 failed, 209 passed, 20 warnings (v5.2.8-250-g5def0a7fef90)
 2019-08-20  6:10 UTC 

[Qemu-devel] [PATCH v3 00/15] target/arm/kvm: enable SVE in guests
 2019-08-20  6:08 UTC 

[PATCH 0/9] padata: use unbound workqueues for parallel jobs
 2019-08-20  6:07 UTC  (2+ messages)

[PATCH net-next 0/6] Dynamic toggling of vlan_filtering for SJA1105 DSA
 2019-08-20  6:07 UTC  (5+ messages)
` [PATCH net-next 3/6] net: dsa: Delete the VID from the upstream port as well
` [PATCH net-next 4/6] net: dsa: Don't program the VLAN as pvid on the upstream port

[PATCH v4] arm64: dts: ls1088a: fix gpio node
 2019-08-20  5:54 UTC  (2+ messages)

[PATCH] riscv: move sifive_l2_cache.c to drivers/soc
 2019-08-20  6:03 UTC  (5+ messages)

[PATCH V5 00/12] 52-bit kernel + user VAs
 2019-08-20  6:02 UTC  (7+ messages)
` [PATCH V5 03/12] arm64: kasan: Switch to using KASAN_SHADOW_OFFSET
  ` [PATCH] arm64: fix CONFIG_KASAN_SW_TAGS && CONFIG_KASAN_INLINE (was: Re: [PATCH V5 03/12] arm64: kasan: Switch to using) KASAN_SHADOW_OFFSET

[PATCH] libbsd:upgrade 0.9.1 -> 0.10.0
 2019-08-20  6:00 UTC 

[RFC/RFT v4 0/5] Add generic trusted keys framework/subsystem
 2019-08-20  5:58 UTC  (17+ messages)
` [RFC/RFT v4 1/5] tpm: move tpm_buf code to include/linux/
` [RFC/RFT v4 3/5] KEYS: trusted: create trusted keys subsystem
` [RFC/RFT v4 4/5] KEYS: trusted: move tpm2 trusted keys code

[PATCH v4 0/10] Add mt7629 and fix mt7628 pwm
 2019-08-20  5:58 UTC  (13+ messages)
` [PATCH v4 1/10] pwm: mediatek: add a property "num-pwms"
` [PATCH v4 2/10] pwm: mediatek: droping the check for of_device_get_match_data
` [PATCH v4 3/10] pwm: mediatek: allocate the clks array dynamically and fix mt7628 pwm
` [PATCH v4 4/10] pwm: mediatek: use pwm_mediatek as common prefix
` [PATCH v4 5/10] dt-bindings: pwm: add a property "num-pwms"
` [PATCH v4 6/10] dt-bindings: pwm: update bindings for MT7628 SoC

[PATCH] pwm: mxs: use devm_platform_ioremap_resource() to simplify code
 2019-08-20  5:56 UTC  (5+ messages)

[PATCHv2 1/2] fs: export put_filesystem()
 2019-08-20  5:56 UTC  (3+ messages)
` [PATCHv2 2/2] i915: do not leak module ref counter

[PATCH][V2] net: fix __ip_mc_inc_group usage
 2019-08-20  5:52 UTC 

[thud/master][PATCH] opencv: set PV to not include SRCPV
 2019-08-20  5:51 UTC 

[PATCH net-next] net: openvswitch: Set OvS recirc_id from tc chain
 2019-08-20  5:52 UTC  (4+ messages)

Fully peel tags via for-each-ref?
 2019-08-20  5:50 UTC  (2+ messages)

[CI 1/2] drm/i915: Use 0 for the unordered context
 2019-08-20  5:49 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [CI,1/2] "

5.1.21 Dell 2950 terrible swraid5 I/O performance with swraid on top of Perc 5/i raid0/jbod
 2019-08-20  5:49 UTC  (3+ messages)

[PATCH] libnss-nis: upgrade 3.0 -> 3.1
 2019-08-20  5:47 UTC 

[PATCH V2] systemd: add menson option to decrease RLIMIT_NOFILE on qemu bsp
 2019-08-20  5:45 UTC  (2+ messages)
` [PATCH V3] nfs-utils: decrease RLIMIT_NOFILE to 4k for systemd

[PATCH 00/21] ASoC: sun4i-i2s: Number of fixes and TDM Support
 2019-08-20  5:46 UTC  (4+ messages)
` [PATCH 20/21] ASoC: sun4i-i2s: Add support for TDM slots

Build regression in Linux 5.3-rc5 with CONFIG_XEN=y
 2019-08-20  5:46 UTC  (8+ messages)

[RFC 00/11] arm64: Add support for Amlogic SM1 SoC Family
 2019-08-20  5:45 UTC  (7+ messages)
` [RFC 02/11] dt-bindings: power: amlogic, meson-gx-pwrc: Add SM1 bindings

[Xen-devel] [linux-next test] 140354: regressions - FAIL
 2019-08-20  5:45 UTC 

[PATCH] drm/amd/powerplay: correct SW smu11 thermal range settings
 2019-08-20  5:44 UTC  (8+ messages)

[U-Boot] [PATCH 1/1] efi_loader: re-enable GRUB workaround on 32bit ARM
 2019-08-20  5:43 UTC  (5+ messages)

[PATCH v4] kasan: add memory corruption identification for software tag-based mode
 2019-08-20  5:37 UTC  (4+ messages)

[Buildroot] [PATCH] package/go: bump version to 1.12.9
 2019-08-20  5:37 UTC 

[PATCH] drm/amd/powerplay: remove duplicate macro smu_get_uclk_dpm_states in amdgpu_smu.h
 2019-08-20  5:36 UTC  (2+ messages)

[PATCH] scsi: fcoe: fix null-ptr-deref Read in fc_release_transport
 2019-08-20  5:43 UTC 

[PATCH 1/1] netfilter: nf_tables: fib: Drop IPV6 packages if IPv6 is disabled on boot
 2019-08-20  5:36 UTC  (2+ messages)

[RT PATCH v2] net/xfrm/xfrm_ipcomp: Protect scratch buffer with local_lock
 2019-08-20  5:35 UTC  (2+ messages)

[PATCH] ecryptfs: fix a memory leak bug
 2019-08-20  5:33 UTC  (2+ messages)

[PATCH] nfc: st-nci: Fix an incorrect skb_buff size in 'st_nci_i2c_read()'
 2019-08-20  5:33 UTC  (4+ messages)

[PATCH] Add support for Macronix NAND randomizer
 2019-08-20  5:53 UTC  (2+ messages)

[PATCH 1/2] powerpc/64s: remove support for kernel-mode syscalls
 2019-08-20  5:25 UTC  (3+ messages)
` [PATCH 2/2] powerpc/64s: interrupt entry use isel to prevent untrusted speculative r1 values used by the kernel

[PATCH] drm/i915/uc: define GuC and HuC FWs for EHL
 2019-08-20  5:23 UTC  (4+ messages)

[PATCH] drm/panfrost: Queue jobs on the hardware
 2019-08-20  5:23 UTC  (3+ messages)

[PATCH V4 0/8] Consolidate FS read I/O callbacks code
 2019-08-20  5:16 UTC  (10+ messages)
` [PATCH V4 5/8] f2fs: Use read_callbacks for decrypting file data
  ` [f2fs-dev] "

[PATCH] ecryptfs: fix a memory leak bug
 2019-08-20  5:16 UTC  (2+ messages)

[dpdk-dev] [PATCH] vhost: remove rte_vhost_va_from_guest_pa from map file
 2019-08-20  5:14 UTC  (2+ messages)

reverting c37e627f9565368ed7bd1f3cf59a2d223ddba85a
 2019-08-20  5:15 UTC 

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 6 warnings (v4.19.66-160-g2620f1970026)
 2019-08-20  5:14 UTC 

[PATCH v1 01/10] powerpc/mm: drop ppc_md.iounmap()
 2019-08-20  5:10 UTC  (6+ messages)
` [PATCH v1 05/10] powerpc/mm: Do early ioremaps from top to bottom on PPC64 too

[PATCH] iio: cros_ec: set calibscale for 3d MEMS to unit vector
 2019-08-20  5:10 UTC 

[PATCH v2] rtw88: pci: Move a mass of jobs in hw IRQ to soft IRQ
 2019-08-20  4:59 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] KVM: lapic: restart counter on change to periodic mode
 2019-08-20  5:08 UTC  (6+ messages)

[PATCH v2 0/4] clk: qcom: Add support for SM8150
 2019-08-20  5:09 UTC  (9+ messages)
` [PATCH v2 1/4] dt-bindings: clock: Document the parent clocks
` [PATCH v2 2/4] clk: qcom: clk-rpmh: Convert to parent data scheme
` [PATCH v2 3/4] dt-bindings: clock: Document SM8150 rpmh-clock compatible
` [PATCH v2 4/4] clk: qcom: clk-rpmh: Add support for SM8150

[PATCH v3 00/27] btrfs zoned block device support
 2019-08-20  5:07 UTC  (6+ messages)
` [PATCH v3 03/27] btrfs: Check and enable HMZONED mode

[PATCH] drm/i915/gen11: Add Wa_1604278689:icl,ehl
 2019-08-20  5:06 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/gen11: Add Wa_1604278689:icl,ehl (rev2)

[PATCH resend 00/11] ASoC: soc-core cleanup repost
 2019-08-20  5:05 UTC  (14+ messages)
` [PATCH resend 01/11] ASoC: soc-core: use device_register()
` [PATCH resend 02/11] ASoC: soc-core: merge snd_soc_initialize_card_lists()
` [PATCH resend 03/11] ASoC: soc-core: remove unneeded dai_link check from snd_soc_remove_dai_link()
` [PATCH resend 04/11] ASoC: soc-core: add NOTE to snd_soc_rtdcom_lookup()
` [PATCH resend 05/11] ASoC: soc-core: don't alloc memory carelessly when creating debugfs
` [PATCH resend 06/11] ASoC: soc-core: soc_cleanup_card_resources() become void
` [PATCH resend 07/11] ASoC: soc-core: initialize component list
` [PATCH resend 08/11] ASoC: soc-core: initialize list at one place
` [PATCH resend 09/11] ASoC: soc-dai: use bit field for bus_control
` [PATCH resend 10/11] ASoC: soc-topology: use for_each_component_dais() at remove_dai()
` [PATCH resend 11/11] ASoC: soc-core: add soc_unbind_aux_dev()

[GSoC] My project blog
 2019-08-20  4:58 UTC  (2+ messages)

[Bug 111434] MesaTest1
 2019-08-20  4:58 UTC 

[Bug 109380] [CI][BAT] igt@kms_chamelium@*- warn/fail - Last errno: 113, No route to host
 2019-08-20  4:56 UTC 

[Qemu-devel] [PATCH 0/2] memory: Fix up coalesced_io_del not working for KVM
 2019-08-20  4:52 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] memory: Replace has_coalesced_range with add/del flags

[PATCH v3 00/15] btrfs-progs: zoned block device support
 2019-08-20  4:52 UTC  (16+ messages)
` [PATCH v3 01/15] btrfs-progs: utils: Introduce queue_param helper function
` [PATCH v3 02/15] btrfs-progs: introduce raid parameters variables
` [PATCH v3 03/15] btrfs-progs: build: Check zoned block device support
` [PATCH v3 04/15] btrfs-progs: add new HMZONED feature flag
` [PATCH v3 05/15] btrfs-progs: Introduce zone block device helper functions
` [PATCH v3 06/15] btrfs-progs: load and check zone information
` [PATCH v3 07/15] btrfs-progs: avoid writing super block to sequential zones
` [PATCH v3 08/15] btrfs-progs: support discarding zoned device
` [PATCH v3 09/15] btrfs-progs: support zero out on zoned block device
` [PATCH v3 10/15] btrfs-progs: align device extent allocation to zone boundary
` [PATCH v3 11/15] btrfs-progs: do sequential allocation in HMZONED mode
` [PATCH v3 12/15] btrfs-progs: redirty clean extent buffers in seq
` [PATCH v3 13/15] btrfs-progs: mkfs: Zoned block device support
` [PATCH v3 14/15] btrfs-progs: device-add: support HMZONED device
` [PATCH v3 15/15] btrfs-progs: introduce support for device replace "

[Bug 60824] [PATCH][regression] Cambridge Silicon Radio, Ltd Bluetooth Dongle unusable
 2019-08-20  4:49 UTC 

[PATCH] latent_entropy: make builtin_frame_address implicit
 2019-08-20  4:47 UTC 

[PATCH] ubifs: fix a memory leak bug
 2019-08-20  4:44 UTC  (2+ messages)

[PATCH] PCI: Add PCIE ACS quirk for IPROC PAXB
 2019-08-20  4:39 UTC 

[RFC PATCH] powerpc: Convert ____flush_dcache_icache_phys() to C
 2019-08-20  4:36 UTC  (2+ messages)

add a not device managed memremap_pages v3
 2019-08-20  4:38 UTC  (5+ messages)
` [PATCH 1/4] resource: add a not device managed request_free_mem_region variant


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.