All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-26 16:18:31 to 2020-11-26 17:04:03 UTC [more...]

[Buildroot] [PATCH 1/1] package/linux-pam: security bump to version 1.5.1
 2020-11-26 19:29 UTC  (3+ messages)

[PATCH net-next 1/3] nfc: s3fwrn5: use signed integer for parsing GPIO numbers
 2020-11-26 17:03 UTC  (8+ messages)
` [PATCH net-next 2/3] nfc: s3fwrn5: reduce the EN_WAIT_TIME
    ` [linux-nfc] "
  ` [linux-nfc] Re: [PATCH net-next 1/3] nfc: s3fwrn5: use signed integer for parsing GPIO numbers

post-receive: pub/scm/linux/kernel/git/rafael/linux-pm
 2020-11-26 17:04 UTC 

[PATCH v2 00/17] xvmalloc() / x86 xstate area / x86 CPUID / AMX beginnings
 2020-11-26 17:03 UTC  (10+ messages)
` [PATCH v2 02/17] mm: introduce xvmalloc() et al and use for grant table allocations

post-receive: pub/scm/linux/kernel/git/rafael/linux-pm
 2020-11-26 17:03 UTC 

[PATCH V2 0/7] powerpc/perf: Fixes for power10 PMU
 2020-11-26 16:54 UTC  (4+ messages)
` [PATCH V2 1/7] powerpc/perf: Fix to update radix_scope_qual in power10
` [PATCH V2 2/7] powerpc/perf: Update the PMU group constraints for l2l3 events "
` [PATCH V2 3/7] powerpc/perf: Fix the PMU group constraints for threshold "

[PATCH v2 0/1] usb: typec: tps6598x: Export some power supply properties
 2020-11-26 17:03 UTC  (2+ messages)
` [PATCH v2 1/1] "

merge struct block_device and struct hd_struct v3
 2020-11-26 17:03 UTC  (39+ messages)
` [PATCH 24/44] block: simplify bdev/disk lookup in blkdev_get
  ` [dm-devel] "
` [PATCH 27/44] block: simplify part_to_disk
  ` [dm-devel] "
` [PATCH 28/44] block: initialize struct block_device in bdev_alloc
    ` [dm-devel] "
` [PATCH 29/44] block: remove the nr_sects field in struct hd_struct
    ` [dm-devel] "
` [PATCH 30/44] block: move disk stat accounting to struct block_device
    ` [dm-devel] "
` [PATCH 31/44] block: move the start_sect field "
    ` [dm-devel] "
` [PATCH 32/44] block: move the partition_meta_info "
    ` [dm-devel] "
` [PATCH 33/44] block: move holder_dir "
  ` [dm-devel] "
` [PATCH 34/44] block: move make_it_fail "
    ` [dm-devel] "
` [PATCH 35/44] block: move the policy field "

[PATCH 1/2] ALSA: ppc: drop if block with always false condition
 2020-11-26 16:59 UTC  (6+ messages)
` [PATCH 2/2] powerpc/ps3: make system bus's remove and shutdown callbacks return void

[PATCH v2 0/8] xen/arm: Add support for SMMUv3 driver
 2020-11-26 17:02 UTC  (9+ messages)
` [PATCH v2 1/8] xen/arm: Import the SMMUv3 driver from Linux
` [PATCH v2 2/8] xen/arm: revert atomic operation related command-queue insertion patch
` [PATCH v2 3/8] xen/arm: revert patch related to XArray
` [PATCH v2 4/8] xen/arm: Remove support for MSI on SMMUv3
` [PATCH v2 5/8] xen/arm: Remove support for PCI ATS "
` [PATCH v2 6/8] xen/arm: Remove support for Stage-1 translation "
` [PATCH v2 7/8] xen/arm: Remove Linux specific code that is not usable in XEN
` [PATCH v2 8/8] xen/arm: Add support for SMMUv3 driver

[PATCH bpf-next 1/2] bpf: Expose bpf_get_socket_cookie to tracing programs
 2020-11-26 17:02 UTC  (2+ messages)
` [PATCH bpf-next 2/2] bpf: Add a selftest for the tracing bpf_get_socket_cookie

[PATCHv4 00/25] perf: Add mmap2 build id support
 2020-11-26 17:00 UTC  (26+ messages)
` [PATCH 01/25] bpf: Move stack_map_get_build_id into lib
` [PATCH 02/25] bpf: Add size arg to build_id_parse function
` [PATCH 03/25] perf: Add build id data in mmap2 event
` [PATCH 04/25] tools headers uapi: Sync tools/include/uapi/linux/perf_event.h
` [PATCH 05/25] tools lib: Adopt memchr_inv() from kernel
` [PATCH 06/25] perf tools: Do not swap mmap2 fields in case it contains build id
` [PATCH 07/25] perf tools: Add build_id__is_defined function
` [PATCH 08/25] perf tools: Add filename__decompress function
` [PATCH 09/25] perf tools: Add support to read build id from compressed elf
` [PATCH 10/25] perf tools: Add check for existing link in buildid dir
` [PATCH 11/25] perf tools: Use struct extra_kernel_map in machine__process_kernel_mmap_event
` [PATCH 12/25] perf tools: Try to load vmlinux from buildid database
` [PATCH 13/25] perf tools: Store build id from mmap2 events
` [PATCH 14/25] perf tools: Allow mmap2 event to synthesize kernel image
` [PATCH 15/25] perf tools: Allow mmap2 event to synthesize modules
` [PATCH 16/25] perf tools: Synthesize build id for kernel/modules/tasks
` [PATCH 17/25] perf tools: Add support to display build id for mmap2 events
` [PATCH 18/25] perf tools: Use machine__for_each_dso in perf_session__cache_build_ids
` [PATCH 19/25] perf tools: Add __perf_session__cache_build_ids function
` [PATCH 20/25] perf tools: Add is_perf_data function
` [PATCH 21/25] perf tools: Add build_id_cache__add function
` [PATCH 22/25] perf buildid-cache: Add support to add build ids from perf data
` [PATCH 23/25] perf buildid-cache: Add --debuginfod option
` [PATCH 24/25] perf buildid-list: Add support for mmap2's buildid events
` [PATCH 25/25] perf record: Add --buildid-mmap option to enable mmap's build id

[dpdk-dev] [PATCH] ci: hook to Github Actions
 2020-11-26 17:01 UTC  (6+ messages)

[PATCH v3] s390/pci: fix CPU address in MSI for directed IRQ
 2020-11-26 17:00 UTC 

[PATCH bpf-next 1/2] bpf: Add a bpf_kallsyms_lookup helper
 2020-11-26 16:57 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add bpf_kallsyms_lookup test

[dpdk-dev] [PATCH] doc: update features for hns3
 2020-11-26 16:58 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[Buildroot] [PATCH] configs/arm_foundationv8: bump to Linux 5.9.11
 2020-11-26 16:58 UTC 

[PATCH v3 00/36] cleanup qemu_init and make sense of command line processing
 2020-11-26 16:54 UTC  (5+ messages)
` [PATCH 03/36] vl: split various early command line options to a separate function
` [PATCH 12/36] vl: load plugins as late as possible

[PATCH v6 0/3] mm,thp,shm: limit shmem THP alloc gfp_mask
 2020-11-26 16:56 UTC  (3+ messages)
` [PATCH 1/3] mm,thp,shmem: "

[Intel-gfx] [PATCH] drm/i915/pmu: Deprecate I915_PMU_LAST and optimize state tracking
 2020-11-26 16:56 UTC  (2+ messages)

[PATCHv2 00/24] perf: Add mmap2 build id support
 2020-11-26 16:55 UTC  (4+ messages)
` [PATCH 03/24] perf: Add build id data in mmap2 event

[dpdk-dev] [PATCH] doc: update TRUFLOW support information
 2020-11-26 16:55 UTC  (2+ messages)

[PATCH net-next v3 00/12] net: dsa: microchip: PTP support for KSZ956x
 2020-11-26 16:53 UTC  (4+ messages)

[RFC PATCH v3 0/9] CoreSight complex config support; ETM strobing
 2020-11-26 16:51 UTC  (3+ messages)
` [RFC PATCH v3 7/9] coresight: syscfg: Add initial configfs support

[PATCH v2 1/3] genirq/affinity: Add irq_update_affinity_desc()
 2020-11-26 16:52 UTC  (19+ messages)

[dpdk-dev] [PATCH] doc: announce end of support for some Broadcom devices
 2020-11-26 16:52 UTC  (4+ messages)

[PATCH v4 1/3] Documentation: Add documentation for new platform_profile sysfs attribute
 2020-11-26 16:51 UTC  (3+ messages)
` [PATCH v4 2/3] ACPI: platform-profile: Add platform profile support
` [PATCH v4 3/3] platform/x86: thinkpad_acpi: "

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2020-11-26 16:52 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2020-11-26 16:52 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2020-11-26 16:52 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2020-11-26 16:51 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2020-11-26 16:51 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2020-11-26 16:51 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2020-11-26 16:51 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2020-11-26 16:51 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2020-11-26 16:51 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2020-11-26 16:51 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2020-11-26 16:50 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2020-11-26 16:50 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2020-11-26 16:50 UTC 

post-receive: pub/scm/linux/kernel/git/peterz/queue
 2020-11-26 16:50 UTC 

[PATCH V1] block: Fix use-after-free while iterating over requests
 2020-11-26 16:49 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2020-11-26 16:50 UTC 

[dpdk-dev] [PATCH] ethdev: deprecate shared counters using action attribute
 2020-11-26 16:49 UTC  (8+ messages)

[PATCH v5 0/3] mtd: spi-nor: keep lock bits if they are non-volatile
 2020-11-26 16:47 UTC  (11+ messages)
` [PATCH v5 1/3] mtd: spi-nor: atmel: remove global protection flag
` [PATCH v5 3/3] mtd: spi-nor: keep lock bits if they are non-volatile

[PULL v2 0/4] Final (?) batch of misc patches for QEMU 5.2
 2020-11-26 16:46 UTC  (2+ messages)

[dpdk-dev] [PATCH] doc: notify bug in pkg-config v0.27
 2020-11-26 16:46 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 1/1] doc: add pkg-config requirement for applications
` [dpdk-dev] [PATCH v3 "

[dpdk-dev] [PATCH] doc: update the OS versions
 2020-11-26 16:46 UTC  (4+ messages)
` [dpdk-dev] [PATCH] doc: remove list of supported OS

[PATCH bpf-next v3 1/6] net: Remove the err argument from sock_from_file
 2020-11-26 16:44 UTC  (6+ messages)
` [PATCH bpf-next v3 2/6] bpf: Add a bpf_sock_from_file helper
` [PATCH bpf-next v3 3/6] bpf: Expose bpf_sk_storage_* to iterator programs
` [PATCH bpf-next v3 4/6] bpf: Add an iterator selftest for bpf_sk_storage_delete
` [PATCH bpf-next v3 5/6] bpf: Add an iterator selftest for bpf_sk_storage_get
` [PATCH bpf-next v3 6/6] bpf: Test bpf_sk_storage_get in tcp iterators

[Buildroot] [PATCH v4 1/5] package/nvidia-modprobe: new package
 2020-11-26 16:45 UTC  (8+ messages)
` [Buildroot] [PATCH v4 4/5] board: add nvidia jetson tx2 support

Xen Security Advisory 351 v2 (CVE-2020-28368) - Information leak via power sidechannel
 2020-11-26 16:44 UTC 

[PATCH v4 00/24] MT8192 IOMMU support
 2020-11-26 16:43 UTC  (6+ messages)
` [PATCH v4 12/24] iommu/mediatek: Move hw_init into attach_device

[PATCH v2 1/5] net: Remove the err argument from sock_from_file
 2020-11-26 16:44 UTC  (4+ messages)
` [PATCH v2 5/5] bpf: Add an iterator selftest for bpf_sk_storage_get

[PATCH v2] s390/pci: fix CPU address in MSI for directed IRQ
 2020-11-26 16:43 UTC  (3+ messages)

[dpdk-dev] [PATCH] app/testpmd: fix flow rules list after port stop
 2020-11-26 16:43 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] app/testpmd: fix testpmd flows left before "

[PATCH v2 0/2] clk: meson: g12a: add MIPI DSI Host Pixel Clock
 2020-11-26 16:41 UTC  (4+ messages)

Support for Logitech g703 mouse battery levels
 2020-11-26 16:43 UTC  (2+ messages)

[dpdk-dev] [PATCH] eal: fix errno on service cores init failure
 2020-11-26 16:42 UTC  (4+ messages)

linux-next: Tree for Nov 26
 2020-11-26 16:39 UTC  (2+ messages)
` linux-next: Tree for Nov 26 (drivers/pci/controller/dwc/pcie-designware-host.c)

master - build: make generate
 2020-11-26 16:38 UTC 

[dpdk-dev] [PATCH] app: fix plugin load on static builds
 2020-11-26 16:37 UTC  (4+ messages)

[PATCH RT] mm/swap: use local lock in deactivate_page()
 2020-11-26 16:35 UTC  (2+ messages)

[DISCUSSION] Allow ACPI default OEM ID and OEM table ID fields to be set
 2020-11-26 16:34 UTC  (8+ messages)

[PATCH 0/8] KVM: arm64: Disabled PMU handling
 2020-11-26 16:34 UTC  (4+ messages)

[PATCH net-next] net: switch to storing KCOV handle directly in sk_buff
 2020-11-26 16:34 UTC  (4+ messages)

[PATCH] drm/radeon: fix check order in radeon_bo_move
 2020-11-26 16:34 UTC  (3+ messages)

[PATCH] fbdev: aty: SPARC64 requires FB_ATY_CT
 2020-11-26 16:33 UTC  (4+ messages)

[Intel-gfx] [v11 00/13] Enable HDR on MCA LSPCON based Gen9 devices
 2020-11-26 16:32 UTC  (11+ messages)
` [Intel-gfx] [v11 01/13] drm/i915/display: Add HDR Capability detection for LSPCON
` [Intel-gfx] [v11 04/13] drm/i915/display: Enable quantization range for HDR on LSPCON devices
` [Intel-gfx] [v11 05/13] drm/i915/display: Add a WARN for invalid output range and format
` [Intel-gfx] [v11 06/13] drm/i915/display: Attach content type property for LSPCON
` [Intel-gfx] [v11 09/13] drm/i915/display: Implement infoframes readback "

[PATCH V3 blktests 0/5] nvmeof-mp/srp/nvme-rdma misc fix and enhancement
 2020-11-26 16:31 UTC  (10+ messages)
` [PATCH V3 blktests 3/5] nvmeof-mp/012, srp/012: fix the scheduler list
` [PATCH V3 blktests 4/5] common/rc: _have_iproute2 fix for "ip -V" change
` [PATCH V3 blktests 5/5] common/multipath-over-rdma: allow to set use_siw

[dpdk-dev] [PATCH v2 0/6] update dpdk-setup.sh
 2020-11-26 16:30 UTC  (2+ messages)

[BUG] mvebu pci auto config broken
 2020-11-26 16:30 UTC  (2+ messages)

[mark-rutland:arm64/entry-fixes-and-debug 10/14] arch/arm64/kernel/sdei.c:232:18: error: too few arguments to function call, single argument 'regs' was not specified
 2020-11-26 16:29 UTC 

[PATCH v4 0/3] Improve the estimations in Intelligent Power Allocation
 2020-11-26 16:26 UTC  (4+ messages)
` [PATCH v4 2/3] thermal: power allocator: refactor sustainable power estimation

[PATCH v3 00/23] Opt-in always-on nVHE hypervisor
 2020-11-26 16:23 UTC  (8+ messages)

[PATCH for-6.0 0/9] spapr: Perform hotplug sanity checks at pre-plug
 2020-11-26 16:23 UTC  (9+ messages)
` [PATCH for-6.0 4/9] spapr: Set compat mode in spapr_reset_vcpu()

[dpdk-dev] [PATCH 1/1] doc: remove Linux headers from requirements
 2020-11-26 16:21 UTC  (2+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-26 16:18 UTC  (22+ messages)
                                ` [Intel-gfx] "

[Lvfs-announce] Back up and running
 2020-11-26 16:20 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.