linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-01 12:25:43 to 2021-12-01 14:51:47 UTC [more...]

[PATCH v6 00/10] Add support for audio on SC7280 based targets
 2021-12-01 14:51 UTC  (5+ messages)
` [PATCH v6 03/10] ASoC: qcom: Add register definition for codec rddma and wrdma
` [PATCH v6 06/10] ASoC: qcom: Add support for codec dma driver

[RFC PATCH 0/2] workqueue: Fix hotplug races
 2021-12-01 14:48 UTC  (3+ messages)

[PATCH v3 0/3] PCI: apple: Assorted #PERST fixes
 2021-12-01 14:48 UTC  (9+ messages)
` [PATCH v3 2/3] arm64: dts: apple: t8103: Fix PCIe #PERST polarity

[PATCH] powerpc/pseries: read the lpar name from the firmware
 2021-12-01 14:48 UTC 

[PATCH] QLGE: qlge_main: Fix style
 2021-12-01 14:39 UTC 

[PATCH] kprobes: Limit max data_size of the kretprobe instances
 2021-12-01 14:45 UTC 

[PATCH V2] net/rds: correct socket tunable error in rds_tcp_tune()
 2021-12-01 14:45 UTC 

[PATCH v2 1/5] dt-bindings: Powerzone new bindings
 2021-12-01 14:43 UTC  (3+ messages)

[paulmck-rcu:dev.2021.11.30b] BUILD SUCCESS a1f5859d3cf6dee7647d39ec926774f05c8d5593
 2021-12-01 14:39 UTC 

[PATCH] PCI: vmd: Honor ACPI _OSC on PCIe features
 2021-12-01 14:40 UTC  (2+ messages)

[PATCH] sched/fair: Fix detection of per-CPU kthreads waking a task
 2021-12-01 14:40 UTC  (11+ messages)

[PATCH] cgroup: Trace event cgroup id fields should be u64
 2021-12-01 14:40 UTC 

[PATCH v11 0/6] gpio-sim: configfs-based GPIO simulator
 2021-12-01 14:36 UTC  (12+ messages)
` [PATCH v11 2/6] gpiolib: allow to specify the firmware node in struct gpio_chip

[PATCH v2] rcu: Fix description of kvfree_rcu()
 2021-12-01 14:37 UTC  (2+ messages)

[PATCH] of/irq: Add a quirk for controllers with their own definition of interrupt-map
 2021-12-01 14:35 UTC  (16+ messages)

[PATCH v2] sched/fair: Fix detection of per-CPU kthreads waking a task
 2021-12-01 14:34 UTC 

[PATCH v10 0/8] MIPS: JZ4780 and CI20 HDMI
 2021-12-01 14:33 UTC  (8+ messages)
` [PATCH v10 4/8] drm/ingenic: Add dw-hdmi driver for jz4780

[PATCH v13 0/4] Add NVIDIA Tegra GPC-DMA driver
 2021-12-01 14:33 UTC  (8+ messages)
` [PATCH v13 1/4] dt-bindings: dmaengine: Add doc for tegra gpcdma
` [PATCH v13 4/4] arm64: tegra: Add GPCDMA node for tegra186 and tegra194

[PATCH v3 0/5] Add pin control support for lpass sc7280
 2021-12-01 14:33 UTC  (4+ messages)
` [PATCH v3 3/5] pinctrl: qcom: Move chip specific functions to right files

[PATCH net-next 0/7] Broadcom DT bindings conversion to YAML
 2021-12-01 14:33 UTC  (9+ messages)
` [PATCH net-next 3/7] dt-bindings: net: Document moca PHY interface
` [PATCH net-next 4/7] dt-bindings: net: Convert GENET binding to YAML
` [PATCH net-next 6/7] dt-bindings: net: Convert SYSTEMPORT "
` [PATCH net-next 7/7] dt-bindings: net: Convert iProc MDIO mux "

[PATCH] MAINTAINERS: Add Frederic and Neeraj to their RCU files
 2021-12-01 14:33 UTC 

[PATCH v4 00/66] Introducing the Maple Tree
 2021-12-01 14:30 UTC  (67+ messages)
` [PATCH v4 01/66] radix tree test suite: Add pr_err define
` [PATCH v4 02/66] radix tree test suite: Add kmem_cache_set_non_kernel()
` [PATCH v4 04/66] radix tree test suite: Add support for slab bulk APIs
` [PATCH v4 03/66] radix tree test suite: Add allocation counts and size to kmem_cache
` [PATCH v4 06/66] mm: Start tracking VMAs with maple tree
` [PATCH v4 05/66] Maple Tree: Add new data structure
` [PATCH v4 07/66] mm: Add VMA iterator
` [PATCH v4 09/66] mm/mmap: Use the maple tree in find_vma() instead of the rbtree
` [PATCH v4 08/66] mmap: Use the VMA iterator in count_vma_pages_range()
` [PATCH v4 11/66] mm/mmap: Use maple tree for unmapped_area{_topdown}
` [PATCH v4 10/66] mm/mmap: Use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v4 12/66] kernel/fork: Use maple tree for dup_mmap() during forking
` [PATCH v4 14/66] proc: Remove VMA rbtree use from nommu
` [PATCH v4 13/66] damon: Convert __damon_va_three_regions to use the VMA iterator
` [PATCH v4 15/66] mm: Convert vma_lookup() to use the Maple Tree
` [PATCH v4 16/66] mm: Remove rb tree
` [PATCH v4 19/66] mm: Optimize find_exact_vma() to use vma_lookup()
` [PATCH v4 17/66] mmap: Change zeroing of maple tree in __vma_adjust
` [PATCH v4 18/66] xen: Use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v4 20/66] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v4 21/66] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v4 22/66] mm: Use maple tree operations for find_vma_intersection() and find_vma()
` [PATCH v4 23/66] mm/mmap: Use advanced maple tree API for mmap_region()
` [PATCH v4 24/66] mm: Remove vmacache
` [PATCH v4 25/66] mm/mmap: Move mmap_region() below do_munmap()
` [PATCH v4 27/66] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v4 26/66] mm/mmap: Reorganize munmap to use maple states
` [PATCH v4 29/66] parisc: Remove mmap linked list from cache handling
` [PATCH v4 28/66] arm64: Remove mmap linked list from vdso
` [PATCH v4 31/66] s390: Remove vma linked list walks
` [PATCH v4 30/66] powerpc: Remove mmap "
` [PATCH v4 32/66] x86: Remove vma "
` [PATCH v4 33/66] xtensa: "
` [PATCH v4 34/66] cxl: Remove vma linked list walk
` [PATCH v4 36/66] um: "
` [PATCH v4 37/66] binfmt_elf: "
` [PATCH v4 35/66] optee: "
` [PATCH v4 38/66] coredump: "
` [PATCH v4 39/66] binfmt_elf: Take the mmap lock when walking the VMA list
` [PATCH v4 42/66] fs/proc/task_mmu: Stop using linked list and highest_vm_end
` [PATCH v4 41/66] fs/proc/base: Use maple tree iterators in place of linked list
` [PATCH v4 40/66] exec: Use VMA iterator instead "
` [PATCH v4 43/66] userfaultfd: Use maple tree iterator to iterate VMAs
` [PATCH v4 44/66] ipc/shm: Use VMA iterator instead of linked list
` [PATCH v4 46/66] perf: Use VMA iterator
` [PATCH v4 45/66] acct: Use VMA iterator instead of linked list
` [PATCH v4 47/66] sched: Use maple tree iterator to walk VMAs
` [PATCH v4 48/66] fork: Use VMA iterator
` [PATCH v4 49/66] bpf: Remove VMA linked list
` [PATCH v4 50/66] mm/gup: Use maple tree navigation instead of "
` [PATCH v4 52/66] mm/ksm: Use maple tree iterators instead of vma "
` [PATCH v4 51/66] mm/khugepaged: "
` [PATCH v4 55/66] mm/mempolicy: "
` [PATCH v4 54/66] mm/memcontrol: Stop using mm->highest_vm_end
` [PATCH v4 53/66] mm/madvise: Use vma_find() instead of vma linked list
` [PATCH v4 57/66] mm/mprotect: Use maple tree navigation "
` [PATCH v4 56/66] mm/mlock: Use maple tree iterators "
` [PATCH v4 59/66] mm/msync: Use vma_find() "
` [PATCH v4 58/66] mm/mremap: "
` [PATCH v4 60/66] mm/oom_kill: Use maple tree iterators "
` [PATCH v4 61/66] mm/pagewalk: Use vma_find() "
` [PATCH v4 62/66] mm/swapfile: Use maple tree iterator "
` [PATCH v4 63/66] i915: Use the VMA iterator
` [PATCH v4 64/66] nommu: Remove uses of VMA linked list
` [PATCH v4 66/66] mm/mmap: Drop range_has_overlap() function
` [PATCH v4 65/66] mm: Remove the vma linked list

[RFC 00/12] io_uring zerocopy send
 2021-12-01 14:31 UTC  (2+ messages)

[RFC PATCH] dt-bindings: nvmem: add transformation support
 2021-12-01 14:30 UTC  (3+ messages)

[PATCH v8 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-12-01 14:26 UTC  (10+ messages)
` [PATCH v8 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst

[PATCH] firmware_loader: export sysctl registration
 2021-12-01 14:25 UTC  (5+ messages)

[PATCH v1 1/1] media: atomisp: fix "variable dereferenced before check 'asd'"
 2021-12-01 14:19 UTC 

[PATCH v2 0/6] x86-64: Stack protector and percpu improvements
 2021-12-01 14:21 UTC  (4+ messages)
` [PATCH v2 2/6] x86-64: Convert stack protector to normal percpu variable

[PATCH] vt: Fix sleeping functions called from atomic context
 2021-12-01 14:20 UTC  (7+ messages)
      ` [PATCH] tty: vt: make do_con_write() no-op if IRQ is disabled

[PATCH v1 00/10] misc: at25: Code cleanups and improvements
 2021-12-01 14:19 UTC  (2+ messages)

[PATCH v1 0/3] misc: at25: Fix issues brought with FRAM support
 2021-12-01 14:19 UTC  (2+ messages)

[PATCH v2 0/3] drm/etnaviv: IOMMU related fixes
 2021-12-01 14:18 UTC  (6+ messages)
` [PATCH v2 3/3] drm/etnaviv: use a 32 bit mask as coherent DMA mask

[PATCH v1 1/1] list: Introduce list_is_head() helper and re-use it in list.h
 2021-12-01 14:18 UTC 

[PATCH] usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init()
 2021-12-01 14:16 UTC  (4+ messages)

[PATCH 1/2] HID: add hid_is_usb() function to make it simpler for USB detection
 2021-12-01 14:15 UTC 

[PATCH v2 1/1] usb: cdns3: gadget: fix new urb never complete if ep cancel previous requests
 2021-12-01 14:14 UTC  (2+ messages)

[RFC PATCH] s390: vfio-ap: Register the vfio_ap module for the "ap" parent bus
 2021-12-01 14:11 UTC 

[PATCH 00/31] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-01 14:09 UTC  (3+ messages)
` [PATCH 04/31] kasan, page_alloc: simplify kasan_poison_pages call site

[PATCH] arm64: dts: Update NAND MTD partition for Agilex and Stratix 10
 2021-12-01 14:09 UTC  (2+ messages)

[PATCH v4 00/24] NVIDIA Tegra ARM32 device-tree patches for 5.17 (new devices and more)
 2021-12-01 14:08 UTC  (4+ messages)
` [PATCH v4 06/24] ARM: tegra: Add common device-tree base for Tegra30 ASUS Transformers

[PATCH v2] x86/sme: Explicitly map new EFI memmap table as encrypted
 2021-12-01 14:05 UTC  (7+ messages)

[PATCH 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2021-12-01 14:00 UTC  (10+ messages)

[PATCH v2 0/4] binder: Prevent untranslated sender data from being copied to target
 2021-12-01 13:58 UTC  (7+ messages)
` [PATCH v2 1/4] binder: fix handling of error during copy
` [PATCH v2 2/4] binder: avoid potential data leakage when copying txn
` [PATCH v2 3/4] binder: read pre-translated fds from sender buffer

[PATCH 0/3] page table check
 2021-12-01 13:55 UTC  (5+ messages)
` [PATCH 3/3] x86: mm: add x86_64 support for "

[PATCH] md: Fix unexpected behaviour in is_mddev_idle
 2021-12-01 13:50 UTC  (2+ messages)

[PATCH v2 0/4] docs: add better support for Sphinx themes and CSS
 2021-12-01 13:50 UTC  (5+ messages)
` [PATCH v2 1/4] docs: allow selecting a Sphinx theme
` [PATCH v2 2/4] docs: allow to pass extra CSS themes via make
` [PATCH v2 3/4] docs: set format for the classic mode
` [PATCH v2 4/4] docs: add support for RTD dark mode

[PATCH v2 0/8] drivers/perf: CPU PMU driver for Apple M1
 2021-12-01 13:49 UTC  (9+ messages)
` [PATCH v2 1/8] dt-bindings: arm-pmu: Document Apple PMU compatible strings
` [PATCH v2 2/8] dt-bindings: apple,aic: Add CPU PMU per-cpu pseudo-interrupts
` [PATCH v2 3/8] irqchip/apple-aic: Add cpumasks for E and P cores
` [PATCH v2 4/8] irqchip/apple-aic: Wire PMU interrupts
` [PATCH v2 5/8] irqchip/apple-aic: Move PMU-specific registers to their own include file
` [PATCH v2 6/8] arm64: apple: t8301: Add PMU nodes
` [PATCH v2 7/8] drivers/perf: arm_pmu: Handle 47 bit counters
` [PATCH v2 8/8] drivers/perf: Add Apple icestorm/firestorm CPU PMU driver

[PATCH] PM: runtime: Allow rpm_resume() to succeed when runtime PM is disabled
 2021-12-01 13:49 UTC  (10+ messages)

[PATCH v8 00/17] Enroll kernel keys thru MOK
 2021-12-01 13:46 UTC  (6+ messages)
` [PATCH v8 09/17] KEYS: Rename get_builtin_and_secondary_restriction

[RFC PATCH v5 06/10] ovl: implement overlayfs' ->write_inode operation
 2021-12-01 13:46 UTC  (11+ messages)

[PATCH V4 0/2] riscv: add RISC-V Svpbmt Standard Extension supports
 2021-12-01 13:39 UTC  (13+ messages)
` [PATCH V4 2/2] riscv: add RISC-V Svpbmt extension supports
` [PATCH V4 1/2] dt-bindings: riscv: add MMU Standard Extensions support for Svpbmt

[PATCH] HID: intel-ish-hid: ipc: only enable IRQ wakeup when requested
 2021-12-01 13:34 UTC  (2+ messages)

[PATCH 0/4] firmware: qemu_fw_cfg: misc bug fixes
 2021-12-01 13:25 UTC  (5+ messages)
` [PATCH 1/4] firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entries
` [PATCH 2/4] firmware: qemu_fw_cfg: fix kobject leak in probe error path
` [PATCH 3/4] firmware: qemu_fw_cfg: fix sysfs information leak
` [PATCH 4/4] firmware: qemu_fw_cfg: remove sysfs entries explicitly

[PATCH] drm/komeda: Fix an undefined behavior bug in komeda_plane_add()
 2021-12-01 13:28 UTC  (3+ messages)
` [PATCH v2] "

[paulmck-rcu:dev.2021.11.30a] BUILD SUCCESS 03e3d7d48c74defeb3b8c2b2025b6ab63fb39cec
 2021-12-01 13:24 UTC 

[tip:x86/core] BUILD SUCCESS 2a144bcd661c4f0a503e03f9280e88854ac0bb37
 2021-12-01 13:24 UTC 

[RFC PATCH v3 00/59] KVM: X86: TDX support
 2021-12-01 13:22 UTC  (3+ messages)

[PATCH v17 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2021-12-01 13:14 UTC  (4+ messages)

[PATCH v1 1/1] gpio: dwapb: clarify usage of the register file version
 2021-12-01 13:13 UTC  (5+ messages)

[PATCH][next] thermal/drivers: Fix spelling mistake "caliberation" -> "calibration"
 2021-12-01 13:12 UTC 

[PATCHv3] ethernet: aquantia: Try MAC address from device tree
 2021-12-01 13:08 UTC  (2+ messages)

[PATCH 0/2] i2c: stm32: A few cleanups
 2021-12-01 11:41 UTC 

[PATCH 1/2] selftests: cgroup: build error multiple outpt files
 2021-12-01 13:06 UTC  (5+ messages)

[PATCH 1/3] MIPS: TXX9: Remove rbtx4938 board support
 2021-12-01 13:06 UTC  (6+ messages)
` [PATCH 2/3] MIPS: TXX9: Remove rbtx4939 "
` [PATCH 3/3] MIPS: TXX9: Remove TX4939 SoC support

[PATCH] kprobes: fix out-of-bounds in register_kretprobe
 2021-12-01 13:06 UTC  (3+ messages)

[patch 21/32] NTB/msi: Convert to msi_on_each_desc()
 2021-12-01 13:00 UTC  (11+ messages)

[RFC v1 0/8] RFC v1: Kernel handling of CPU and memory hot un/plug for crash
 2021-12-01 12:59 UTC  (4+ messages)

[RFC V2 0/2] arm64: imx8mm: Enable Hantro VPUs
 2021-12-01 12:58 UTC  (5+ messages)
` [RFC V2 1/2] media: hantro: Add support for i.MX8M Mini

[PATCH 0/6] rcu/nocb: Last prep work before cpuset interface v2
 2021-12-01 12:55 UTC  (4+ messages)
` [PATCH 1/6] rcu/nocb: Remove rdp from nocb list when de-offloaded

[PATCH] tests: add mqueue sysctl tests for user namespace
 2021-12-01 12:53 UTC  (7+ messages)
` [PATCH V2] ipc: add set_ownership() and permissions() callbacks for posix mqueue sysctl

[PATCH 1/2] clocksource/drivers/imx-sysctr: mark two variable with __ro_after_init
 2021-12-01 12:50 UTC  (2+ messages)
` [PATCH 2/2] clocksource: timer-imx-sysctr: set cpumask to cpu_possible_mask

[PATCH v6 0/8] Add the imx8m pcie phy driver and imx8mm pcie support
 2021-12-01 12:44 UTC  (2+ messages)

[PATCH v1 0/4] Support register names from all architectures
 2021-12-01 12:33 UTC  (5+ messages)
` [PATCH v1 1/4] perf tools: Prevent out-of-bounds access to registers
` [PATCH v1 2/4] perf script: Add "struct machine" parameter to process_event callback
` [PATCH v1 3/4] perf tools: Crete header files with register names
` [PATCH v1 4/4] perf tools: Support register names from all architectures

[PATCH] drm/etnaviv: constify static struct cooling_ops
 2021-12-01 12:30 UTC  (2+ messages)

[PATCH v2 0/4] Add support for the Cypress cyttsp5
 2021-12-01 12:27 UTC  (4+ messages)
` [PATCH v2 1/4] Input: Add driver for Cypress Generation 5 touchscreen

[PATCH v2] arm64: Enable KCSAN
 2021-12-01 12:25 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).