All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-11 16:13:11 to 2020-11-11 16:48:38 UTC [more...]

[PATCH v6 0/11] mfd: mt6360: Merge different sub-devices I2C read/write
 2020-11-11 16:47 UTC  (9+ messages)
` [PATCH v6 10/11] "
` [PATCH v6 11/11] mfd: mt6360: Remove MT6360 regulator of_compatible attribute

[PATCH v2 00/20] fundamentals of merge-ort implementation
 2020-11-11 16:47 UTC  (7+ messages)
` [PATCH v2 03/20] merge-ort: port merge_start() from merge-recursive
` [PATCH v2 04/20] merge-ort: use histogram diff

[PATCH net] net: lan78xx: Disable hardware vlan filtering in promiscuous mode
 2020-11-11 16:47 UTC  (4+ messages)

[PATCH] docs: core-api/printk-formats.rst: Clarify formatting {cpu,node}mask
 2020-11-11 16:48 UTC  (3+ messages)

[PATCH v5] hwmon: pwm-fan: Fix RPM calculation
 2020-11-11 16:46 UTC 

[PATCH v4 0/4] clk: add driver for the SiFive FU740
 2020-11-11 10:06 UTC  (2+ messages)
` [PATCH v4 1/4] clk: sifive: Extract prci core to common base

[PATCH v2 0/3] clk: add driver for the SiFive FU740
 2020-11-10  7:27 UTC  (2+ messages)
` [PATCH v2 1/3] clk: sifive: Extract prci core to common base

[PATCH v3 0/3] clk: add driver for the SiFive FU740
 2020-11-11  9:56 UTC  (4+ messages)
` [PATCH v3 1/3] clk: sifive: Extract prci core to common base

include/linux/spinlock_api_smp.h:151:27: sparse: sparse: context imbalance in 'orangefs_devreq_read' - different lock contexts for basic block
 2020-11-11 16:46 UTC 

[PATCH] ARM: mach-at91: fix timer.o compile condition
 2020-11-11 16:46 UTC 

[PATCH v1 1/2] dt-bindings: arm: Add optional interrupt to smc/hvc SCMI transport
 2020-11-11 16:45 UTC  (4+ messages)
` [PATCH v1 2/2] firmware: arm_scmi: Augment SMC/HVC to allow optional interrupt

[PATCH v1] sh: Drop ARCH_NR_GPIOS definition
 2020-11-11 16:45 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915: Copy the plane hw state directly for Y planes
 2020-11-11 16:45 UTC 

[PATCH 00/15] *** ARC port for review ***
 2020-11-11 16:43 UTC  (33+ messages)
` [PATCH 01/15] arc: Add initial core cpu files
` [PATCH 02/15] arc: Decoder code
` [PATCH 03/15] arc: Opcode definitions table
` [PATCH 04/15] arc: TCG and decoder glue code and helpers
` [PATCH 05/15] arc: TCG instruction generator and hand-definitions
` [PATCH 06/15] arc: TCG instruction definitions
` [PATCH 07/15] arc: Add BCR and AUX registers implementation
` [PATCH 08/15] arc: Add IRQ and timer subsystem support
` [PATCH 09/15] arc: Add memory management unit (MMU) support
` [PATCH 10/15] arc: Add memory protection unit (MPU) support
` [PATCH 11/15] arc: Add gdbstub and XML for debugging support
` [PATCH 12/15] arc: Add Synopsys ARC emulation boards
` [PATCH 13/15] arc: Add support for ARCv2
` [PATCH 14/15] tests/tcg: ARC: Add TCG instruction definition tests
` [PATCH 15/15] tests/acceptance: ARC: Add linux boot testing

[PATCH net-next] net: phy: aquantia: do not return an error on clearing pending IRQs
 2020-11-11 16:44 UTC  (2+ messages)

[PATCH v9 00/44] kasan: add hardware tag-based mode for arm64
 2020-11-11 16:43 UTC  (22+ messages)
` [PATCH v9 23/44] kasan: separate metadata_fetch_row for each mode
` [PATCH v9 36/44] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
` [PATCH v9 37/44] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v9 38/44] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v9 40/44] kasan, arm64: print report from tag fault handler

[PATCH v4 00/21] Readdir enhancements
 2020-11-11 16:43 UTC  (25+ messages)
` [PATCH v4 01/21] NFS: Remove unnecessary inode locking in nfs_llseek_dir()
  ` [PATCH v4 02/21] NFS: Remove unnecessary inode lock in nfs_fsync_dir()
    ` [PATCH v4 03/21] NFS: Ensure contents of struct nfs_open_dir_context are consistent
      ` [PATCH v4 04/21] NFS: Clean up readdir struct nfs_cache_array
        ` [PATCH v4 05/21] NFS: Clean up nfs_readdir_page_filler()
          ` [PATCH v4 06/21] NFS: Clean up directory array handling
            ` [PATCH v4 07/21] NFS: Don't discard readdir results
              ` [PATCH v4 08/21] NFS: Remove unnecessary kmap in nfs_readdir_xdr_to_array()
                ` [PATCH v4 09/21] NFS: Replace kmap() with kmap_atomic() in nfs_readdir_search_array()
                  ` [PATCH v4 10/21] NFS: Simplify struct nfs_cache_array_entry
                    ` [PATCH v4 11/21] NFS: Support larger readdir buffers
                      ` [PATCH v4 12/21] NFS: More readdir cleanups
                        ` [PATCH v4 13/21] NFS: nfs_do_filldir() does not return a value
                          ` [PATCH v4 14/21] NFS: Reduce readdir stack usage
                            ` [PATCH v4 15/21] NFS: Cleanup to remove nfs_readdir_descriptor_t typedef
                              ` [PATCH v4 16/21] NFS: Allow the NFS generic code to pass in a verifier to readdir
                                ` [PATCH v4 17/21] NFS: Handle NFS4ERR_NOT_SAME and NFSERR_BADCOOKIE from readdir calls
                                  ` [PATCH v4 18/21] NFS: Improve handling of directory verifiers
                                    ` [PATCH v4 19/21] NFS: Optimisations for monotonically increasing readdir cookies
                                      ` [PATCH v4 20/21] NFS: Reduce number of RPC calls when doing uncached readdir
                                        ` [PATCH v4 21/21] NFS: Do uncached readdir when we're seeking a cookie in an empty page cache

[PATCH] um: enable the use of optimized xor routines in UML
 2020-11-11 16:43 UTC  (2+ messages)

[PATCH v2 00/20] kasan: boot parameters for hardware tag-based mode
 2020-11-11 16:42 UTC  (10+ messages)
` [PATCH v2 04/20] kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
` [PATCH v2 05/20] kasan: allow VMAP_STACK for HW_TAGS mode
` [PATCH v2 06/20] kasan: remove __kasan_unpoison_stack

[PATCH-for-5.2 v2 0/4] vhost-user: Fix ./configure confusion
 2020-11-11 16:19 UTC  (4+ messages)
` [PATCH-for-5.2 v2 2/4] meson: Only build vhost-user when system or tools is enabled

[PATCH 00/13] Introduce seqnum_ops
 2020-11-11 16:41 UTC  (4+ messages)

[PATCH v22 00/18] Introduce Data Access MONitor (DAMON)
 2020-11-11 16:41 UTC  (2+ messages)

Command line QAPIfication and -readconfig
 2020-11-11 16:39 UTC  (8+ messages)

[PATCH] drm/amdgpu: add UMC to ip discovery map
 2020-11-11 16:40 UTC  (2+ messages)

[PATCH] compat/bswap.h: don't assume MSVC is little-endian
 2020-11-11 16:40 UTC  (3+ messages)

[PATCH v2 1/2] btrfs-progs: common: introduce fmt_print_start_object
 2020-11-11 16:39 UTC  (2+ messages)
` [PATCH v2 2/2] btrfs-progs: device stats: add json output format

[PATCH 1/8] dev-manual-common-tasks: Fix refs to testing branches
 2020-11-11 16:39 UTC  (5+ messages)
` [PATCH 6/8] dev-manual-common-tasks: Describe how to propose changes to stable branches
  ` [docs] "
` [docs] [PATCH 1/8] dev-manual-common-tasks: Fix refs to testing branches

[PATCH v2 00/26] completion: bash: a bunch of fixes, cleanups, and reorganization
 2020-11-11 16:39 UTC  (5+ messages)
` [PATCH v2 06/26] test: completion: add run_func() helper

[PATCH] counter: microchip-tcb-capture: Fix CMR value check
 2020-11-11 16:38 UTC  (2+ messages)

[PATCH V9 1/4] perf/core: Add PERF_SAMPLE_DATA_PAGE_SIZE
 2020-11-11 16:38 UTC  (11+ messages)

[igt-dev] [PATCH i-g-t v8 0/2] tests/kms_ccs: CCS Clear Color test
 2020-11-11 16:38 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v8 2/2] "

[PATCH for-5.2?] nbd: Silence Coverity false positive
 2020-11-11 16:35 UTC 

[PATCH] mmc: block: Prevent new req entering queue while freeing up the queue
 2020-11-11 16:22 UTC  (3+ messages)

[RFC v3] VFIO Migration
 2020-11-11 16:18 UTC  (2+ messages)

[PATCH] hw/arm/virt: ARM_VIRT must select ARM_GIC
 2020-11-11 16:20 UTC  (2+ messages)

[PATCH 0/2] printk/console: Use ttynull when no console is available or wanted
 2020-11-11 16:36 UTC  (3+ messages)
` [PATCH 1/2] init/console: Use ttynull as a fallback when there is no console

[PATCH 1/2 v3] dt-bindings: leds: Add DT binding for Richtek RT8515
 2020-11-11 16:34 UTC  (4+ messages)
` [PATCH 2/2 v3] leds: rt8515: Add Richtek RT8515 LED driver

[PATCH v2 5/8] drm/amdgpu: Refactor sysfs removal
 2020-11-11 16:34 UTC  (13+ messages)

[PATCH 01/11] git-parse-remote: fix highly misleading man page
 2020-11-11 16:33 UTC  (3+ messages)
` [PATCH 5/5] parse-remote: remove this now-unused library

[PATCH v10 0/6] RDMA: Add dma-buf support
 2020-11-11 16:33 UTC  (4+ messages)
` [PATCH v10 6/6] dma-buf: Document that dma-buf size is fixed

[PATCHv3 iproute2-next 0/5] iproute2: add libbpf support
 2020-11-11 16:33 UTC  (14+ messages)

[PATCH v1] spi: fix client driver breakages when using GPIO descriptors
 2020-11-11 16:32 UTC  (4+ messages)

unwanted built-ins
 2020-11-11 16:31 UTC 

How to enable auto-suspend by default
 2020-11-11 16:32 UTC  (7+ messages)

[LTP] [PATCH v2 2/2] syscalls/msgstress: scale number of processes accodingly to available RAM
 2020-11-11 16:31 UTC  (4+ messages)
` [LTP] [PATCH v3 1/4] syscalls/msgstress: Add common file for msgstress
  ` [LTP] [PATCH v3 2/4] syscalls/msgstress*: cleanup and convert into new api

[PATCH 0/7] MIPS: ralink: add CPU clock detection and clock gate driver for MT7621
 2020-11-11 16:30 UTC  (16+ messages)
` [PATCH 1/7] dt-bindings: clock: add dt binding header for mt7621 clocks
` [PATCH 2/7] dt: bindings: add mt7621-pll device tree binding documentation
` [PATCH 3/7] dt: bindings: add mt7621-clk "
` [PATCH 4/7] MIPS: ralink: add clock device providing cpu/ahb/apb clock for mt7621
` [PATCH 5/7] clk: ralink: add clock gate driver for mt7621 SoC
` [PATCH 6/7] staging: mt7621-dts: make use of new 'mt7621-pll' and 'mt7621-clk'
` [PATCH 7/7] MAINTAINERS: add MT7621 CLOCK maintainer

[PATCH 0/2] GIC v4.1: Disable VSGI support for GIC CPUIF < v4.1
 2020-11-11 16:28 UTC  (6+ messages)
` [PATCH 1/2] arm64: cpufeature: Add GIC CPUIF v4.1 detection
` [PATCH 2/2] irqchip/gic-v3-its: Disable vSGI upon (CPUIF < v4.1) detection

[net v2] net: phy: mscc: adjust the phy support for PTP and MACsec
 2020-11-11 16:28 UTC  (2+ messages)

[PATCH v2] mfd: htc-i2cpld: Add the missed i2c_put_adapter() in htcpld_register_chip_i2c()
 2020-11-11 16:28 UTC  (2+ messages)

[PATCH V2 00/23] IOREQ feature (+ virtio-mmio) on Arm
 2020-11-11 16:28 UTC  (8+ messages)
` [PATCH V2 17/23] xen/ioreq: Introduce domain_has_ioreq_server()

[PATCH v2] diff: handle NULL filespecs in run_external_diff
 2020-11-11 16:28 UTC  (8+ messages)
    ` [PATCH v3] diff: make diff_free_filespec_data accept NULL
      ` [PATCH v4] "
        ` [PATCH v5] "

[PATCH] PCI: dwc: Add support to configure for ECRC
 2020-11-11 16:27 UTC  (3+ messages)
` [PATCH V2] "

[PATCH 2/6] arm64: Allow mismatched 32-bit EL0 support
 2020-11-11 16:27 UTC  (12+ messages)

[PATCH] drm/nouveau: Fix out-of-bounds access when deferencing MMU type
 2020-11-11 16:27 UTC  (6+ messages)

[PATCH] mfd: at91-usart: do not use compatible to register child devices
 2020-11-11 16:26 UTC  (3+ messages)

[PATCH v4 net] net: udp: fix Fast/frag0 UDP GRO
 2020-11-11 16:26 UTC  (4+ messages)

linux-next boot error: BUG: unable to handle kernel NULL pointer dereference in mempool_init_node
 2020-11-11 16:25 UTC  (3+ messages)

STATE: TASK_UNINTERRUPTIBLE (PANIC)
 2020-11-11 16:25 UTC 

[PATCH 1/3] perf/core: Flush PMU internal buffers for per-CPU events
 2020-11-11 16:25 UTC  (5+ messages)

how to measure your code
 2020-11-11 16:24 UTC 

[intel-linux-intel-lts:5.4/yocto 6901/12652] drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:6293:6: warning: no previous prototype for function 'stmmac_clean_all_tx_rings'
 2020-11-11 16:24 UTC 

[intel-linux-intel-lts:5.4/yocto 6901/12652] drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:6293:6: warning: no previous prototype for function 'stmmac_clean_all_tx_rings'
 2020-11-11 16:24 UTC 

looking for assistance with jbd2 (and other processes) hung trying to write to disk
 2020-11-11 16:24 UTC  (5+ messages)

block ioctl cleanups v2
 2020-11-11 16:23 UTC  (8+ messages)

[PATCH v3 0/6] fuse: Implement FUSE_HANDLE_KILLPRIV_V2 and enable SB_NOSEC
 2020-11-11 16:24 UTC  (7+ messages)
` [PATCH v3 3/6] fuse: setattr should set FATTR_KILL_PRIV upon size change
          ` [Virtio-fs] "

[Intel-gfx] [PATCH 1/2] drm/i915/display: Group DC9 mask set
 2020-11-11 16:24 UTC  (2+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/display: Make get_allowed_dc_mask().max_dc set a chain of if and elses

[PATCH userspace v2 0/3] Update manpages to reflect that runtime SELinux disable is deprecated
 2020-11-11 16:23 UTC  (4+ messages)
` [PATCH userspace v2 1/3] selinux(8): mark up SELINUX values
` [PATCH userspace v2 2/3] selinux(8): explain that runtime disable is deprecated
` [PATCH userspace v2 3/3] selinux_config(5): add a note "

Reg:- SDR sensor read
 2020-11-11 16:21 UTC  (2+ messages)

[PATCH net-next] net: stmmac: platform: use optional clk/reset get APIs
 2020-11-11 16:22 UTC  (5+ messages)

[Buildroot] [PATCH 1/2] package/linux-backports: use buildroot host flex and bison
 2020-11-11 16:22 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/linux-backports: bump version to 5.8

[PATCH v8 00/22] perf arm-spe: Refactor decoding & dumping flow
 2020-11-11 16:20 UTC  (4+ messages)

[PATCH v2 00/10] DASD FC endpoint security
 2020-11-11 16:20 UTC  (9+ messages)

[PATCH v5 00/17] HDCP 2.2 and HDCP 1.4 Gen12 DP MST support
 2020-11-11 16:20 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for HDCP 2.2 and HDCP 1.4 Gen12 DP MST support (rev4)

[dpdk-dev] [PATCH v7 00/14] Arm build options rework
 2020-11-11 16:19 UTC  (7+ messages)
` [dpdk-dev] [PATCH v8 "
  ` [dpdk-dev] [PATCH v8 09/14] ci: switch to generic Arm builds

[PATCH 1/2] drm/amd/pm: add the interface to dump smu metrics table for vangogh
 2020-11-11 16:19 UTC  (3+ messages)
` [PATCH 2/2] drm/amd/pm: update the swSMU headers "

[dpdk-dev] [PATCH v1] app/test: zcd needs to be initialised to fix gcc compile error
 2020-11-11 16:18 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] app/test: fix to prevent zcd "

simplify gendisk lookup and remove struct block_device aliases v4
 2020-11-11 16:17 UTC  (2+ messages)

next/master baseline: 817 runs, 21 regressions (next-20201111)
 2020-11-11 16:17 UTC 

[PATCH v2 0/3] hwmon: ltc2992: Add support
 2020-11-11 16:20 UTC  (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] hwmon: ltc2992: Add support for GPIOs
` [PATCH v2 3/3] dt-binding: hwmon: Add documentation for ltc2992

[PATCH net v3 0/6] igb: xdp patches followup
 2020-11-11 16:16 UTC  (7+ messages)
` [PATCH net v3 3/6] igb: XDP extack message on error
  ` [Intel-wired-lan] "

stable-rc/queue/4.4 baseline: 118 runs, 4 regressions (v4.4.243-13-g0e9f589aa60c)
 2020-11-11 16:16 UTC 

[PATCH V2 net-next 00/11] net: hns3: updates for -next
 2020-11-11 16:15 UTC  (5+ messages)
` [PATCH V2 net-next 11/11] net: hns3: add debugfs support for interrupt coalesce

[PATCH v5 00/17] gpiolib: acpi: pin configuration fixes
 2020-11-11 16:15 UTC  (6+ messages)
` [PATCH v5 08/17] gpiolib: Extract gpio_set_debounce_timeout() for internal use

"irq 4: Affinity broken due to vector space exhaustion." warning on restart of ttyS0 console
 2020-11-11 16:14 UTC  (3+ messages)

[PATCH 1/2] btrfs-progs: common: introduce fmt_print_start_object
 2020-11-11 16:14 UTC  (2+ messages)
` [PATCH 2/2] btrfs-progs: device stats: add json output format

[Buildroot] [PATCH 1/2] package/coremark: new package
 2020-11-11 16:14 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] package/coremark-pro: "

[dpdk-dev] [PATCH v2 00/37] net: add txgbe PMD part 2
 2020-11-11 16:13 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 32/37] net/txgbe: add macsec setting


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.