All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-23 06:12:42 to 2021-12-23 07:48:26 UTC [more...]

[PATCH v2 00/48] Refactor perf cpumap
 2021-12-23  7:45 UTC  (39+ messages)
` [PATCH v2 01/48] libperf: Add comments to perf_cpu_map
` [PATCH v2 02/48] perf stat: Add aggr creators that are passed a cpu
` [PATCH v2 03/48] perf stat: Correct aggregation CPU map
` [PATCH v2 04/48] perf stat: Switch aggregation to use for_each loop
` [PATCH v2 05/48] perf stat: Switch to cpu version of cpu_map__get
` [PATCH v2 06/48] perf cpumap: Switch cpu_map__build_map to cpu function
` [PATCH v2 07/48] perf cpumap: Remove map+index get_socket
` [PATCH v2 08/48] perf cpumap: Remove map+index get_die
` [PATCH v2 09/48] perf cpumap: Remove map+index get_core
` [PATCH v2 10/48] perf cpumap: Remove map+index get_node
` [PATCH v2 11/48] perf cpumap: Add comments to aggr_cpu_id
` [PATCH v2 12/48] perf cpumap: Remove unused cpu_map__socket
` [PATCH v2 13/48] perf cpumap: Simplify equal function name
` [PATCH v2 14/48] perf cpumap: Rename empty functions
` [PATCH v2 15/48] perf cpumap: Document cpu__get_node and remove redundant function
` [PATCH v2 16/48] perf cpumap: Remove map from function names that don't use a map
` [PATCH v2 17/48] perf cpumap: Remove cpu_map__cpu, use libperf function
` [PATCH v2 18/48] perf cpumap: Refactor cpu_map__build_map
` [PATCH v2 19/48] perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions
` [PATCH v2 20/48] perf cpumap: Move 'has' function to libperf
` [PATCH v2 21/48] perf cpumap: Add some comments to cpu_aggr_map
` [PATCH v2 22/48] perf cpumap: Trim the cpu_aggr_map
` [PATCH v2 23/48] perf stat: Fix memory leak in check_per_pkg
` [PATCH v2 24/48] perf cpumap: Add CPU to aggr_cpu_id
` [PATCH v2 25/48] perf stat-display: Avoid use of core for CPU
` [PATCH v2 26/48] perf evsel: Derive CPUs and threads in alloc_counts
` [PATCH v2 27/48] libperf: Switch cpu to more accurate cpu_map_idx
` [PATCH v2 28/48] libperf: Use cpu not index for evsel mmap
` [PATCH v2 29/48] perf counts: Switch name cpu to cpu_map_idx
` [PATCH v2 30/48] perf stat: Rename aggr_data cpu to imply it's an index
` [PATCH v2 33/48] libperf: Allow NULL in perf_cpu_map__idx
` [PATCH v2 34/48] perf evlist: Refactor evlist__for_each_cpu
` [PATCH v2 35/48] perf evsel: Pass cpu not cpu map index to synthesize
` [PATCH v2 36/48] perf stat: Correct variable name for read counter

[PATCH 0/7] ASoC/SoundWire: improve suspend flows and use set_stream() instead of set_tdm_slots() for HDAudio
 2021-12-23  7:46 UTC  (12+ messages)
` [PATCH 3/7] soundwire: intel: improve suspend flows
` [PATCH 6/7] soundwire: intel: remove unnecessary init
` [PATCH 7/7] soundwire: intel: remove PDM support

[PATCH] MAINTAINERS: update caam crypto driver maintainers list
 2021-12-23  7:44 UTC  (2+ messages)

[PATCH 1/2] ALSA: hda: Add AlderLake-N PCI ID
 2021-12-23  7:34 UTC  (2+ messages)
` [PATCH 2/2] ALSA: hda: Add new AlderLake-P variant "

[lustre-devel] Lustre Arm stuff status and work plan
 2021-12-23  7:43 UTC  (3+ messages)

[PATCH] chardev: fix error handling in cdev_device_add()
 2021-12-23  7:43 UTC  (4+ messages)

[Bridge] [PATCH net] net: bridge: fix ioctl old_deviceless bridge argument
 2021-12-23  7:42 UTC  (3+ messages)
`  "

[PATCH 00/48] Folios for 5.17
 2021-12-23  7:40 UTC  (59+ messages)
` [PATCH 01/48] filemap: Remove PageHWPoison check from next_uptodate_page()
` [PATCH 02/48] fs/writeback: Convert inode_switch_wbs_work_fn to folios
` [PATCH 03/48] mm/doc: Add documentation for folio_test_uptodate
` [PATCH 04/48] mm/writeback: Improve __folio_mark_dirty() comment
` [PATCH 05/48] pagevec: Add folio_batch
` [PATCH 06/48] iov_iter: Add copy_folio_to_iter()
` [PATCH 07/48] iov_iter: Convert iter_xarray to use folios
` [PATCH 08/48] mm: Add folio_test_pmd_mappable()
` [PATCH 09/48] filemap: Add folio_put_wait_locked()
` [PATCH 10/48] filemap: Convert page_cache_delete to take a folio
` [PATCH 11/48] filemap: Add filemap_unaccount_folio()
` [PATCH 12/48] filemap: Convert tracing of page cache operations to folio
` [PATCH 13/48] filemap: Add filemap_remove_folio and __filemap_remove_folio
` [PATCH 14/48] filemap: Convert find_get_entry to return a folio
` [PATCH 15/48] filemap: Remove thp_contains()
` [PATCH 16/48] filemap: Convert filemap_get_read_batch to use folios
` [PATCH 17/48] filemap: Convert find_get_pages_contig to folios
` [PATCH 18/48] filemap: Convert filemap_read_page to take a folio
` [PATCH 19/48] filemap: Convert filemap_create_page to folio
` [PATCH 20/48] filemap: Convert filemap_range_uptodate to folios
` [PATCH 21/48] readahead: Convert page_cache_async_ra() to take a folio
` [PATCH 22/48] readahead: Convert page_cache_ra_unbounded to folios
` [PATCH 23/48] filemap: Convert do_async_mmap_readahead to take a folio
` [PATCH 24/48] filemap: Convert filemap_fault to folio
` [PATCH 25/48] filemap: Add read_cache_folio and read_mapping_folio
` [PATCH 26/48] filemap: Convert filemap_get_pages to use folios
` [PATCH 27/48] filemap: Convert page_cache_delete_batch to folios
` [PATCH 33/48] mm: Add unmap_mapping_folio()
` [PATCH 34/48] shmem: Convert part of shmem_undo_range() to use a folio

[PATCH] usb: dwc2: Simplify a bitmap declaration
 2021-12-23  7:40 UTC 

[PATCH] net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5M
 2021-12-23  7:36 UTC 

[linusw-pinctrl:for-next] BUILD SUCCESS 195acd15792a4672653417e57ea5a289dfd6ecfd
 2021-12-23  7:37 UTC 

[PATCH 0/9] Trace2 stopwatch timers and global counters
 2021-12-23  7:38 UTC  (6+ messages)
` [PATCH 3/9] trace2: defer free of TLS CTX until program exit

[PATCHv2 2/2] efi: apply memblock cap after memblock_add()
 2021-12-23  7:33 UTC  (5+ messages)
` [PATCHv3] "

[RFC PATCH 0/3] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2021-12-23  7:34 UTC  (5+ messages)
` [RFC PATCH 1/3] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT

[PATCH] ath11k: Refactor the fallback routine when peer create fails
 2021-12-23  7:33 UTC  (2+ messages)

[PATCH net-next 0/8] mlxsw: Add tests for VxLAN with IPv6 underlay
 2021-12-23  7:30 UTC  (9+ messages)
` [PATCH net-next 1/8] selftests: mlxsw: vxlan: Make the test more flexible for future use
` [PATCH net-next 2/8] selftests: mlxsw: Add VxLAN configuration test for IPv6
` [PATCH net-next 3/8] selftests: mlxsw: vxlan_fdb_veto: Make the test more flexible for future use
` [PATCH net-next 4/8] selftests: mlxsw: Add VxLAN FDB veto test for IPv6
` [PATCH net-next 5/8] selftests: mlxsw: spectrum: Add a test for VxLAN flooding with IPv6
` [PATCH net-next 6/8] selftests: mlxsw: spectrum-2: "
` [PATCH net-next 7/8] selftests: mlxsw: Add test for VxLAN related traps for IPv6
` [PATCH net-next 8/8] selftests: mlxsw: devlink_trap_tunnel_vxlan: Fix 'decap_error' case

[OpenRISC] [PATCH v3 00/13] Glibc OpenRISC port
 2021-12-23  7:32 UTC  (7+ messages)
` [OpenRISC] [PATCH v3 11/13] or1k: Build Infrastructure
` [OpenRISC] [PATCH v3 12/13] build-many-glibcs.py: add OpenRISC support

[PATCH v2 0/8] arm: kirkwood: Add support for Pogoplug V4
 2021-12-23  7:26 UTC  (9+ messages)
` [PATCH v2 1/8] arm: kirkwood: Pogoplug-V4 : Add DTS files
` [PATCH v2 2/8] arm: kirkwood: Pogoplug V4 : Add board defconfig file
` [PATCH v2 3/8] arm: kirkwood: Pogoplug-V4 : Add Kconfig files
` [PATCH v2 4/8] arm: kirkwood: Pogoplug-V4 : Add board include configs file
` [PATCH v2 5/8] arm: kirkwood: Pogoplug-V4 : Add board kwbimage file
` [PATCH v2 6/8] arm: kirkwood: Pogoplug-V4 : Add board Make file
` [PATCH v2 7/8] arm: kirkwood: Pogoplug-V4 : Add board implementation
` [PATCH v2 8/8] arm: kirkwood: Pogoplug-V4 : Add board maintainer

[PATCH net] net: stmmac: ptp: fix potentially overflowing expression
 2021-12-23  7:39 UTC 

[tip:x86/misc] BUILD SUCCESS 4d5cff69fbddbbefef2903faa48263cc5d3ca382
 2021-12-23  7:26 UTC 

[PATCH v4 5/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-12-23  7:28 UTC 

[fs] 7e84dfbf1b: BUG:unable_to_handle_page_fault_for_address
 2021-12-23  7:27 UTC  (2+ messages)

[PATCH v4 0/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-12-23  7:25 UTC  (5+ messages)
` [PATCH v4 2/5] KEYS: trusted: allow users to use kernel RNG for key material
  ` [EXT] "
` [PATCH v4 4/5] crypto: caam - add in-kernel interface for blob generator
  ` [EXT] "

[PATCH v3 0/2] Fix styling issues and remove unused code in rtl8723bs
 2021-12-23  7:25 UTC  (3+ messages)
` [PATCH v3 1/2] staging: rtl8723bs: address style guide warnings

[PATCH v4 00/13] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-12-23  7:23 UTC  (8+ messages)
` [PATCH v4 02/13] driver core: Set DMA ownership during driver bind/unbind

[PATCH v4 0/3] tpm: Add missing ACPI device identification objects
 2021-12-23  7:15 UTC  (7+ messages)
` [PATCH v4 1/3] tests: acpi: prepare for updated TPM related tables
` [PATCH v4 2/3] acpi: tpm: Add missing device identification objects
` [PATCH v4 3/3] tests: acpi: Add updated TPM related tables

[Virtio-fs] Redhat - Fine Food Australia Attendees List
 2021-12-23  7:22 UTC 

[Intel-wired-lan] [PATCH] igc: Avoid possible deadlock during suspend/resume
 2021-12-23  7:21 UTC  (5+ messages)
` [Intel-wired-lan] [PATCH net v1] igc: Do not enable crosstimestamping for i225-V models
    `  "

[PATCH] PM: runtime: Annotate pm_runtime_resume_and_get() as __must_check
 2021-12-23  7:21 UTC 

[PATCH] mm/util.c: Make kvfree() safe for calling while holding spinlocks
 2021-12-23  7:21 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_color: Optimize ctm test execution
 2021-12-23  7:18 UTC 

[PATCH v3 0/3] Fix Tegra194 HDA regression
 2021-12-23  7:16 UTC  (6+ messages)
` [PATCH v3 1/3] ALSA: hda/tegra: Fix Tegra194 HDA reset failure

[PATCH] thermal/drivers/int340x: add functions for mbox read and write commands
 2021-12-23  7:15 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/fbc: Remember to update FBC state even when not reallocating CFB
 2021-12-23  7:15 UTC  (2+ messages)

[PATCH] pci: Skip power-off reset when pending unplug
 2021-12-23  7:11 UTC  (6+ messages)

[PATCH v2 net] net: dsa: tag_ocelot: use traffic class to map priority on injected header
 2021-12-23  7:22 UTC 

[PATCH v2 00/11] usb: gadget: audio: Multiple rates, dyn. bInterval
 2021-12-23  7:09 UTC  (6+ messages)
` [PATCH v2 11/11] usb: gadget: f_uac2: Determining bInterval for HS and SS

[PATCH] mt76: mt7915: fix warning: variable 'flags' set but not used
 2021-12-23  6:58 UTC  (2+ messages)

[PATCH] mt76: mt7915: fix warning: variable 'base' is used uninitialized
 2021-12-23  6:58 UTC  (2+ messages)

[PATCH netfilter] netfilter: xt_owner: use sk->sk_uid for owner lookup
 2021-12-23  7:06 UTC 

[PATCH v6 0/2] On Semi AR0521 sensor driver
 2021-12-23  7:06 UTC  (3+ messages)
` [PATCH v6 1/2] dt-binding: media: document ON Semi AR0521 sensor bindings
` [PATCH v6 2/2] Driver for ON Semi AR0521 camera sensor

[PATCH] drm/ttm: Don't inherit GEM object VMAs in child process
 2021-12-23  7:05 UTC  (12+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-12-22
 2021-12-23  7:05 UTC 

[PATCH] HID: holtek-mouse: start hardware in probe
 2021-12-23  7:04 UTC  (2+ messages)

[RFC PATCH v2] Bluetooth: btintel: Fix broken LED quirk for legacy ROM devices
 2021-12-23  7:03 UTC  (5+ messages)

[PATCH 1/2] block: export task_work_add()
 2021-12-23  7:01 UTC  (4+ messages)
` [PATCH 2/2] loop: use task_work for autoclear operation

Annotate pm_runtime_resume_and_get() as __must_check ?
 2021-12-23  6:59 UTC  (3+ messages)

[PATCH v4] perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICX
 2021-12-23 14:48 UTC 

[PATCH v8 net-next 06/13] flow_offload: allow user to offload tc action to net device
 2021-12-23  6:42 UTC  (6+ messages)
` [flow_offload] 28798f55fe: WARNING:suspicious_RCU_usage

[PATCH v2 00/50] wilc1000: rework tx path to use sk_buffs throughout
 2021-12-23  6:41 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/guc: Report error on invalid reset notification
 2021-12-23  6:40 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[mptcp:export] BUILD SUCCESS e38029da51a109e067b285fe11d2c07e17495d0b
 2021-12-23  6:39 UTC 

mmotm 2021-12-22-19-02 uploaded
 2021-12-23  6:38 UTC  (3+ messages)
` [Intel-gfx] mmotm 2021-12-22-19-02 uploaded (drivers/gpu/drm/i915/display/intel_backlight.o)
  `  "

[PATCH 0/6] x86/insn: Add instructions to instruction decoder
 2021-12-23  6:38 UTC  (2+ messages)

[PATCH v2 0/2] Add a new scheme to support demotion on tiered memory system
 2021-12-23  6:35 UTC  (5+ messages)

[PATCH] scsi: bsg: Ignore bsg queue registration failures again
 2021-12-23  6:34 UTC  (2+ messages)

[PATCH v2 00/16] Sync NXP LS1028A-RDB device trees between U-Boot and Linux
 2021-12-23  6:34 UTC  (3+ messages)

[PATCH v2] scsi: bsg: fix errno when scsi_bsg_register_queue fails
 2021-12-23  6:33 UTC  (6+ messages)

[PATCH] rt-numa: Fix the value to check in numa_initialize()
 2021-12-23  6:29 UTC  (3+ messages)

[PATCH] Revert "phy: cadence-torrent: Do not configure SERDES if it's already configured"
 2021-12-23  6:27 UTC  (4+ messages)
  ` [EXT] "

[PATCH v4 00/15] PHY: Add support for multilink configurations in Cadence Sierra PHY driver
 2021-12-23  6:01 UTC  (20+ messages)
` [PATCH v4 06/15] phy: cadence: Sierra: Rename some regmap variables to be in sync with Sierra documentation
` [PATCH v4 07/15] phy: cadence: Sierra: Add PHY PCS common register configurations
` [PATCH v4 08/15] phy: cadence: Sierra: Check cmn_ready assertion during PHY power on
` [PATCH v4 09/15] phy: cadence: Sierra: Check PIPE mode PHY status to be ready for operation
` [PATCH v4 10/15] phy: cadence: Sierra: Update single link PCIe register configuration
` [PATCH v4 11/15] phy: cadence: Sierra: Fix to get correct parent for mux clocks
` [PATCH v4 12/15] phy: cadence: Sierra: Add support for PHY multilink configurations
` [PATCH v4 13/15] phy: cadence: Sierra: Add PCIe + QSGMII PHY multilink configuration
` [PATCH v4 14/15] dt-bindings: phy: cadence-sierra: Add clock ID for derived reference clock
` [PATCH v4 15/15] phy: cadence: Sierra: Add support for derived reference clock output

[PATCH] net: wan/lmc: fix spelling of "its"
 2021-12-23  6:26 UTC 

[PATCH] nvme/pci: fix queue_rqs list splitting
 2021-12-23  6:20 UTC  (2+ messages)

[PATCH wireless-drivers-next] bcma: get SoC device struct & copy its DMA params to the subdevices
 2021-12-23  6:19 UTC  (3+ messages)

[PATCH v3] sun4i-emac.c: add dma support
 2021-12-23  6:11 UTC 

[PATCH v3 00/12] Add riscv kvm accel support
 2021-12-23  6:06 UTC  (3+ messages)
` [PATCH v3 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer

[V2][PATCH] rpm: fix CVE-2021-3521
 2021-12-23  6:12 UTC 


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.