All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-28 10:07:54 to 2022-02-28 10:54:03 UTC [more...]

linux-next: manual merge of the char-misc tree with the spi and tty trees
 2022-02-28 10:51 UTC  (2+ messages)

[PATCH V3 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-02-28 10:47 UTC  (93+ messages)
` [OpenRISC] "
` [PATCH V3 01/30] mm/debug_vm_pgtable: Drop protection_map[] usage
  ` [OpenRISC] "
` [PATCH V3 02/30] mm/mmap: Clarify protection_map[] indices
  ` [OpenRISC] "
` [PATCH V3 03/30] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT
  ` [OpenRISC] "
` [PATCH V3 04/30] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
  ` [OpenRISC] "
` [PATCH V3 05/30] arm64/mm: "
  ` [OpenRISC] "
` [PATCH V3 06/30] sparc/mm: "
  ` [OpenRISC] "
` [PATCH V3 07/30] mips/mm: "
  ` [OpenRISC] "
` [PATCH V3 08/30] m68k/mm: "
  ` [OpenRISC] "
` [PATCH V3 09/30] arm/mm: "
  ` [OpenRISC] "
` [PATCH V3 10/30] x86/mm: "
  ` [OpenRISC] "
` [PATCH V3 11/30] mm/mmap: Drop protection_map[]
  ` [OpenRISC] "
` [OpenRISC] [PATCH V3 12/30] mm/mmap: Drop arch_filter_pgprot()
  `  "
` [PATCH V3 13/30] mm/mmap: Drop arch_vm_get_page_pgprot()
  ` [OpenRISC] "
` [OpenRISC] [PATCH V3 14/30] s390/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
  `  "
` [OpenRISC] [PATCH V3 15/30] riscv/mm: "
  `  "
` [OpenRISC] [PATCH V3 16/30] alpha/mm: "
  `  "
` [OpenRISC] [PATCH V3 17/30] sh/mm: "
  `  "
` [OpenRISC] [PATCH V3 18/30] arc/mm: "
  `  "
` [OpenRISC] [PATCH V3 19/30] csky/mm: "
  `  "
` [OpenRISC] [PATCH V3 20/30] xtensa/mm: "
  `  "
` [OpenRISC] [PATCH V3 21/30] parisc/mm: "
  `  "
` [OpenRISC] [PATCH V3 22/30] openrisc/mm: "
  `  "
` [OpenRISC] [PATCH V3 23/30] um/mm: "
  `  "
` [OpenRISC] [PATCH V3 24/30] microblaze/mm: "
  `  "
` [OpenRISC] [PATCH V3 25/30] nios2/mm: "
  `  "
` [OpenRISC] [PATCH V3 26/30] hexagon/mm: "
  `  "
` [OpenRISC] [PATCH V3 27/30] nds32/mm: "
  `  "
` [OpenRISC] [PATCH V3 28/30] ia64/mm: "
  `  "
` [OpenRISC] [PATCH V3 29/30] mm/mmap: Drop generic vm_get_page_prot()
  `  "
` [OpenRISC] [PATCH V3 30/30] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT
  `  "

[PATCH v3 00/19] xen/arm: mm: Remove open-coding mappings
 2022-02-28 10:52 UTC  (8+ messages)
` [PATCH v3 14/19] xen/arm: add Persistent Map (PMAP) infrastructure

[PATCH] virtio-blk: Assign discard_granularity
 2022-02-28 10:51 UTC  (2+ messages)

[tty:tty-testing 31/42] drivers/mmc/core/sdio_uart.c:253:16: error: implicit declaration of function 'UART_LCR_WLEN'; did you mean 'UART_LCR_WLEN5'?
 2022-02-28 10:52 UTC  (2+ messages)

[PATCH 2/5] mm/slub: use stackdepot to save stack trace in objects
 2022-02-28 10:50 UTC  (5+ messages)
` [PATCH] lib/stackdepot: Use page allocator if both slab and memblock is unavailable

[PATCH] [v2] Kbuild: move to -std=gnu11
 2022-02-28 10:50 UTC  (6+ messages)
  ` [Intel-gfx] "

[igt-dev] [v8 0/8] Addition of new plane scaling test cases
 2022-02-28 10:49 UTC  (4+ messages)
` [igt-dev] [v8 8/8] tests/kms_plane_scaling: Add negative test to check num of scalers

linux-next: manual merge of the tty tree with the spi tree
 2022-02-28 10:48 UTC  (2+ messages)

[PATCH 0/4] KVM: x86: hyper-v: XMM fast hypercalls fixes
 2022-02-28 10:48 UTC  (9+ messages)
` [PATCH 1/4] KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_send_ipi()
` [PATCH 2/4] KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_flush_tlb()
` [PATCH 3/4] KVM: x86: hyper-v: Fix the maximum number of sparse banks for XMM fast TLB flush hypercalls
` [PATCH 4/4] KVM: x86: hyper-v: HVCALL_SEND_IPI_EX is an XMM fast hypercall

[PATCH] can: usb: delete a redundant dev_kfree_skb() in ems_usb_start_xmit()
 2022-02-28 10:47 UTC  (5+ messages)

[PATCH v6 00/12] clk: Improve clock range handling
 2022-02-28 10:47 UTC  (7+ messages)
` [PATCH v6 02/12] clk: Introduce Kunit Tests for the framework

regression: Bug 215601 - gcc segv at startup on ia64
 2022-02-28 10:46 UTC  (3+ messages)

[PATCH 1/2] uio: add ioctl to uio
 2022-02-28 10:47 UTC  (5+ messages)
` [PATCH 2/2] scsi:target:tcmu: reduce once copy by using uio ioctl

linux-next: manual merge of the char-misc tree with the mfd tree
 2022-02-28 10:46 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t v2] IGT cleanup
 2022-02-28 10:46 UTC 

[PATCH net-next v1] flow_offload: improve extack msg for user when adding invalid filter
 2022-02-28 10:44 UTC 

[PATCH v2 0/6] bpf-lsm: Extend interoperability with IMA
 2022-02-28 10:43 UTC  (6+ messages)

slabinfo shows incorrect active_objs ???
 2022-02-28 10:43 UTC  (7+ messages)

[PATCH V6 00/22] arch: Add basic LoongArch support
 2022-02-28 10:42 UTC  (9+ messages)
` [PATCH V6 09/22] LoongArch: Add boot and setup routines

[x86/PCI] 62fabd56fa: BUG:KASAN:use-after-free_in_pci_acpi_root_prepare_resources
 2022-02-28 10:42 UTC  (3+ messages)

stable-rc/linux-4.9.y build: 187 builds: 3 failed, 184 passed, 2 errors, 34 warnings (v4.9.303-28-g8a09cb001af3)
 2022-02-28 10:41 UTC 

[PATCH v7 0/4] s390x: Add partial z15 support and tests
 2022-02-28 10:39 UTC  (5+ messages)
` [PATCH v7 3/4] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3

[PATCH v3 0/2] hwmon: (adm1275) Add sample averaging binding support
 2022-02-28 10:37 UTC  (3+ messages)
` [PATCH v3 1/2] hwmon: (adm1275) Allow setting sample averaging
` [PATCH v3 2/2] dt-bindings: hwmon: Add sample averaging properties for ADM1275

[Intel-gfx] [PATCH] drm/i915: Depend on !PREEMPT_RT
 2022-02-28 10:35 UTC  (6+ messages)
    `  "

[Intel-gfx] [CI 0/2] drm/mm: Add an iterator to optimally walk over holes suitable for an allocation
 2022-02-28 10:34 UTC  (3+ messages)
` [Intel-gfx] [CI 1/2] drm/mm: Add an iterator to optimally walk over holes for an allocation (v4)

[PATCH 3/3] whpx: Added support for breakpoints and stepping
 2022-02-28 10:28 UTC  (8+ messages)

[PATCH] dma-mapping: remove CONFIG_DMA_REMAP
 2022-02-28 10:32 UTC  (3+ messages)

[meta-oe][PATCH v2] libsndfile1: bump to version 1.0.31
 2022-02-28 10:32 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Towards more useful nvme passthrough
 2022-02-28  9:25 UTC 

[PATCH v2 1/2] arm64: dts: ti: k3-am65: disable optional peripherals by default
 2022-02-28 10:30 UTC  (9+ messages)

[PATCH] hw/i386/pc: when adding reserved E820 entries do not allocate dynamic entries
 2022-02-28 10:28 UTC  (7+ messages)

[PATCH v14 0/5] m68k: Add Virtual M68k Machine
 2022-02-28 10:27 UTC  (4+ messages)
` [PATCH v14 4/5] clocksource/drivers: Add a goldfish-timer clocksource

[PATCH v3 00/14] Move HEVC stateless controls out of staging
 2022-02-28 10:24 UTC  (10+ messages)
` [PATCH v3 09/14] media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSET control
  `  "
    `  "

[Intel-gfx] [PATCH 1/2] drm/i915: Fix assert in i915_ggtt_pin
 2022-02-28 10:23 UTC  (4+ messages)
  `  "

[PATCH v4 0/7] v4l: subdev active state
 2022-02-28 10:23 UTC  (5+ messages)
` [PATCH v4 4/7] media: subdev: add subdev state locking

[PATCH 1/2] iio: accel: add support for LIS302DL variant
 2022-02-28 10:20 UTC  (2+ messages)

[PATCH] docs: correct x86 MCE command line option info
 2022-02-28 10:20 UTC 

[PATCH] arm64: dts: imx8mm-venice: fix spi2 pin configuration
 2022-02-28 10:16 UTC  (2+ messages)

[PATCH RFC bpf-next 0/3] bpf_sk_lookup.remote_port fixes
 2022-02-28 10:19 UTC  (5+ messages)
` [PATCH RFC bpf-next 2/3] bpf: Fix bpf_sk_lookup.remote_port on big-endian

[PATCH] docs: correct "gnttab=" documented default
 2022-02-28 10:19 UTC 

[PATCH] ci: remove redundant drivers enabling
 2022-02-28 10:19 UTC  (4+ messages)

[Buildroot] [PATCH v4] package/opensc: new package
 2022-02-28 10:18 UTC  (2+ messages)

[PATCH 1/3] scripts/common: Do not mmap in read_file_2()
 2022-02-28 10:16 UTC  (4+ messages)
` [PATCH 3/3] Revert "scripts/common: fix write_file when opened with mmap"

[jic23-iio:testing 231/235] iio-test-rescale.c:undefined reference to `kunit_binary_assert_format'
 2022-02-28 10:17 UTC  (3+ messages)

[PATCH] losetup: don't skip adding a new device if it already has a device node
 2022-02-28 10:16 UTC  (2+ messages)

[PATCH] scripts: bareboximd: Fix -c option
 2022-02-28 10:15 UTC 

[PATCH v5 3/7] PCI: Drop the `is_thunderbolt` attribute from PCI core
 2022-02-28 10:16 UTC  (5+ messages)
    ` [Nouveau] "

[PATCH 4/5] kernel/watchdog: Adapt the watchdog_hld interface for async model
 2022-02-28 10:14 UTC  (5+ messages)

[PATCH v11 0/3] Add basic SoC support for mediatek mt8195
 2022-02-28 10:13 UTC  (5+ messages)
` [PATCH v11 2/3] dt-bindings: pinctrl: mt8195: Add mediatek,drive-strength-adv property

[PATCH 00/16] DEPT(Dependency Tracker)
 2022-02-28 10:14 UTC  (11+ messages)
` Report 1 in ext4 and journal based on v5.17-rc1
  ` Report 2 "

[PATCH] xen/arm32: head: Update the documentation for register r12
 2022-02-28 10:11 UTC 

[PATCH v3 0/3] Add sata nodes to rk356x
 2022-02-28 10:09 UTC  (9+ messages)
` [PATCH v3 1/3] dt-bindings: Convert ahci-platform DT bindings to yaml
` [PATCH v3 2/3] dt-bindings: Add power-domains property to ahci-platform

[PATCH] xen/arm64: head: Mark the end of subroutines with ENDPROC (take two)
 2022-02-28 10:09 UTC  (2+ messages)

[PATCH v15 0/8] Add vmnet.framework based network backend
 2022-02-28 10:07 UTC  (3+ messages)
` [PATCH v15 2/8] net/vmnet: add vmnet backends to qapi/net

[PATCH v2] scsi: libsas: cleanup sas_form_port()
 2022-02-28 10:08 UTC  (2+ messages)

[PATCH] xen/arm64: head: Mark the end of subroutines with ENDPROC (take two)
 2022-02-28 10:08 UTC 

[PATCH v5 0/6] Provide a fraemework for RISC-V ISA extensions
 2022-02-28 10:07 UTC  (4+ messages)
` [PATCH v5 6/6] RISC-V: Improve /proc/cpuinfo output for "

[PATCH] xen/arm32: head: Mark the end of subroutines with ENDPROC (take two)
 2022-02-28 10:07 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.