All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-13 14:45:46 to 2020-11-13 15:09:38 UTC [more...]

[PATCH v2 0/4] pwm-fan: Support multiple tachometer inputs
 2020-11-13 15:08 UTC  (3+ messages)
` [PATCH v2 1/4] hwmon: pwm-fan: Refactor pwm_fan_probe
` [PATCH v2 2/4] hwmon: pwm-fan: Dynamically setup attribute groups

[GIT PULL 0/4] Renesas ARM SoC updates for v5.11
 2020-11-13 15:08 UTC  (6+ messages)
` [GIT PULL 1/4] Renesas ARM defconfig "
` [GIT PULL 2/4] Renesas ARM DT "
` [GIT PULL 3/4] Renesas driver "
` [GIT PULL 4/4] Renesas DT binding "

[PATCH net-next v4 00/15] net/smc: extend diagnostic netlink interface
 2020-11-13 15:08 UTC  (4+ messages)
` [PATCH net-next v4 09/15] net/smc: Introduce SMCR get linkgroup command

[PATCH] checkpatch: fix typo and remove duplicate word
 2020-11-13 15:08 UTC  (4+ messages)
  ` [Linux-kernel-mentees] "

Linux SPI Slave fails to respond under high load on BeagleBone Black
 2020-11-13 15:08 UTC  (4+ messages)

[PATCH] dt-bindings: fsl-imx-drm: fix example compatible string
 2020-11-13 15:06 UTC  (2+ messages)

[PATCH net-next 0/2] tcp: avoid indirect call in __sk_stream_memory_free()
 2020-11-13 15:08 UTC  (3+ messages)
` [PATCH net-next 1/2] tcp: uninline tcp_stream_memory_free()
` [PATCH net-next 2/2] tcp: avoid indirect call to tcp_stream_memory_free()

[PATCH] x86/boot/compressed/64: Drop the now-unused finalize_identity_maps()
 2020-11-13 15:08 UTC 

[PATCH v3 00/20] Start KernelShark v2 transformation
 2020-11-13 15:08 UTC  (6+ messages)
` [PATCH v3 04/20] kernel-shark: Introduce Data streams

[PATCH v2] json: Fix a memleak in parse_pair()
 2020-11-13 14:55 UTC 

[PATCH v1 00/61] Update NFSD XDR functions
 2020-11-13 15:07 UTC  (62+ messages)
` [PATCH v1 01/61] NFSD: Fix returned READDIR offset cookie
` [PATCH v1 02/61] SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()
` [PATCH v1 03/61] SUNRPC: Prepare for xdr_stream-style decoding on the server-side
` [PATCH v1 04/61] NFSD: Add common helpers to decode void args and encode void results
` [PATCH v1 05/61] NFSD: Replace the internals of the READ_BUF() macro
` [PATCH v1 06/61] NFSD: Replace READ* macros in nfsd4_decode_access()
` [PATCH v1 07/61] NFSD: Replace READ* macros in nfsd4_decode_close()
` [PATCH v1 08/61] NFSD: Replace READ* macros in nfsd4_decode_commit()
` [PATCH v1 09/61] NFSD: Replace READ* macros in nfsd4_decode_create()
` [PATCH v1 10/61] NFSD: Replace READ* macros in nfsd4_decode_bitmap()
` [PATCH v1 11/61] NFSD: Replace READ* macros in nfsd4_decode_link()
` [PATCH v1 12/61] NFSD: Relocate nfsd4_decode_opaque()
` [PATCH v1 13/61] NFSD: Replace READ* macros in nfsd4_decode_lock()
` [PATCH v1 14/61] NFSD: Replace READ* macros in nfsd4_decode_lockt()
` [PATCH v1 15/61] NFSD: Replace READ* macros in nfsd4_decode_locku()
` [PATCH v1 16/61] NFSD: Replace READ* macros in nfsd4_decode_lookup()
` [PATCH v1 17/61] NFSD: Replace READ* macros in nfsd4_decode_time()
` [PATCH v1 18/61] NFSD: Replace READ* macros in nfsd4_decode_fattr()
` [PATCH v1 19/61] NFSD: Replace READ* macros in nfsd4_decode_open()
` [PATCH v1 20/61] NFSD: Replace READ* macros in nfsd4_decode_open_confirm()
` [PATCH v1 21/61] NFSD: Replace READ* macros in nfsd4_decode_open_downgrade()
` [PATCH v1 22/61] NFSD: Replace READ* macros in nfsd4_decode_putfh()
` [PATCH v1 23/61] NFSD: Replace READ* macros in nfsd4_decode_read()
` [PATCH v1 24/61] NFSD: Replace READ* macros in nfsd4_decode_readdir()
` [PATCH v1 25/61] NFSD: Replace READ* macros in nfsd4_decode_remove()
` [PATCH v1 26/61] NFSD: Replace READ* macros in nfsd4_decode_rename()
` [PATCH v1 27/61] NFSD: Replace READ* macros in nfsd4_decode_renew()
` [PATCH v1 28/61] NFSD: Replace READ* macros in nfsd4_decode_secinfo()
` [PATCH v1 29/61] NFSD: Replace READ* macros in nfsd4_decode_setclientid()
` [PATCH v1 30/61] NFSD: Replace READ* macros in nfsd4_decode_setclientid_confirm()
` [PATCH v1 31/61] NFSD: Replace READ* macros in nfsd4_decode_verify()
` [PATCH v1 32/61] NFSD: Replace READ* macros in nfsd4_decode_write()
` [PATCH v1 33/61] NFSD: Replace READ* macros in nfsd4_decode_release_lockowner()
` [PATCH v1 34/61] NFSD: Replace READ* macros in nfsd4_decode_cb_sec()
` [PATCH v1 35/61] NFSD: Replace READ* macros in nfsd4_decode_backchannel_ctl()
` [PATCH v1 36/61] NFSD: Replace READ* macros in nfsd4_decode_bind_conn_to_session()
` [PATCH v1 37/61] NFSD: Add a separate decoder to handle state_protect_ops
` [PATCH v1 38/61] NFSD: Add a separate decoder for ssv_sp_parms
` [PATCH v1 39/61] NFSD: Add a helper to decode state_protect4_a
` [PATCH v1 40/61] NFSD: Replace READ* macros in nfsd4_decode_exchange_id()
` [PATCH v1 41/61] NFSD: Replace READ* macros in nfsd4_decode_create_session()
` [PATCH v1 42/61] NFSD: Replace READ* macros in nfsd4_decode_destroy_session()
` [PATCH v1 43/61] NFSD: Replace READ* macros in nfsd4_decode_free_stateid()
` [PATCH v1 44/61] NFSD: Replace READ* macros in nfsd4_decode_getdeviceinfo()
` [PATCH v1 45/61] NFSD: Replace READ* macros in nfsd4_decode_layoutcommit()
` [PATCH v1 46/61] NFSD: Replace READ* macros in nfsd4_decode_layoutget()
` [PATCH v1 47/61] NFSD: Replace READ* macros in nfsd4_decode_layoutreturn()
` [PATCH v1 48/61] NFSD: Replace READ* macros in nfsd4_decode_secinfo_no_name()
` [PATCH v1 49/61] NFSD: Replace READ* macros in nfsd4_decode_sequence()
` [PATCH v1 50/61] NFSD: Replace READ* macros in nfsd4_decode_test_stateid()
` [PATCH v1 51/61] NFSD: Replace READ* macros in nfsd4_decode_destroy_clientid()
` [PATCH v1 52/61] NFSD: Replace READ* macros in nfsd4_decode_reclaim_complete()
` [PATCH v1 53/61] NFSD: Replace READ* macros in nfsd4_decode_fallocate()
` [PATCH v1 54/61] NFSD: Replace READ* macros in nfsd4_decode_clone()
` [PATCH v1 55/61] NFSD: Replace READ* macros in nfsd4_decode_copy()
` [PATCH v1 56/61] NFSD: Replace READ* macros in nfsd4_decode_seek()
` [PATCH v1 57/61] NFSD: Replace READ* macros in nfsd4_decode_xattr_name()
` [PATCH v1 58/61] NFSD: Replace READ* macros in nfsd4_decode_setxattr()
` [PATCH v1 59/61] NFSD: Replace READ* macros in nfsd4_decode_listxattrs()
` [PATCH v1 60/61] NFSD: Replace READ* macros in nfsd4_decode_compound()
` [PATCH v1 61/61] NFSD: Remove macros that are no longer used

[PATCH v4 00/19] sched: Migrate disable support
 2020-11-13 15:06 UTC  (3+ messages)
` [PATCH v4 11/19] sched/core: Make migrate disable and CPU hotplug cooperative

[PATCH] optee: add writeback to valid memory type
 2020-11-13 15:06 UTC 

[PATCH v2 00/17] Introducing Linux root partition support for Microsoft Hypervisor
 2020-11-13 15:05 UTC  (11+ messages)
` [PATCH v2 03/17] Drivers: hv: vmbus: skip VMBus initialization if Linux is root
` [PATCH v2 04/17] iommu/hyperv: don't setup IRQ remapping when running as root
` [PATCH v2 06/17] x86/hyperv: allocate output arg pages if required

[dhowells-fs:crypto-krb5 22/35] crypto/krb5/rfc3961_simplified.c:428 rfc3961_encrypt() warn: is 'buffer' large enough for 'struct 0
 2020-11-13 15:05 UTC 

[dpdk-dev] [PATCH] config: enable packet prefetching with Meson
 2020-11-13 15:05 UTC  (2+ messages)

[PATCH] kvm: arm64: correctly align nVHE percpu data
 2020-11-13 15:04 UTC  (2+ messages)

[PATCH net-next 1/1] net: usb: qmi_wwan: add default rx_urb_size
 2020-11-13 15:04 UTC  (4+ messages)
  ` 答复: "

[Intel-gfx] [PATCH i-g-t] i915: Use igt_device_get_pci_device()
 2020-11-13 15:05 UTC  (2+ messages)
` [igt-dev] "

[LTP] [PATCH v2] Convert dup03 to new API and clean up
 2020-11-13 15:04 UTC  (2+ messages)

[PATCH][next] drm/kmb: fix array out-of-bounds writes to kmb->plane_status[]
 2020-11-13 15:04 UTC  (7+ messages)

[PATCH v2] reset: make shared pulsed reset controls re-triggerable
 2020-11-13 15:04 UTC  (3+ messages)

[PATCH v7 00/21] preallocate filter
 2020-11-13 15:02 UTC  (7+ messages)
` [PATCH v7 12/21] iotests: add 298 to test new preallocate filter driver
` [PATCH v7 13/21] scripts/simplebench: fix grammar: s/successed/succeeded/
` [PATCH v7 14/21] scripts/simplebench: support iops

[PATCH v2 3/5] clk: ralink: add clock driver for mt7621 SoC
 2020-11-13 15:02 UTC  (4+ messages)

ks-sa-rng.c:undefined reference to `devm_platform_ioremap_resource'
 2020-11-13 15:02 UTC  (2+ messages)

[PATCH] arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
 2020-11-13 14:59 UTC  (5+ messages)

[PATCH V2 00/23] IOREQ feature (+ virtio-mmio) on Arm
 2020-11-13 15:00 UTC  (4+ messages)
` [PATCH V2 10/23] xen/mm: Make x86's XENMEM_resource_ioreq_server handling common

[PATCH] dt-bindings: clock: imx5: fix example
 2020-11-13 15:00 UTC  (2+ messages)

[PATCH v2 0/3] media: i2c: Introduce driver for the TW9900 decoder
 2020-11-13 15:00 UTC  (3+ messages)
` [PATCH v2 3/3] media: i2c: Introduce a driver for the Techwell "

[Linux-kernel-mentees] Fix for BAD_SIGN_OFF: non-standard signature
 2020-11-13 15:00 UTC  (4+ messages)

[PATCH] iosched: Add i10 I/O Scheduler
 2020-11-13 14:59 UTC  (3+ messages)

The master branch rename, and avoiding another v1.6.0 git-foo fiasco
 2020-11-13 14:58 UTC  (6+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix unix socket server file name
 2020-11-13 14:57 UTC  (2+ messages)

[Bug 1904210] [NEW] Crashed with 'uncaught target signal SIGILL' while program has registered by signal(SIGILL, handler)
 2020-11-13 14:42 UTC 

[PATCH] rtl8xxxu: remove the unused variable timeout value assignment
 2020-11-13 14:56 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/6] drm/i915: Eliminate intel_atomic_crtc_state_for_each_plane_state() from skl+ wm code
 2020-11-13 14:55 UTC  (4+ messages)
` [Intel-gfx] [PATCH 4/6] drm/i915: Precompute can_sagv for each wm level

[dpdk-dev] [RFC] app/testpmd: fix MTU after device configure
 2020-11-13 14:53 UTC  (3+ messages)
` [dpdk-dev] [PATCH] "

[dpdk-dev] [PATCH v2 0/5] restore tunnel offload functionality in mlx5
 2020-11-13 14:52 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 1/5] net/mlx5: fix tunnel offload object allocation
` [dpdk-dev] [PATCH v2 2/5] net/mlx5: fix tunnel offload hub multi-thread protection
` [dpdk-dev] [PATCH v2 3/5] net/mlx5: fix double table referencing
` [dpdk-dev] [PATCH v2 4/5] net/mlx5: fix tunnel offload callback names
` [dpdk-dev] [PATCH v2 5/5] net/mlx5: fix non-dv compilation errors

[morimoto-linux:fw-cleanup-2020-11-10-v1 71/78] sound/soc/generic/audio-graph-card.c:265:14: error: no member named 'cpu_dai' in 'struct simple_dai_props'
 2020-11-13 14:54 UTC 

[Intel-gfx] [PATCH i-g-t 1/4] intel_gpu_top: User friendly device listing
 2020-11-13 14:53 UTC  (8+ messages)
` [igt-dev] "
` [Intel-gfx] [PATCH i-g-t 2/4] lsgpu: "
  ` [igt-dev] "
` [Intel-gfx] [PATCH i-g-t 3/4] lsgpu: Add filter type print-out selection
  ` [igt-dev] "
` [Intel-gfx] [PATCH i-g-t 4/4] intel_gpu_top: Default GPU list to PCI mode
  ` [igt-dev] "

[PATCH] clk: imx6q: demote warning about pre-boot ldb_di_clk reparenting
 2020-11-13 14:53 UTC  (2+ messages)

[PATCH 0/8] mhi: pci_generic: Misc improvements
 2020-11-13 15:00 UTC  (9+ messages)
` [PATCH 1/8] mhi: pci-generic: Increase number of hardware events
` [PATCH 2/8] mhi: pci-generic: Perform hard reset on remove
` [PATCH 3/8] mhi: pci_generic: Enable burst mode for hardware channels
` [PATCH 4/8] mhi: pci_generic: Add support for reset
` [PATCH 5/8] mhi: pci_generic: Add suspend/resume/recovery procedure
` [PATCH 6/8] mhi: pci_generic: Add PCI error handlers
` [PATCH 7/8] mhi: pci_generic: Add health-check
` [PATCH 8/8] mhi: pci_generic: Increase controller timeout value

[PATCH] json: Fix a memleak in parse_pair()
 2020-11-13 14:51 UTC  (3+ messages)

[OE-core][dunfell 00/18] Patch review
 2020-11-13 14:52 UTC  (19+ messages)
` [OE-core][dunfell 01/18] dosfstools: add mkfs.vfat to ALTERNATIVE
` [OE-core][dunfell 02/18] ptest-runner: Fix license as it contains 'or later' clause
` [OE-core][dunfell 03/18] libdnf: "
` [OE-core][dunfell 04/18] alsa-utils: Fix license to GPLv2 only
` [OE-core][dunfell 05/18] kernel-module-split.bbclass: identify kernel modconf files as configuration files
` [OE-core][dunfell 06/18] syslinux: add link to upstream discussion in patch
` [OE-core][dunfell 07/18] diffstat: add nativesdk to BBCLASSEXTEND
` [OE-core][dunfell 08/18] clutter-gst-3.0: do not call out to host gstreamer plugin scanner
` [OE-core][dunfell 09/18] gstreamer1.0: warn the user when something is wrong with GstBufferPool
` [OE-core][dunfell 10/18] systemd: udev SECLABEL{selinux} crash fix
` [OE-core][dunfell 11/18] oeqa/core/context: expose results as variable
` [OE-core][dunfell 12/18] oeqa/core/context: initialize _run_end_time
` [OE-core][dunfell 13/18] testimage: print results for interrupted runs
` [OE-core][dunfell 14/18] binutils: reproducibility: reuse debug-prefix-map for stabs
` [OE-core][dunfell 15/18] openssh: Upgrade 8.2p1 -> 8.3p1
` [OE-core][dunfell 16/18] openssh: upgrade 8.3p1 -> 8.4p1 to fix CVE-2020-14145 and CVE-2020-15778
` [OE-core][dunfell 17/18] openssh: whitelist CVE-2014-9278
` [OE-core][dunfell 18/18] freetype: fix CVE-2020-15999, backport from 2.10.4

[PATCH 00/10] [RFC] ARM PCI passthrough configuration and vPCI
 2020-11-13 14:52 UTC  (18+ messages)
` [PATCH 06/10] vpci: Make every domain handle its own BARs

[PATCH v10 0/3] Adding support for Microchip/Microsemi serial GPIO controller
 2020-11-13 14:51 UTC  (8+ messages)
` [PATCH v10 1/3] dt-bindings: pinctrl: Add bindings for pinctrl-microchip-sgpio driver
` [PATCH v10 2/3] pinctrl: pinctrl-microchip-sgpio: Add pinctrl driver for Microsemi Serial GPIO
` [PATCH v10 3/3] arm64: dts: sparx5: Add SGPIO devices

[PATCH] ASoC: samsung: remove the unused variable value assignment
 2020-11-13 14:51 UTC  (2+ messages)

Adventures in NFS re-exporting
 2020-11-13 14:50 UTC  (10+ messages)

[PATCH] dbus: split -common and -tools out of main package
 2020-11-13 14:50 UTC  (5+ messages)
` [PATCH v3] "
` [PATCH v4] "

[dpdk-dev] [PATCH] common/sfc_efx/base: fix macro to extract from 256-bit type
 2020-11-13 14:49 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/tap: Allow all-zero checksum for UDP over IPv4
 2020-11-13 14:49 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[igt-dev] [PATCH i-g-t] i915/gem_ctx_create: Added test description for test case
 2020-11-13 14:49 UTC  (2+ messages)

new lscpu
 2020-11-13 14:47 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] lib: Do not apply filtering to DRIVER_VGEM
 2020-11-13 14:47 UTC 

[PATCH] hwmon: amd_energy: modify the visibility of the counters
 2020-11-13 14:47 UTC  (4+ messages)

[PATCH v1 00/30] Introduce core voltage scaling for NVIDIA Tegra20/30 SoCs
 2020-11-13 14:45 UTC  (10+ messages)


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.