All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-25 16:31:15 to 2020-09-25 17:13:34 UTC [more...]

[PATCH v1 0/3] Remove the limitation of Intel PT CPUID info
 2020-09-25 16:54 UTC  (5+ messages)
` [PATCH v1 1/3] i386: Remove the limitation of IP payloads for Intel PT

[PATCH 2/2] locktorture: call percpu_free_rwsem() to do percpu-rwsem cleanup
 2020-09-25 17:13 UTC  (3+ messages)
` [PATCH v2 "

[dpdk-dev] [PATCH] checkpatch: suppress fallthrough warning
 2020-09-25 17:13 UTC  (3+ messages)

[PATCH v3 1/1] PCI/ERR: Fix reset logic in pcie_do_recovery() call
 2020-09-25 17:11 UTC  (12+ messages)

[PATCH v13 00/26] Control-flow Enforcement: Shadow Stack
 2020-09-25 14:56 UTC  (4+ messages)
` [PATCH v13 04/26] x86/cet: Add control-protection fault handler
` [PATCH v13 25/26] x86/cet/shstk: Add arch_prctl functions for shadow stack
` [PATCH v13 26/26] mm: Introduce PROT_SHSTK "

[RFC PATCH 0/3] KVM: Introduce "VM bugged" concept
 2020-09-25 17:12 UTC  (12+ messages)
` [RFC PATCH 3/3] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM

Co-Operation Required
 2020-09-25  3:06 UTC 

[PATCH v6 00/21] Convert QAPI doc comments to generate rST instead of texinfo
 2020-09-25 17:09 UTC  (19+ messages)
` [PATCH v6 05/21] scripts/qapi/parser.py: improve doc comment indent handling
` [PATCH v6 06/21] qapi/machine.json: Escape a literal '*' in doc comment
` [PATCH v6 07/21] docs/sphinx: Add new qapi-doc Sphinx extension
` [PATCH v6 09/21] docs/interop: Convert qemu-qmp-ref to rST
` [PATCH v6 11/21] qga/qapi-schema.json: Add some headings
` [PATCH v6 12/21] tests/qapi-schema: Convert doc-good.json to rST-style strong/emphasis
` [PATCH v6 13/21] meson.build: Move SPHINX_ARGS to top level meson.build file
` [PATCH v6 14/21] meson.build: Make manuals depend on source to Sphinx extensions
` [PATCH v6 15/21] tests/qapi-schema: Add test of the rST QAPI doc-comment outputn
` [PATCH v6 16/21] scripts/qapi: Remove texinfo generation support
` [PATCH v6 17/21] docs/devel/qapi-code-gen.txt: Update to new rST backend conventions
` [PATCH v6 18/21] scripts/texi2pod: Delete unused script
` [PATCH v6 19/21] Remove Texinfo related line from git.orderfile
` [PATCH v6 20/21] configure: Drop texinfo requirement
` [PATCH v6 21/21] Remove texinfo dependency from docker and CI configs

Co-Operation Required
 2020-09-25  1:51 UTC 

Co-Operation Required
 2020-09-25  3:13 UTC 

[Intel-gfx] [PATCH 1/4] drm/i915/gem: Hold request reference for canceling an active context
 2020-09-25 13:23 UTC  (5+ messages)
` [PATCH 4/4] drm/i915/gem: Always test execution status on closing the context
  ` [Intel-gfx] "

[PATCH 00/16] hw/block/nvme: zoned namespace command set
 2020-09-25 17:06 UTC  (2+ messages)

[PATCH] f2fs: compress: fix to disallow enabling compress on non-empty file
 2020-09-25 17:07 UTC  (5+ messages)
    ` [f2fs-dev] "

[MPTCP] Re: [RFC PATCH 6/8] mptcp: refactor shutdown and close
 2020-09-25 17:07 UTC 

[Cocci] coccinelle: Convert comma to semicolons (was Re: [PATCH] checkpatch: Add test for comma use that should be semicolon)
 2020-09-25 17:06 UTC  (7+ messages)
    ` [Cocci] coccinelle: Convert comma to semicolons (was Re: [PATCH] checkpatch: Add test for comma
    ` [Linux-kernel-mentees] [Cocci] coccinelle: Convert comma to semicolons (was Re: [PATCH] checkpatch: Add test for comma use that should be semicolon)

[PATCH v2 00/38] qapi: static typing conversion, pt1
 2020-09-25 17:05 UTC  (20+ messages)
` [PATCH v2 14/38] qapi/common.py: Convert comments into docstrings, and elaborate
` [PATCH v2 22/38] qapi/source.py: add type hint annotations
` [PATCH v2 24/38] qapi/gen.py: Fix edge-case of _is_user_module
` [PATCH v2 28/38] qapi/gen.py: update write() to be more idiomatic

[PATCH] mmc: host: fix depends for MMC_MESON_GX w/ COMPILE_TEST
 2020-09-25 17:04 UTC  (6+ messages)

[PATCH 00/16] qapi: static typing conversion, pt2
 2020-09-25 17:04 UTC  (10+ messages)
` [PATCH 06/16] qapi/expr.py: Check type of 'data' member
` [PATCH 16/16] qapi/expr.py: Use an expression checker dispatch table

[PATCH 0/2] tracing/mm: Add tracepoint_enabled() helper function for headers
 2020-09-25 17:05 UTC  (10+ messages)
` [PATCH 1/2] tracepoints: Add helper to test if tracepoint is enabled in a header

[PATCH] pseudo: do not expand symlinks in /proc
 2020-09-25 17:05 UTC 

[PATCH v2 00/27] NFSD operation monitoring tracepoints
 2020-09-25 17:04 UTC  (8+ messages)

[PATCH net-next 0/4] simplify TCP loss marking code
 2020-09-25 17:04 UTC  (5+ messages)
` [PATCH net-next 1/4] tcp: consistently check retransmit hint
` [PATCH net-next 2/4] tcp: move tcp_mark_skb_lost
` [PATCH net-next 3/4] tcp: simplify tcp_mark_skb_lost
` [PATCH net-next 4/4] tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lost

[PATCH 00/11] Modernizing the t7001 test script
 2020-09-25 17:02 UTC  (12+ messages)
` [PATCH 01/11] t7001: convert tests from the old style to the current style
` [PATCH 02/11] t7001: use TAB instead of spaces
` [PATCH 03/11] t7001: remove unnecessary blank lines
` [PATCH 04/11] t7001: change the style for cd according to subshell
` [PATCH 05/11] t7001: remove whitespace after redirect operators
` [PATCH 06/11] t7001: change (cd <path> && git foo) to (git -C <path> foo)
` [PATCH 07/11] t7001: use ': >' rather than 'touch'
` [PATCH 08/11] t7001: put each command on a separate line
` [PATCH 09/11] t7001: use here-docs instead of echo
` [PATCH 10/11] t7001: use `test` rather than `[`
` [PATCH 11/11] t7001: move cleanup code from outside the tests into them

[MPTCP] Re: [RFC PATCH 6/8] mptcp: refactor shutdown and close
 2020-09-25 17:02 UTC 

[RFC PATCH v3 00/34] Hexagon patch series
 2020-09-25 16:59 UTC  (5+ messages)
` [RFC PATCH v3 34/34] Hexagon build infrastructure

[PATCH 0/9] nfsd_dispatch() clean up
 2020-09-25 17:00 UTC  (10+ messages)
` [PATCH 1/9] nfsd: rq_lease_breaker cleanup
` [PATCH 2/9] lockd: Replace PROC() macro with open code
` [PATCH 3/9] NFSACL: "
` [PATCH 4/9] NFSD: Encoder and decoder functions are always present
` [PATCH 5/9] NFSD: Clean up switch statement in nfsd_dispatch()
` [PATCH 6/9] NFSD: Clean up stale comments "
` [PATCH 7/9] NFSD: Clean up nfsd_dispatch() variables
` [PATCH 8/9] NFSD: Refactor nfsd_dispatch() error paths
` [PATCH 9/9] NFSD: Set *statp in success path

[dpdk-dev] [PATCH] eal/windows: fix incorrect free condition in getopt implementation
 2020-09-25 16:59 UTC  (3+ messages)

[PATCH v6 00/15] preallocate filter
 2020-09-25 16:58 UTC  (4+ messages)
` [PATCH v6 13/15] scripts/simplebench: improve view of ascii table

[PATCH v8 00/17] QEMU cpus.c refactoring part2
 2020-09-25 16:55 UTC  (5+ messages)

[PATCH][next] dpaa2-mac: Fix potential null pointer dereference
 2020-09-25 17:03 UTC 

[PATCH 0/8] parsing trailers with shortlog
 2020-09-25 16:57 UTC  (2+ messages)

Can we credibly make vdso_sgx_enter_enclave() pleasant to use?
 2020-09-25 16:55 UTC 

Please pull u-boot-x86/next into next
 2020-09-25 16:54 UTC  (2+ messages)

Please pull u-boot-marvell/master
 2020-09-25 16:54 UTC  (2+ messages)

[GIT PULL] xilinx patches for v2021.01
 2020-09-25 16:54 UTC  (2+ messages)

[PATCH] bisect: don't use invalid oid as rev when starting
 2020-09-25 16:54 UTC  (10+ messages)

[RFC] mm: Allow 64-bit mmap syscalls to access higher addresses
 2020-09-25 16:53 UTC  (2+ messages)

[PATCH] ALSA: rockchip: fix a possible divide-by-zero bug in rockchip_i2s_hw_params()
 2020-09-25 16:51 UTC  (5+ messages)

[PATCH] i915: Introduce quirk for shifting eDP brightness
 2020-09-25 16:53 UTC  (15+ messages)
        ` [Intel-gfx] "

[PATCH v3 0/4] dma-buf: Flag vmap'ed memory as system or I/O memory
 2020-09-25 16:53 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for dma-buf: Flag vmap'ed memory as system or I/O memory (rev3)

[PATCH] configure: make building deprecated targets easier
 2020-09-25 16:52 UTC  (2+ messages)

[PATCH bpf-next 0/9] libbpf: BTF writer APIs
 2020-09-25 16:53 UTC  (6+ messages)
` [PATCH bpf-next 7/9] libbpf: add BTF writing APIs

[GIT PULL] Power management fixes for v5.9-rc7
 2020-09-25 16:53 UTC 

[PATCH 0/6] linux-yocto: consolidated pull request
 2020-09-25 16:52 UTC  (4+ messages)
` [PATCH 6/6] lttng-modules: backport patches from 2.12.x to fix 5.4.64+ and 5.8.9+ builds
  ` [OE-core] "

[PATCH v2 0/6] drm/i915: Add support for LTTPR non-transparent link training mode
 2020-09-25 16:51 UTC  (8+ messages)
` [PATCH v2 4/6] drm/dp: Add LTTPR helpers
      ` [Intel-gfx] "
` [Intel-gfx] [PATCH v2 5/6] drm/i915: Switch to LTTPR transparent mode link training

[PATCH v2 0/2] regmap: add support to regmap_field_bulk_alloc/free
 2020-09-25 16:48 UTC  (6+ messages)
` [PATCH v2 1/2] regmap: add support to regmap_field_bulk_alloc/free apis
` [PATCH v2 2/2] ASoC: lpass-platform: use devm_regmap_field_bulk_alloc

[PATCH 4.19 00/37] 4.19.148-rc1 review
 2020-09-25 16:51 UTC  (3+ messages)
` [PATCH 4.19 23/37] ipv4: Update exception handling for multipath routes via same device

[PATCH v13 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2020-09-25 16:51 UTC  (6+ messages)
` [PATCH v13 8/8] x86/vsyscall/64: Fixup Shadow Stack and Indirect Branch Tracking for vsyscall emulation

[PATCH 0/9] sched: Migrate disable support
 2020-09-25 16:50 UTC  (5+ messages)
` [PATCH 3/9] sched/hotplug: Ensure only per-cpu kthreads run during hotplug
` [PATCH 7/9] sched: Add migrate_disable()

[PATCH v3 0/3] Add Broadcom VK driver
 2020-09-25 16:50 UTC  (7+ messages)
` [PATCH v3 2/3] misc: bcm-vk: add "

remove alloc_vm_area v2
 2020-09-25 16:50 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [01/11] mm: update the documentation for vfree (rev2)

[PATCH bpf-next 0/6] Various BPF helper improvements
 2020-09-25 16:50 UTC  (7+ messages)
` [PATCH bpf-next 4/6] bpf, libbpf: add bpf_tail_call_static helper for bpf programs

[PATCH v2 0/2]
 2020-09-25 16:50 UTC  (3+ messages)
` [PATCH v2 1/2] xfs: remove deprecated mount options
` [PATCH v2 2/2] xfs: remove deprecated sysctl options

[OE-core][PATCH 1/1] cortex-m0.inc: Add tuning for cortex-m0
 2020-09-25 16:49 UTC  (2+ messages)

pull request of u-boot-fsl-qoriq for v2020.10
 2020-09-25 16:48 UTC 

Quick question?
 2020-09-25 16:48 UTC  (6+ messages)

REGRESSION: 37f4a24c2469: blk-mq: centralise related handling into blk_mq_get_driver_tag
 2020-09-25 16:47 UTC  (15+ messages)

[Bluez PATCH v2 00/10] Bluetooth: Add new MGMT interface for advertising add
 2020-09-25 16:47 UTC  (5+ messages)
` [Bluez PATCH v2 02/10] doc/mgmt-api: Add new MGMT interfaces to mgmt-api

[PATCH 0/5] Fix DPC hotplug race and enhance error hanlding
 2020-09-25 12:38 UTC  (6+ messages)
` [PATCH 4/5] PCI: only return true when dev io state is really changed
  ` [PATCH 1/5] PCI: define a function to check and wait till port finish DPC handling
  ` [PATCH 2/5] PCI: pciehp: check and wait port status out of DPC before handling DLLSC and PDC
  ` [PATCH 3/5] PCI/ERR: get device before call device driver to avoid null pointer reference

KMSAN: uninit-value in f2fs_lookup
 2020-09-25 16:45 UTC  (6+ messages)
` [f2fs-dev] "

[PATCH v2 seccomp 0/6] seccomp: Add bitmap cache of arg-independent filter results that allow syscalls
 2020-09-25 16:45 UTC  (6+ messages)
` [PATCH v2 seccomp 3/6] seccomp/cache: Add "emulator" to check if filter is arg-dependent

[RFC PATCH v2] sched/fair: select idle cpu from idle cpumask in sched domain
 2020-09-25 16:45 UTC  (8+ messages)

Git Alias not working in worktree
 2020-09-25 16:44 UTC 

[PATCH][next] net/mlx5e: Fix potential null pointer dereference
 2020-09-25 16:49 UTC 

[PATCH][v2] KVM: x86/mmu: fix counting of rmap entries in pte_list_add
 2020-09-25 16:43 UTC  (2+ messages)

[PATCH 1/3] ASoC: cs4234: Add dtschema binding document
 2020-09-25 16:41 UTC  (4+ messages)
` [PATCH 2/3] ASoC: cs4234: Add support for Cirrus Logic CS4234 codec

[PATCH v4 0/2] ovl introduce "uuid=off"
 2020-09-25 16:42 UTC  (5+ messages)
` [PATCH v4 1/2] ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fh
` [PATCH v4 2/2] ovl: introduce new "uuid=off" option for inodes index feature

[PATCH] Input: synaptics - enable InterTouch for ThinkPad X1E/P1 2nd gen
 2020-09-25 16:36 UTC 

[linux-nvme:nvme-5.10] BUILD SUCCESS e865ff4810943111a25f8891d6ebac390cc57b93
 2020-09-25 16:41 UTC 

[PATCH 0/9] gpio: mockup: refactoring + documentation
 2020-09-25 12:30 UTC  (9+ messages)
` [PATCH 1/9] lib: string_helpers: provide kfree_strarray()
` [PATCH 8/9] gpio: mockup: use the generic 'gpio-line-names' property

[PATCH 0/3] Add Clock and Pincontrol driver support for RZ/G2N SoC
 2020-09-25 16:40 UTC  (4+ messages)
` [PATCH 1/3] arm: renesas: Add config option for R8A774B1 SoC
` [PATCH 2/3] clk: renesas: Add R8A774B1 clock tables
` [PATCH 3/3] pinctrl: renesas: r8a77965: Add R8A774B1 PFC support

[PATCH v8 0/8] Allow user space to restrict and augment MSR emulation
 2020-09-25 16:40 UTC  (3+ messages)
` [PATCH v8 1/8] KVM: x86: Return -ENOENT on unimplemented MSRs

[RFC PATCH seccomp 2/2] seccomp/cache: Cache filter results that allow syscalls
 2020-09-25 16:39 UTC  (7+ messages)
` [PATCH v2 seccomp 2/6] asm/syscall.h: Add syscall_arches[] array

[PATCH v1] Bluetooth: btintel: Fix issue reported by static analysis tool
 2020-09-25 16:39 UTC  (4+ messages)

[PATCH v3 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-09-25 16:39 UTC  (6+ messages)
` [PATCH v3 04/10] fs/ntfs3: Add file operations and implementation

[PATCH v1 0/4] s390x: css: pv: css test adaptation for PV
 2020-09-25 16:02 UTC  (2+ messages)
` [PATCH v1 3/4] s390: define UV compatible I/O allocation

tools/virtiofs: Multi threading seems to hurt performance
 2020-09-25 16:33 UTC  (5+ messages)
` virtiofs vs 9p performance(Re: tools/virtiofs: Multi threading seems to hurt performance)
      ` [Virtio-fs] "

[dpdk-dev] [PATCH 0/3] add FEC support
 2020-09-25 16:38 UTC  (8+ messages)
` [dpdk-dev] [PATCH V12 0/4] "
  ` [dpdk-dev] [PATCH V12 1/4] ethdev: introduce FEC API

[PATCH v2 0/2] ASoC: qdsp6: fix some warnings when build without CONFIG_OF
 2020-09-25 16:35 UTC  (6+ messages)
` [PATCH v2 1/2] ASoC: qdsp6: add ifdef CONFIG_OF around of_device_id
` [PATCH v2 2/2] ASoC: q6asm: fix kernel doc warnings

[PATCH v3] Bluetooth: Check for encryption key size on connect
 2020-09-25 16:37 UTC  (2+ messages)

[PATCH] sched,fair: fix the spelling of enqueued
 2020-09-25 16:18 UTC 

pull-request: wireless-drivers-next-2020-09-25
 2020-09-25 16:36 UTC 

x86/irq: Make run_on_irqstack_cond() typesafe
 2020-09-25 16:36 UTC  (2+ messages)

[PATCH V5 0/3] iommu: Add support to change default domain of an iommu group
 2020-09-25 16:35 UTC  (4+ messages)
` [PATCH V7 "

[kvm-unit-tests PATCH] configure: Add a check for the bash version
 2020-09-25 16:33 UTC  (3+ messages)

[PATCH] ACPI: battery.h: include linux/power_supply.h
 2020-09-25 16:33 UTC  (2+ messages)

[PATCH v3 0/4] Fixes for usbip and specialised USB driver selection
 2020-09-25 16:31 UTC  (4+ messages)
` [PATCH v3 3/4] usbcore/driver: Fix incorrect downcast

[v3 0/2] recalculate min_free_kbytes post memory hotplug
 2020-09-25 16:31 UTC  (4+ messages)
` [v3 1/2] mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged

[PATCH] fs/affs: Fix basic permission bits to actually work
 2020-09-25 16:21 UTC  (3+ messages)

[PATCH net-next 0/3] dpaa2-eth: small updates
 2020-09-25 16:31 UTC  (3+ messages)
` [PATCH net-next 1/3] dpaa2-mac: do not check for both child and parent DTS nodes

[PATCH v12 0/6] IOMMU user API enhancement
 2020-09-25 16:32 UTC  (2+ messages)
` [PATCH v12 2/6] iommu/uapi: Add argsz for user filled data


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.