All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-14 15:03:51 to 2020-04-14 15:19:57 UTC [more...]

[Cluster-devel] [PATCH v11 00/25] Change readahead API
 2020-04-14 15:02 UTC  (16+ messages)
` [PATCH v11 01/25] mm: Move readahead prototypes from mm.h
` [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 06/25] mm: Use readahead_control to pass arguments
` [PATCH v11 07/25] mm: Rename various 'offset' parameters to 'index'
` [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 20/25] ext4: "
` [PATCH v11 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v11 25/25] iomap: Convert from readpages to readahead

[PATCH v6 0/8] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2020-04-14 15:19 UTC  (30+ 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

[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)

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

[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:06 UTC  (42+ messages)
` [PATCH v11 01/13] iommu: Introduce attach/detach_pasid_table API
` [PATCH v11 02/13] iommu: Introduce bind/unbind_guest_msi
` [PATCH v11 03/13] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v11 04/13] iommu/smmuv3: Dynamically allocate s1_cfg and s2_cfg
` [PATCH v11 05/13] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v11 06/13] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v11 07/13] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v11 08/13] iommu/smmuv3: Implement cache_invalidate
` [PATCH v11 09/13] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v11 10/13] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
` [PATCH v11 11/13] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions
` [PATCH v11 12/13] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v11 13/13] iommu/smmuv3: Report non recoverable faults

[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  (5+ messages)
` [PATCH 1/4] cpumask: Rename cpumask_any_and_distribute
` [PATCH 2/4] cpumask: Make cpumask_any() truly random
` [PATCH 3/4] cpumask: Convert cpumask_any_but() to the new random function
` [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  (6+ messages)

[PATCH v2] ntfs: Fix ntfs_test_inode and ntfs_init_locked_inode function type
 2020-04-14 15:12 UTC  (2+ messages)

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

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

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

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

[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

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

[PATCH] Revert "Kernel selftests: tpm2: check for tpm support"
 2020-04-14 15:12 UTC  (2+ messages)

Setup Recommendation on UEFI/GRUB/RAID1/LVM
 2020-04-14 15:12 UTC  (3+ messages)

[XEN PATCH v3] hvmloader: Enable MMIO and I/O decode, after all resource allocation
 2020-04-14 15:11 UTC  (3+ messages)

[PATCH v2 00/17] drm: Put drm_display_mode on diet
 2020-04-14 15:11 UTC  (9+ messages)
` [PATCH v2 15/17] drm/gma500: Stop using mode->private_flags
              ` [Intel-gfx] "

[PATCH V2 0/2] Convert stm32 dwmac to DT schema
 2020-04-14 15:11 UTC  (4+ messages)

generic/456 regression on 5.7-rc1, 1k test case
 2020-04-14 15:11 UTC  (3+ messages)

[PATCH] btrfs-progs: Do proper error handling in add_cache_extent()
 2020-04-14 15:07 UTC  (2+ messages)

[PATCH] b43legacy: Fix case where channel status is corrupted
 2020-04-14 15:08 UTC  (2+ messages)

[PATCH] pnp: Use list_for_each_entry() instead of open coding
 2020-04-14 15:10 UTC 

[ANNOUNCE] 4.9.219-rt142
 2020-04-14 15:06 UTC 

[PATCH] ASoC: Intel: sst: ipc command timeout
 2020-04-14 14:50 UTC  (2+ messages)

[PATCH] log: add log.excludeDecoration config option
 2020-04-14 15:10 UTC  (3+ messages)

[PATCH] brcmsmac: make brcms_c_set_mac() void
 2020-04-14 15:10 UTC  (2+ messages)

[PATCH AUTOSEL 5.5 01/35] ARM: dts: sun8i-a83t-tbs-a711: HM5065 doesn't like such a high voltage
 2020-04-14 15:08 UTC  (6+ messages)
` [PATCH AUTOSEL 5.5 27/35] netfilter: nf_tables: Allow set back-ends to report partial overlaps on insertion

[PATCH 1/2] ASoC: SOF: remove unneeded variables
 2020-04-14 14:49 UTC  (2+ messages)
` Applied "ASoC: SOF: remove unneeded variables" to the asoc tree

[PATCH] mm/gup: dereference page table entry using helper
 2020-04-14 15:10 UTC 

[PATCH] qtnfmac: Simplify code in _attach functions
 2020-04-14 15:09 UTC  (3+ messages)

[PATCH 2/2] ASoC: SOF: Intel: hda: remove unnecessary parentheses
 2020-04-14 14:49 UTC  (2+ messages)
` Applied "ASoC: SOF: Intel: hda: remove unnecessary parentheses" to the asoc tree

[PATCH] buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason
 2020-04-14 15:09 UTC  (2+ messages)

[PATCH v9 1/2] dt-bindings: iio: Add bindings for sx9310 sensor
 2020-04-14 15:08 UTC  (3+ messages)
` [PATCH v9 2/2] iio: Add SEMTECH SX9310/9311 sensor driver

Memory CG and 5.1 to 5.6 uprade slows backup
 2020-04-14 15:09 UTC  (8+ messages)

[PATCH 1/4] ASoC: codecs: rt1308-sdw: reduce verbosity
 2020-04-14 14:49 UTC  (2+ messages)
` Applied "ASoC: codecs: rt1308-sdw: reduce verbosity" to the asoc tree

[PATCH] iommu: spapr_tce: Disable compile testing to fix build on book3s_32 config
 2020-04-14 14:26 UTC 

[PATCH 2/4] ASoC: SOF: Intel: hda: reduce verbosity on SoundWire detection
 2020-04-14 14:49 UTC  (2+ messages)
` Applied "ASoC: SOF: Intel: hda: reduce verbosity on SoundWire detection" to the asoc tree

[PATCH RESEND 0/2] mm/mmap: check mapping address limits more strictly
 2020-04-14 15:08 UTC  (3+ messages)
` [PATCH RESEND 1/2] mm/mmap.c: add more sanity checks to get_unmapped_area()
` [PATCH RESEND 2/2] mm/mmap.c: deny fixed mappings outside of allowed limits

[PATCH 07/13] ASoC: Intel: sof-da7219-max98373: add DMIC widget and route
 2020-04-14 14:47 UTC  (2+ messages)
` Applied "ASoC: Intel: sof-da7219-max98373: add DMIC widget and route" to the asoc tree

[PATCH 04/13] ASoC: SOF: Intel: add PCI ID for ElkhartLake
 2020-04-14 14:48 UTC  (2+ messages)
` Applied "ASoC: SOF: Intel: add PCI ID for ElkhartLake" to the asoc tree

[PATCH 05/13] ASoC: Intel: boards: support Elkhart Lake with rt5660
 2020-04-14 14:48 UTC  (2+ messages)
` Applied "ASoC: Intel: boards: support Elkhart Lake with rt5660" to the asoc tree

[PATCH 06/13] ASoC: intel: sof_sdw: init all aggregated codecs
 2020-04-14 14:47 UTC  (2+ messages)
` Applied "ASoC: intel: sof_sdw: init all aggregated codecs" to the asoc tree

[PATCH 3/4] ASoC: SOF: Intel: hda: log number of microphones detected in NHLT tables
 2020-04-14 14:48 UTC  (2+ messages)
` Applied "ASoC: SOF: Intel: hda: log number of microphones detected in NHLT tables" to the asoc tree

[RFC PATCH 0/4] mm: Add PG_zero support
 2020-04-14 15:07 UTC  (3+ messages)

[PATCH v2] rtw88: Add delay on polling h2c command status bit
 2020-04-14 15:07 UTC  (2+ messages)

[PATCH 2/3] iio: DAC extension for ltc2634-12/10/8
 2020-04-14 15:07 UTC  (3+ messages)

[PATCH v9 0/3] x86/guest: use assisted TLB flush in guest mode
 2020-04-14 15:06 UTC  (11+ messages)
` [PATCH v9 1/3] x86/tlb: introduce a flush HVM ASIDs flag

another chromium patch
 2020-04-14 14:40 UTC  (2+ messages)

another certbot patch
 2020-04-14 14:54 UTC  (3+ messages)

systemd_generator_t vs systemd_generator_type
 2020-04-14 15:06 UTC  (2+ messages)

strict patch again with controversial sections removed
 2020-04-14 14:52 UTC  (2+ messages)

what is cap_userns?
 2020-04-14 14:23 UTC  (2+ messages)

[PATCH] brcm80211: remove redundant pointer 'address'
 2020-04-14 15:05 UTC  (3+ messages)

[RFC 0/6] Regressions for "imply" behavior change
 2020-04-14 15:04 UTC  (5+ messages)
  ` [RFC 4/6] drm/bridge/sii8620: fix extcon dependency

[igt-dev] [PATCH i-g-t] kms_flip: Convert to dynamic CRTC test groups
 2020-04-14 15:05 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for kms_flip: Convert to dynamic CRTC test groups (rev3)

[PATCH] rsi: fix a typo "throld" -> "threshold"
 2020-04-14 15:04 UTC  (2+ messages)

[PATCH 0/3] Integrate changed-path Bloom filters with 'git blame'
 2020-04-14 15:04 UTC  (6+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 2/4] commit: write commit-graph with Bloom filters

[PATCH] rtlwifi: rtl8723ae: fix spelling mistake "chang" -> "change"
 2020-04-14 15:04 UTC  (2+ messages)

[PATCH v5 00/38] Add KernelMemorySanitizer infrastructure
 2020-04-14 15:04 UTC  (3+ messages)
` [PATCH v5 24/38] kmsan: disable instrumentation of certain functions


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.