All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-11 00:49:25 to 2021-10-11 03:56:28 UTC [more...]

[PATCH v2] mm/huge_memory.c: disable THP with large THP size on small present memory
 2021-10-11  3:55 UTC  (5+ messages)

[PATCH 0/2] mm/mprotect: avoid unnecessary TLB flushes
 2021-10-11  3:45 UTC  (3+ messages)
` [PATCH 1/2] mm/mprotect: use mmu_gather

[PATCH bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear
 2021-10-11  3:44 UTC  (6+ messages)
` [PATCH bpf-next 1/4] libbpf: migrate internal use of bpf_program__get_prog_info_linear
` [PATCH bpf-next 2/4] bpftool: use bpf_obj_get_info_by_fd directly
` [PATCH bpf-next 3/4] perf: pull in bpf_program__get_prog_info_linear
` [PATCH bpf-next 4/4] libbpf: deprecate bpf_program__get_prog_info_linear

[hardknott][PATCH 0/2] hardknott merge request
 2021-10-11  3:37 UTC  (3+ messages)
` [PATCH 1/2] vsftpd: Upgrade to 3.0.5
` [PATCH 2/2] postgresql: upgrade 13.3 -> 13.4

[PULL 00/57] pc,pci,virtio: features, fixes
 2021-10-11  3:32 UTC  (4+ messages)

[PATCH v2 1/2] power: supply: max17042_battery: Clear status bits in interrupt handler
 2021-10-11  3:32 UTC  (2+ messages)

[PATCH] VDUSE: fix documentation underline warning
 2021-10-11  3:31 UTC  (3+ messages)

[PATCH v2] media: staging: ipu3-imgu: add the AWB memory layout
 2021-10-11  3:30 UTC  (3+ messages)

[PATCH v6 00/22] Kernel userspace access/execution prevention with hash translation
 2021-10-11  3:28 UTC  (4+ messages)
` [PATCH v6 19/22] powerpc/book3s64/hash/kuap: Enable kuap on hash

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-10-11  3:24 UTC  (10+ messages)
` [RFC 07/20] iommu/iommufd: Add iommufd_[un]bind_device()

[deller-parisc:hpmc-trigger 1/1] sysrq.c:undefined reference to `ioremap'
 2021-10-11  3:26 UTC  (2+ messages)

[PATCH 0/4] Do some cleanups
 2021-10-11  3:23 UTC  (2+ messages)

[PATCH 0/4] Do some cleanups in irdma driver
 2021-10-11 11:01 UTC  (5+ messages)
` [PATCH 1/4] RDMA/irdma: compact the uk.c file
` [PATCH 2/4] RDMA/irdma: compact the ctrl.c
` [PATCH 3/4] RDMA/irdma: compact the utils.c file
` [PATCH 4/4] RDMA/irdma: compact the file uk.c

[PATCH 0/2] mm, thp: fix file-backed THP race in collapse_file
 2021-10-11  3:22 UTC  (6+ messages)
` [PATCH v4 0/2] mm, thp: fix file-backed THP race in collapse_file and truncate pagecache
  ` [PATCH v4 1/2] mm, thp: lock filemap when truncating page cache
  ` [PATCH v4 2/2] mm, thp: bail out early in collapse_file for writeback page

[PATCH] tools: Stop re-defining -std= when building tools
 2021-10-11  3:21 UTC  (2+ messages)

[PATCH] static_call: fix null-ptr-deref in static_call_del_module
 2021-10-11  3:18 UTC  (3+ messages)

[PATCH v3 0/7] vDPA driver for Alibaba ENI
 2021-10-11  3:18 UTC  (22+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/7] virtio-pci: introduce legacy device module
  ` [PATCH v4 2/7] vdpa: fix typo
  ` [PATCH v4 4/7] vdpa: add new callback get_vq_num_min in vdpa_config_ops
  ` [PATCH v4 5/7] virtio_vdpa: setup correct vq size with callbacks get_vq_num_{max,min}
  ` [PATCH v4 6/7] vdpa: add new attribute VDPA_ATTR_DEV_MIN_VQ_SIZE
  ` [PATCH v4 7/7] eni_vdpa: add vDPA driver for Alibaba ENI

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-10-11  3:17 UTC  (3+ messages)
` [RFC 06/16] KVM: selftests: add library for creating/interacting with SEV guests

[RFC 00/22] efi_loader: more tightly integrate UEFI disks to device model
 2021-10-11  3:15 UTC  (19+ messages)
` [RFC 03/22] mmc: call device_probe() after scanning
` [RFC 06/22] sata: "
` [RFC 07/22] block: ide: "
` [RFC 07/22] dm: blk: add UCLASS_PARTITION
` [RFC 14/22] dm: blk: call efi's device-probe hook

[PATCH 1/9] cache: sifive: Fix -Wint-to-pointer-cast warning
 2021-10-11  3:14 UTC  (3+ messages)

[PATCH v2] board: sifive: Fix a potential build warning in board_fdt_blob_setup()
 2021-10-11  3:13 UTC  (3+ messages)

[PATCH] fs: fix GPF in nilfs_mdt_destroy
 2021-10-11  3:09 UTC 

[Virtio-fs] [virtiofsd PATCH v6 0/6] virtiofsd: support per-file DAX
 2021-10-11  3:09 UTC  (7+ messages)
` [Virtio-fs] [virtiofsd PATCH v6 1/6] virtiofsd: add .ioctl() support
` [Virtio-fs] [virtiofsd PATCH v6 2/6] virtiofsd: support per-file DAX in fuse protocol
` [Virtio-fs] [virtiofsd PATCH v6 3/6] virtiofsd: negotiate per-file DAX in FUSE_INIT
` [Virtio-fs] [virtiofsd PATCH v6 4/6] virtiofsd: add 'dax=' option
` [Virtio-fs] [virtiofsd PATCH v6 5/6] virtiofsd: implement file size based dax policy
` [Virtio-fs] [virtiofsd PATCH v6 6/6] virtiofsd: implement persistent inode attribute "

[PATCH for-5.16 0/2] async hybrid, a new way for pollable requests
 2021-10-11  3:08 UTC  (3+ messages)

[PATCH v4 1/2] hwmon: (asus_wmi_ec_sensors) Support B550 Asus WMI
 2021-10-11  3:05 UTC  (5+ messages)

[PATCH v6 0/7] fuse,virtiofs: support per-file DAX
 2021-10-11  3:00 UTC  (16+ messages)
` [Virtio-fs] "
` [PATCH v6 1/7] fuse: add fuse_should_enable_dax() helper
  ` [Virtio-fs] "
` [PATCH v6 2/7] fuse: make DAX mount option a tri-state
  ` [Virtio-fs] "
` [PATCH v6 3/7] fuse: support per-file DAX in fuse protocol
  ` [Virtio-fs] "
` [PATCH v6 4/7] fuse: negotiate per-file DAX in FUSE_INIT
  ` [Virtio-fs] "
` [PATCH v6 5/7] fuse: enable per-file DAX
  ` [Virtio-fs] "
` [PATCH v6 6/7] fuse: mark inode DONT_CACHE when per-file DAX hint changes
  ` [Virtio-fs] "
` [PATCH v6 7/7] Documentation/filesystem/dax: record DAX on virtiofs
  ` [Virtio-fs] "

[PATCH v3] mm: mmap_lock: remove "\n" in TP_printk and use DECLARE_EVENT_CLASS
 2021-10-11  2:59 UTC  (2+ messages)

[dpdk-dev] [PATCH v2] net/iavf: fix multi-process shared data
 2021-10-11  2:57 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3] "

[zen:5.14/lru-v5 2/3] mm/vmscan.c:184:54: error: use of undeclared identifier 'CONFIG_ANON_MIN_KBYTES'
 2021-10-11  2:56 UTC 

[PATCH 0/3] spi-bcm-qspi spcr3 enahancements
 2021-10-11  2:54 UTC  (7+ messages)
` [PATCH 1/3] spi: bcm-qspi: Add mspi spcr3 32/64-bits xfer mode
` [PATCH 2/3] spi: bcm-qspi: clear MSPI spifie interrupt during probe
` [PATCH 3/3] spi: bcm-qspi: add support for 3-wire mode for half duplex transfer

[PATCH v4 2/2] hwmon: (asus_wmi_sensors) Support X370 Asus WMI
 2021-10-11  2:53 UTC  (3+ messages)

I just want the revision
 2021-10-11  2:37 UTC 

[RFC PATCH] arch: ARM64: add isb before enable pan
 2021-10-11  2:49 UTC  (8+ messages)

[net-next PATCH v5 00/14] Multiple improvement for qca8337 switch
 2021-10-11  2:48 UTC  (29+ messages)
` [net-next PATCH v5 01/14] net: dsa: qca8k: add mac_power_sel support
` [net-next PATCH v5 02/14] dt-bindings: net: dsa: qca8k: Add SGMII clock phase properties
` [net-next PATCH v5 03/14] net: dsa: qca8k: add support for sgmii falling edge
` [net-next PATCH v5 04/14] dt-bindings: net: dsa: qca8k: Document support for CPU port 6
` [net-next PATCH v5 05/14] drivers: net: dsa: qca8k: add support for cpu "
` [net-next PATCH v5 06/14] net: dsa: qca8k: rework rgmii delay logic and scan "
` [net-next PATCH v5 07/14] dt-bindings: net: dsa: qca8k: Document qca,sgmii-enable-pll
` [net-next PATCH v5 08/14] net: dsa: qca8k: add explicit SGMII PLL enable
` [net-next PATCH v5 09/14] dt-bindings: net: dsa: qca8k: Document qca,led-open-drain binding
` [net-next PATCH v5 10/14] drivers: net: dsa: qca8k: add support for pws config reg
` [net-next PATCH v5 11/14] dt-bindings: net: dsa: qca8k: document support for qca8328
` [net-next PATCH v5 12/14] drivers: net: dsa: qca8k: add support for QCA8328
` [net-next PATCH v5 13/14] drivers: net: dsa: qca8k: set internal delay also for sgmii
` [net-next PATCH v5 14/14] drivers: net: dsa: qca8k: move port config to dedicated struct

[PATCH 01/26] meson: update 0.58.1 -> 0.59.1
 2021-10-11  2:47 UTC  (2+ messages)
` [OE-core] "

[PATCH] scsi: smartpqi: Enable sas_address sys fs for SATA device type
 2021-10-11  2:46 UTC 

[PATCH v2] block: nbd: fix sanity check for first_minor
 2021-10-11  2:45 UTC 

[PATCH net-next] net: procfs: add seq_puts() statement for dev_mcast
 2021-10-11  2:44 UTC  (4+ messages)

[PATCH] media: staging: ipu3-imgu: Initialise height_per_slice in the stripes
 2021-10-11  2:42 UTC  (17+ messages)

[PATCH v4 2/3] virtio: pci support virtqueue reset
 2021-10-11  2:42 UTC  (5+ messages)
` [virtio-dev] "

[dpdk-dev] [PATCH] net/mlx5: fix domains selection for meter policy
 2021-10-11  2:40 UTC 

[PATCH v5 00/16] Add TDX Guest Support (shared-mm support)
 2021-10-11  2:39 UTC  (6+ messages)
` [PATCH v5 16/16] x86/tdx: Add cmdline option to force use of ioremap_host_shared

[RESEND PATCH v2] trace: prevent preemption in perf_ftrace_function_call()
 2021-10-11  2:38 UTC  (3+ messages)

[tty:tty-testing] BUILD SUCCESS 2cb3315107b5b3312b0f434efdb3ad354274e2a5
 2021-10-11  2:30 UTC 

[PATCH v2 1/2] PCI: MCFG: Consolidate the separate PCI MCFG table entry list
 2021-10-11  2:25 UTC  (3+ messages)

[PATCH] net: mscc: ocelot: Fix dumplicated argument in ocelot
 2021-10-11  2:27 UTC 

[dpdk-dev] [DPDK] net/virtio: fix check scatter on all Rx queues
 2021-10-11  2:25 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v2 0/1] ftrace: add unit test for removing trace function
 2021-10-11  2:21 UTC  (3+ messages)
` [PATCH v2 1/1] "

linux-next: manual merge of the tip tree with Linus' tree
 2021-10-11  2:21 UTC 

[oe] honister merge request Oct 10th
 2021-10-11  2:20 UTC 

[zen:5.14/lru-v5 2/3] mm/vmscan.c:184:54: error: 'CONFIG_ANON_MIN_KBYTES' undeclared here (not in a function)
 2021-10-11  2:14 UTC 

[PATCH] hugetlb: Support node specified when using cma for gigantic hugepages
 2021-10-11  2:14 UTC  (3+ messages)

Inspur's CCLA Schedule A update 2021-10-11
 2021-10-11  2:11 UTC 

[PATCH net-next 1/2] mctp: test: disallow MCTP_TEST when building as a module
 2021-10-11  2:10 UTC  (5+ messages)

[PATCH 0/5] iommu: Some IOVA code reorganisation
 2021-10-11  2:06 UTC  (5+ messages)
` [PATCH 1/5] iova: Move fast alloc size roundup into alloc_iova_fast()

[PATCH 1/1] scsi: iscsi: Fix set_param handling
 2021-10-11  2:05 UTC  (3+ messages)

[PATCH net] virtio-net: fix for skb_over_panic inside big mode
 2021-10-11  2:04 UTC  (3+ messages)

[PATCH] docs: pdfdocs: Adjust \headheight for fancyhdr
 2021-10-11  2:05 UTC 

[PATCH] iscsi_tcp: fix the NULL pointer dereference
 2021-10-11  2:03 UTC  (3+ messages)

[tglx-devel:x86/fpu 62/77] arch/x86/kernel/fpu/xstate.c:1311:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-10-11  1:57 UTC  (2+ messages)

[syzbot] INFO: timekeeping: Cycle offset (ADDR) is larger than the 'riscv_clocksource' clock's NUM% safety margin (ADDR)
 2021-10-11  1:55 UTC 

[PATCH v7 1/2] dt-bindings: hwmon: Add nct7802 bindings
 2021-10-11  1:53 UTC  (4+ messages)
` [PATCH v7 2/2] hwmon: (nct7802) Make temperature/voltage sensors configurable

[PATCH] http: check CURLE_SSL_PINNEDPUBKEYNOTMATCH when emitting errors
 2021-10-11  1:49 UTC  (3+ messages)

[PATCH v17 0/5] FPGA Image Load (previously Security Manager)
 2021-10-11  1:41 UTC  (4+ messages)

[PATCH v6] watchdog: Extend watchdog timeout during kernel panic
 2021-10-11  1:46 UTC  (2+ messages)

Yocto build error
 2021-10-11  1:45 UTC 

UBSAN: shift-out-of-bounds in extAlloc
 2021-10-11  1:44 UTC 

kernel BUG in ext4_da_get_block_prep
 2021-10-11  1:42 UTC 

[PATCH] test-lib.sh: try to re-chmod & retry on failed trash removal
 2021-10-11  1:41 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 4.19 00/12] 4.19.210-rc1 review
 2021-10-11  1:37 UTC  (2+ messages)

[PATCH] cdrom: docs: reformat table in Documentation/userspace-api/ioctl/cdrom.rst
 2021-10-11  1:36 UTC  (4+ messages)

[PATCH v2] ARM: dts: aspeed: Add TYAN S7106 BMC machine
 2021-10-11  1:33 UTC  (6+ messages)

[tglx-devel:x86/fpu 54/77] arch/x86/kernel/fpu/xstate.c:349 os_xrstor_booting() warn: mask and shift to zero
 2021-10-11  1:31 UTC 

[PATCH v4] watchdog: add new parameter to start the watchdog on module insertion
 2021-10-11  1:26 UTC  (2+ messages)

Can the Kernel Concurrency Sanitizer Own Rust Code?
 2021-10-11  1:24 UTC  (19+ messages)

[PATCH v2 00/10] btrfs-progs: mkfs fixes and prep work for extent tree v2
 2021-10-11  1:24 UTC  (3+ messages)
` [PATCH v2 09/10] btrfs-progs: mkfs: generate free space tree at make_btrfs() time

[PATCH] drm: of: Add drm_of_lvds_get_data_mapping
 2021-10-11  1:22 UTC 

[xiang-erofs:dev-test] BUILD SUCCESS 391702c3e65f4ab52f247efd214e36023e1b5bee
 2021-10-11  1:19 UTC 

[powerpc:merge] BUILD SUCCESS ece9c55cc2f2c408240cd5627ea46926e9d4e5eb
 2021-10-11  1:19 UTC 

mmotm 2021-10-10-18-19 uploaded
 2021-10-11  1:20 UTC 

[PATCH bpf-next v2 0/2] bpf, mips: Do some small changes
 2021-10-11  1:19 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf, mips: Clean up config options about JIT
` [PATCH bpf-next v2 2/2] bpf, mips: Fix comment on tail call count limiting

[usb:usb-testing] BUILD SUCCESS c326d3ed52c8b47f0de329b3b213dc32409d3656
 2021-10-11  1:19 UTC 

[dpdk-dev] [PATCH v4 0/7] hide eth dev related structures
 2021-10-11  1:18 UTC  (5+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 4/7] ethdev: copy fast-path API into separate structure

[PATCH v4 0/3] arm64: support page mapping percpu first chunk allocator
 2021-10-11  1:09 UTC  (4+ messages)

[PATCH] d_path: Fix Kernel doc validator complaining
 2021-10-11  0:56 UTC  (2+ messages)
` [PATCH v2] "

[RFC] Following RT Linux Upstream Development
 2021-10-11  0:55 UTC 

[linux-linus test] 165457: tolerable FAIL - PUSHED
 2021-10-11  0:50 UTC 

0-DAY CI LINUX KERNEL PERFORMANCE REPORT (V5.14)
 2021-10-11  0:50 UTC 

[PATCH v7 0/5] make '%pD' print the full path of file
 2021-10-11  0:49 UTC  (6+ messages)
` [PATCH v7 1/5] d_path: fix Kernel doc validator complaints


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.