linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-12 13:25:46 to 2021-03-12 15:44:36 UTC [more...]

[PATCH 0/7 v4] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-12 15:43 UTC  (5+ messages)
` [PATCH 3/7] mm/page_alloc: Add a bulk page allocator
` [PATCH 4/7] SUNRPC: Set rq_page_end differently
` [PATCH 6/7] net: page_pool: refactor dma_map into own function page_pool_dma_map
` [PATCH 7/7] net: page_pool: use alloc_pages_bulk in refill code path

[PATCH 0/4] Fix RCU warnings in TDP MMU
 2021-03-12 15:43 UTC  (4+ messages)
` [PATCH 1/4] KVM: x86/mmu: Fix RCU usage in handle_removed_tdp_mmu_page

[PATCH v5 2/2] tty/serial: Add rx-tx-swap OF option to stm32-usart
 2021-03-12 15:37 UTC  (7+ messages)
` [PATCH v6 1/2] dt-bindings: serial: Add rx-tx-swap "
    ` [PATCH v7 "
      ` [PATCH v7 2/2] tty/serial: Add rx-tx-swap OF option "

slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
 2021-03-12 15:39 UTC  (5+ messages)

[PATCH] perf-stat: introduce bperf, share hardware PMCs with BPF
 2021-03-12 15:38 UTC  (4+ messages)

kmap_local semantics
 2021-03-12 15:36 UTC  (2+ messages)

[PATCH 0/7] ASoC: codecs: add wcd938x support
 2021-03-12 15:34 UTC  (5+ messages)
` [PATCH 1/7] ASoC: dt-bindings: wcd938x: add bindings for wcd938x
` [PATCH 3/7] ASoC: codecs: wcd938x: add basic driver

[PATCH v2 0/2] crypto: qat: fix couple crashes duing error handling
 2021-03-12 15:35 UTC  (4+ messages)
` [PATCH v2 1/2] crypto: qat - dont release uninitialized resources
` [PATCH v2 2/2] crypto: qat: ADF_STATUS_PF_RUNNING should be set after adf_dev_init

[PATCH] extcon: Provide *extcon_*_notifier_all() stubs for !CONFIG_EXTCON
 2021-03-12 15:35 UTC  (6+ messages)

[PATCH v6 0/5] Add PMIC wrapper support for Mediatek MT6873/8192 SoC IC
 2021-03-12 15:34 UTC  (6+ messages)
` [PATCH v6 1/5] soc: mediatek: pwrap: use BIT() macro
` [PATCH v6 2/5] soc: mediatek: pwrap: add arbiter capability
` [PATCH v6 3/5] dt-bindings: mediatek: add compatible for MT6873/8192 pwrap
` [PATCH v6 4/5] soc: mediatek: pwrap: add pwrap driver for MT6873/8192 SoCs
` [PATCH v6 5/5] arm64: dts: mt8192: add pwrap node

[RFC PATCH v6 00/22] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-03-12 15:33 UTC  (20+ messages)
` [RFC PATCH v6 01/22] af_vsock: update functions for connectible socket
` [RFC PATCH v6 02/22] af_vsock: separate wait data loop
` [RFC PATCH v6 04/22] af_vsock: implement SEQPACKET receive loop
` [RFC PATCH v6 06/22] af_vsock: implement send logic for SEQPACKET
` [RFC PATCH v6 07/22] af_vsock: rest of SEQPACKET support
` [RFC PATCH v6 08/22] af_vsock: update comments for stream sockets
` [RFC PATCH v6 09/22] virtio/vsock: set packet's type in virtio_transport_send_pkt_info()
` [RFC PATCH v6 10/22] virtio/vsock: simplify credit update function API
` [RFC PATCH v6 12/22] virtio/vsock: fetch length for SEQPACKET record

[PATCH] dt-bindings: media: Convert video-mux to DT schema
 2021-03-12 15:33 UTC  (6+ messages)

[PATCH v2 0/3] mainline ti tsc2046 adc driver
 2021-03-12 15:32 UTC  (3+ messages)
` [PATCH v2 3/3] iio: adc: add ADC driver for the TI TSC2046 controller

[PATCH] tools/power/x86/intel-speed-select: drop __DATE__ and __TIME__ macros
 2021-03-12 15:30 UTC  (2+ messages)

[PATCH v15 0/8] arm64: ARMv8.5-A: MTE: Add async mode support
 2021-03-12 15:29 UTC  (17+ messages)
` [PATCH v15 1/8] arm64: mte: Add asynchronous "
` [PATCH v15 2/8] kasan: Add KASAN mode kernel parameter
` [PATCH v15 3/8] arm64: mte: Drop arch_enable_tagging()
` [PATCH v15 4/8] kasan: Add report for async mode
` [PATCH v15 5/8] arm64: mte: Enable TCO in functions that can read beyond buffer limits
` [PATCH v15 6/8] arm64: mte: Enable async tag check fault
` [PATCH v15 7/8] arm64: mte: Report async tag faults before suspend
` [PATCH v15 8/8] kasan, arm64: tests supports for HW_TAGS async mode

[RFC PATCH] docs: Group arch-specific documentation under "CPU Architectures"
 2021-03-12 15:28 UTC 

[PATCH] perf: build reproducibility improvements
 2021-03-12 15:17 UTC 

[PATCH] perf stat: Create '--add-default' option to append default list
 2021-03-12 15:20 UTC  (3+ messages)

[PATCH] MIPS: fix memory reservation for non-usermem setups
 2021-03-12 15:19 UTC  (2+ messages)

[PATCH v10 0/6] MTE support for KVM guest
 2021-03-12 15:19 UTC  (7+ messages)
` [PATCH v10 1/6] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v10 2/6] arm64: kvm: Introduce MTE VM feature
` [PATCH v10 3/6] arm64: kvm: Save/restore MTE registers
` [PATCH v10 4/6] arm64: kvm: Expose KVM_ARM_CAP_MTE
` [PATCH v10 5/6] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v10 6/6] KVM: arm64: Document MTE capability and ioctl

[PATCH 00/10] Rid W=1 warnings from OF
 2021-03-12 15:18 UTC  (10+ messages)
` [PATCH 01/10] of: device: Fix function name in header and demote kernel-doc abuse
` [PATCH 07/10] of: fdt: Demote kernel-doc abuses
` [PATCH 08/10] of: of_net: Demote non-conforming kernel-doc header

[sched/fair] 322b5a8117: netperf.Throughput_tps -84.0% regression
 2021-03-12 15:15 UTC  (3+ messages)

[PATCH] xtensa: move CONFIG_CPU_*_ENDIAN defines to Kconfig
 2021-03-12 15:14 UTC 

[PATCH net] net: ipa: terminate message handler arrays
 2021-03-12 15:12 UTC 

[syzbot] BUG: unable to handle kernel access to user memory in schedule_tail
 2021-03-12 15:12 UTC  (4+ messages)

[PATCH] bootconfig: Update prototype of setup_boot_config()
 2021-03-12 15:11 UTC  (5+ messages)

[PATCH v2 01/11] kasan: docs: clean up sections
 2021-03-12 15:11 UTC  (22+ messages)
` [PATCH v2 02/11] kasan: docs: update overview section
` [PATCH v2 03/11] kasan: docs: update usage section
` [PATCH v2 04/11] kasan: docs: update error reports section
` [PATCH v2 05/11] kasan: docs: update boot parameters section
` [PATCH v2 06/11] kasan: docs: update GENERIC implementation details section
` [PATCH v2 07/11] kasan: docs: update SW_TAGS "
` [PATCH v2 08/11] kasan: docs: update HW_TAGS "
` [PATCH v2 09/11] kasan: docs: update shadow memory section
` [PATCH v2 10/11] kasan: docs: update ignoring accesses section
` [PATCH v2 11/11] kasan: docs: update tests section

[PATCH 0/5] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-12 15:10 UTC  (12+ messages)
` [PATCH 2/5] mm/page_alloc: Add a bulk page allocator

[PATCH 0/3] perf tools: Minor improvements in event synthesis
 2021-03-12 15:09 UTC  (2+ messages)

[PATCH] drivers: tty: vt: vt.c: fix NULL dereference crash
 2021-03-12 15:05 UTC  (2+ messages)

[PATCH v9 00/33] Introduce the Counter character device interface
 2021-03-12 15:02 UTC  (3+ messages)
` [PATCH v9 22/33] counter: Internalize sysfs interface code
  ` [Linux-stm32] "

[PATCH 1/2] dt-bindings: panel/kingdisplay,kd035g6-54nt: Remove spi-cs-high
 2021-03-12 15:00 UTC  (4+ messages)
` [PATCH 2/2] MIPS: ingenic: gcw0: SPI panel does not require active-high CS

[PATCH mips/linux.git 0/5] firmware: bcm47xx_nvram: refactor finding & reading NVRAM
 2021-03-12 15:00 UTC  (2+ messages)

[RFC PATCH 0/6] spi: Add OSPI PHY calibration support for spi-cadence-quadspi
 2021-03-12 14:59 UTC  (8+ messages)

[PATCH 1/7] dt-bindings: mfd: mediatek: Fix regulator description
 2021-03-12 14:55 UTC  (7+ messages)
` [PATCH 2/7] dt-bindigns: regulator: mtk: Drop unneeded compatible
` [PATCH 3/7] mfd: mt6397: Drop of_compatible for regulator
` [PATCH 4/7] regulator: mediatek: Add regulators_node to description
` [PATCH 5/7] arm: dts: mt6323: Drop OF compatible
` [PATCH 6/7] arm64: dts: mt6358: Drop compatible for regulators
` [PATCH 7/7] arm64: dts: mt8173: Drop compatible for mt6397

[PATCH RESEND v3 0/5] media: uvcvideo: Fix race conditions
 2021-03-12 14:54 UTC  (5+ messages)

[PATCH V4 00/18] IOASID extensions for guest SVA
 2021-03-12 14:54 UTC  (5+ messages)
` [RFC PATCH 18/18] ioasid: Add /dev/ioasid for userspace

[PATCH v6 00/12] SVM cleanup and INVPCID feature support
 2021-03-12 14:53 UTC  (12+ messages)

[PATCH v4] f2fs: add sysfs nodes to get runtime compression stat
 2021-03-12 14:49 UTC  (8+ messages)

[PATCH 1/2] kvfree_rcu: Release a page cache under memory pressure
 2021-03-12 14:49 UTC  (3+ messages)
` [PATCH 2/2] kvfree_rcu: convert a page cache to lock-free variant

[BUG] net/ppp: A use after free in ppp_unregister_channe
 2021-03-12 14:47 UTC  (3+ messages)
  `  "

[PATCH 0/2] x86: Remove ideal_nops[]
 2021-03-12 14:47 UTC  (3+ messages)

drivers/block/paride/bpck.c:32: warning: "PC" redefined
 2021-03-12 14:45 UTC 

[PATCH] ASoC: soc-core: fix DMI handling
 2021-03-12 14:44 UTC  (2+ messages)

[PATCH v6 00/10] libperf and arm64 userspace counter access support
 2021-03-12 14:34 UTC  (4+ messages)
` [PATCH v6 04/10] libperf: Add evsel mmap support

[PATCH 0/6] um: fix up CONFIG_GCOV support
 2021-03-12 14:33 UTC  (2+ messages)

[PATCH v4] kasan: remove redundant config option
 2021-03-12 14:31 UTC  (5+ messages)

[PATCH] usb/usbtmc: Remove a redundant kref_put in usbtmc_disconnect
 2021-03-12 14:30 UTC  (2+ messages)

[PATCH] ata: Trivial spelling fixes in the file pata_ns87415.c
 2021-03-12 14:28 UTC  (2+ messages)

[PATCH v1] ata: ahci: Disable SXS for Hisilicon Kunpeng920
 2021-03-12 14:27 UTC  (2+ messages)

[PATCH] ASoC: core: Don't set platform name when of_node is set
 2021-03-12 14:23 UTC  (8+ messages)

[PATCH v3 0/6] NVIDIA Tegra core power domain driver and OPP helper
 2021-03-12 14:23 UTC  (3+ messages)
` [PATCH v3 3/6] dt-bindings: power: tegra: Add binding for core power domain

[PATCH] powerpc: define the variable 'uaccess_flush' as static
 2021-03-12 13:33 UTC  (2+ messages)

[syzbot] upstream boot error: WARNING in vkms_vblank_simulate
 2021-03-12 14:22 UTC  (3+ messages)

[PATCH] mips: bmips: fix and improve reboot nodes
 2021-03-12 14:22 UTC 

[PATCH 0/2] crypto: qat: fix couple crashes duing error handling
 2021-03-12 14:20 UTC  (4+ messages)
` [PATCH 2/2] crypto: qat: ADF_STATUS_PF_RUNNING should be set after adf_dev_init

[RFC PATCH v4 0/9] KVM: selftests: some improvement and a new test for kvm page table
 2021-03-12 14:20 UTC  (3+ messages)
` [RFC PATCH v4 9/9] KVM: selftests: Add a test for kvm page table code

[PATCH v2] fb_defio: Remove custom address_space_operations
 2021-03-12 14:12 UTC  (2+ messages)

[linux-stable-rc CI] Test report for linux-5.4.y/arm64
 2021-03-12 14:12 UTC 

[PATCH] mm: Remove default DISCONTIGMEM_MANUAL
 2021-03-12 14:12 UTC 

[PATCH v1 0/2] mainline ti tsc2046 adc driver
 2021-03-12 14:09 UTC  (7+ messages)
` [PATCH v1 2/2] iio: adc: add ADC driver for the TI TSC2046 controller

[PATCH] vhost: Fix vhost_vq_reset()
 2021-03-12 14:09 UTC 

[PATCH 01/11] kasan: docs: clean up sections
 2021-03-12 14:07 UTC  (13+ messages)
` [PATCH 02/11] kasan: docs: update overview section
` [PATCH 09/11] kasan: docs: update shadow memory section
` [PATCH 10/11] kasan: docs: update ignoring accesses section
` [PATCH 11/11] kasan: docs: update tests section

[PATCH] cpufreq: Rudimentary typos fix in the file s5pv210-cpufreq.c
 2021-03-12 14:01 UTC  (2+ messages)

[PATCH RESEND] PCI: dwc: put struct dw_pcie::{ep,pp} into a union to reduce its size
 2021-03-12 14:01 UTC 

[PATCH v3 0/8] Fix v4l2-compliance errors
 2021-03-12 13:59 UTC  (3+ messages)
` [PATCH v3 8/8] uvc: use vb2 ioctl and fop helpers

[PATCH v9 0/4] pinctrl: pinmux: Add pinmux-select debugfs file
 2021-03-12 13:57 UTC  (3+ messages)
` [PATCH v9 2/4] "

[PATCH] usb: dwc3: fix build error when POWER_SUPPLY is not enabled
 2021-03-12 13:57 UTC  (3+ messages)

[PATCH v3 0/4] sched/fair: Burstable CFS bandwidth controller
 2021-03-12 13:54 UTC  (8+ messages)
` [PATCH v3 2/4] sched/fair: Make CFS bandwidth controller burstable

[PATCH v5] printk: Userspace format enumeration support
 2021-03-12 13:53 UTC  (3+ messages)

[PATCH v1 1/1] mmc: sdhci-acpi: Add support for NVIDIA BlueField-3 SoC
 2021-03-12 13:48 UTC 

[PATCH v1 1/1] iio: light: gp2ap002: Drop unneeded explicit casting
 2021-03-12 13:49 UTC 

[PATCH 1/3] ASoC: simple-card-utils: Fix device module clock
 2021-03-12 13:46 UTC  (11+ messages)

[PATCH v1 1/1] iio: imu: st_lsm6dsx: Drop unneeded explicit castings
 2021-03-12 13:47 UTC 

[PATCH v1 1/1] iio: imu: fxos8700: Drop unneeded explicit castings
 2021-03-12 13:45 UTC 

[PATCH v1 1/1] iio: chemical: bmp680: Drop unneeded explicit castings
 2021-03-12 13:43 UTC 

[PATCH v2 0/6] Fix bugs and add support for new Ingenic SoCs
 2021-03-12 13:42 UTC  (9+ messages)
` [PATCH v2 2/6] pinctrl: Ingenic: Add support for read the pin configuration of X1830
` [PATCH v2 3/6] pinctrl: Ingenic: Adjust the sequence of X1830 SSI pin groups
` [PATCH v2 4/6] pinctrl: Ingenic: Reformat the code
` [PATCH v2 6/6] pinctrl: Ingenic: Add support for new Ingenic SoCs

[PATCH v6 0/6] gpiolib: switch to fwnode in the core
 2021-03-12 13:40 UTC  (2+ messages)

[PATCH 3/3][v3] tools/power turbostat: Enable accumulate RAPL display
 2021-03-12 13:41 UTC  (6+ messages)
` [3/3,v3] "

[GIT PULL] arm64: Fixes for -rc3
 2021-03-12 13:34 UTC 

systematic crash in amdgpu init since 5.10.20. Not fixed with 5.10.21
 2021-03-12 13:31 UTC  (4+ messages)

[PATCH v7 0/1] Adding support for IIO SCMI based sensors
 2021-03-12 13:31 UTC  (5+ messages)
` [PATCH v7 1/1] iio/scmi: Adding support for IIO SCMI Based Sensors

[PATCH RFC v1 00/15] iommu/virtio: Nested stage support with Arm
 2021-03-12 13:29 UTC  (4+ messages)
` [PATCH RFC v1 13/15] iommu/virtio: Attach Arm PASID tables when available

[PATCH 1/2] perf/x86/intel: Fix a crash caused by zero PEBS status
 2021-03-12 13:21 UTC  (2+ messages)
` [PATCH 2/2] perf/x86/intel: Fix unchecked MSR access error caused by VLBR_EVENT

[PATCH 4.4 v2 0/3] Backport patch series to update Futex from 4.9
 2021-03-12 13:26 UTC  (2+ messages)

[PATCH v2 03/15] powerpc/align: Convert emulate_spe() to user_access_begin
 2021-03-12 13:25 UTC  (2+ messages)
` [PATCH v3 "


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).