LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
messages from 2021-11-29 13:11:18 to 2021-11-29 14:56:31 UTC [more...]
[PATCH v2 0/7] task comm cleanups
2021-11-29 14:38 UTC (7+ messages)
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
[PATCH] mm: reduce spinlock contention in release_pages()
2021-11-29 13:39 UTC (11+ messages)
[patch 00/37] genirq/msi, PCI/MSI: Spring cleaning - Part 2
2021-11-29 14:54 UTC (8+ messages)
` [patch 33/37] iommu/arm-smmu-v3: Use msi_get_virq()
[PATCH] dt-bindings: mfd: syscon: Add samsung,exynos850-sysreg
2021-11-29 13:17 UTC (2+ messages)
[patch 00/22] genirq/msi, PCI/MSI: Spring cleaning - Part 1
2021-11-29 9:52 UTC (2+ messages)
[PATCH v3 0/2] mfd/regulator: dt-bindings: max77686: convert to dtschema
2021-11-29 13:16 UTC (5+ messages)
` [PATCH v3 1/2] regulator: dt-bindings: maxim,max77686: "
` [PATCH v3 2/2] dt-bindings: mfd: "
linux-next: manual merge of the sound-asoc tree with the sound-current tree
2021-11-29 14:43 UTC (5+ messages)
[PATCH v2 net-next 00/26] net: introduce and use generic XDP stats
2021-11-29 14:47 UTC (18+ messages)
` [PATCH v2 net-next 03/26] ena: implement generic XDP statistics callbacks
` [PATCH v2 net-next 21/26] ice: add XDP and XSK generic per-channel statistics
[PATCH AUTOSEL 5.10 01/28] gfs2: release iopen glock early in evict
2021-11-29 14:47 UTC (3+ messages)
` [PATCH AUTOSEL 5.10 10/28] pinctrl: amd: Fix wakeups when IRQ is shared with SCI
[PATCH AUTOSEL 5.15 01/39] gfs2: release iopen glock early in evict
2021-11-29 14:46 UTC (5+ messages)
` [PATCH AUTOSEL 5.15 27/39] ata: ahci: Add Green Sardine vendor ID as board_ahci_mobile
` [PATCH AUTOSEL 5.15 28/39] ata: libahci: Adjust behavior when StorageD3Enable _DSD is set
[PATCH v2] arm64: Enable KCSAN
2021-11-29 14:57 UTC
[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2021-11-29 14:44 UTC (12+ messages)
[PATCH v4 1/5] powerpc/inst: Refactor ___get_user_instr()
2021-11-29 14:36 UTC (2+ messages)
[PATCH net-next 00/10] net: hns3: some cleanups for -next
2021-11-29 14:40 UTC (13+ messages)
` [PATCH net-next 01/10] net: hns3: refactor reset_prepare_general retry statement
` [PATCH net-next 02/10] net: hns3: refactor hns3_nic_reuse_page()
` [PATCH net-next 03/10] net: hns3: refactor two hns3 debugfs functions
` [PATCH net-next 04/10] net: hns3: split function hns3_get_tx_timeo_queue_info()
` [PATCH net-next 05/10] net: hns3: refine function hclge_cfg_mac_speed_dup_hw()
` [PATCH net-next 06/10] net: hns3: add new function hclge_tm_schd_mode_tc_base_cfg()
` [PATCH net-next 07/10] net: hns3: refine function hclge_tm_pri_q_qs_cfg()
` [PATCH net-next 08/10] net: hns3: split function hns3_nic_get_stats64()
` [PATCH net-next 09/10] net: hns3: split function hns3_handle_bdinfo()
` [PATCH net-next 10/10] net: hns3: split function hns3_set_l2l3l4()
[PATCH] rtl8xxxu: Improve the A-MPDU retransmission rate with RTS/CTS protection
2021-11-29 14:39 UTC
[PATCH 00/64] fscache, cachefiles: Rewrite
2021-11-29 14:38 UTC (65+ messages)
` [PATCH 01/64] fscache, cachefiles: Disable configuration
` [PATCH 02/64] cachefiles: Delete the cachefiles driver pending rewrite
` [PATCH 03/64] fscache: Remove the contents of the fscache driver, "
` [PATCH 04/64] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH 05/64] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
` [PATCH 06/64] fscache: Introduce new driver
` [PATCH 07/64] fscache: Implement a hash function
` [PATCH 08/64] fscache: Implement cache registration
` [PATCH 09/64] fscache: Implement volume registration
` [PATCH 10/64] fscache: Implement cookie registration
` [PATCH 11/64] fscache: Implement cache-level access helpers
` [PATCH 12/64] fscache: Implement volume-level "
` [PATCH 13/64] fscache: Implement cookie-level "
` [PATCH 14/64] fscache: Implement functions add/remove a cache
` [PATCH 15/64] fscache: Provide and use cache methods to lookup/create/free a volume
` [PATCH 16/64] fscache: Add a function for a cache backend to note an I/O error
` [PATCH 17/64] fscache: Implement simple cookie state machine
` [PATCH 18/64] fscache: Implement cookie user counting and resource pinning
` [PATCH 19/64] fscache: Implement cookie invalidation
` [PATCH 20/64] fscache: Provide a means to begin an operation
` [PATCH 21/64] fscache: Count data storage objects in a cache
` [PATCH 22/64] fscache: Provide read/write stat counters for the cache
` [PATCH 23/64] fscache: Provide a function to let the netfs update its coherency data
` [PATCH 24/64] netfs: Pass more information on how to deal with a hole in the cache
` [PATCH 25/64] fscache: Implement raw I/O interface
` [PATCH 26/64] fscache: Implement higher-level write "
` [PATCH 27/64] vfs, fscache: Implement pinning of cache usage for writeback
` [PATCH 28/64] fscache: Provide a function to note the release of a page
` [PATCH 29/64] fscache: Provide a function to resize a cookie
` [PATCH 30/64] cachefiles: Introduce rewritten driver
` [PATCH 31/64] cachefiles: Define structs
` [PATCH 32/64] cachefiles: Add some error injection support
` [PATCH 33/64] cachefiles: Add a couple of tracepoints for logging errors
` [PATCH 34/64] cachefiles: Add cache error reporting macro
` [PATCH 35/64] cachefiles: Add security derivation
` [PATCH 36/64] cachefiles: Register a miscdev and parse commands over it
` [PATCH 37/64] cachefiles: Provide a function to check how much space there is
` [PATCH 38/64] vfs, cachefiles: Mark a backing file in use with an inode flag
` [PATCH 39/64] cachefiles: Implement a function to get/create a directory in the cache
` [PATCH 40/64] cachefiles: Implement cache registration and withdrawal
` [PATCH 41/64] cachefiles: Implement volume support
` [PATCH 42/64] cachefiles: Add tracepoints for calls to the VFS
` [PATCH 43/64] cachefiles: Implement object lifecycle funcs
` [PATCH 44/64] cachefiles: Implement key to filename encoding
` [PATCH 45/64] cachefiles: Implement metadata/coherency data storage in xattrs
` [PATCH 46/64] cachefiles: Mark a backing file in use with an inode flag
` [PATCH 47/64] cachefiles: Implement culling daemon commands
` [PATCH 48/64] cachefiles: Implement backing file wrangling
` [PATCH 49/64] cachefiles: Implement begin and end I/O operation
` [PATCH 50/64] cachefiles: Implement cookie resize for truncate
` [PATCH 51/64] cachefiles: Implement the I/O routines
` [PATCH 52/64] cachefiles: Allow cachefiles to actually function
` [PATCH 53/64] fscache, cachefiles: Display stats of no-space events
` [PATCH 54/64] fscache, cachefiles: Display stat of culling events
` [PATCH 55/64] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH 56/64] afs: Fix afs_write_end() to handle len > page size
` [PATCH 57/64] afs: Convert afs to use the new fscache API
` [PATCH 58/64] afs: Copy local writes to the cache when writing to the server
` [PATCH 59/64] afs: Skip truncation on the server of data we haven't written yet
` [PATCH 60/64] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH 61/64] 9p: Copy local writes to the cache when writing to the server
` [PATCH 62/64] nfs: Convert to new fscache volume/cookie API
` [PATCH 63/64] cifs: Support fscache indexing rewrite (untested)
` [PATCH 64/64] fscache: Rewrite documentation
[PATCH] efi: Move efifb_setup_from_dmi() prototype from arch headers
2021-11-29 14:39 UTC (2+ messages)
[PATCH v4] media: mtk-vpu: Ensure alignment of 8 for DTCM buffer
2021-11-29 14:39 UTC (4+ messages)
[PATCH v3 00/10] Convert powerpc to default topdown mmap layout
2021-11-29 14:19 UTC (11+ messages)
` [PATCH v3 01/10] powerpc/mm: Make slice specific to book3s/64
` [PATCH v3 02/10] powerpc/mm: Move vma_mmu_pagesize() and hugetlb_get_unmapped_area() to slice.c
` [PATCH v3 03/10] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH v3 04/10] powerpc/mm: Remove asm/slice.h
` [PATCH v3 05/10] powerpc/mm: Call radix__arch_get_unmapped_area() from arch_get_unmapped_area()
` [PATCH v3 06/10] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
` [PATCH v3 07/10] powerpc/mm: Convert to default topdown mmap layout
` [PATCH v3 08/10] powerpc/mm: Properly randomise mmap with slices
` [PATCH v3 09/10] sizes.h: Add SZ_1T macro
` [PATCH v3 10/10] powerpc: Simplify and move arch_randomize_brk()
[PATCH v3 net-next 0/3] update seville to use shared MDIO driver
2021-11-29 13:10 UTC (2+ messages)
[BUG] fs: btrfs: several possible ABBA deadlocks
2021-11-29 14:37 UTC (3+ messages)
[PATCH 0/2] Add SPI control driver for Sunplus SP7021 SoC
2021-11-29 13:10 UTC (10+ messages)
` [PATCH v3 "
` [PATCH v3 1/2] SPI: Add SPI driver for Sunplus SP7021
[PATCH net-next v1] devlink: Remove misleading internal_flags from health reporter dump
2021-11-29 13:10 UTC (2+ messages)
[PATCH v2 net-next] net: snmp: add statistics for tcp small queue check
2021-11-29 13:10 UTC (2+ messages)
[PATCH v3] usb: xhci: add LWP quirk for ensuring uPD720201 into D3 state after S5
2021-11-29 14:35 UTC (3+ messages)
[PATCH v4 0/2] arm64: Enable OPTPROBE for arm64
2021-11-29 14:35 UTC (9+ messages)
` [PATCH v4 2/2] arm64: kprobe: "
[PATCH] uapi: Make __{u,s}64 match {u,}int64_t in userspace
2021-11-29 14:34 UTC (5+ messages)
[PATCH] netfs: Adjust docs after foliation
2021-11-29 14:31 UTC (2+ messages)
` [Linux-cachefs] "
[RFC PATCH 1/1] mm/slub: fix endless "No data" printing for alloc/free_traces attribute
2021-11-29 14:26 UTC (3+ messages)
` [PATCH] mm/slub: fix endianness bug for alloc/free_traces attributes
[patch 00/32] genirq/msi, PCI/MSI: Spring cleaning - Part 2
2021-11-29 13:04 UTC (4+ messages)
` [patch 14/32] s390/pci: Rework MSI descriptor walk
[PATCH] mfd: Kconfig: change INTEL_SOC_PMIC_CHTDC_TI to bool
2021-11-29 13:24 UTC (5+ messages)
[linux-stable-rc:linux-4.19.y 565/981] arch/xtensa/platforms/xtfpga/include/platform/hardware.h:50:33: error: initializer element is not constant
2021-11-29 13:14 UTC (5+ messages)
[PATCH 0/9] Switch to single argument kvfree_rcu() API
2021-11-29 12:58 UTC (3+ messages)
` [PATCH 4/9] drivers: Switch to "
KASAN Arm: global-out-of-bounds in load_module
2021-11-29 12:56 UTC (3+ messages)
[PATCH] drm/msm: Initialize MDSS irq domain at probe time
2021-11-29 14:14 UTC (3+ messages)
[PATCH 1/2] binfmt_misc: cleanup on filesystem umount
2021-11-29 12:55 UTC (4+ messages)
` [PATCH 2/2] binfmt_misc: enable sandboxed mounts
[RFC PATCH] dt-bindings: nvmem: add transformation support
2021-11-29 12:54 UTC (2+ messages)
[PATCH v2 0/4] ASoC: mediatek: Update MT8195 machine driver
2021-11-29 14:10 UTC (5+ messages)
` [PATCH v2 1/4] ASoC: mediatek: mt8195: add headset codec rt5682s support
` [PATCH v2 2/4] dt-bindings: mediatek: mt8195: add model property
` [PATCH v2 3/4] ASoC: mediatek: mt8195: add sof support on mt8195-mt6359-rt1019-rt5682
` [PATCH v2 4/4] dt-bindings: mediatek: mt8195: add adsp and dai-link property
[PATCH] net/tls: Fix authentication failure in CCM mode
2021-11-29 12:50 UTC (2+ messages)
[PATCH v2] net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of "0" if no IRQ is available
2021-11-29 12:50 UTC (2+ messages)
[PATCH][next][V2] iwlwifi: mei: Fix spelling mistake "req_ownserhip" -> "req_ownership"
2021-11-29 12:49 UTC
[PATCH][next] iwlwifi: mei: Fix spelling mistakes in a devfs file and error message
2021-11-29 12:45 UTC (3+ messages)
[PATCH] x86/purgatory: provide config to disable purgatory
2021-11-29 14:04 UTC (3+ messages)
[patch 04/32] genirq/msi: Provide a set of advanced MSI accessors and iterators
2021-11-29 14:01 UTC (3+ messages)
[PATCHv2] Bluetooth: quirk disabling LE Read Transmit Power
2021-11-29 14:00 UTC (19+ messages)
` [PATCH 1/6] Bluetooth: add "
` [PATCH v2 "
` [PATCH v3 1/2] "
` [PATCH v3 resend "
` [PATCH v4 "
` [PATCH v5 "
` [PATCH v6 "
` [PATCH v6 2/2] btbcm: disable read tx power for affected Macs with the T2 Security chip
[PATCH 0/4] cancel all throttled bios in del_gendisk()
2021-11-29 13:58 UTC (4+ messages)
` [PATCH 3/4] blk-throtl: introduce blk_throtl_cancel_bios()
[PATCH v4 1/2] i915/gvt: Introduce the mmio_info_table.c to support VFIO new mdev API
2021-11-29 12:38 UTC (2+ messages)
` [PATCH v4 2/2] i915/gvt: save the MMIO snapshot in the early init of GVT-g
[PATCH] serial: tegra: Fixes lower tolerance baud rate limit for older tegra chips introduced by d781ec21bae6
2021-11-29 12:36 UTC (5+ messages)
[PATCHv4 0/2] tracing/rwmmio/arm64: Add support to trace register reads/writes
2021-11-29 13:49 UTC (12+ messages)
` [PATCHv4 2/2] arm64/io: Add a header for mmio access instrumentation
[PATCH] watchdog: da9063: Add hard dependency on I2C
2021-11-29 13:49 UTC
[PATCH V4 0/2] riscv: add RISC-V Svpbmt Standard Extension supports
2021-11-29 13:36 UTC (3+ messages)
` [PATCH V4 2/2] riscv: add RISC-V Svpbmt extension supports
[PATCH net-next 0/2] net: vxlan: add macro definition for number of IANA VXLAN-GPE port
2021-11-29 12:30 UTC (2+ messages)
[PATCH 1/2] spi: tegra210-quad: use devm call for cdata memory
2021-11-29 12:27 UTC (5+ messages)
` [PATCH 2/2] spi: tegra210-quad: add acpi support
Build regressions/improvements in v5.16-rc3
2021-11-29 12:27 UTC
Commit 'hugetlbfs: extend the definition of hugepages parameter to support node allocation' breaks old numa less syntax of reserving hugepages on boot
2021-11-29 12:26 UTC (3+ messages)
[PATCH] PCI: xilinx-nwl: Simplify code and fix a memory leak
2021-11-29 13:41 UTC (2+ messages)
Linux 5.16-rc3
2021-11-29 12:23 UTC (7+ messages)
[PATCH 0/3] i2c: stm32f7: several fixes in error cases
2021-11-29 12:21 UTC (3+ messages)
` [PATCH 3/3] i2c: stm32f7: prevent calling slave handling if no slave running
(subset) [PATCH 1/4] pinctrl: qcom: spmi-gpio: Add pm8226 compatibility
2021-11-29 12:17 UTC (2+ messages)
[PATCH 0/4] i2c: stm32: various fixes & dmaengine updates
2021-11-29 12:17 UTC (3+ messages)
` [PATCH 2/4] i2c: stm32f7: recover the bus on access timeout
[PATCH 3/3] btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faults
2021-11-29 13:33 UTC (12+ messages)
` [PATCH 0/3] Avoid live-lock in fault-in+uaccess loops "
[PATCH 0/4] add GPU for RK356x SoCs
2021-11-29 12:15 UTC (2+ messages)
[PATCH v2] fuse: rename some files and clean up Makefile
2021-11-29 13:33 UTC (4+ messages)
[PATCH v1 1/1] MIPS: TXx9: Convert SPI platform data to software nodes
2021-11-29 13:05 UTC (6+ messages)
[PATCH] of/irq: Add a quirk for controllers with their own definition of interrupt-map
2021-11-29 12:13 UTC (11+ messages)
[PATCH] mfd: da9062: support SMBus and I2C mode
2021-11-29 12:12 UTC (2+ messages)
[PATCH] PCI: qcom: Fix an error handling path in 'qcom_pcie_probe()'
2021-11-29 13:30 UTC (2+ messages)
[PATCH] ARM: dts: Fix timer regression for beagleboard revision c
2021-11-29 13:30 UTC (3+ messages)
[PATCHv2] mfd: intel-lpss-pci: fix clock speed for 38a8 UART
2021-11-29 12:11 UTC (2+ messages)
[PATCH -next] net: mdio: ipq8064: replace ioremap() with devm_ioremap()
2021-11-29 12:10 UTC (2+ messages)
[PATCH v6 00/15] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
2021-11-29 12:08 UTC (6+ messages)
` [PATCH v6 05/15] regulator: Introduce tps68470-regulator driver
[PATCH RESEND 0/4] Drop ROHM BD70528 support
2021-11-29 12:06 UTC (10+ messages)
` [PATCH RESEND 1/4] dt-bindings: mfd: regulator: Drop "
` [PATCH RESEND 2/4] gpio: bd70528 "
` [PATCH RESEND 3/4] mfd: bd70528: "
` [PATCH RESEND 4/4] MAINTAINERS: bd70528: Drop ROHM BD70528 drivers
` [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for the v5.17 merge window
[PATCH] dt-bindings: net: cdns,macb: Convert to json-schema
2021-11-29 13:21 UTC (2+ messages)
[PATCH v2 00/45] Introduce power-off+restart call chain API
2021-11-29 12:04 UTC (4+ messages)
` [PATCH v2 28/45] mfd: rn5t618: Use devm_register_power_handler()
[syzbot] KMSAN: uninit-value in from_kuid
2021-11-29 12:03 UTC (3+ messages)
[PATCH v2 0/3] RK356x/Quartz64 Model A SPI
2021-11-29 12:01 UTC (3+ messages)
` [PATCH v2 1/3] dt-bindings: spi: spi-rockchip: Add rk3568-spi compatible
[PATCH v2 1/1] mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe()
2021-11-29 11:59 UTC (2+ messages)
[PATCH] ARM: dts: stm32: fix stusb1600 pinctrl used on stm32mp157c-dk
2021-11-29 13:13 UTC (2+ messages)
[PATCH] PCI: brcmstb: Declare a bitmap as a bitmap, not as a plain 'unsigned long'
2021-11-29 13:11 UTC (2+ messages)
[PATCH] ixgbe: Restore crypto offload for tunnel mode where possile
2021-11-29 13:09 UTC
[PATCH net-next v5 0/6] net: lan966x: Add lan966x switch driver
2021-11-29 13:10 UTC (2+ messages)
[PATCH] net/mlx4_en: Update reported link modes for 1/10G
2021-11-29 13:10 UTC (2+ messages)
[PATCH v8 00/11] thread_info: use helpers to snapshot thread flags
2021-11-29 13:06 UTC (3+ messages)
` [PATCH v8 05/11] arm: "
` [PATCH v8 11/11] x86: "
page: next (older) | prev (newer) | latest
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).