mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH 0/4] Enable PASID for DMA API users
 2021-12-09 17:34 UTC  (9+ messages)
` [PATCH 2/4] iommu: Add PASID support for DMA mapping "

[PATCH 0/6] irqchip/apple-aic: Add support for AICv2
 2021-12-09 17:28 UTC  (3+ messages)
` [PATCH 1/6] dt-bindings: interrupt-controller: apple,aic: Add apple,aic2 support

[PATCH] samples:bpf:remove unneeded variable
 2021-12-09 17:27 UTC  (3+ messages)
` [PATCHv2 bpf-next] samples/bpf:remove "

[PATCH 0/2] dt-bindings: spi: atmel,quadspi: Define sama7g5 QSPI
 2021-12-09 17:26 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: spi: atmel,quadspi: Convert to json-schema

5.16-rc: "x86/boot: Pull up cmdline" breaks mem=
 2021-12-09 17:25 UTC  (4+ messages)

[PATCH v1 1/2] ata: libahci_platform: Get rid of dup message when IRQ can't be retrieved
 2021-12-09 17:24 UTC  (2+ messages)

[PATCH v7] phy: qcom-qmp: add display port v4 voltage and pre-emphasis swing tables
 2021-12-09 17:24 UTC 

[PATCH 1/2] mtd: spi-nor: core: Introduce SPI_NOR_SOFT_RESET flash_info fixup_flag
 2021-12-09 17:23 UTC  (3+ messages)
` [PATCH 2/2] mtd: spi-nor: macronix: Add support for mx66lm1g45g

[Patch Resend v1 0/8] CBB driver for Tegra194, Tegra234 & Tegra-Grace
 2021-12-09 17:22 UTC  (9+ messages)
` [Patch Resend v1 1/8] soc: tegra: set ERD bit to mask inband errors
` [Patch Resend v1 2/8] dt-bindings: arm: tegra: Add NVIDIA Tegra194 CBB1.0 binding
` [Patch Resend v1 3/8] arm64: tegra: Add node for CBB1.0 in Tegra194 SOC
` [Patch Resend v1 4/8] soc: tegra: cbb: Add CBB1.0 driver for Tegra194
` [Patch Resend v1 5/8] dt-bindings: arm: tegra: Add NVIDIA Tegra234 CBB2.0 binding
` [Patch Resend v1 6/8] arm64: tegra: Add node for CBB2.0 in Tegra234 SOC
` [Patch Resend v1 7/8] soc: tegra: cbb: Add driver for Tegra234 CBB2.0
` [Patch Resend v1 8/8] soc: tegra: cbb: Add support for tegra-grace SOC

[REGRESSION] 5-10% increase in IO latencies with nohz balance patch
 2021-12-09 17:22 UTC  (10+ messages)

[GIT PULL] Networking for 5.16-rc5
 2021-12-09 17:20 UTC 

[PATCH 00/11] Parallel CPU bringup for x86_64
 2021-12-09 17:20 UTC  (5+ messages)
` [PATCH 02/11] rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusion
` [PATCH 03/11] rcu: Add mutex for rcu boost kthread spawning and affinity setting

[leon-rdma:rdma-next 24/31] drivers/infiniband/core/cache.c:967:16: error: expected ';' after expression
 2021-12-09 17:19 UTC 

[PATCH v4] futex: Clarify comment at futex_wait_multiple_setup()
 2021-12-09 17:18 UTC  (2+ messages)

[PATCH v1 bpf 1/1] libbpf: don't force user-supplied ifname string to be of fixed size
 2021-12-09 17:17 UTC  (2+ messages)

[PATCH 0/4] dt-bindings: Add trivial Apple t6000/t6001 SoC bindings
 2021-12-09 17:16 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: arm: apple: Add t6000/t6001 MacBook Pro 14/16" compatibles
` [PATCH 2/4] dt-bindings: i2c: apple,i2c: Add apple,t6000-i2c compatible
` [PATCH 3/4] dt-bindings: pci: apple,pcie: Add t6000 support
` [PATCH 4/4] dt-bindings: pinctrl: apple,pinctrl: Add apple,t6000-pinctrl compatible

[PATCH v2 00/67] fscache, cachefiles: Rewrite
 2021-12-09 17:12 UTC  (69+ messages)
` [PATCH v2 01/67] fscache, cachefiles: Disable configuration
` [PATCH v2 02/67] cachefiles: Delete the cachefiles driver pending rewrite
` [PATCH v2 03/67] fscache: Remove the contents of the fscache driver, "
` [PATCH v2 04/67] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH v2 05/67] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
` [PATCH v2 06/67] fscache: Introduce new driver
` [PATCH v2 07/67] fscache: Implement a hash function
` [PATCH v2 08/67] fscache: Implement cache registration
` [PATCH v2 09/67] fscache: Implement volume registration
` [PATCH v2 10/67] fscache: Implement cookie registration
` [PATCH v2 11/67] fscache: Implement cache-level access helpers
` [PATCH v2 12/67] fscache: Implement volume-level "
` [PATCH v2 13/67] fscache: Implement cookie-level "
` [PATCH v2 14/67] fscache: Implement functions add/remove a cache
` [PATCH v2 15/67] fscache: Provide and use cache methods to lookup/create/free a volume
` [PATCH v2 16/67] fscache: Add a function for a cache backend to note an I/O error
` [PATCH v2 17/67] fscache: Implement simple cookie state machine
` [PATCH v2 18/67] fscache: Implement cookie user counting and resource pinning
` [PATCH v2 19/67] fscache: Implement cookie invalidation
` [PATCH v2 20/67] fscache: Provide a means to begin an operation
` [PATCH v2 21/67] fscache: Count data storage objects in a cache
` [PATCH v2 22/67] fscache: Provide read/write stat counters for the cache
` [PATCH v2 23/67] fscache: Provide a function to let the netfs update its coherency data
` [PATCH v2 24/67] netfs: Pass more information on how to deal with a hole in the cache
` [PATCH v2 25/67] fscache: Implement raw I/O interface
` [PATCH v2 26/67] fscache: Implement higher-level write "
` [PATCH v2 27/67] vfs, fscache: Implement pinning of cache usage for writeback
` [PATCH v2 28/67] fscache: Provide a function to note the release of a page
` [PATCH v2 29/67] fscache: Provide a function to resize a cookie
` [PATCH v2 30/67] cachefiles: Introduce rewritten driver
` [PATCH v2 31/67] cachefiles: Define structs
` [PATCH v2 32/67] cachefiles: Add some error injection support
` [PATCH v2 33/67] cachefiles: Add a couple of tracepoints for logging errors
` [PATCH v2 34/67] cachefiles: Add cache error reporting macro
` [PATCH v2 35/67] cachefiles: Add security derivation
` [PATCH v2 36/67] cachefiles: Register a miscdev and parse commands over it
` [PATCH v2 37/67] cachefiles: Provide a function to check how much space there is
` [PATCH v2 38/67] vfs, cachefiles: Mark a backing file in use with an inode flag
` [PATCH v2 39/67] cachefiles: Implement a function to get/create a directory in the cache
` [PATCH v2 40/67] cachefiles: Implement cache registration and withdrawal
` [PATCH v2 41/67] cachefiles: Implement volume support
` [PATCH v2 42/67] cachefiles: Add tracepoints for calls to the VFS
` [PATCH v2 43/67] cachefiles: Implement object lifecycle funcs
` [PATCH v2 44/67] cachefiles: Implement key to filename encoding
` [PATCH v2 45/67] cachefiles: Implement metadata/coherency data storage in xattrs
` [PATCH v2 46/67] cachefiles: Mark a backing file in use with an inode flag
` [PATCH v2 47/67] cachefiles: Implement culling daemon commands
` [PATCH v2 48/67] cachefiles: Implement backing file wrangling
` [PATCH v2 49/67] cachefiles: Implement begin and end I/O operation
` [PATCH v2 50/67] cachefiles: Implement cookie resize for truncate
` [PATCH v2 51/67] cachefiles: Implement the I/O routines
` [PATCH v2 52/67] cachefiles: Allow cachefiles to actually function
` [PATCH v2 53/67] fscache, cachefiles: Display stats of no-space events
` [PATCH v2 54/67] fscache, cachefiles: Display stat of culling events
` [PATCH v2 55/67] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH v2 56/67] afs: Fix afs_write_end() to handle len > page size
` [PATCH v2 57/67] afs: Convert afs to use the new fscache API
` [PATCH v2 58/67] afs: Copy local writes to the cache when writing to the server
` [PATCH v2 59/67] afs: Skip truncation on the server of data we haven't written yet
` [PATCH v2 60/67] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH v2 61/67] 9p: Copy local writes to the cache when writing to the server
` [PATCH v2 62/67] nfs: Convert to new fscache volume/cookie API
` [PATCH v2 63/67] nfs: Implement cache I/O by accessing the cache directly
` [PATCH v2 64/67] cifs: Support fscache indexing rewrite (untested)
` [PATCH v2 65/67] ceph: conversion to new fscache API
` [PATCH v2 66/67] ceph: add fscache writeback support
` [PATCH v2 67/67] fscache: Rewrite documentation

[PATCH v3 1/1] pinctrl: Sort Kconfig and Makefile entries alphabetically
 2021-12-09 17:11 UTC  (3+ messages)

[PATCH v1 1/1] pinctrl: Fix English grammar in help text for AMD
 2021-12-09 17:11 UTC 

[PATCH v14 0/4] Add NVIDIA Tegra GPC-DMA driver
 2021-12-09 17:10 UTC  (3+ messages)
` [PATCH v14 2/4] dmaengine: tegra: Add tegra gpcdma driver

[PATCH v2, 0/2] ADD DM9051 ETHERNET DRIVER
 2021-12-09 17:10 UTC  (3+ messages)
` [PATCH v2, 1/2] yaml: Add dm9051 SPI network yaml file

[PATCH 0/2] Add SMP/SMT support for Ingenic sysost driver
 2021-12-09 17:09 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: timer: Add bindings for new Ingenic SoCs
` [PATCH 2/2] clocksource: Ingenic: Add SMP/SMT support for sysost driver
` [PATCH v2] MIPS: Ingenic: Add system type for new Ingenic SoCs

[Patch v1 8/8] soc: tegra: cbb: Add support for tegra-grace SOC
 2021-12-09 17:07 UTC 

[Patch v1 7/8] soc: tegra: cbb: Add driver for Tegra234 CBB2.0
 2021-12-09 17:07 UTC 

[Patch v1 6/8] arm64: tegra: Add node for CBB2.0 in Tegra234 SOC
 2021-12-09 17:07 UTC 

[Patch v1 5/8] dt-bindings: arm: tegra: Add NVIDIA Tegra234 CBB2.0 binding
 2021-12-09 17:07 UTC 

[PATCH v4 1/3] mm: protect free_pgtables with mmap_lock write lock in exit_mmap
 2021-12-09 17:06 UTC  (5+ messages)
` [PATCH 4/3] mm: drop MMF_OOM_SKIP from exit_mmap

[Patch v1 4/8] soc: tegra: cbb: Add CBB1.0 driver for Tegra194
 2021-12-09 17:06 UTC 

[Patch v1 3/8] arm64: tegra: Add node for CBB1.0 in Tegra194 SOC
 2021-12-09 17:06 UTC 

[Patch v1 2/8] dt-bindings: arm: tegra: Add NVIDIA Tegra194 CBB1.0 binding
 2021-12-09 17:06 UTC 

[Patch v1 1/8] soc: tegra: set ERD bit to mask inband errors
 2021-12-09 17:05 UTC 

[Patch v1 0/8] CBB driver for Tegra194, Tegra234 & Tegra-Grace
 2021-12-09 17:05 UTC 

[GIT PULL] mtd: Fixes for 5.16-rc5
 2021-12-09 17:04 UTC 

[PATCH v2 net-next] net: ocelot: fix missed include in the vsc7514_regs.h file
 2021-12-09 17:02 UTC  (2+ messages)

[PATCH v2 1/2] drm/msm/dpu: Add a function to retrieve the current CTL status
 2021-12-09 17:02 UTC  (4+ messages)
` [PATCH v2 2/2] drm/msm/dpu: Fix timeout issues on command mode panels

[RFC][PATCH 0/5] refcount: Improve code-gen
 2021-12-09 17:00 UTC  (7+ messages)
` [RFC][PATCH 2/5] refcount: Use atomic_*_ofl()

[BUG] fs: ext4: possible ABBA deadlock in ext4_inline_data_truncate() and ext4_punch_hole()
 2021-12-09 17:00 UTC  (2+ messages)

[PATCH v3 0/4] soc: qcom: rpmhpd: Cleanups and fixups for sc7280/sm8450
 2021-12-09 17:00 UTC  (3+ messages)
` [PATCH v3 1/4] soc: qcom: rpmhpd: sm8450: Add the missing .peer for sm8450_cx_ao

[PATCH v2] MAINTAINERS: Remove myself as modules maintainer
 2021-12-09 16:59 UTC  (2+ messages)

[PATCH] gpio: bcm-kona:add const to of_device_id
 2021-12-09 16:59 UTC  (2+ messages)

[PATCH] irqchip: irq-bcm7120-l2: add missing put_device() call in bcm7120_l2_intc_probe()
 2021-12-09 16:58 UTC  (2+ messages)

[PATCH 0/7] Thermal: Introduce the Hardware Feedback Interface for thermal and performance management
 2021-12-09 16:57 UTC  (5+ messages)
` [PATCH 6/7] thermal: netlink: Add a new event to notify CPU capabilities change

[syzbot] INFO: task hung in io_uring_cancel_generic (2)
 2021-12-09 16:56 UTC  (2+ messages)

[V2 2/6] driver core: auxiliary bus: Add driver data helpers
 2021-12-09 16:54 UTC  (3+ messages)

[PATCH] mtd: nand: fix boolreturn.cocci warning
 2021-12-09 16:54 UTC  (2+ messages)

[PATCH] Documentation: livepatch: Add kernel-doc link to klp_enable_patch
 2021-12-09 16:53 UTC 

[PATCH 0/2] hwmon: (dell-smm) Improve ioctl handler
 2021-12-09 16:52 UTC  (5+ messages)
` [PATCH 1/2] hwmon: (dell-smm) Simplify "

[PATCH] tools/lib/lockdep: drop leftover liblockdep headers
 2021-12-09 16:51 UTC 

[PATCH] mtd: onenand: remove redundant variable ooblen
 2021-12-09 16:50 UTC  (2+ messages)

[PATCH] dt-bindings: mtd: ti,gpmc-nand: Add missing 'rb-gpios'
 2021-12-09 16:50 UTC  (2+ messages)

[PATCH 24/64] netfs: Pass more information on how to deal with a hole in the cache
 2021-12-09 16:49 UTC  (4+ messages)
` [PATCH 00/64] fscache, cachefiles: Rewrite

[RFC PATCH] module: Introduce module unload taint tracking
 2021-12-09 16:49 UTC  (3+ messages)

[PATCH V1 0/2] mm/damon: Do little changes
 2021-12-09 16:46 UTC  (4+ messages)
` [PATCH V1 1/2] mm/damon/dbgfs: Avoid target_ids display wrong pid value
` [PATCH V1 2/2] mm/damon: Modify the display form of damon tracepoint

[PATCH] Clocksource: Avoid misjudgment of clocksource
 2021-12-09 16:44 UTC  (3+ messages)

[PATCH net-next v3 0/6] net: lan966x: Add switchdev and vlan support
 2021-12-09 16:43 UTC  (4+ messages)
` [PATCH net-next v3 6/6] net: lan966x: Add switchdev support

[PATCH] exit: Retain nsproxy for exit_task_work() work entries
 2021-12-09 16:39 UTC  (11+ messages)

[PATCH v2] media: v4l2-mem2mem: Apply DST_QUEUE_OFF_BASE on MMAP buffers across ioctls
 2021-12-09 16:38 UTC 

[RFC v16 0/9] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-12-09 16:37 UTC  (14+ messages)
` [RFC v16 1/9] iommu: Introduce attach/detach_pasid_table API

[tip: x86/urgent] x86/boot: Pull up cmdline preparation and early param parsing
 2021-12-09 16:37 UTC  (7+ messages)

[PATCH 0/4] Prepare general purpose clocks on msm8916
 2021-12-09 16:37 UTC  (5+ messages)
` [PATCH 1/4] clk: qcom: clk-rcg2: Fail Duty-Cycle configuration if MND divider is not enabled
` [PATCH 2/4] clk: qcom: clk-rcg2: Make sure to not write d=0 to the NMD register
` [PATCH 3/4] pinctrl: qcom: msm8916: Allow CAMSS GP clocks to be muxed
` [PATCH 4/4] clk: qcom: gcc-msm8916: Add rates to the GP clocks

[PATCH 0/2] ACPI: Arm Generic Diagnostic Dump and Reset device
 2021-12-09 16:36 UTC  (3+ messages)
` [PATCH 2/2] ACPI: AGDI: Add driver for "

[PATCH 0/2] Apple mailbox fixup: switch to generic compatibles
 2021-12-09 16:33 UTC  (2+ messages)

[PATCH] arm64: kexec: Fix missing error code 'ret' warning in load_other_segments()
 2021-12-09 16:32 UTC  (3+ messages)

[PATCH v2] i2c: tegra: use i2c_timings for bus clock freq
 2021-12-09 16:28 UTC 

[syzbot] INFO: task can't die in reclaim_throttle
 2021-12-09 16:25 UTC  (3+ messages)

[PATCH v2] KVM: x86: Always set kvm_run->if_flag
 2021-12-09 16:21 UTC  (2+ messages)

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

[PATCH 0/2] Clock based PWM output driver
 2021-12-09 16:20 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: pwm: Document clk based PWM controller
` [PATCH 2/2] pwm: Add clock based PWM output driver

[PATCH v2] net: dsa: felix: Fix memory leak in felix_setup_mmio_filtering
 2021-12-09 16:20 UTC  (2+ messages)

[PATCH] media: v4l2-mem2mem: Apply DST_QUEUE_OFF_BASE on MMAP buffers across ioctls
 2021-12-09 16:15 UTC  (3+ messages)

[PATCH 0/4] feec() energy margin removal
 2021-12-09 16:11 UTC  (5+ messages)
` [PATCH 1/4] sched/fair: Provide u64 read for 32-bits arch helper
` [PATCH 2/4] sched/fair: Decay task PELT values during migration
` [PATCH 3/4] sched/fair: Remove task_util from effective utilization in feec()
` [PATCH 4/4] sched/fair: Remove the energy margin "

[net] seg6: fix the iif in the IPv6 socket control block
 2021-12-09 16:10 UTC  (2+ messages)

[PATCH] net: mana: Fix memory leak in mana_hwc_create_wq
 2021-12-09 16:10 UTC  (2+ messages)

[PATCH] nfp: Fix memory leak in nfp_cpp_area_cache_add()
 2021-12-09 16:10 UTC  (2+ messages)

[PATCH v5 0/1] s390x: KVM: CPU Topology
 2021-12-09 16:08 UTC  (3+ messages)
` [PATCH v5 1/1] s390x: KVM: accept STSI for CPU topology information

[patch V2 01/23] powerpc/4xx: Remove MSI support which never worked
 2021-12-09 16:07 UTC  (2+ messages)
` [tip: irq/msi] "

[patch V2 01/23] powerpc/4xx: Remove MSI support which never worked
 2021-12-09 16:07 UTC  (2+ messages)
` [tip: irq/msi] powerpc/4xx: Complete removal of MSI support

[patch V2 02/23] PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity()
 2021-12-09 16:07 UTC  (2+ messages)
` [tip: irq/msi] "

[patch V2 03/23] genirq/msi: Guard sysfs code
 2021-12-09 16:07 UTC  (2+ messages)
` [tip: irq/msi] "

[patch 04/22] genirq/msi: Remove unused domain callbacks
 2021-12-09 16:07 UTC  (2+ messages)
` [tip: irq/msi] "

[patch V2 05/23] genirq/msi: Fixup includes
 2021-12-09 16:07 UTC  (2+ messages)
` [tip: irq/msi] "

[patch V2 06/23] PCI/MSI: Make pci_msi_domain_write_msg() static
 2021-12-09 16:07 UTC  (2+ messages)
` [tip: irq/msi] "

[patch V2 07/23] PCI/MSI: Remove msi_desc_to_pci_sysdata()
 2021-12-09 16:07 UTC  (2+ messages)
` [tip: irq/msi] "

[patch V2 08/23] PCI/sysfs: Use pci_irq_vector()
 2021-12-09 16:07 UTC  (2+ messages)
` [tip: irq/msi] "

[patch V2 09/23] MIPS: Octeon: Use arch_setup_msi_irq()
 2021-12-09 16:07 UTC  (2+ messages)
` [tip: irq/msi] "

[patch V2 11/23] x86/hyperv: Refactor hv_msi_domain_free_irqs()
 2021-12-09 16:07 UTC  (2+ messages)
` [tip: irq/msi] "

[asahilinux:asahi 4/56] drivers/net/ethernet/pensando/ionic/ionic_main.c:479:9: warning: 'strncpy' output truncated before terminating nul copying 31 bytes from a string of the same length
 2021-12-09 16:03 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®