All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-13 05:09:42 to 2019-12-13 07:33:57 UTC [more...]

[Buildroot] [PATCH 0/3] Add option to enable WebKitGTK's sandboxing support
 2019-12-13  7:33 UTC  (3+ messages)
` [Buildroot] [PATCH 3/3] package/webkitgtk: add option to enable "

[PATCH v2 0/2] hw/arm: ast2600: Wire up eMMC controller
 2019-12-13  7:30 UTC  (5+ messages)
` [PATCH v2 1/2] hw/sd: Configure number of slots exposed by the ASPEED SDHCI model
` [PATCH v2 2/2] hw/arm: ast2600: Wire up the eMMC controller

[PATCH] nvme: Translate more status codes to blk_status_t
 2019-12-13  7:32 UTC  (3+ messages)

[PATCH] selftests: firmware: Fix it to do root uid check and skip
 2019-12-13  7:31 UTC  (2+ messages)

[kvm-unit-tests PATCH] gitlab-ci.yml: Remove ioapic from the x86 tests
 2019-12-13  7:30 UTC  (5+ messages)

[PATCH v4 00/15] soundwire: intel: implement new ASoC interfaces
 2019-12-13  7:28 UTC  (18+ messages)
` [alsa-devel] [PATCH v4 05/15] soundwire: intel: rename res field as link_res
` [PATCH v4 06/15] soundwire: add support for sdw_slave_type
  ` [alsa-devel] "
` [alsa-devel] [PATCH v4 07/15] soundwire: slave: move uevent handling to slave
    `  "
` [alsa-devel] [PATCH v4 08/15] soundwire: add initial definitions for sdw_master_device
    `  "
` [alsa-devel] [PATCH v4 09/15] soundwire: intel: remove platform devices and provide new interface
` [alsa-devel] [PATCH v4 10/15] soundwire: register master device driver
` [alsa-devel] [PATCH v4 11/15] soundwire: intel: add prepare support in sdw dai driver
` [alsa-devel] [PATCH v4 12/15] soundwire: intel: add trigger "
` [alsa-devel] [PATCH v4 13/15] soundwire: intel: add sdw_stream_setup helper for .startup callback
` [alsa-devel] [PATCH v4 14/15] soundwire: intel: free all resources on hw_free()
` [alsa-devel] [PATCH v4 15/15] soundwire: intel_init: add implementation of sdw_intel_enable_irq()

[PATCH v2, 0/2] drm/mediatek: Add ctm property support
 2019-12-13  7:28 UTC  (6+ messages)
` [PATCH v2, 1/2] drm/mediatek: Fix gamma correction issue
` [PATCH v2, 2/2] drm/mediatek: Add ctm property support

[PATCH] mm/memory.c: avoid repeated set_page_dirty in fault_dirty_shared_page
 2019-12-13  7:28 UTC  (3+ messages)

Realtek 8822BE: r8822be vs. rtwpci (mainline / lwfinger)
 2019-12-13  7:25 UTC  (4+ messages)

virtio capabilities
 2019-12-13  7:24 UTC  (2+ messages)

[RFC] erofs-utils:code for detecting and tracking holes in uncompressed sparse files
 2019-12-13  7:24 UTC  (7+ messages)

[PATCH] pinctrl: samsung: Fix missing OF and GPIOLIB dependency on S3C24xx and S3C64xx
 2019-12-13  7:24 UTC  (2+ messages)

[PATCH V4 0/4] Enable virtual time-based airtime scheduler support on ath10k
 2019-12-13  7:19 UTC  (10+ messages)
` [PATCH 1/4] mac80211: Switch to a virtual time-based airtime scheduler
` [PATCH 2/4] mac80211: fix issue in loop scenario
` [PATCH 3/4] mac80211: fix low throughput in multi-clients situation
` [PATCH 4/4] mac80211: Sync airtime weight sum with per AC synced sta airtime weight together

[PATCH] Fix vm selftest to run tests with make
 2019-12-13  7:20 UTC 

crash in __xfrm_state_lookup on 4.19 LTS
 2019-12-13  7:21 UTC  (4+ messages)

general protection fault in fbcon_cursor
 2019-12-13  7:21 UTC  (2+ messages)

[PATCH 00/58] serial/sysrq: Cleanup ifdeffery
 2019-12-13  7:18 UTC  (7+ messages)
` [PATCH 02/58] serial: Move sysrq members above
` [PATCH 03/58] serial_core: Un-ifdef sysrq SUPPORT_SYSRQ

[PATCH] firewire: net: remove set but not used variables 'guid'
 2019-12-13  7:15 UTC 

[dpdk-dev] [PATCH] net/iavf: fix Rx total stats
 2019-12-13  7:16 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[Buildroot] [autobuild.buildroot.net] Daily results for 2019-12-12
 2019-12-13  7:16 UTC 

[PATCH 0/6] btrfs: metadata uuid fixes and enhancements
 2019-12-13  7:15 UTC  (6+ messages)
` [PATCH 1/6] btrfs: metadata_uuid: fix failed assertion due to unsuccessful device scan
    ` [PATCH 1/6] btrfs: metadata_uuid: fix failed assertion due to unsuccessful device scan (reformatted)

[virtio-comment] [PATCH] virtio-net: define feature of per-packet RSS hash delivery
 2019-12-13  7:15 UTC  (10+ messages)
` [virtio-comment] "

[PATCH] watchdog: qcom: Use platform_get_irq_optional() for bark irq
 2019-12-13  7:15 UTC  (4+ messages)

QA notification for completed autobuilder build (yocto-3.1_M1.rc8)
 2019-12-13  7:14 UTC 

[PATCH v3 0/8] Add a random number generator uclass
 2019-12-13  7:14 UTC  (9+ messages)
` [PATCH v3 1/8] dm: rng: Add random number generator(rng) uclass
` [PATCH v3 2/8] clk: stm32mp1: Add a clock entry for RNG1 device
` [PATCH v3 3/8] stm32mp1: rng: Add a driver for random number generator(rng) device
` [PATCH v3 4/8] configs: stm32mp15: Enable "
` [PATCH v3 5/8] sandbox: rng: Add a random number generator(rng) driver
` [PATCH v3 6/8] configs: sandbox: Enable random number generator(rng) device
` [PATCH v3 7/8] test: rng: Add basic test for random number generator(rng) uclass
` [PATCH v3 8/8] virtio: rng: Add a random number generator(rng) driver

[Qemu-devel] [PATCH v2] vhost-vsock: report QMP event when setrunning
 2019-12-13  7:11 UTC  (2+ messages)
` Re:[Qemu-devel] [PATCH v2] vhost-vsock: report QMP event whensetrunning

[dpdk-dev] [PATCH 00/15] add OCTEONTX2 inline IPsec support
 2019-12-13  7:12 UTC  (4+ messages)
` [dpdk-dev] [PATCH 10/15] crypto/octeontx2: add lookup mem changes to hold sa indices
    ` [dpdk-dev] [EXT] "

[PATCH] dts: am335x-brsmarc1/xre1: insert phy_id again
 2019-12-13  7:12 UTC 

[RFC PATCH v2 0/5] target/arm/kvm: Adjust virtual time
 2019-12-13  7:10 UTC  (5+ messages)
` [RFC PATCH v2 1/5] hw: add compat machines for 5.0

PECI-dimm timeout settings
 2019-12-13  7:11 UTC 

[PATCH] clk: samsung: exynos5420: Keep top G3D clocks enabled
 2019-12-13  7:11 UTC  (4+ messages)

[PATCH] drm/i915/bios: fix off by one in parse_generic_dtd()
 2019-12-13  7:10 UTC  (5+ messages)
    ` [Intel-gfx] "

[perf] perf_fuzzer triggers NULL pointer derefernce in i915 driver
 2019-12-13  7:09 UTC  (2+ messages)

[PATCH v15 0/7] mm / virtio: Provide support for free page reporting
 2019-12-13  7:08 UTC  (5+ messages)
` [PATCH v15 5/7] virtio-balloon: Pull page poisoning config out of free page hinting
` [PATCH v15 6/7] virtio-balloon: Add support for providing free page reports to host

[PATCH] usb: dwc3: qcom: Remove useless compatible strings from the match table
 2019-12-13  7:07 UTC  (2+ messages)

[git pull] drm fixes for 5.5-rc2
 2019-12-13  7:04 UTC  (2+ messages)

[RFC PATCH 00/14] usb: dwc3: Introduce DWC_usb32
 2019-12-13  7:04 UTC  (5+ messages)
` [RFC PATCH 13/14] usb: devicetree: dwc3: Add property to disable mult TRB fetch

[PATCH v3 00/15] Move PMC clocks into Tegra PMC driver
 2019-12-12 22:13 UTC  (19+ messages)
` [PATCH v3 03/15] soc: tegra: Add Tegra PMC clock registrations into "
                                  ` [alsa-devel] "

[PATCH v2 bpf-next 0/6] bpf: Support replacing cgroup-bpf program in MULTI mode
 2019-12-13  7:01 UTC  (8+ messages)
` [PATCH v2 bpf-next 4/6] libbpf: Make DECLARE_LIBBPF_OPTS available in bpf.h
` [PATCH v2 bpf-next 5/6] libbpf: Introduce bpf_prog_attach_xattr
` [PATCH v2 bpf-next 6/6] selftests/bpf: Cover BPF_F_REPLACE in test_cgroup_attach

[PATCH][v2] page_pool: handle page recycle for NUMA_NO_NODE condition
 2019-12-13  6:53 UTC  (9+ messages)
            ` 答复: "

[PATCH bpf-next 11/15] bpftool: add skeleton codegen command
 2019-12-13  6:48 UTC  (15+ messages)

[PATCH v8 0/6] software node: add support for reference properties
 2019-12-13  6:47 UTC  (8+ messages)
` [PATCH v8 1/6] software node: rename is_array to is_inline

[PATCH RT] sched: migrate_enable: Busy loop until the migration request is completed
 2019-12-13  6:44 UTC  (2+ messages)

[PATCH] scsi: ibmvscsi_tgt: remove set but not used variables 'iue' and 'sd'
 2019-12-13  6:40 UTC 

[PATCH] MIPS: Add get_thread_area syscall
 2019-12-13  6:42 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v15] igt/tests: kms_plane_stress: Add plane stress test
 2019-12-13  6:39 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for igt/tests: kms_plane_stress: Add plane stress test (rev22)

[Xen-devel] [xen-4.11-testing test] 144753: tolerable FAIL - PUSHED
 2019-12-13  6:36 UTC 

[PATCH v11 00/14] PECI device driver introduction
 2019-12-13  6:32 UTC  (7+ messages)
` [PATCH v11 13/14] hwmon: Add PECI cputemp driver
` [PATCH v11 14/14] hwmon: Add PECI dimmtemp driver

[Buildroot] [PATCH 0/4] package/xenomai: Fixes, updates, enhancements
 2019-12-13  6:32 UTC  (7+ messages)
` [Buildroot] [PATCH 1/4] package/xenomai: Smokey's not a skin
` [Buildroot] [PATCH 2/4] package/xenomai: Pull from git

[PATCH] assimp: fix search library failed on multilib
 2019-12-13  6:28 UTC 

[PATCH v7 0/4] Enable second DBuf slice for ICL and TGL
 2019-12-13  6:28 UTC  (4+ messages)
` [PATCH v7 1/4] drm/i915: Remove skl_ddl_allocation struct
  ` [Intel-gfx] "

[PATCH v1 1/3] enable ls1046afwry usb network card
 2019-12-13  6:23 UTC  (3+ messages)
` [PATCH v1 2/3] enable ls1088ardb "
` [PATCH v1 3/3] enable ls1046afwry "

[V2][PATCH] lttng-modules: fix NULL pointer deference error when testing rpc_task_running
 2019-12-13  6:19 UTC 

[PATCH 1/2] ARM: dts: Configure interconnect target module for am4 qspi
 2019-12-13  6:16 UTC  (2+ messages)

[PATCH v8 00/12] QorIQ TMU multi-sensor and HWMON support
 2019-12-13  6:16 UTC  (3+ messages)
` [PATCH v8 08/12] thermal: qoriq: Convert driver to use regmap API
  ` [EXT] "

[PATCH 00/14] Probe am3, am4 and dra7 crypto accelerators with ti-sysc
 2019-12-13  6:14 UTC  (2+ messages)

[PATCH 0/9] Probe l4 abe and most timers with ti-sysc
 2019-12-13  6:14 UTC  (2+ messages)

"rcu: React to callback overload by aggressively seeking quiescent states" hangs on boot
 2019-12-13  6:13 UTC 

[PATCH] bus: ti-sysc: Fix missing reset delay handling
 2019-12-13  6:11 UTC  (4+ messages)

[PATCH 00/16] Drop legacy platform data for various omap devices
 2019-12-13  6:10 UTC  (6+ messages)
` [PATCH 12/16] ARM: OMAP2+: Drop legacy platform data for am3 and am4 rtc

[PATCH 00/13] Drop more legacy platform data for omaps
 2019-12-13  6:09 UTC  (3+ messages)

Faking Sensor Readings
 2019-12-13  6:06 UTC  (10+ messages)

[-next] hwmon: (w83627ehf) make sensor_dev_attr_##_name variables static
 2019-12-13  6:06 UTC  (2+ messages)

[PATCH] sched/debug: fix trival print task format
 2019-12-13  6:03 UTC  (3+ messages)

[RFC PATCH v6 0/7] Speed booting by sorting ORC unwind tables at build time
 2019-12-13  6:03 UTC  (2+ messages)

[PATCH v3 0/4] Expose GT CNTFRQ as a CPU property to support AST2600
 2019-12-13  5:49 UTC  (5+ messages)
` [PATCH v3 1/4] target/arm: Remove redundant scaling of nexttick
` [PATCH v3 2/4] target/arm: Abstract the generic timer frequency
` [PATCH v3 3/4] target/arm: Prepare generic timer for per-platform CNTFRQ
` [PATCH v3 4/4] ast2600: Configure CNTFRQ at 1125MHz

[PATCH v2 ppc-for-5.0 0/2] ppc/spapr: Support reboot of secure pseries guest
 2019-12-13  5:54 UTC  (7+ messages)
` [PATCH v2 ppc-for-5.0 2/2] "

[PATCH v7 00/13] add the latest exfat driver
 2019-12-13  5:50 UTC  (14+ messages)
    ` [PATCH v7 01/13] exfat: add in-memory and on-disk structures and headers
    ` [PATCH v7 02/13] exfat: add super block operations
    ` [PATCH v7 03/13] exfat: add inode operations
    ` [PATCH v7 04/13] exfat: add directory operations
    ` [PATCH v7 05/13] exfat: add file operations
    ` [PATCH v7 06/13] exfat: add exfat entry operations
    ` [PATCH v7 07/13] exfat: add bitmap operations
    ` [PATCH v7 08/13] exfat: add exfat cache
    ` [PATCH v7 09/13] exfat: add misc operations
    ` [PATCH v7 10/13] exfat: add nls operations
    ` [PATCH v7 11/13] exfat: add Kconfig and Makefile
    ` [PATCH v7 12/13] exfat: add exfat in fs/Kconfig and fs/Makefile
    ` [PATCH v7 13/13] MAINTAINERS: add exfat filesystem

[MPTCP] Re: [multipathtcp] MPTCP implementation feedback for RFC6824bis
 2019-12-13  5:52 UTC 

[PATCH v2 bpf-next 0/3] Add libbpf-provided extern variables support
 2019-12-13  5:51 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: support libbpf-provided extern variables

[PATCH net-next v12 0/3] netdev: ndo_tx_timeout cleanup
 2019-12-13  5:48 UTC  (3+ messages)

Redfish Dump Service Proposal
 2019-12-13  5:46 UTC  (4+ messages)

[PATCH] generic/520: use fsync instead of sync during clean_dir
 2019-12-13  5:45 UTC 

[Xen-devel] [PATCH v2 0/2] [PATCH-for-4.13] Work towards removing brctl
 2019-12-13  5:42 UTC  (2+ messages)

[PATCH 1/1] iommu/vt-d: Fix dmar pte read access not set error
 2019-12-13  5:42 UTC  (5+ messages)

Gmail munges dates?
 2019-12-13  5:42 UTC  (2+ messages)

[PATCH v5 0/5] Add vTPM emulator support for ppc64 platform
 2019-12-13  5:39 UTC  (5+ messages)
` [PATCH v5 1/5] tpm_spapr: Support TPM for ppc64 using CRQ based interface
` [PATCH v5 3/5] tpm_spapr: Support suspend and resume

[PATCH] iommu/vt-d: Set ISA bridge reserved region as relaxable
 2019-12-13  5:41 UTC  (2+ messages)

[PATCH net-next] xen-netback: get rid of old udev related code
 2019-12-13  5:40 UTC  (4+ messages)
  ` [Xen-devel] "

list_del corruption when running ndctl with linux next
 2019-12-13  5:40 UTC  (2+ messages)

[PATCH URGENT FIX] security: keys: trusted: fix lost handle flush
 2019-12-13  5:40 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Add lmem fault handler
 2019-12-13  5:39 UTC  (5+ messages)

[PATCH] iommu/vt-d: Allocate reserved region for ISA with correct permission
 2019-12-13  5:36 UTC  (2+ messages)

[PATCH bpf-next 00/10] Switch reuseport tests for test_progs framework
 2019-12-13  5:36 UTC  (2+ messages)

single aio thread is migrated crazily by scheduler
 2019-12-13  5:32 UTC  (11+ messages)
        ` [PATCH v2] sched/core: Preempt current task in favour of bound kthread
          ` [PATCH v3] "
            ` [PATCH v4] "

[PATCH 2/2] drivers: edac: Add EDAC support for Kryo CPU caches
 2019-12-13  5:31 UTC  (4+ messages)

[PATCH bpf-next v4 0/6] Introduce the BPF dispatcher
 2019-12-13  5:30 UTC  (3+ messages)
` [PATCH bpf-next v4 2/6] bpf: introduce "

next/master build: 214 builds: 1 failed, 213 passed, 1 error, 190 warnings (next-20191213)
 2019-12-13  5:30 UTC 

[PATCH] drivers: tty: serial: 8250: fintek: Can enable or disable irq sharing based on isa or pci bus
 2019-12-13  5:17 UTC 

[PATCH] usb: cdns3: Add streams support to cadence USB3 DRD driver
 2019-12-13  5:25 UTC 

[PATCH 1/1] PCI: dwc: intel: fix nitpicks
 2019-12-13  5:19 UTC 

[PATCH 4.19 000/243] 4.19.89-stable review
 2019-12-13  5:18 UTC  (3+ messages)

[PATCH] ARM: dts: msm8974: castor: Define pm8841 regulators
 2019-12-13  5:17 UTC 

[alsa-devel] [PATCH v2 00/15] ASoC: soc-core cleanup step7
 2019-12-13  3:49 UTC  (2+ messages)

[PATCH v3 bpf-next 00/11] add bpf batch ops to process more than 1 elem
 2019-12-13  5:16 UTC  (2+ messages)

[PATCH] soc: qcom: mdt_loader: Support firmware without hash segment
 2019-12-13  5:15 UTC 

[PATCH v2] sched/fair: Optimize select_idle_cpu
 2019-12-13  5:13 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] automating file system benchmarks
 2019-12-13  5:12 UTC  (2+ messages)
` [Lsf-pc] "

[PATCH v5 1/2] powerpc/vcpu: Assume dedicated processors as non-preempt
 2019-12-13  5:07 UTC  (2+ messages)

[PATCH] PM / devfreq: tegra30: add COMMON_CLK dependency
 2019-12-13  5:09 UTC  (3+ 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.