All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-14 15:12:55 to 2020-04-14 15:34:43 UTC [more...]

[OpenRISC] [PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-04-14 15:34 UTC  (9+ messages)
`  "
` [OpenRISC] [PATCH v4 01/14] h8300: remove usage of __ARCH_USE_5LEVEL_HACK
  `  "
` [OpenRISC] [PATCH v4 02/14] arm: add support for folded p4d page tables
  `  "

[PATCH v2 0/3] Add Reset and Wakeup support for CCS811
 2020-04-14 15:34 UTC  (2+ messages)
` [PATCH v2 1/3] dt-bindings: iio: chemical: Add binding for CCS811 VOC sensor

[Patch v1] x86: Fix the logical destination mode test
 2020-04-14 15:34 UTC  (6+ messages)

[PATCH v2 00/22] common: Further reduce the size of common.h
 2020-04-14 15:33 UTC  (5+ messages)
` [PATCH v2 21/22] Use __ASSEMBLY__ as the assembly macros

[PATCH v6 0/7] ASoC: Add new module driver for new ASRC
 2020-04-14 15:23 UTC  (5+ messages)
` [PATCH v6 2/7] ASoC: dt-bindings: fsl_asrc: Add new property fsl, asrc-format
  ` [PATCH v6 2/7] ASoC: dt-bindings: fsl_asrc: Add new property fsl,asrc-format

[PATCH v7 00/17] efi_loader: add secure boot support
 2020-04-14 15:33 UTC  (3+ messages)
` [PATCH v7 16/17] travis: add packages for UEFI secure boot test

Coverity: mmal_setup_video_component(): Code maintainability issues
 2020-04-14 15:33 UTC 

[PATCH v6 00/14] Add EMC scaling support for Tegra210
 2020-04-14 15:32 UTC  (13+ messages)
` [PATCH v6 07/14] clk: tegra: Implement Tegra210 EMC clock
` [PATCH v6 09/14] memory: tegra: Add EMC scaling support code for Tegra210

Coverity: amdgpu_ring_init(): OVERRUN
 2020-04-14 15:32 UTC 

[dpdk-dev] [PATCH] net/octeontx2: fix unnecessary error interrupts
 2020-04-14 15:31 UTC  (2+ messages)

[PATCH] arm64: drop duplicate definitions of ID_AA64MMFR0_TGRAN constants
 2020-04-14 15:31 UTC  (3+ messages)

[PATCH v2] gpio: gpio-pca953x, Add get_multiple function
 2020-04-14 15:28 UTC 

decruft the vmalloc API v2
 2020-04-14 15:13 UTC  (8+ messages)
` [PATCH 21/29] mm: remove the pgprot argument to __vmalloc

[PATCH v2 0/4] Clean up hugetlb boot command line processing
 2020-04-14 15:27 UTC  (8+ messages)
` [PATCH v2 4/4] hugetlbfs: clean up "

[PATCH 0/4] Capacity awareness for SCHED_DEADLINE
 2020-04-14 15:27 UTC  (7+ messages)
` [PATCH 1/4] sched/topology: Store root domain CPU capacity sum

[RFC PATCH 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-04-14 15:27 UTC  (7+ messages)
` [RFC PATCH 11/34] iommu: Split off default domain allocation from group assignment

[igt-dev] [PATCH i-g-t v14] tests: Add a test for device hot unplug
 2020-04-14 15:27 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests: Add a test for device hot unplug (rev3)

[PATCH] net/cxgb4: Check the return from t4_query_params properly
 2020-04-14 15:27 UTC 

[PATCH] selftest: add a script to perform selftest compile tests
 2020-04-14 15:27 UTC  (2+ messages)

[PATCH v5 00/38] Add KernelMemorySanitizer infrastructure
 2020-04-14 15:26 UTC  (8+ messages)
` [PATCH v5 34/38] kmsan: dma: unpoison memory mapped by dma_direct_map_page()

[PATCH V7 0/9] Enable per-file/per-directory DAX operations V7
 2020-04-14 15:26 UTC  (3+ messages)
` [PATCH V7 7/9] fs: Define I_DONTCACNE in VFS layer

[PATCH 0/5] arm64: vdso: cleanups
 2020-04-14 15:27 UTC  (10+ messages)
` [PATCH 1/5] arm64: vdso: don't free unallocated pages

[RFC 0/6] Regressions for "imply" behavior change
 2020-04-14 15:25 UTC  (13+ messages)

[Buildroot] [PATCH v3 0/8] Bump of SElinux related libs/tools to 3.0
 2020-04-14 15:25 UTC  (9+ messages)
` [Buildroot] [PATCH v3 1/8] package/libselinux: bump version "
` [Buildroot] [PATCH v3 2/8] package/libsemanage: "
` [Buildroot] [PATCH v3 3/8] package/libsepol: "
` [Buildroot] [PATCH v3 4/8] package/policycoreutils: "
` [Buildroot] [PATCH v3 5/8] package/restorecond: "
` [Buildroot] [PATCH v3 6/8] package/semodule-utils: "
` [Buildroot] [PATCH v3 7/8] package/checkpolicy: "
` [Buildroot] [PATCH v3 8/8] package/selinux-python: bump to version 3.0

[PATCH v11 00/25] Change readahead API
 2020-04-14 15:02 UTC  (37+ messages)
` [PATCH v11 01/25] mm: Move readahead prototypes from mm.h
` [PATCH v11 02/25] mm: Return void from various readahead functions
` [PATCH v11 03/25] mm: Ignore return value of ->readpages
` [PATCH v11 04/25] mm: Move readahead nr_pages check into read_pages
` [PATCH v11 05/25] mm: Add new readahead_control API
` [PATCH v11 06/25] mm: Use readahead_control to pass arguments
` [PATCH v11 07/25] mm: Rename various 'offset' parameters to 'index'
` [PATCH v11 08/25] mm: rename readahead loop variable to 'i'
` [PATCH v11 09/25] mm: Remove 'page_offset' from readahead loop
` [PATCH v11 10/25] mm: Put readahead pages in cache earlier
` [PATCH v11 11/25] mm: Add readahead address space operation
` [PATCH v11 12/25] mm: Move end_index check out of readahead loop
` [PATCH v11 13/25] mm: Add page_cache_readahead_unbounded
` [PATCH v11 14/25] mm: Document why we don't set PageReadahead
` [PATCH v11 15/25] mm: Use memalloc_nofs_save in readahead path
` [PATCH v11 16/25] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v11 17/25] btrfs: Convert from readpages to readahead
` [PATCH v11 18/25] erofs: Convert uncompressed files "
` [PATCH v11 19/25] erofs: Convert compressed "
` [PATCH v11 20/25] ext4: Convert "
` [PATCH v11 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v11 22/25] f2fs: Convert from readpages to readahead
` [PATCH v11 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
` [PATCH v11 24/25] fuse: Convert from readpages to readahead
` [PATCH v11 25/25] iomap: "

[PATCH v1 0/2] vfio/pci: expose device's PASID capability to VMs
 2020-04-14 15:24 UTC  (17+ messages)
` [PATCH v1 2/2] vfio/pci: Emulate PASID/PRI capability for VFs

[PATCH v3] kernel-shark-2.alpha: Use new tracecmd APIs to open guest tracing file
 2020-04-14 15:24 UTC 

[LTP] [PATCH v4 0/2] Route tests using netlink API (dst,gw)
 2020-04-14 15:24 UTC  (3+ messages)
` [LTP] [PATCH v4 1/2] net: Move setup_addrinfo() into tst_net.h
` [LTP] [PATCH v4 2/2] net/route: Add netlink based route change gw/dest tests

[PATCH][next] drivers: hv: remove redundant assignment to pointer primary_channel
 2020-04-14 15:23 UTC  (2+ messages)

[PATCH v3 00/31] [NEW] efct: Broadcom (Emulex) FC Target driver
 2020-04-14 15:23 UTC  (3+ messages)
` [PATCH v3 01/31] elx: libefc_sli: SLI-4 register offsets and field definitions

[igt-dev] [PATCH i-g-t 1/3] test/kms_chamelium: Start with disabling modeset
 2020-04-14 15:23 UTC  (4+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [i-g-t,1/3] "

[PATCH] btrfs: Fix backref.c selftest compilation warning
 2020-04-14 15:22 UTC  (3+ messages)

[PATCH 1/1] freshen_file(): use NULL `times' for implicit current-time
 2020-04-14 14:27 UTC 

[PATCH] tiny-printf: Support %i
 2020-04-14 15:23 UTC  (11+ messages)

[PATCH v2] mm, memcg: fix inconsistent oom event behavior
 2020-04-14 15:22 UTC  (2+ messages)

[PATCH v7 0/4] ADD interconnect support for Qualcomm DWC3 driver
 2020-04-14 15:22 UTC  (3+ messages)
` [PATCH v7 1/4] dt-bindings: usb: qcom,dwc3: Introduce interconnect properties "

[PATCH 0/1] freshen_file(): use NULL `times' for implicit current-time
 2020-04-14 14:53 UTC 

[PATCH v8 0/4] perf tools: add support for libpfm4
 2020-04-14 15:21 UTC  (7+ messages)
` [PATCH v8 2/4] tools feature: add support for detecting libpfm4
` [PATCH v8 4/4] perf tools: add support for libpfm4

[PATCH v6 0/8] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2020-04-14 15:19 UTC  (36+ messages)
` [PATCH v6 1/8] drm: bridge: dw_mipi_dsi: add initial regmap infrastructure
` [PATCH v6 2/8] drm: bridge: dw_mipi_dsi: abstract register access using reg_fields
  ` [PATCH v6 3/8] drm: bridge: synopsis: add dsi v1.01 support
` [PATCH v6 4/8] drm: imx: Add i.MX 6 MIPI DSI host platform driver
` [PATCH v6 5/8] dt-bindings: display: add i.MX6 MIPI DSI host controller doc
` [PATCH v6 6/8] drm: stm: dw-mipi-dsi: let the bridge handle the HW version check
` [PATCH v6 7/8] drm: bridge: dw-mipi-dsi: split low power cfg register into fields
` [PATCH v6 8/8] drm: bridge: dw-mipi-dsi: fix bad register field offsets

iwlwifi won't probe with linux-next
 2020-04-14 15:20 UTC  (3+ messages)

[PATCH v1 0/3] NFS/RDMA server fixes for 5.7-rc
 2020-04-14 15:20 UTC  (9+ messages)
` [PATCH v1 3/3] svcrdma: Fix leak of svc_rdma_recv_ctxt objects

[Bug 207219] New: [BISECTED] Sony Vaio laptop built-in ricoh webcam no longer found on Fedora 31 with 5.4.11 kernel
 2020-04-14 15:19 UTC  (2+ messages)
` [Bug 207219] "

[Buildroot] [autobuild.buildroot.net] Daily results for 2020-04-13
 2020-04-14 15:19 UTC  (3+ messages)

sw_params for a direct-ed(dmix) hw pcm
 2020-04-14 15:18 UTC  (12+ messages)

[PATCH 1/3] kexec: Prevent removal of memory in use by a loaded kexec image
 2020-04-14 14:49 UTC  (12+ messages)

[hch-misc:mips-ioremap-cleanups 6/7] arch/mips/alchemy/common/setup.c:99:9: error: implicit declaration of function 'remap_pfn_range'; did you mean 'io_remap_pfn_range'?
 2020-04-14 15:18 UTC 

[PATCH 4/4] ASoC: soc-core: Add dynamic debug logs in soc_dai_link_sanity_check()
 2020-04-14 14:48 UTC  (2+ messages)
` Applied "ASoC: soc-core: Add dynamic debug logs in soc_dai_link_sanity_check()" to the asoc tree

[PATCH 0/2] Simplify the implementation of some functions in IMA
 2020-04-14 15:18 UTC  (5+ messages)
` [PATCH 1/2] ima: simplify function ima_store_template
` [PATCH 2/2] ima: simplify function process_buffer_measurement

[PATCH 0/3] Highmem support for 32-bit RISC-V
 2020-04-14 15:17 UTC  (6+ messages)

[PATCH AUTOSEL 4.9 01/26] net: wan: wanxl: use allow to pass CROSS_COMPILE_M68k for rebuilding firmware
 2020-04-14 15:16 UTC  (9+ messages)
` [PATCH AUTOSEL 4.9 09/26] net/mlx5e: Init ethtool steering for representors

[PATCH v2] ALSA: hda: call runtime_allow() for all hda controllers
 2020-04-14 15:16 UTC  (2+ messages)

Is there a way to use wireguard as a non-encrypted VPN?
 2020-04-14 15:16 UTC  (3+ messages)

[RFC] opp: Fixup release of clock when using set/put clkname
 2020-04-14 15:05 UTC  (3+ messages)

another memlockd patch
 2020-04-14 15:04 UTC  (4+ messages)

[PATCH] btrfs-progs: Remove extent_buffer::tree member
 2020-04-14 15:05 UTC  (2+ messages)

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2020-04-14 15:05 UTC 

[PATCH] p54usb: add AirVasT USB stick device-id
 2020-04-14 15:06 UTC  (2+ messages)

[PATCH 0/4] sched/rt: Distribute tasks in find_lowest_rq()
 2020-04-14 15:05 UTC  (2+ messages)
` [PATCH 4/4] sched/rt: Better distribute tasks that wakeup simultaneously

[PATCH 0/6] configuration-based hook management
 2020-04-14 15:15 UTC  (3+ messages)
` [RFC PATCH v2 0/2] configuration-based hook management (was: [TOPIC 2/17] Hooks in the future)
  ` [RFC PATCH v2 0/2] configuration-based hook management

[PATCH v2 0/4] huge vmalloc mappings
 2020-04-14 14:48 UTC  (6+ messages)
` [PATCH v2 4/4] mm/vmalloc: Hugepage "

[PATCHv2 1/1] net: ethernet: stmmac: simplify phy modes management for stm32
 2020-04-14 15:14 UTC  (5+ messages)

[PATCH v2] ntfs: Fix ntfs_test_inode and ntfs_init_locked_inode function type
 2020-04-14 15:12 UTC 

[dpdk-dev] [PATCH] net/ice: support mark only action for FDIR
 2020-04-14 15:11 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH] perf stat: force error in fallback on :k events
 2020-04-14 15:12 UTC  (4+ messages)

WARNING in cpu_latency_qos_remove_request
 2020-04-14 15:13 UTC 

[PATCHv3 00/11] dm-zoned: metadata version 2
 2020-04-14 15:13 UTC  (4+ messages)

Applied "ASoC: soc: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer" to the asoc tree
 2020-04-14 14:48 UTC  (5+ messages)
  ` Applied "ASoC: soc-core: remove cpu_dai/codec_dai/cpu_dais/codec_dais" "
  ` Applied "ASoC: soc-core: tidyup soc_new_pcm_runtime() rtd setups" "
  ` Applied "ASoC: soc-core: set rtd->num_cpu/codec at soc_new_pcm_runtime()" "

[PATCH 01/13] ASoC: Intel: sof_da7219_max98373: Add BE dailink for dmic16k
 2020-04-14 14:48 UTC  (2+ messages)
` Applied "ASoC: Intel: sof_da7219_max98373: Add BE dailink for dmic16k" to the asoc tree

[PATCH 02/13] ASoC: intel/skl/hda - set autosuspend timeout for hda codecs
 2020-04-14 14:48 UTC  (2+ messages)
` Applied "ASoC: intel/skl/hda - set autosuspend timeout for hda codecs" to the asoc tree

[PATCH 03/13] ALSA: hda: Add ElkhartLake HDMI codec vid
 2020-04-14 14:48 UTC  (2+ messages)
` Applied "ALSA: hda: Add ElkhartLake HDMI codec vid" to the asoc tree


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.