All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-20 22:36:28 to 2020-05-20 23:46:41 UTC [more...]

incoming
 2020-05-20 23:46 UTC  (12+ messages)
` + mm-add-comments-on-pglist_data-zones.patch added to -mm tree
` + mm-consolidate-pgd_index-and-pgd_offset_k-definitions-fix.patch "
` + makefile-support-compressed-debug-info.patch "
` + padata-remove-exit-routine.patch "
` + padata-initialize-earlier.patch "
` + padata-allocate-work-structures-for-parallel-jobs-from-a-pool.patch "
` + padata-add-basic-support-for-multithreaded-jobs.patch "
` + mm-parallelize-deferred_init_memmap.patch "
` + mm-make-deferred-inits-max-threads-arch-specific.patch "
` + padata-document-multithreaded-jobs.patch "
` + sparc32-use-pud-rather-than-pgd-to-get-pmd-in-srmmu_nocache_init.patch "

[jpirko-mlxsw:petrm_wip4 5/5] net/sched/cls_api.c:3894:37: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2020-05-20 23:46 UTC 

[PATCH V2 00/19] Miscellaneous fixes for resctrl selftests
 2020-05-20 23:46 UTC  (3+ messages)
` [PATCH V2 14/19] selftests/resctrl: Skip the test if requested resctrl feature is not supported

arch/sparc/mm/srmmu.c:300:9: error: variable 'pud' set but not used
 2020-05-20 23:46 UTC  (4+ messages)

[PATCH 00/10] fix swiotlb-xen for RPi4
 2020-05-20 23:45 UTC  (22+ messages)
` [PATCH 01/10] swiotlb-xen: use vmalloc_to_page on vmalloc virt addresses
` [PATCH 02/10] swiotlb-xen: remove start_dma_addr
` [PATCH 03/10] swiotlb-xen: add struct device* parameter to xen_phys_to_bus
` [PATCH 04/10] swiotlb-xen: add struct device* parameter to xen_bus_to_phys
` [PATCH 05/10] swiotlb-xen: add struct device* parameter to xen_dma_sync_for_cpu
` [PATCH 06/10] swiotlb-xen: add struct device* parameter to xen_dma_sync_for_device
` [PATCH 07/10] swiotlb-xen: add struct device* parameter to is_xen_swiotlb_buffer
` [PATCH 08/10] swiotlb-xen: introduce phys_to_dma/dma_to_phys translations
` [PATCH 09/10] xen/arm: introduce phys/dma translations in xen_dma_sync_for_*
` [PATCH 10/10] xen/arm: call dma_to_phys on the dma_addr_t parameter of dma_cache_maint

[linux-review:UPDATE-20200521-054700/Krzysztof-Wilczynski/PCI-Reference-bridge-window-resources-explicitly/20200520-055415 1/1] drivers/pci/setup-bus.c:1189:2: error: 'mmio1_res' undeclared
 2020-05-20 23:45 UTC 

exec: Promised cleanups after introducing exec_update_mutex
 2020-05-20 23:43 UTC  (6+ messages)
` [PATCH 0/6] exec: Trivial cleanups for exec
  ` [PATCH 0/5] exec: Control flow simplifications
    ` [PATCH v2 0/8] "

[PATCH] mm, memcg: unify reclaim retry limits with page allocator
 2020-05-20 23:42 UTC  (4+ messages)

[PATCH net-next] sctp: Pull the user copies out of the individual sockopt functions
 2020-05-20 23:33 UTC  (4+ messages)

[tip:x86/entry 23/80] arch/x86/entry/common.c:44:24: warning: no previous prototype for function 'enter_from_user_mode'
 2020-05-20 23:40 UTC  (2+ messages)

[PATCH 0/5] media: staging: rkisp1: change workqueue to threaded irq in stats
 2020-05-20 23:40 UTC  (7+ messages)
` [PATCH 2/5] media: staging: rkisp1: use a macro for the statistics flags mask
` [PATCH 3/5] media: staging: rkisp1: stats: use spin_lock_irqsave for irq_lock

[Ksummit-discuss] [TECH TOPIC] seccomp feature development
 2020-05-20 23:39 UTC  (8+ messages)

remove kernel_setsockopt and kernel_getsockopt v2
 2020-05-20 23:39 UTC  (25+ messages)
` [PATCH 31/33] sctp: add sctp_sock_set_nodelay
    ` [Ocfs2-devel] "
    ` [Cluster-devel] "
` [PATCH 32/33] net: add a new bind_add method
    ` [Ocfs2-devel] "
    ` [Cluster-devel] "

[PATCH v2 1/2] spapr: Add associativity reference point count to machine info
 2020-05-20 23:36 UTC  (4+ messages)
` [PATCH v2 2/2] spapr: Add a new level of NUMA for GPUs

[Bug 1856335] [NEW] Cache Layout wrong on many Zen Arch CPUs
 2020-05-20 23:28 UTC  (2+ messages)
` [Bug 1856335] "

[PATCH 0/1] x86/boot: lld fix
 2020-05-20 23:33 UTC  (3+ messages)
` [PATCH 1/1] x86/boot: Add .text.startup to setup.ld

[PATCH] USB: cdc-wdm: Call wake_up_all() when clearing WDM_IN_USE bit
 2020-05-20 23:31 UTC 

[PATCH] PCI: Avoid FLR for AMD Matisse HD Audio and USB Controllers
 2020-05-20 23:29 UTC  (2+ messages)

[PATCH 00/14] mm: balance LRU lists based on relative thrashing v2
 2020-05-20 23:25 UTC  (15+ messages)
` [PATCH 01/14] mm: fix LRU balancing effect of new transparent huge pages
` [PATCH 02/14] mm: keep separate anon and file statistics on page reclaim activity
` [PATCH 03/14] mm: allow swappiness that prefers reclaiming anon over the file workingset
` [PATCH 04/14] mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()
` [PATCH 05/14] mm: workingset: let cache workingset challenge anon
` [PATCH 06/14] mm: remove use-once cache bias from LRU balancing
` [PATCH 07/14] mm: vmscan: drop unnecessary div0 avoidance rounding in get_scan_count()
` [PATCH 08/14] mm: base LRU balancing on an explicit cost model
` [PATCH 09/14] mm: deactivations shouldn't bias the LRU balance
` [PATCH 10/14] mm: only count actual rotations as LRU reclaim cost
` [PATCH 11/14] mm: balance LRU lists based on relative thrashing
` [PATCH 12/14] mm: vmscan: determine anon/file pressure balance at the reclaim root
` [PATCH 13/14] mm: vmscan: reclaim writepage is IO cost
` [PATCH 14/14] mm: vmscan: limit the range of LRU type balancing

[PATCH] bisect--helper: avoid segfault with bad syntax in start --term-.+
 2020-05-20 23:26 UTC  (2+ messages)
` [PATCH v2] bisect--helper: avoid segfault with bad syntax in `start --term-*`

[PATCH v4 0/2] Historical Service Time Path Selector
 2020-05-20 23:26 UTC  (2+ messages)
` [dm-devel] "

[patch V6 12/37] x86/entry: Provide idtentry_entry/exit_cond_rcu()
 2020-05-20 23:25 UTC  (11+ messages)

failed disks, mapper, and "Invalid argument"
 2020-05-20 23:23 UTC  (2+ messages)

[djwong-xfs:repair-metadata-atomically 127/227] fs/xfs/scrub/parent.c:71:1: warning: no previous prototype for function 'xchk_parent_count_parent_dentries'
 2020-05-20 23:23 UTC 

[PATCH 0/2 v3] Fix VMX preemption timer migration
 2020-05-20 23:22 UTC  (3+ messages)
` [PATCH 1/2 v3] KVM: nVMX: "
` [PATCH 2/2 v3] KVM: selftests: VMX preemption timer migration test

[PATCH] mm: add comments on pglist_data zones
 2020-05-20 23:22 UTC  (2+ messages)

[PATCH v2 0/4] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-05-20 23:21 UTC  (5+ messages)
` [PATCH v2 1/4] Introduce yank feature

[PATCH] usb: dwc2: Update Core Reset programming flow
 2020-05-20 23:07 UTC  (3+ messages)

[PATCH net 0/3] rxrpc: Fix retransmission timeout and ACK discard
 2020-05-20 23:22 UTC  (4+ messages)
` [PATCH net 1/3] rxrpc: Fix the excessive initial retransmission timeout
` [PATCH net 2/3] rxrpc: Trace discarded ACKs
` [PATCH net 3/3] rxrpc: Fix ack discard

[PATCH] Makefile: support compressed debug info
 2020-05-20 23:22 UTC  (4+ messages)
` [PATCH v2] "

[patch V6 00/37] x86/entry: Rework leftovers and merge plan
 2020-05-20 23:21 UTC  (10+ messages)
` [patch V6 10/37] x86/entry: Switch XEN/PV hypercall entry to IDTENTRY

[PATCH net-next 03/12] net: atlantic: changes for multi-TC support
 2020-05-20 23:18 UTC  (3+ messages)

[PATCH] nvdimm/region: always show the 'align' attribute
 2020-05-20 23:20 UTC  (2+ messages)

[monstr-microblaze:master-next-test 35/84] drivers/usb/dwc3/./trace.h:100: multiple definition of `dwc3_simple_wakeup_capable'; drivers/usb/dwc3/core.o:include/linux/rcupdate.h:773: first defined here
 2020-05-20 23:19 UTC 

[PATCH 0/2] Fix VMX preemption timer migration
 2020-05-20 23:18 UTC  (4+ messages)
` [PATCH 2/2] KVM: selftests: VMX preemption timer migration test

[PATCH v13 00/11] Convert PWM period and duty cycle to u64
 2020-05-20 23:15 UTC  (7+ messages)

[PATCH v1 1/2] riscv: sifive_e: Manually define the machine
 2020-05-20 23:08 UTC  (3+ messages)

[PATCH v3] i2c: Add i2c-pseudo driver for userspace I2C adapters
 2020-05-20 23:11 UTC  (2+ messages)

[linux-next:master 10679/10701] arch/x86/mm/pgtable.c:427:2: warning: variable length array 'u_pmds' is used
 2020-05-20 23:11 UTC  (3+ messages)

[PATCH v1 2/2] sifive_e: Support the revB machine
 2020-05-20 23:08 UTC  (3+ messages)

[PATCH v4 0/2] PCI: Add new UniPhier PCIe endpoint driver
 2020-05-20 23:06 UTC  (4+ messages)
` [PATCH v4 2/2] PCI: uniphier: Add Socionext UniPhier Pro5 PCIe endpoint controller driver

[Intel-gfx] [CI] drm/i915/gt: Trace the CS interrupt
 2020-05-20 23:05 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Trace the CS interrupt (rev7)

[PATCH 0/2]null_blk: small fixes for zoned mode
 2020-05-20 23:01 UTC  (3+ messages)
` [PATCH 1/2] null_blk: return error for invalid zone size
` [PATCH 2/2] null_blk: don't allow discard for zoned mode

[PATCH v5 0/5] qemu-img: Add convert --bitmaps
 2020-05-20 23:00 UTC  (3+ messages)
` [PATCH v5 2/5] qcow2: Expose bitmaps' size during measure

[PATCH v4 0/5] arm64: dts: meson: add W400 dtsi and GT-King/Pro devices
 2020-05-20 23:01 UTC  (5+ messages)

[RESEND PATCH v14 00/11] Convert PWM period and duty cycle to u64
 2020-05-20 22:56 UTC  (36+ messages)
  ` [RESEND PATCH v14 01/11] drm/i915: Use 64-bit division macro
  ` [RESEND PATCH v14 02/11] hwmon: pwm-fan: "
  ` [RESEND PATCH v14 03/11] ir-rx51: "
  ` [RESEND PATCH v14 04/11] pwm: clps711x: Cast period to u32 before use as divisor
  ` [RESEND PATCH v14 05/11] pwm: pwm-imx-tpm: Use 64-bit division macro
  ` [RESEND PATCH v14 06/11] pwm: imx27: Use 64-bit division macro and function
  ` [RESEND PATCH v14 07/11] pwm: sifive: Use 64-bit division macro
  ` [RESEND PATCH v14 08/11] pwm: sun4i: Use nsecs_to_jiffies to avoid a division
  ` [RESEND PATCH v14 09/11] backlight: pwm_bl: Use 64-bit division function
  ` [RESEND PATCH v14 10/11] clk: pwm: "
  ` [RESEND PATCH v14 11/11] pwm: core: Convert period and duty cycle to u64

[PATCH v8 3/6] clocksource: Ingenic: Add high resolution timer support for SMP
 2020-05-20 22:14 UTC  (3+ messages)
` [PATCH] "

[PATCH] nvmet: fix memory leak when removing namespaces and controllers concurrently
 2020-05-20 22:55 UTC  (2+ messages)

[PATCH 0/4] fscrypt: make '-o test_dummy_encryption' support v2 policies
 2020-05-20 22:55 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH 0/2] fs-verity: misc cleanups
 2020-05-20 22:52 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH 0/3] fscrypt: misc cleanups
 2020-05-20 22:51 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH 1/1] drm/amdgpu: Sync with VM root BO when switching VM to CPU update mode
 2020-05-20 22:51 UTC 

Tree-Checker-Error on vServer-Directory
 2020-05-20 22:50 UTC  (2+ messages)

[PATCH v2] riscv: Fix print_vm_layout build error if NOMMU
 2020-05-20 22:49 UTC  (3+ messages)

[PATCH 4.19.y] riscv: set max_pfn to the PFN of the last page
 2020-05-20 22:38 UTC 

[balbi-usb:next 81/89] drivers/usb/gadget/udc/atmel_usba_udc.c:2106:22: warning: variable 'pp' set but not used
 2020-05-20 22:49 UTC 

[RFC PATCH 00/13] Core scheduling v5
 2020-05-20 22:48 UTC  (3+ messages)
` [PATCH RFC v2] Add support for core-wide protection of IRQ and softirq
` [PATCH RFC] sched: Use sched-RCU in core-scheduling balancing logic

[PATCH] PCI: dwc: Warn only for non-prefetchable memory resource size >4GB
 2020-05-20 22:48 UTC  (9+ messages)
            `  "

[RFC v1 0/3] Add QTI QFPROM-Efuse driver support
 2020-05-20 22:48 UTC  (10+ messages)
` [RFC v1 2/3] drivers: nvmem: Add driver for QTI qfprom-efuse support

[PATCH 03/12] OPP: Improve required-opps linking
 2020-05-20 22:46 UTC  (2+ messages)

[Buildroot] [PATCHv2] package/gcc/9.3.0: fix host-gcc-final when ccache is used
 2020-05-20 22:45 UTC 

[PATCH ghak25 v6a] audit: add subj creds to NETFILTER_CFG record to cover async unregister
 2020-05-20 22:42 UTC  (3+ messages)

[PATCH 5/9] blk-mq: don't set data->ctx and data->hctx in blk_mq_alloc_request_hctx
 2020-05-20 22:40 UTC  (17+ messages)
                  ` io_uring vs CPU hotplug, was "

[PATCH 0/7] Share events between metrics
 2020-05-20 22:42 UTC  (7+ messages)
` [PATCH 5/7] perf metricgroup: Remove duped metric group events

[PATCH v2 0/4] Align PCI Emul Bridge to PCIe 5.0
 2020-05-20 22:41 UTC  (5+ messages)
` [PATCH v2 3/4] PCI: pci-bridge-emul: Update for PCIe 5.0 r1.0
` [PATCH v2 4/4] PCI: pci-bridge-emul: Eliminate the 'reserved' member

[PATCH V2] toybox: bump version to 0.8.3
 2020-05-20 22:40 UTC 

[dpdk-dev] [PATCH 1/5] app/testpmd: print clock with CPU cycles per pkt
 2020-05-20 22:39 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 4/5] doc: include config options in testpmd user guide

Git Test Coverage Report (v2.27.0-rc0)
 2020-05-20 22:37 UTC  (4+ messages)
` [PATCH 1/1] builtin/checkout: simplify metadata initialization

[PATCH 0/2] xfs: fix unecessary percpu counter overhead
 2020-05-20 22:37 UTC  (8+ messages)
` [PATCH 1/2] xfs: gut error handling in xfs_trans_unreserve_and_mod_sb()
  ` [PATCH 1/2 V2] "

include/linux/compiler.h:61:16: warning: function 'trace_event_raw_event_qla_log_event' might be a candidate for 'gnu_printf' format attribute
 2020-05-20 22:30 UTC 

[PATCH 00/15] PCI: brcmstb: enable PCIe for STB chips
 2020-05-20 22:36 UTC  (6+ messages)
` [PATCH 09/15] device core: Add ability to handle multiple dma offsets

[PATCH v7 0/2] Adding support for Versal CPM as Root Port driver
 2020-05-20 22:36 UTC  (3+ messages)
` [PATCH v7 2/2] PCI: xilinx-cpm: Add Versal CPM "


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.