All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-26 20:00:14 to 2020-02-26 20:44:35 UTC [more...]

[PATCH v4 0/3] [Outreachy] advice: revamp advise API
 2020-02-26 20:44 UTC  (10+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/3] "

Getting issue while creating ext4 file system
 2020-02-26 20:43 UTC  (2+ messages)

possible deadlock in cma_netdev_callback
 2020-02-26 20:42 UTC  (2+ messages)

Patch attestation RFC + proof of concept
 2020-02-26 20:42 UTC  (3+ messages)

FAILED: patch "[PATCH] vt: vt_ioctl: fix race in VT_RESIZEX" failed to apply to 4.14-stable tree
 2020-02-26 20:41 UTC  (2+ messages)

[Intel-gfx] [PATCH v4] drm/i915: Use intel_plane_data_rate for min_cdclk calculation
 2020-02-26 20:41 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Use intel_plane_data_rate for min_cdclk calculation (rev4)

[Xen-devel] [PATCH 00/10] x86: Default vs Max policies
 2020-02-26 20:22 UTC  (11+ messages)
` [Xen-devel] [PATCH 01/10] x86/sysctl: Don't return cpu policy data for compiled-out support (2)
` [Xen-devel] [PATCH 02/10] tools/libxc: Simplify xc_get_static_cpu_featuremask()
` [Xen-devel] [PATCH 03/10] x86/gen-cpuid: Rework internal logic to ease future changes
` [Xen-devel] [PATCH 04/10] x86/gen-cpuid: Create max and default variations of INIT_*_FEATURES
` [Xen-devel] [PATCH 05/10] x86/msr: Compile out unused logic/objects
` [Xen-devel] [PATCH 06/10] x86/msr: Introduce and use default MSR policies
` [Xen-devel] [PATCH 07/10] x86/cpuid: Compile out unused logic/objects
` [Xen-devel] [PATCH 08/10] x86/cpuid: Introduce and use default CPUID policies
` [Xen-devel] [PATCH 09/10] x86/gen-cpuid: Distinguish default vs max in feature annotations
` [Xen-devel] [PATCH 10/10] x86/hvm: Do not enable MPX by default

[PATCH v5 13/19] x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configured
 2020-02-26 20:41 UTC  (9+ messages)

[PATCH] arm64: dts: sc7180: Move venus node to the correct position
 2020-02-26 20:40 UTC  (2+ messages)

[5.6.0-rc2-next-20200218/powerpc] Boot failure on POWER9
 2020-02-26 20:31 UTC  (13+ messages)

[Bluez-PATCH] Add mgmt interface for Erroneous Data Reporting
 2020-02-26 20:39 UTC  (2+ messages)

What's cooking in git.git (Feb 2020, #05; Tue, 25)
 2020-02-26 20:39 UTC  (2+ messages)

[PATCH v2] media: Split v4l2_pipeline_pm_use into v4l2_pipeline_pm_{get, put}
 2020-02-26 20:38 UTC  (4+ messages)

git-shell default working directory
 2020-02-26 20:39 UTC  (5+ messages)

[dpdk-dev] [RFC 0/1] lib/ring: add scatter gather and serial dequeue APIs
 2020-02-26 20:38 UTC  (3+ messages)
` [dpdk-dev] [RFC 1/1] "

[RFC PATCH v3 4/7] mm/asi: Interrupt ASI on interrupt/exception/NMI
 2020-02-26 20:38 UTC  (2+ messages)

[PATCH] ima: add a new CONFIG for loading arch-specific policies
 2020-02-26 20:36 UTC  (4+ messages)

[RFC PATCH v3 2/7] mm/asi: ASI entry/exit interface
 2020-02-26 20:38 UTC  (2+ messages)

[Buildroot] [git commit] package/kodi-inputstream-adaptive: update LICENSE_FILES
 2020-02-26 20:38 UTC 

[PATCH v3] mm/vmscan: fix data races at kswapd_classzone_idx
 2020-02-26 20:37 UTC 

[Buildroot] [PATCH v2] package/fswebcam: bump to latest git version
 2020-02-26 20:38 UTC  (2+ messages)

[PATCH net 06/10] net: rmnet: print error message when command fails
 2020-02-26 20:37 UTC  (2+ messages)

clean up the attr interface v7
 2020-02-26 20:37 UTC  (35+ messages)
` [PATCH 01/32] xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLE
` [PATCH 02/32] xfs: remove the ATTR_INCOMPLETE flag
` [PATCH 03/32] xfs: merge xfs_attr_remove into xfs_attr_set
` [PATCH 04/32] xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_set
` [PATCH 05/32] xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLE
` [PATCH 06/32] xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE op
` [PATCH 07/32] xfs: remove the name == NULL check from xfs_attr_args_init
` [PATCH 08/32] xfs: remove the MAXNAMELEN "
` [PATCH 09/32] xfs: turn xfs_da_args.value into a void pointer
` [PATCH 10/32] xfs: pass an initialized xfs_da_args structure to xfs_attr_set
` [PATCH 11/32] xfs: pass an initialized xfs_da_args to xfs_attr_get
` [PATCH 12/32] xfs: remove the xfs_inode argument to xfs_attr_get_ilocked
` [PATCH 13/32] xfs: remove ATTR_KERNOVAL
` [PATCH 14/32] xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
` [PATCH 15/32] xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
` [PATCH 16/32] xfs: factor out a xfs_attr_match helper
` [PATCH 17/32] xfs: cleanup struct xfs_attr_list_context
` [PATCH 18/32] xfs: remove the unused ATTR_ENTRY macro
` [PATCH 19/32] xfs: open code ATTR_ENTSIZE
` [PATCH 20/32] xfs: move the legacy xfs_attr_list to xfs_ioctl.c
` [PATCH 21/32] xfs: rename xfs_attr_list_int to xfs_attr_list
` [PATCH 22/32] xfs: lift common checks into xfs_ioc_attr_list
` [PATCH 23/32] xfs: lift buffer allocation "
` [PATCH 24/32] xfs: lift cursor copy in/out "
` [PATCH 25/32] xfs: improve xfs_forget_acl
` [PATCH 26/32] xfs: clean up the ATTR_REPLACE checks
` [PATCH 27/32] xfs: clean up the attr flag confusion
` [PATCH 28/32] xfs: remove XFS_DA_OP_INCOMPLETE
` [PATCH 29/32] xfs: embedded the attrlist cursor into struct xfs_attr_list_context
` [PATCH 30/32] xfs: clean up bufsize alignment in xfs_ioc_attr_list
` [PATCH 31/32] xfs: only allocate the buffer size actually needed in __xfs_set_acl
` [PATCH 32/32] xfs: switch xfs_attrmulti_attr_get to lazy attr buffer allocation

[PATCH v9 0/4] arm64: mediatek: Fix mt8173 mmsys device probing
 2020-02-26 20:36 UTC  (9+ messages)
` [PATCH v9 3/4] soc: mediatek: Move mt8173 MMSYS to platform driver

[Intel-gfx] [PATCH 00/13] drm/i915: Clean up DPLL output/refclock tracking
 2020-02-26 20:34 UTC  (14+ messages)
` [Intel-gfx] [PATCH 01/13] drm/i915: Fix bounds check in intel_get_shared_dpll_id()
` [Intel-gfx] [PATCH 02/13] drm/i915: Move DPLL HW readout/sanitize fns to intel_dpll_mgr.c
` [Intel-gfx] [PATCH 03/13] drm/i915: Keep the global DPLL state in a DPLL specific struct
` [Intel-gfx] [PATCH 04/13] drm/i915: Move the DPLL vfunc inits after the func defines
` [Intel-gfx] [PATCH 05/13] drm/i915/hsw: Use the DPLL ID when calculating DPLL clock
` [Intel-gfx] [PATCH 06/13] drm/i915: Move DPLL frequency calculation to intel_dpll_mgr.c
` [Intel-gfx] [PATCH 07/13] drm/i915/skl: Parametrize the DPLL ref clock instead of open-coding it
` [Intel-gfx] [PATCH 08/13] drm/i915/hsw: Rename the get HDMI/DP DPLL funcs to get WRPLL/LCPLL
` [Intel-gfx] [PATCH 09/13] drm/i915/hsw: Split out the SPLL parameter calculation
` [Intel-gfx] [PATCH 10/13] drm/i915/hsw: Split out the WRPLL, LCPLL, SPLL frequency calculation
` [Intel-gfx] [PATCH 11/13] drm/i915/skl, cnl: Split out the WRPLL/LCPLL "
` [Intel-gfx] [PATCH 12/13] drm/i915/hsw: Use the read-out WRPLL/SPLL state instead of reading out again
` [Intel-gfx] [PATCH 13/13] drm/i915: Unify the DPLL ref clock frequency tracking

[PATCH v4] usb: typec: Add sysfs node to show cc orientation
 2020-02-26 20:35 UTC  (2+ messages)

[PATCH 00/12] ti-sysc support for PRUSS
 2020-02-26 20:34 UTC  (4+ messages)
` [PATCH 06/12] ARM: dts: am335x-bone-common: Enable PRU-ICSS interconnect node

[RFC PATCH 0/3] cleanup compute queue priority setting
 2020-02-26 20:37 UTC  (4+ messages)
` [RFC PATCH 1/3] drm/amdgpu: implement ring init_priority for compute ring
` [RFC PATCH 2/3] drm/amdgpu: change hw sched list on ctx priority override
` [RFC PATCH 3/3] drm/amdgpu: remove unused functions

[PATCH] drm/amdkfd: change SDMA MQD memory type
 2020-02-26 20:34 UTC  (2+ messages)

[PATCH v4 1/2] dt-bindings: i2c: cros-ec-tunnel: convert i2c-cros-ec-tunnel.txt to yaml
 2020-02-26 20:34 UTC  (4+ messages)

[meta-oe][PATCH v2 1/1] open-lldp: Add initial version 1.0.1
 2020-02-26 20:34 UTC  (2+ messages)

[Bug 206579] New: KVM with passthrough generates "BUG: kernel NULL pointer dereference" and crashes
 2020-02-26 20:34 UTC  (2+ messages)
` [Bug 206579] "

[PATCH net 04/10] net: rmnet: fix suspicious RCU usage
 2020-02-26 20:33 UTC  (2+ messages)

[RFC PATCH v3 7/7] mm/asi: Implement PTI with ASI
 2020-02-26 20:32 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v2 0/2] DC states IGT misc
 2020-02-26 20:31 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t v2 1/2] tests/i915_pm_dc: Dump power_domain_info on DC test failures

[PATCH 1/5] libva: Split out the base parts into an include file
 2020-02-26 20:31 UTC  (14+ messages)
` [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers

[PATCH v3] iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge page
 2020-02-26 20:30 UTC 

[PATCH v11 0/4] Add Airtime Queue Limits (AQL) to mac80211
 2020-02-26 20:30 UTC  (3+ messages)
` [PATCH v11 4/4] mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeue

[PATCH net 00/10] net: rmnet: fix several bugs
 2020-02-26 20:30 UTC  (2+ messages)

[PATCH 0/3] Drop PRUSS and OMAP4 IPU/DSP hwmod data
 2020-02-26 20:30 UTC  (4+ messages)

Help with how to debug dependency error
 2020-02-26 20:30 UTC  (2+ messages)
` [yocto] "

[RFC PATCH v14 00/10] Landlock LSM
 2020-02-26 20:29 UTC  (9+ messages)
` [RFC PATCH v14 01/10] landlock: Add object and rule management
` [RFC PATCH v14 05/10] fs,landlock: Support filesystem access-control

[PATCH 0/5] Add basic clock support for mt6765
 2020-02-26 20:28 UTC  (9+ messages)
` [PATCH 1/5] dt-bindings: clock: mediatek: document clk bindings for Mediatek MT6765 SoC
` [PATCH 2/5] dt-bindings: clock: mediatek: document clk bindings mipi0a "

[PATCH 00/11] clk: renesas: cpg-mssr: add ignore-unused option
 2020-02-26 20:28 UTC  (12+ messages)
` [PATCH 01/11] clk: renesas: cpg-mssr: add support for ignore-unused clocks
` [PATCH 02/11] clk: renesas: r8a7796: mark RWDT clock as ignore-unused
` [PATCH 03/11] clk: renesas: r8a7795: "
` [PATCH 04/11] clk: renesas: r8a77970: "
` [PATCH 05/11] clk: renesas: r8a77980: "
` [PATCH 06/11] clk: renesas: r8a77995: "
` [PATCH 07/11] clk: renesas: r8a774a1: "
` [PATCH 08/11] clk: renesas: r8a774b1: "
` [PATCH 09/11] clk: renesas: r8a774c0: "
` [PATCH 10/11] clk: renesas: r8a77965: "
` [PATCH 11/11] clk: renesas: r8a77990: "

[igt-dev] [PATCH i-g-t] tests/kms_psr2_su: Print the SU blocks mismatches
 2020-02-26 20:27 UTC  (7+ messages)

linux-next: Signed-off-by missing for commit in the leds tree
 2020-02-26 20:26 UTC 

[PATCH 0/3] ci: upgrade to the latest Azure Pipelines agent pools
 2020-02-26 20:26 UTC  (6+ messages)
` [PATCH 1/3] t/lib-httpd: avoid using BSD's sed
` [PATCH 2/3] ci: prevent `perforce` from being quarantined
` [PATCH 3/3] Azure Pipeline: switch to the latest agent pools

[PATCH] mm: memcontrol: asynchronous reclaim for memory.high
 2020-02-26 20:25 UTC  (4+ messages)

[patch 13/16] x86/entry: Move irqflags and context tracking to C for simple idtentries
 2020-02-26 20:25 UTC  (3+ messages)

nvme_poll() CQ processing
 2020-02-26 20:23 UTC  (2+ messages)

[PATCH v2] hw/i386/intel_iommu: Simplify vtd_find_as_from_bus_num() logic
 2020-02-26 20:20 UTC  (2+ messages)

[patch 00/16] x86/entry: Consolidation - Part IV
 2020-02-26 20:21 UTC  (4+ messages)
` [patch 16/16] x86/entry: Disable interrupts in IDTENTRY

[PATCH v5 0/4] target-riscv: support vector extension part 1
 2020-02-26 20:20 UTC  (6+ messages)
` [PATCH v5 3/4] target/riscv: support vector extension csr
` [PATCH v5 4/4] target/riscv: add vector configure instruction

[MODERATED] Re: [PATCH 2/2] more sampling fun 2
 2020-02-26 20:20 UTC  (9+ messages)
` [MODERATED] "

[Buildroot] [git commit] package/fswebcam: bump to latest git version
 2020-02-26 20:19 UTC 

[Buildroot] [git commit branch/next] package/fswebcam: bump to latest git version
 2020-02-26 20:19 UTC 

[Buildroot] [PATCH v2 1/1] package/python-markdown: bump to version 3.2.1
 2020-02-26 20:18 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] package/libxkbcommon: bump to version 0.10.0 and convert to meson
 2020-02-26 20:18 UTC  (2+ messages)

[PATCH v3 00/10] vTPM for aarch64
 2020-02-26 20:17 UTC  (7+ messages)

[PATCH 1/1] drivers/rng: add Amlogic hardware RNG driver
 2020-02-26 20:18 UTC  (6+ messages)

linux-next: Fixes tag needs some work in the mips-fixes tree
 2020-02-26 20:17 UTC 

[Buildroot] [git commit branch/next] package/python-markdown: bump to version 3.2.1
 2020-02-26 20:17 UTC 

[Buildroot] [git commit] package/python-markdown: bump to version 3.2.1
 2020-02-26 20:17 UTC 

[lkp] [+571 bytes kernel size regression] [i386-tinyconfig] [f60e5c1fcb] fs/dcache: Reclaim excessive negative dentries in directories
 2020-02-26 20:16 UTC 

[igt-dev] [PATCH i-g-t] tests/i915/gem_lut_handle: Minor fixes
 2020-02-26 20:15 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[patch 00/15] x86/entry: Consolidation - Part V
 2020-02-26 20:15 UTC  (7+ messages)
` [patch 01/15] x86/irq: Convey vector as argument and not in ptregs
` [patch 05/15] x86/entry: Provide IDTEnTRY_SYSVEC

[PATCH RFC v2 0/3] leds: add support for apa102c leds
 2020-02-26 20:13 UTC  (3+ messages)
` [PATCH RFC v2 3/3] drivers: "

[PATCH v2] describe: dont abort too early when searching tags
 2020-02-26 20:13 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/7] Fixes for clang builds
 2020-02-26 20:12 UTC  (9+ messages)
` [kvm-unit-tests PATCH v3 "
  ` [kvm-unit-tests PATCH v3 1/7] x86: emulator: use "SSE2" for the target
  ` [kvm-unit-tests PATCH v3 2/7] pci: cast masks to uint32_t for unsigned long values
  ` [kvm-unit-tests PATCH v3 3/7] x86: realmode: syscall: add explicit size suffix to ambiguous instructions
  ` [kvm-unit-tests PATCH v3 4/7] svm: change operand to output-only for matching constraint
  ` [kvm-unit-tests PATCH v3 5/7] svm: convert neg shift to unsigned shift
  ` [kvm-unit-tests PATCH v3 6/7] x86: VMX: use inline asm to get stack pointer
  ` [kvm-unit-tests PATCH v3 7/7] x86: VMX: the "noclone" attribute is gcc-specific

[PATCH v5 00/18] s390x: Protected Virtualization support
 2020-02-26 20:09 UTC  (2+ messages)

Making GitGitGadget conversion lossless
 2020-02-26 20:09 UTC 

[Cluster-devel] [GFS2 PATCH 0/3] Clean up and fix quota data allocate and free
 2020-02-26 20:08 UTC  (3+ messages)
` [Cluster-devel] [GFS2 PATCH 1/3] gfs2: free quota data struct during evict, not file close

net/sched/sch_generic.c stacktrace
 2020-02-26 20:08 UTC  (2+ messages)

[PATCH] utils.bbclass: Avoid recursive symlink in oe_soinstall
 2020-02-26 20:07 UTC  (2+ messages)

[Intel-gfx] [PATCH 00/10] drm/i915/display: conversion to drm_device based logging macros
 2020-02-26 20:07 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/display: conversion to drm_device based logging macros (rev3)

[patch 0/8] x86/entry: Consolidation - Part II
 2020-02-26 20:07 UTC  (5+ messages)
` [patch 7/8] x86/entry: Move irq tracing to prepare_exit_to_user_mode()

suspicious RCU usage from smack code
 2020-02-26 20:06 UTC  (2+ messages)

[PATCH RFC 0/5] fs, ext4: Physical blocks placement hint for fallocate(0): fallocate2(). TP defrag
 2020-02-26 20:05 UTC  (4+ messages)
` [PATCH RFC 5/5] ext4: Add fallocate2() support

[PATCH v2 0/4] Introduce SoC sleep stats driver
 2020-02-26 20:05 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: Introduce soc sleep stats bindings for Qualcomm SoCs

ELF_INITFINI for ARC (was Re: [PATCH] Introduce <elf-initfini.h> and ELF_INITFINI for all architectures)
 2020-02-26 20:02 UTC  (3+ messages)

[PATCH v5 0/5] Reftable support git-core
 2020-02-26 20:04 UTC  (5+ messages)
` [PATCH v6 "

What's cooking in git.git (Feb 2020, #04; Mon, 17)
 2020-02-26 20:04 UTC  (4+ messages)

[PATCH v3] cgroup: memcg: net: do not associate sock with unrelated cgroup
 2020-02-26 20:02 UTC  (4+ messages)

Writing to FUSE via mmap extremely slow (sometimes) on some machines?
 2020-02-26 19:59 UTC  (2+ messages)
        ` [fuse-devel] "


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.