All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-23 19:25:21 to 2020-09-23 20:28:20 UTC [more...]

[PATCH v6 0/9] Syscall User Dispatch
 2020-09-23 20:28 UTC  (11+ messages)
` [PATCH v6 1/9] kernel: Support TIF_SYSCALL_INTERCEPT flag
` [PATCH v6 7/9] x86: Enable Syscall User Dispatch

[Buildroot] [RFC v1 01/13] package/gst1-interpipe: bump version to 94dea52 (1.1.2)
 2020-09-23 20:28 UTC  (11+ messages)
` [Buildroot] [RFC v1 03/13] package/gstreamer1: bump version to 1.18.0
` [Buildroot] [RFC v1 04/13] package/gst1-plugins-base: "
` [Buildroot] [RFC v1 05/13] package/gst1-plugins-good: "
` [Buildroot] [RFC v1 06/13] package/gst1-plugins-bad: "
` [Buildroot] [RFC v1 07/13] package/gst1-plugins-ugly: "

[PATCH] KVM: SVM: Add a dedicated INVD intercept routine
 2020-09-23 20:27 UTC 

[PATCH] spi: fsl-espi: Only process interrupts for expected events
 2020-09-23 20:27 UTC  (2+ messages)

[PATCH] cmake: ignore generated files
 2020-09-23 20:27 UTC  (9+ messages)

[PATCH v4 1/4] dt-bindings: i2c: imx-lpi2c: Add properties and use unevaluatedProperties
 2020-09-23 20:25 UTC  (12+ messages)
` [PATCH v4 2/4] dt-bindings: i2c: imx-lpi2c: Fix i.MX 8QXP compatible matching
` [PATCH v4 3/4] dt-bindings: i2c: imx: Add properties and use unevaluatedProperties
` [PATCH v4 4/4] dt-bindings: i2c: imx: Fix i.MX 7 compatible matching

[PATCH 00/16] qapi: static typing conversion, pt2
 2020-09-23 20:25 UTC  (31+ messages)
` [PATCH 01/16] qapi/expr.py: Remove 'info' argument from nested check_if_str
` [PATCH 02/16] qapi/expr.py: Check for dict instead of OrderedDict
` [PATCH 03/16] qapi/expr.py: constrain incoming expression types
` [PATCH 04/16] qapi/expr.py: Add assertion for union type 'check_dict'
` [PATCH 05/16] qapi/expr.py: move string check upwards in check_type
` [PATCH 06/16] qapi/expr.py: Check type of 'data' member
` [PATCH 07/16] qapi/expr.py: Add casts in a few select cases
` [PATCH 08/16] qapi/expr.py: add type hint annotations
` [PATCH 09/16] qapi/expr.py: rewrite check_if
` [PATCH 10/16] qapi/expr.py: Remove single-letter variable
` [PATCH 11/16] qapi/expr.py: enable pylint checks
` [PATCH 12/16] qapi/expr.py: Add docstrings
` [PATCH 13/16] qapi/expr.py: Modify check_keys to accept any Iterable
` [PATCH 14/16] qapi/expr.py: Use tuples instead of lists for static data
` [PATCH 15/16] qapi/expr.py: move related checks inside check_xxx functions

[PATCH 0/5] mm: Break COW for pinned pages during fork()
 2020-09-23 20:25 UTC  (19+ messages)
` [PATCH 4/5] mm: Do early cow for pinned pages during fork() for ptes
` [PATCH 5/5] mm/thp: Split huge pmds/puds if they're pinned when fork()

[Buildroot] [git commit] package/gst1-rtsp-server: bump version to 1.18.0
 2020-09-23 20:25 UTC 

[PATCH v3] perf metricgroup: Fix uncore metric expressions
 2020-09-23 20:25 UTC  (6+ messages)
` [PATCH v4] "

[Buildroot] [git commit] package/gst1-vaapi: bump version to 1.18.0 and convert to meson
 2020-09-23 20:25 UTC 

[PATCH net-next v2 00/16] net: bridge: mcast: IGMPv3/MLDv2 fast-path (part 2)
 2020-09-23 20:25 UTC  (3+ messages)
` [Bridge] "

[Buildroot] [git commit] package/gst1-devtools: new package (was gst1-validate)
 2020-09-23 20:24 UTC 

[fsverity-utils PATCH] Move libfsverity.h to its own directory
 2020-09-23 20:23 UTC 

[PATCH 1/2] dt-bindings: pinctrl: at91-pio4: add microchip,sama7g5
 2020-09-23 20:22 UTC  (3+ messages)

[dpdk-dev] [PATCH v4 01/41] pipeline: add new SWX pipeline type
 2020-09-23 20:23 UTC  (6+ messages)
` [dpdk-dev] [PATCH v5 00/41] Pipeline alignment with the P4 language
  ` [dpdk-dev] [PATCH v5 01/41] pipeline: add new SWX pipeline type

[PATCH v2 0/8] rtc: expand charge support, implement rx8130 charging
 2020-09-23 20:23 UTC  (3+ messages)
` [PATCH v2 1/8] dt-bindings: rtc: let aux-voltage-chargeable supersede trickle-diode-disable

[PATCH 1/2] watchdog: Hide WATCHDOG_RESET_DISABLE
 2020-09-23 20:23 UTC  (9+ messages)
` [PATCH 2/2] watchdog: add watchdog behavior configuration

[Buildroot] [git commit] package/gst1-plugins-bad: bump version to 1.18.0
 2020-09-23 20:22 UTC 

Chassis reset
 2020-09-23 20:21 UTC  (11+ messages)

[PATCH net-next] net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skb
 2020-09-23 20:22 UTC  (4+ messages)

[PATCH v2 00/38] qapi: static typing conversion, pt1
 2020-09-23 20:21 UTC  (15+ messages)
` [PATCH v2 13/38] qapi/common.py: add type hint annotations
` [PATCH v2 14/38] qapi/common.py: Convert comments into docstrings, and elaborate
` [PATCH v2 15/38] qapi/common.py: move build_params into gen.py
` [PATCH v2 16/38] qapi: establish mypy type-checking baseline
` [PATCH v2 17/38] qapi/events.py: add type hint annotations
` [PATCH v2 18/38] qapi/events.py: Move comments into docstrings
` [PATCH v2 19/38] qapi/commands.py: Don't re-bind to variable of different type

[PATCH] ioctl_ns.2, stat.2: Fix signedness of printf specifiers
 2020-09-23 20:21 UTC  (2+ messages)

[Buildroot] [git commit] package/gst1-plugins-good: bump version to 1.18.0
 2020-09-23 20:21 UTC 

[Buildroot] [git commit] package/gst1-plugins-base: bump version to 1.18.0
 2020-09-23 20:20 UTC 

[PATCH 0/2] perf stat: Unbreak perf stat with ARMv8 PMU events
 2020-09-23 20:19 UTC  (8+ messages)
` [PATCH 1/2] perf stat: Fix segfault when counting armv8_pmu events

[PATCH] pmem: export the symbols __copy_user_flushcache and __copy_from_user_flushcache
 2020-09-23 20:20 UTC  (12+ messages)
        ` NVFS XFS metadata (was: [PATCH] pmem: export the symbols __copy_user_flushcache and __copy_from_user_flushcache)
                ` A bug in ext4 with big directories (was: NVFS XFS metadata)

[Buildroot] [git commit] package/gstreamer1: bump version to 1.18.0
 2020-09-23 20:20 UTC 

[Buildroot] [PATCH 0/2] Add RELP plugin to rsyslog
 2020-09-23 20:19 UTC  (5+ messages)
` [Buildroot] [PATCH 1/2] packages/librelp: new package
` [Buildroot] [PATCH 2/2] packages/rsyslog: add support for RELP

Read Firmware Versions
 2020-09-23 20:17 UTC  (5+ messages)

[PATCH v2 1/3] iio: dac: ad5686: add support for AD5338R
 2020-09-23 20:18 UTC  (4+ messages)
` [PATCH v2 3/3] dt-bindings: iio: dac: ad5686: add binding

[PATCH v2] net/ipv4: always honour route mtu during forwarding
 2020-09-23 20:18 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v6 04/11] PCI: designware-ep: Modify MSI and MSIX CAP way of finding
 2020-09-23 20:16 UTC  (4+ messages)

[PATCH v2] dt-bindings: mfd: Convert rn5t618 to json-schema
 2020-09-23 20:17 UTC  (3+ messages)

[PATCH V1 00/16] IOREQ feature (+ virtio-mmio) on Arm
 2020-09-23 20:16 UTC  (4+ messages)
` [PATCH V1 09/16] arm/ioreq: Introduce arch specific bits for IOREQ/DM features

[v2 PATCH] dt-bindings: display: mediatek: convert the dpi bindings to yaml
 2020-09-23 20:15 UTC  (5+ messages)

[PATCH] soc: qcom: cmd-db: allow loading as a module
 2020-09-23 20:16 UTC 

[PATCH 0/3] hwmon: (lm75) Add regulator support
 2020-09-23 20:16 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: hwmon: Add the +vs supply to the lm75 bindings

[PATCH] Revert "net: linkwatch: add check for netdevice being present to linkwatch_do_dev"
 2020-09-23 20:15 UTC  (6+ messages)

[PATCH] HID: wacom: Avoid entering wacom_wac_pen_report for pad / battery
 2020-09-23 20:14 UTC 

[PATCH v2 0/7] KVM: x86: Tracepoint improvements and fixes
 2020-09-23 20:13 UTC  (5+ messages)
` [PATCH v2 1/7] KVM: x86: Add RIP to the kvm_entry, i.e. VM-Enter, tracepoint
` [PATCH v2 3/7] KVM: VMX: Add a helper to test for a valid error code given an intr info
` [PATCH v2 4/7] KVM: x86: Add intr/vectoring info and error code to kvm_exit tracepoint
` [PATCH v2 7/7] KVM: nVMX: Read EXIT_QUAL and INTR_INFO only when needed for nested exit

[PATCH 1/2 v2] iio: event: use short-hand variable in iio_device_{un}register_eventset functions
 2020-09-23 20:12 UTC  (2+ messages)

[bitbake-devel] [PATCH] fetch2: fix handling of `\` in file:// SRC_URI
 2020-09-23 20:12 UTC  (3+ messages)
` [PATCH v2 2/2] tests/fetch: backslash support in file:// URIs
  ` [bitbake-devel] "

[PATCH v8 0/7] coroutines: generate wrapper code
 2020-09-23 20:10 UTC  (5+ messages)
` [PATCH v8 2/7] block/io: refactor coroutine wrappers
` [PATCH v8 7/7] block/io: refactor save/load vmstate

[Buildroot] [PATCH 1/1] package/asterisk: bump version to 16.13.0
 2020-09-23 20:11 UTC  (2+ messages)

[Intel-gfx] [PATCH v4 0/2] HDCP misc
 2020-09-23 20:11 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for HDCP misc (rev4)

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-09-23 20:11 UTC 

[Buildroot] [git commit] packages/rsyslog: add optional support for RELP
 2020-09-23 20:08 UTC 

[Buildroot] [git commit] packages/librelp: new package
 2020-09-23 20:08 UTC 

[PATCH] xen-blkback: add a parameter for disabling of persistent grants
 2020-09-23 20:09 UTC  (2+ messages)

[RFC PATCH 0/9] Add support for Microsoft Surface System Aggregator Module
 2020-09-23 20:07 UTC  (6+ messages)
` [RFC PATCH 4/9] surface_aggregator: Add trace points

[PATCH v3 0/1] dt-bindings:iio:adc: Another set of yaml conversions
 2020-09-23 20:07 UTC  (4+ messages)
` [PATCH v3 1/1] dt-bindings:iio:adc:amlogic,meson-saradc yaml conversion

[PATCH 0/2] block/dm: add REQ_NOWAIT support for bio-based
 2020-09-23 20:06 UTC  (3+ messages)
` [PATCH 1/2] block: add QUEUE_FLAG_NOWAIT
` [PATCH 2/2] dm: add support for REQ_NOWAIT and enable it for linear target

[PATCH v6 0/3] Carry forward IMA measurement log on kexec on ARM64
 2020-09-23 20:03 UTC  (3+ messages)

[PATCH] iio: fix spellint typo in comments
 2020-09-23 20:05 UTC  (2+ messages)

[PATCHv3 bpf-next 1/2] bpf: Check CONFIG_BPF option for resolve_btfids
 2020-09-23 20:05 UTC  (2+ messages)

[RFC PATCH v2 0/3] l3mdev icmp error route lookup fixes
 2020-09-23 20:04 UTC  (12+ messages)

[linux-next:master 7514/10367] drivers/gpu/drm/msm/dp/dp_display.c:1298:14: error: too many arguments to function 'dp_debug_get'
 2020-09-23 20:03 UTC 

[PATCH 00/10] Convert MSM8916 to use rpmpd/power domains
 2020-09-23 20:02 UTC  (5+ messages)
` [PATCH 05/10] dt-bindings: remoteproc: qcom,q6v5: Deprecate regulators for PDs

[PATCH v2] MAINTAINERS: add Dan Murphy as TP LP8xxx drivers maintainer
 2020-09-23 20:01 UTC  (5+ messages)

[PATCH 1/2] drm/atomic: document and enforce rules around "spurious" EBUSY
 2020-09-23 20:01 UTC  (5+ messages)
` [PATCH] "
      ` [Intel-gfx] "

BUG: Bad page state in process dirtyc0w_child
 2020-09-23 20:00 UTC  (5+ messages)

[PATCHv2] dt-bindings: dp-connector: add binding for DisplayPort connector
 2020-09-23 20:00 UTC  (5+ messages)

pull-request: bpf-next 2020-09-23
 2020-09-23 19:58 UTC 

[PATCH] counter: microchip-tcb-capture: Constify mchp_tc_ops
 2020-09-23 19:56 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH RFC] checkpatch: extend same_email_address check to load mailmap entries
 2020-09-23 15:08 UTC  (4+ messages)

[IDEA] New pages for types: structs and typedfefs
 2020-09-23 19:54 UTC  (11+ messages)

[PATCH 0/2 v3] a stateid race and a cleanup
 2020-09-23 19:55 UTC  (7+ messages)
` [PATCH 1/2 v3] NFSv4: Fix a livelock when CLOSE pre-emptively bumps state sequence

let import_iovec deal with compat_iovecs as well v3
 2020-09-23 19:52 UTC  (15+ messages)
` [PATCH 5/9] fs: remove various compat readv/writev helpers

post-receive: pub/scm/linux/kernel/git/jic23/iio
 2020-09-23 19:54 UTC 

[PATCH v2 0/4] [RFC] Implement Trampoline File Descriptor
 2020-09-23 19:51 UTC  (8+ messages)

interest in a minimal image recipe
 2020-09-23 19:49 UTC  (8+ messages)

Action: OpenBMC community messaging survey
 2020-09-23 19:48 UTC 

[MPTCP] Re: Weekly meeting - 24 September 2020 15:00 UTC (8am PDT, 5pm CEST)
 2020-09-23 19:50 UTC 

post-receive: pub/scm/linux/kernel/git/robh/linux
 2020-09-23 19:49 UTC 

amdgpu: call trace introduced in 5.9-rc1 for Lenovo L14 Renoir
 2020-09-23 19:43 UTC  (5+ messages)

[PATCH 1/1] fs/squashfs: parameter check sqfs_read_metablock()
 2020-09-23 19:49 UTC  (2+ messages)

[PATCH v2] ovl: introduce new "index=nouuid" option for inodes index feature
 2020-09-23 19:47 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2020-09-23 19:47 UTC 

[PATCH v2] PCI: Cadence: Add quirk for Gen2 controller to do autonomous speed change
 2020-09-23 19:46 UTC  (2+ messages)

[bugzilla-daemon@bugzilla.kernel.org: [Bug 209149] New: "iommu/vt-d: Enable PCI ACS for platform opt in hint" makes NVMe config space not accessible after S3]
 2020-09-23 19:45 UTC  (5+ messages)

[PATCH linux dev-5.8 v2] ARM: dts: Aspeed: Rainier: Add 4U device-tree
 2020-09-23 19:44 UTC 

[PATCH 0/6] pseries NUMA distance calculation
 2020-09-23 19:34 UTC  (7+ messages)
` [PATCH 1/6] spapr: add spapr_machine_using_legacy_numa() helper
` [PATCH 2/6] spapr_numa: forbid asymmetrical NUMA setups
` [PATCH 3/6] spapr_numa: translate regular NUMA distance to PAPR distance
` [PATCH 4/6] spapr_numa: change reference-points and maxdomain settings
` [PATCH 5/6] spapr_numa: consider user input when defining associativity
` [PATCH 6/6] specs/ppc-spapr-numa: update with new NUMA support

[PATCH] media: fix Omnivision Intel MAINTAINERS entry
 2020-09-23 19:33 UTC 

[PATCH v2 0/4] [RFC] Implement Trampoline File Descriptor
 2020-09-23 19:41 UTC  (5+ messages)

[PATCH] btrfs: fix false alert caused by legacy btrfs root item
 2020-09-23 19:41 UTC  (4+ messages)

[PATCH] dmaengine: qcom: Add ADM driver
 2020-09-23 19:40 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH v2 bpf-next 0/3] enable BPF_PROG_TEST_RUN for raw_tp
 2020-09-23 19:40 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/3] bpf: enable BPF_PROG_TEST_RUN for raw_tracepoint
` [PATCH v2 bpf-next 2/3] libbpf: introduce bpf_prog_test_run_xattr_opts
` [PATCH v2 bpf-next 3/3] selftests/bpf: add raw_tp_test_run

[PATCH v6 bpf-next 2/6] bpf: move to generic BTF show support, apply it to seq files/strings
 2020-09-23 19:38 UTC  (2+ messages)

drivers/misc/habanalabs: atomic_t api usage inconsistencies
 2020-09-23 19:38 UTC  (3+ messages)

[dunfell/master][PATCH] README: add Dan Murphy to maintainers list
 2020-09-23 19:35 UTC 

[PATCH] platform/x86: intel_pmc_core: do not create a static struct device
 2020-09-23 19:37 UTC  (2+ messages)

x86/irq: Make run_on_irqstack_cond() typesafe
 2020-09-23 19:36 UTC  (3+ messages)

[dunfell/master][PATCH] README: add Dan Murphy to maintainers list
 2020-09-23 19:35 UTC 

[PATCH v8 00/14] ASoC: Intel: Catpt - Lynx and Wildcat point
 2020-09-23 19:33 UTC  (5+ messages)
` [PATCH v8 02/14] ASoC: Intel: catpt: Implement IPC protocol

[RFC PATCH 00/11] Introduce Simple atomic and non-atomic counters
 2020-09-23 19:34 UTC  (9+ messages)
` [RFC PATCH 01/11] counters: Introduce counter and counter_atomic
` [RFC PATCH 07/11] drivers/android/binder: convert stats, transaction_log to counter_atomic

[PATCH v9 0/3] SELinux support for anonymous inodes and UFFD
 2020-09-23 19:33 UTC  (4+ messages)
` [PATCH v9 1/3] Add a new LSM-supporting anonymous inode interface
` [PATCH v9 2/3] Teach SELinux about anonymous inodes
` [PATCH v9 3/3] Wire UFFD up to SELinux

support : Corrupt leaf - what should i do ?
 2020-09-23 19:23 UTC 

[PATCH] e1000e: Power cycle phy on PM resume
 2020-09-23 19:28 UTC  (6+ messages)
` [Intel-wired-lan] "

[linux-next:master 7032/8629] arch/powerpc/kernel/vdso32/gettimeofday.S:40: Error: syntax error; found `@', expected `,'
 2020-09-23 19:26 UTC 

[RFC PATCH seccomp 0/2] seccomp: Add bitmap cache of arg-independent filter results that allow syscalls
 2020-09-23 19:26 UTC  (3+ messages)

Using bios-settings-mgr for setting hypervisor network attributes
 2020-09-23 19:24 UTC  (8+ messages)

mcp25xxfd driver testing
 2020-09-23 19:05 UTC  (2+ messages)

[meta-mingw][PATCH] Override SDK_VENDOR
 2020-09-23 19:25 UTC  (5+ messages)
  ` [yocto] "

post-receive: pub/scm/linux/kernel/git/jic23/iio
 2020-09-23 19:25 UTC 


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.