All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-01-31 23:33:05 to 2020-02-01 02:24:12 UTC [more...]

power button override
 2020-02-01  2:24 UTC  (17+ messages)

[Intel-wired-lan] [PATCH v2] igc: Complete to commit Add legacy power management support
 2020-02-01  2:20 UTC  (2+ messages)

[igt-dev] [PATCH 0/7] Add tests for HDR metadata interfaces and bpc switch
 2020-02-01  2:15 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Add tests for HDR metadata interfaces and bpc switch (rev4)

[igt-dev] [PATCH i-g-t] tests/i915/gem_tiled_partial_pwrite_pread: Confirm presence of aperture
 2020-02-01  4:12 UTC 

[PATCH v3 0/6] add persistent submission state
 2020-02-01  2:10 UTC  (5+ messages)

[PATCH] io_uring: fix sporadic double CQE entry for close
 2020-02-01  2:09 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] runner: Make the result an incomplete if a test is killed due to taint
 2020-02-01  2:05 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH] net: stmmac: Delete txtimer in suspend()
 2020-02-01  2:01 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v1] igc: Add dump options
 2020-02-01  2:02 UTC  (2+ messages)

[PATCH] arch/xtensa: fix Kconfig typos for HAVE_SMP
 2020-02-01  1:59 UTC 

[Intel-wired-lan] [PATCH next] igc: make non-global functions static
 2020-02-01  1:58 UTC  (3+ messages)
`  "

[PATCH] arch/sh: add hyphenation in NUMA Kconfig prompt
 2020-02-01  1:57 UTC  (2+ messages)

[PATCH RESEND v3 0/4] MediaTek UFS vendor implemenation part III and Auto-Hibern8 fix
 2020-02-01  1:45 UTC  (6+ messages)
` [PATCH RESEND v3 4/4] scsi: ufs-mediatek: gate ref-clk during Auto-Hibern8

[PATCH] arch/mips: change duplicated word in NUMA help text
 2020-02-01  1:55 UTC 

[PATCH] arch/hexagon: fix punctuation in SMP help text
 2020-02-01  1:54 UTC 

[PATCH] arch/csky: fix some Kconfig typos
 2020-02-01  1:52 UTC 

[PATCH] arm64: fix NUMA Kconfig typos
 2020-02-01  1:51 UTC  (2+ messages)

[PATCH] arch/arc: fix some Kconfig typos
 2020-02-01  1:49 UTC  (2+ messages)

[Xen-devel] [ovmf test] 146629: regressions - FAIL
 2020-02-01  1:42 UTC 

[Bug 1859291] [NEW] RISC-V incorrect exception generated
 2020-02-01  1:31 UTC  (3+ messages)
` [Bug 1859291] "

[PATCH] Input: synaptics-rmi4 - switch to reduced reporting mode
 2020-02-01  1:38 UTC  (8+ messages)

[Intel-gfx] [v3] drm/i915/tgl: Add Wa_1606054188:tgl
 2020-02-01  8:28 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/tgl: Add Wa_1606054188:tgl (rev2)

[PATCH] dt-bindings: tpm: Convert cr50 binding to YAML
 2020-02-01  1:35 UTC  (3+ messages)

[PATCH net-master 0/1] DP83867 Speed optimization feature
 2020-02-01  1:30 UTC  (4+ messages)
` [PATCH net-master 1/1] net: phy: dp83867: Add speed "

[PATCH v2 00/35] Add RISC-V Hypervisor Extension v0.5
 2020-02-01  1:03 UTC  (72+ messages)
` [PATCH v2 01/35] target/riscv: Convert MIP CSR to target_ulong
` [PATCH v2 02/35] target/riscv: Add the Hypervisor extension
` [PATCH v2 03/35] target/riscv: Add the Hypervisor CSRs to CPUState
` [PATCH v2 04/35] target/riscv: Add support for the new execption numbers
` [PATCH v2 05/35] target/riscv: Rename the H irqs to VS irqs
` [PATCH v2 06/35] target/riscv: Add the virtulisation mode
` [PATCH v2 07/35] target/riscv: Add the force HS exception mode
` [PATCH v2 08/35] target/riscv: Fix CSR perm checking for HS mode
` [PATCH v2 09/35] target/riscv: Print priv and virt in disas log
` [PATCH v2 10/35] target/riscv: Dump Hypervisor registers if enabled
` [PATCH v2 11/35] target/riscv: Add Hypervisor CSR access functions
` [PATCH v2 12/35] target/riscv: Add Hypervisor virtual CSRs accesses
` [PATCH v2 13/35] target/riscv: Add Hypervisor machine "
` [PATCH v2 14/35] target/riscv: Add virtual register swapping function
` [PATCH v2 15/35] target/riscv: Set VS bits in mideleg for Hyp extension
` [PATCH v2 16/35] target/riscv: Extend the MIE CSR to support virtulisation
` [PATCH v2 17/35] target/riscv: Extend the SIP "
` [PATCH v2 18/35] target/riscv: Add support for virtual interrupt setting
` [PATCH v2 19/35] target/ricsv: Flush the TLB on virtulisation mode changes
` [PATCH v2 20/35] target/riscv: Generate illegal instruction on WFI when V=1
` [PATCH v2 21/35] target/riscv: Add hypvervisor trap support
` [PATCH v2 22/35] target/riscv: Add Hypervisor trap return support
` [PATCH v2 23/35] target/riscv: Add hfence instructions
` [PATCH v2 24/35] target/riscv: Remove the hret instruction
` [PATCH v2 25/35] target/riscv: Only set TB flags with FP status if enabled
` [PATCH v2 26/35] target/riscv: Disable guest FP support based on virtual status
` [PATCH v2 27/35] target/riscv: Mark both sstatus and msstatus_hs as dirty
` [PATCH v2 28/35] target/riscv: Respect MPRV and SPRV for floating point ops
` [PATCH v2 29/35] target/riscv: Allow specifying MMU stage
` [PATCH v2 30/35] target/riscv: Implement second stage MMU
` [PATCH v2 31/35] target/riscv: Raise the new execptions when 2nd stage translation fails
` [PATCH v2 32/35] target/riscv: Set htval and mtval2 on execptions
` [PATCH v2 33/35] target/riscv: Add support for the 32-bit MSTATUSH CSR
` [PATCH v2 34/35] target/riscv: Add the MSTATUS_MPV_ISSET helper macro
` [PATCH v2 35/35] target/riscv: Allow enabling the Hypervisor extension

[PATCH V5 0/6] blk-mq: improvement CPU hotplug
 2020-02-01  1:31 UTC  (9+ messages)

9ff4452912 ("mm/mremap: use pmd_addr_end to calculate next in .."): [ 70.987730] BUG: Bad rss-counter state mm:01f5c40b type:MM_SHMEMPAGES val:15
 2020-02-01  1:21 UTC  (3+ messages)

[Xen-devel] [xen-unstable test] 146625: regressions - FAIL
 2020-02-01  1:20 UTC 

[Xen-devel] [PATCH] docs/misc: xen-command-line: fix parameters in sample serial configuration
 2020-02-01  1:20 UTC 

[MPTCP] Re: [syzkaller] KASAN: use-after-free Write in __lock_sock
 2020-02-01  1:12 UTC 

[PATCH v4 1/6] console: Don't perform test for CON_BRL flag
 2020-02-01  1:08 UTC  (5+ messages)
` [PATCH v4 5/6] console: Introduce ->exit() callback

[PATCH 00/18] In order to readout DP SDPs, refactors the handling of DP SDPs
 2020-02-01  1:06 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "

[PATCH V5] drm: Add support for DP 1.4 Compliance edid corruption test
 2020-02-01  1:02 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: Add support for DP 1.4 Compliance edid corruption test (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH] btrfs: do not zero f_bavail if we have available space
 2020-02-01  1:00 UTC  (2+ messages)

[PATCH 1/1] io_uring: place close flag changing code
 2020-02-01  0:58 UTC 

[PATCH v2 0/2] usb: dwc3: gadget: Revise maxpacket_limit calculation
 2020-02-01  0:59 UTC  (5+ messages)
` [RESEND PATCH v2 1/2] usb: dwc3: Fix GTXFIFOSIZ.TXFDEP macro name
` [RESEND PATCH v2 2/2] usb: dwc3: gadget: Properly set maxpacket limit

[PATCH] io_uring: iterate req cache backwards
 2020-02-01  0:58 UTC 

[confused] can orangefs ACLs be removed at all?
 2020-02-01  0:56 UTC 

[igt-dev] [PATCH i-g-t] tests/i915/gem_exec_faulting_reloc: Use a coherent mapping
 2020-02-01  0:56 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH] dm: expose dm_copy_name_and_uuid()
 2020-02-01  0:55 UTC 

[PATCH v6 0/9] Inline Encryption Support
 2020-02-01  0:53 UTC  (6+ messages)
      ` [f2fs-dev] "

[Intel-gfx] [PATCH 1/4] drm/i915/display: Wake the power well during resume
 2020-02-01  0:53 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[RFC PATCH 00/13] devlink direct region reading
 2020-02-01  0:51 UTC  (4+ messages)
` [PATCH 08/15] devlink: add devres managed devlinkm_alloc and devlinkm_free

Patch text in git-add patch mode lacks whitespace highlighting
 2020-02-01  0:49 UTC  (5+ messages)

[PATCH 1/2] microblaze tune: Enable 64-bit
 2020-02-01  0:47 UTC  (3+ messages)
` [PATCH 2/2] microblaze tune: cleanup +=

[PATCH bpf] bpf: Fix modifier skipping logic
 2020-02-01  0:46 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 1/2] runner: Support dynamic subtests in testlists
 2020-02-01  0:44 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,1/2] "

[PATCH v2 1/2] microblaze tune: Enable 64-bit
 2020-02-01  0:41 UTC  (5+ messages)
` [PATCH v2 2/2] microblaze tune: cleanup +=
` ✗ patchtest: failure for "[v2] microblaze tune: Enable 6..." and 1 more

[Xen-devel] [PATCH] libxc: migrate migration stream definitions into Xen public headers
 2020-02-01  0:40 UTC 

[Xen-devel] [PATCH 0/8] Early cleanups and bug fixes in preparation for live update
 2020-02-01  0:33 UTC  (9+ messages)
` [Xen-devel] [PATCH 1/8] x86/smp: reset x2apic_enabled in smp_send_stop()
` [Xen-devel] [PATCH 2/8] x86/setup: Fix badpage= handling for memory above HYPERVISOR_VIRT_END
` [Xen-devel] [PATCH 3/8] x86/setup: Don't skip 2MiB underneath relocated Xen image
` [Xen-devel] [PATCH 4/8] xen/vmap: allow vm_init_type to be called during early_boot
` [Xen-devel] [PATCH 5/8] xen/vmap: allow vmap() to be called during early boot
` [Xen-devel] [PATCH 6/8] x86/setup: move vm_init() before end_boot_allocator()
` [Xen-devel] [PATCH 7/8] x86/setup: simplify handling of initrdidx when no initrd present
` [Xen-devel] [PATCH 8/8] x86/setup: lift dom0 creation out into create_dom0() function

linux-next: build failure after merge of the akpm-current tree
 2020-02-01  0:32 UTC  (2+ messages)

[PATCH 0/3] Lock warning cleanup
 2020-02-01  0:27 UTC  (8+ messages)
  ` [PATCH 3/3] mutex: Add missing annotations
` [PATCH 0/3] Lock warning cleanups
  ` [PATCH 1/3] hrtimer: Add missing annotation to lock_hrtimer_base()
  ` [PATCH 2/3] futex: Add missing annotation for wake_futex_pi()
  ` [PATCH 3/3] futex: Add missing annotation for fixup_pi_state_owner()

[Cluster-devel] [PATCH 00/12] Change readahead API
 2020-02-01  0:25 UTC  (7+ messages)
` [Cluster-devel] [PATCH 04/12] mm: Add readahead address space operation
    `  "
      ` [f2fs-dev] "

[RESEND PATCH v2] usb: dwc3: gadget: Do link recovery for SS and SSP
 2020-02-01  0:25 UTC  (2+ messages)

[PATCH] PCI/P2PDMA: Add the Intel Sky Lake-E root ports to the whitelist
 2020-02-01  0:24 UTC  (2+ messages)

us.map from kbd maps Right Alt to AltGr and Shift+Tab to Alt+Tab
 2020-02-01  0:21 UTC 

[PATCH v2] rpmsg: add a description field
 2020-02-01  0:19 UTC  (7+ messages)

[PATCH v1 00/36] Add RISC-V Hypervisor Extension v0.5
 2020-02-01  0:09 UTC  (8+ messages)
` [PATCH v1 15/36] target/riscv: Convert mstatus to pointers

[RFC] why do sensors break CPU scaling
 2020-02-01  0:16 UTC  (4+ messages)

[dpdk-dev] [PATCH v6 00/10] Windows patchset with additional EAL functionalities
 2020-02-01  0:04 UTC  (11+ messages)
` [dpdk-dev] [PATCH v7 0/9] "
  ` [dpdk-dev] [PATCH v7 1/9] license: add license exception for windows
  ` [dpdk-dev] [PATCH v7 2/9] eal: dirent.h implementation "
  ` [dpdk-dev] [PATCH v7 3/9] eal: add additional function overrides in windows header files
  ` [dpdk-dev] [PATCH v7 4/9] eal: getopt implementation for windows
  ` [dpdk-dev] [PATCH v7 5/9] eal: add function to detect process type
  ` [dpdk-dev] [PATCH v7 6/9] eal: include SSE4 support for windows
  ` [dpdk-dev] [PATCH v7 7/9] eal: remove syslog and dlfcn "
  ` [dpdk-dev] [PATCH v7 8/9] build: add additional common files support
  ` [dpdk-dev] [PATCH v7 9/9] eal: add minimum viable code to support parsing

[PATCH] dma-debug: dynamic allocation of hash table
 2020-02-01  0:06 UTC  (9+ messages)

[PATCH] doc: describe Git bundle format
 2020-01-31 23:57 UTC  (5+ messages)

[PATCH v1] Documentation: kunit: fixed sphinx error in code block
 2020-02-01  0:01 UTC 

[PATCH 0/5] Add OP-TEE recipes to meta-arm layer
 2020-01-31 23:56 UTC  (4+ messages)
  ` [meta-arm] "

[Xen-devel] [xen-unstable-smoke test] 146632: tolerable all pass - PUSHED
 2020-01-31 23:53 UTC 

[Intel-gfx] [CI] drm/i915/gt: Skip rmw for masked registers
 2020-01-31 23:50 UTC 

[Intel-gfx] [PATCH 1/2] drm/i915: Initialise basic fence before acquiring seqno
 2020-01-31 23:49 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/2] "

[PATCH 0/3] IOMMU user API enhancement
 2020-01-31 23:51 UTC  (6+ messages)
` [PATCH 3/3] iommu/uapi: Add helper function for size lookup

[PATCH] arm64: dts: rockchip: Fix rk3328-roc-cc sdmmcio-regulator
 2020-01-31 23:38 UTC  (2+ messages)

[Patch nf 0/3] netfilter: xt_hashlimit: a few improvements
 2020-01-31 23:36 UTC  (5+ messages)
` [Patch nf 3/3] xt_hashlimit: limit the max size of hashtable

rtc rtc0: Timeout trying to get valid LPSRT Counter read
 2020-01-31 23:36 UTC  (9+ messages)

[PATCH 0/3] builtin/commit-graph.c: new split/merge options
 2020-01-31 23:34 UTC  (3+ messages)
` [PATCH 1/3] builtin/commit-graph.c: support '--split[=<strategy>]'

[PATCH] iio: Add SEMTECH SX9310/9311 sensor driver
 2020-01-31 23:33 UTC  (2+ messages)

[ndctl PATCH] ndctl: add util/filter.{c,h} to ndctl_SOURCES in Makefile.am
 2020-01-31 23:33 UTC  (2+ messages)

[PATCH 0/4] tracing: Updates to dynamic event API
 2020-01-31 23:33 UTC  (5+ messages)
` [PATCH 1/4] tracing: Consolidate some synth_event_trace code


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.