All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-29 08:20:15 to 2020-05-29 09:03:35 UTC [more...]

Link down reasons
 2020-05-29  9:03 UTC  (7+ messages)

[PATCH net-next 00/11] New DSA driver for VSC9953 Seville switch
 2020-05-29  9:03 UTC  (7+ messages)
` [PATCH net-next 11/11] net: dsa: ocelot: introduce driver for Seville VSC9953 switch

Xen XSM/FLASK policy, grub defaults, etc
 2020-05-29  9:02 UTC  (4+ messages)

[PATCH v3 00/75] x86: SEV-ES Guest Support
 2020-05-29  9:02 UTC  (3+ messages)
` [PATCH v3 69/75] x86/realmode: Setup AP jump table

[RFC v2 00/18] Refactor configuration of guest memory protection
 2020-05-29  9:01 UTC  (3+ messages)
` [RFC v2 01/18] target/i386: sev: Remove unused QSevGuestInfoClass

[PATCH RFCv2 0/9] kvm/arm64: Support Async Page Fault
 2020-05-28 23:02 UTC  (6+ messages)
` [PATCH RFCv2 9/9] arm64: Support async page fault

[PATCH v3 0/2] Add support for MaxLinear/Exar USB to serial converters
 2020-05-29  9:00 UTC  (5+ messages)
` [PATCH v3 2/2] usb: serial: xr_serial: Add gpiochip support

[PATCH 02/12] net: hns3: Destroy a mutex after initialisation failure in hclge_init_ad_dev()
 2020-05-29  9:00 UTC  (3+ messages)
  ` [02/12] net: hns3: Destroy a mutex after initialisation failure in hclge_init_ae_dev()

[PATCH v3 1/2] io_uring: avoid whole io_wq_work copy for requests completed inline
 2020-05-29  8:58 UTC  (2+ messages)

[PATCH v3] drm/fourcc: document modifier uniqueness requirements
 2020-05-29  8:59 UTC  (3+ messages)

[PATCH 0/2] linux-user: Load a vdso for x86_64
 2020-05-29  8:58 UTC  (6+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915: Add a few asserts around handling of i915_request_is_active()
 2020-05-29  8:58 UTC  (2+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Once executed, always executed

[PATCH v3 00/16] Changed Paths Bloom Filters
 2020-05-29  8:57 UTC  (4+ messages)
` [PATCH v4 00/15] "
  ` [PATCH v4 09/15] commit-graph: write Bloom filters to commit graph file

[PATCH 0/6] Refactor handling flow of SET_CPUID*
 2020-05-29  8:55 UTC  (7+ messages)
` [PATCH 1/6] KVM: X86: Reset vcpu->arch.cpuid_nent to 0 if SET_CPUID fails
` [PATCH 2/6] KVM: X86: Go on updating other CPUID leaves when leaf 1 is absent
` [PATCH 3/6] KVM: X86: Introduce kvm_check_cpuid()
` [PATCH 4/6] KVM: X86: Split kvm_update_cpuid()
` [PATCH 5/6] KVM: X86: Move kvm_x86_ops.cpuid_update() into kvm_update_state_based_on_cpuid()
` [PATCH 6/6] KVM: X86: Move kvm_apic_set_version() to kvm_update_state_based_on_cpuid()

mwifiex: Firmware name for W8997 sdio wifi chip
 2020-05-29  8:55 UTC  (7+ messages)
` [EXT] "

[GIT PULL] sound fixes for 5.7 (rc8 or final)
 2020-05-29  8:55 UTC 

[PATCH] rtc: abx80x: Provide feedback for invalid dt properties
 2020-05-29  8:54 UTC  (2+ messages)

[PATCH v6 00/30] Allow vendor drivers to propose their own timings
 2020-05-29  8:54 UTC  (3+ messages)
` [PATCH v6 30/30] mtd: rawnand: Allocate the best interface configuration dynamically

[PATCH 01/10] Manual pages: unshare.1: EXAMPLES: improve persistent mount namespace example
 2020-05-29  8:54 UTC  (3+ messages)

Self-XORing BPF registers is undefined behavior
 2020-05-29  8:53 UTC  (17+ messages)

[linux-linus test] 150432: tolerable trouble: fail/pass/starved - PUSHED
 2020-05-29  8:53 UTC 

[bug report] opp: Remove bandwidth votes when target_freq is zero
 2020-05-29  8:53 UTC  (2+ messages)

[PATCH RESEND] Enable full width counting for KVM: x86/pmu
 2020-05-29  8:52 UTC  (3+ messages)

[PATCH v5 0/6] Three Loongson irqchip support
 2020-05-29  8:52 UTC  (4+ messages)
` [PATCH v5 1/6] irqchip: Add Loongson HyperTransport Vector support

[PoC PATCH 00/34] An alternative modified path Bloom filters implementation
 2020-05-29  8:50 UTC  (35+ messages)
` [PATCH 01/34] tree-walk.c: don't match submodule entries for 'submod/anything'
` [PATCH 02/34] commit-graph: fix parsing the Chunk Lookup table
` [PATCH 03/34] commit-graph-format.txt: all multi-byte numbers are in network byte order
` [PATCH 04/34] commit-slab: add a function to deep free entries on the slab
` [PATCH 05/34] diff.h: drop diff_tree_oid() & friends' return value
` [PATCH 06/34] commit-graph: clean up #includes
` [PATCH 07/34] commit-graph: simplify parse_commit_graph() #1
` [PATCH 08/34] commit-graph: simplify parse_commit_graph() #2
` [PATCH 09/34] commit-graph: simplify write_commit_graph_file() #1
` [PATCH 10/34] commit-graph: simplify write_commit_graph_file() #2
` [PATCH 11/34] commit-graph: allocate the 'struct chunk_info' array dinamically
` [PATCH 12/34] commit-graph: unify the signatures of all write_graph_chunk_*() functions
` [PATCH 13/34] commit-graph: simplify write_commit_graph_file() #3
` [PATCH 14/34] commit-graph: check chunk sizes after writing
` [PATCH 15/34] commit-graph-format.txt: document the modified path Bloom filter chunks
` [PATCH 16/34] Add a generic and minimal Bloom filter implementation
` [PATCH 17/34] Import a streaming-capable Murmur3 hash function implementation
` [PATCH 18/34] commit-graph: write "empty" Modified Path Bloom Filter Index chunk
` [PATCH 19/34] commit-graph: add commit slab for modified path Bloom filters
` [PATCH 20/34] commit-graph: fill the Modified Path Bloom Filter Index chunk
` [PATCH 21/34] commit-graph: load and use "
` [PATCH 22/34] commit-graph: write the Modified Path Bloom Filters chunk
` [PATCH 23/34] commit-graph: load and use "
` [PATCH 24/34] commit-graph: check all leading directories in modified path Bloom filters
` [PATCH 25/34] commit-graph: check embedded modified path Bloom filters with a mask
` [PATCH 26/34] commit-graph: deduplicate modified path Bloom filters
` [PATCH 27/34] commit-graph: load modified path Bloom filters for merge commits
` [PATCH 28/34] commit-graph: write Modified Path Bloom Filter Merge Index chunk
` [PATCH 29/34] commit-graph: extract init and free write_commit_graph_context
` [PATCH 30/34] commit-graph: move write_commit_graph_reachable below write_commit_graph
` [PATCH 31/34] t7007-show: make the first test compatible with the next patch
` [PATCH 32/34] PoC commit-graph: use revision walk machinery for '--reachable'
` [PATCH 33/34] commit-graph: write modified path Bloom filters in "history order"
` [PATCH 34/34] commit-graph: use modified path Bloom filters with wildcards, if possible

WARNING: suspicious RCU usage in idtentry_exit
 2020-05-29  8:51 UTC  (7+ messages)

Yocto,core-image-minimal for RPI4 #linux #yocto
 2020-05-29  8:51 UTC  (6+ messages)
` [yocto] "

IIO timestamp get skewed when suspending (st_lsm6dsx)
 2020-05-29  8:50 UTC  (6+ messages)

[PATCH v2 1/2] seccomp: notify user trap about unused filter
 2020-05-29  8:50 UTC  (7+ messages)

[PATCH v5 00/16] spi: dw: Add generic DW DMA controller support
 2020-05-29  8:49 UTC  (3+ messages)
` [PATCH v5 01/16] spi: dw: Set xfer effective_speed_hz

[dpdk-dev] [PATCH v4 0/8] Windows basic memory management
 2020-05-29  8:49 UTC  (6+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 04/11] eal/mem: extract common code for memseg list initialization

[Xen-devel] [RFC 0/9] Changes to time accounting
 2020-05-29  8:48 UTC  (6+ messages)
` [Xen-devel] [RFC 1/9] schedule: Introduce per-pcpu "

alsa-ucm.c: UCM not available for card sof-bytcr-rt5640
 2020-05-29  8:48 UTC 

[PATCH kvm-unit-tests] access: disable phys-bits=36 for now
 2020-05-29  8:48 UTC  (4+ messages)

QMP qom-get feels useless for child properties
 2020-05-29  8:47 UTC  (2+ messages)

[PATCH v2 00/28] KVM: nSVM: event fixes and migration support
 2020-05-29  8:47 UTC  (7+ messages)
` [PATCH 02/28] KVM: x86: enable event window in inject_pending_event
` [PATCH 05/28] KVM: nSVM: correctly inject INIT vmexits

[bug report] drm/amdkfd: Track SDMA utilization per process
 2020-05-29  8:47 UTC 

[PATCH nf-next] netfilter: introduce support for reject at prerouting stage
 2020-05-29  8:47 UTC  (4+ messages)

[PATCH v7 00/20] Introduce the generic ECC engine abstraction
 2020-05-29  8:46 UTC  (15+ messages)
` [PATCH v7 16/20] mtd: nand: Convert generic NAND bits to use the ECC framework
` [PATCH v7 17/20] mtd: rawnand: Hide the generic OOB layout objects behind helpers

Splitting 1 USB port between 2 devices
 2020-05-29  8:46 UTC  (2+ messages)

[PATCH] net: qrtr: Allocate workqueue before kernel_bind
 2020-05-29  8:46 UTC  (2+ messages)

[PATCH] edac: Fix reference count leak in edac_device_register_sysfs_main_kobj()
 2020-05-29  8:45 UTC  (2+ messages)

[RFC PATCH 0/1] Runstate error with KPTI
 2020-05-29  8:45 UTC  (10+ messages)
` [RFC PATCH 1/1] xen: Use a global mapping for runstate

[PATCH] mm/gup: documentation fix for pin_user_pages*() APIs
 2020-05-29  8:45 UTC 

linux-next: manual merge of the usb tree with the devicetree tree
 2020-05-29  8:44 UTC  (6+ messages)

Re:Re:[PATCH] drm: fix setting of plane_mask in pan_display_atomic() function for linux-4.4
 2020-05-29  8:43 UTC  (3+ messages)
`  "

[GIT PULL v2] extcon next for v5.8
 2020-05-29  8:44 UTC  (2+ messages)

[GIT PULL] GNSS updates for 5.8-rc1
 2020-05-29  8:43 UTC  (2+ messages)

patch "gnss: sirf: fix error return code in sirf_probe()" added to char-misc-testing
 2020-05-29  8:43 UTC 

[PATCH v3 00/11] md/raid5: set STRIPE_SIZE as a configurable value
 2020-05-29  8:42 UTC  (4+ messages)
` [PATCH v3 01/11] md/raid5: add CONFIG_MD_RAID456_STRIPE_SHIFT to set STRIPE_SIZE

[PATCH] cfg80211: adapt to new channelization of the 6GHz band
 2020-05-29  8:40 UTC  (3+ messages)

[PATCH v2] ext4: support xattr gnu.* namespace for the Hurd
 2020-05-29  8:39 UTC  (3+ messages)

[PATCH] RDMA/hns: Uninitialized variable in modify_qp_init_to_rtr()
 2020-05-29  8:39 UTC  (2+ messages)

[PATCH i-g-t] panfrost: Test labeling functionality
 2020-05-29  8:37 UTC  (3+ messages)
  ` [igt-dev] "

Git gui freeze on ubuntu 18.04
 2020-05-29  8:37 UTC  (2+ messages)

[PATCH 0/3] MIPS: Loongson64: Initial LS7A PCH support
 2020-05-29  8:37 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: mips: Document two Loongson generic boards

[PATCH v10 00/12] Add hypervisor sysfs-like support
 2020-05-29  8:34 UTC  (3+ messages)
` [PATCH v10 07/12] xen: provide version information in hypfs

[PATCH] MIPS: Fix build warning about "PTR_STR" redefinition
 2020-05-29  8:34 UTC  (2+ messages)

[PATCH] tpm_tis_spi: Don't send anything during flow control
 2020-05-29  8:33 UTC  (2+ messages)

[PATCH] irqchip/gic-v3-its: Don't try to move a disabled irq
 2020-05-29  8:32 UTC  (3+ messages)

[PATCH v4 0/4] cleaning up the sysctls table (hung_task watchdog)
 2020-05-29  8:33 UTC  (6+ messages)
` [PATCH v4 1/4] sysctl: Add register_sysctl_init() interface

[GIT PULL] USB-serial fixes for 5.8-rc1-2
 2020-05-29  8:32 UTC  (2+ messages)

em28xx driver issue kernel 5.7.0
 2020-05-29  8:32 UTC 

[PATCH v2 0/5] TriCore fixes and gdbstub
 2020-05-29  8:31 UTC  (3+ messages)
` [PATCH v2 5/5] target/tricore: Implement gdbstub

[PATCH] efi: Replace zero-length array and use struct_size() helper
 2020-05-29  8:31 UTC  (2+ messages)

[PATCH v2 0/3] Clang/LLVM build fixes
 2020-05-29  8:31 UTC  (4+ messages)
` [PATCH v2 3/3] clang: don't define nocall

[PATCH] PCI: aardvark: Don't touch PCIe registers if no card connected
 2020-05-29  8:30 UTC  (4+ messages)

[PATCH 0/3] misc: xilinx-sdfec: convert get_user_pages() --> pin_user_pages()
 2020-05-29  8:29 UTC  (3+ messages)

[PATCH] net: ethernet: mtk-star-emac: remove unused variable
 2020-05-29  8:27 UTC  (6+ messages)

[PATCHv5 0/3] optee: register drivers on optee bus
 2020-05-29  8:27 UTC  (4+ messages)
` [PATCHv5 1/3] optee: do drivers initialization before and after tee-supplicant run
` [PATCHv5 2/3] optee: use uuid for sysfs driver entry
` [PATCHv5 3/3] tpm_ftpm_tee: register driver on TEE bus

[PATCH] rockchip: rockpro64: Set cooling levels for pwm-fan
 2020-05-29  8:27 UTC  (2+ messages)

[PATCH 0/2] rasdaemon: add support for memory Corrected Error predictive failure analysis
 2020-05-29  8:24 UTC  (3+ messages)
` [PATCH 1/2] rasdaemon: add rbtree support for page record
` [PATCH 2/2] rasdaemon: add support for memory Corrected Error predictive failure analysis

[PATCH 1/5] x86/entry: introduce macro idtentry_swapgs_and_switch_to_kernel_stack
 2020-05-29  8:26 UTC  (6+ messages)
` [PATCH V2 0/4] x86/entry: simply stack switching when exception on userspace
  ` [PATCH V2 1/4] x86/entry: avoid calling into sync_regs() when entering from userspace
  ` [PATCH V2 2/4] x86/entry: directly switch to kernel stack when .Lerror_bad_iret
  ` [PATCH V2 3/4] x86/entry: remove unused sync_regs()
  ` [PATCH V2 4/4] x86/entry: don't copy to tmp in fixup_bad_iret

[PATCH] powerpc/64/syscall: Disable sanitisers for C syscall entry/exit code
 2020-05-29  8:24 UTC  (2+ messages)

[RFC PATCH v3 00/12] Integrity Policy Enforcement LSM (IPE)
 2020-05-29  8:18 UTC  (7+ messages)

[PATCH v2 bpf-next 0/4] bpf: Introduce minimal support for sleepable progs
 2020-05-29  8:25 UTC  (3+ messages)
` [PATCH v2 bpf-next 2/4] bpf: Introduce sleepable BPF programs

[PATCH 00/13] sysctl: spring cleaning
 2020-05-29  8:23 UTC  (7+ messages)
` [PATCH 06/13] ocfs2: use new sysctl subdir helper register_sysctl_subdir()
    ` [Ocfs2-devel] "
    ` [Intel-gfx] "

[PATCH 1/2] dt-bindings: rtc: add wakeup-source for FlexTimer
 2020-05-29  8:23 UTC  (3+ messages)
` [PATCH 2/2] rtc: fsl-ftm-alarm: fix freeze(s2idle) doesnot wake

[PATCH] MIPS: Fix build warning about "PTR_STR" redefined under CONFIG_TEST_PRINTF
 2020-05-29  8:23 UTC  (4+ messages)

[PATCH v3 bpf-next 0/5] bpf: Add support for XDP programs in DEVMAP entries
 2020-05-29  8:22 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/5] devmap: Formalize map value as a named struct

[PATCH] omapfb: Fix reference count leak in display_init_sysfs
 2020-05-29  8:22 UTC  (4+ messages)

[GIT PULL] extcon next for v5.8
 2020-05-29  8:32 UTC  (3+ messages)

[MPTCP] [PATCH net-next] net: mptcp: improve fallback to TCP
 2020-05-29  8:21 UTC 

[PATCH] drm/mm: add ig_frag selftest
 2020-05-29  8:21 UTC  (5+ messages)

[PATCH 04/23] drm/i915/execlists: Always force a context reload when rewinding RING_TAIL
 2020-05-29  8:18 UTC  (8+ messages)
` [PATCH 06/23] drm/i915: Actually emit the await_start
` [PATCH 07/23] drm/i915: Return early for await_start on same timeline
` [PATCH 08/23] drm/i915: Defer semaphore priority bumping to a workqueue
` [PATCH 09/23] drm/i915/execlists: Enable timeslice on partial virtual engine dequeue
` [PATCH 10/23] drm/i915/gt: Close race between cacheline_retire and free
` [PATCH 11/23] drm/i915/gen12: Disable preemption timeout
` [PATCH 13/23] drm/i915/gem: Flush all the reloc_gpu batch

[RFC/RFT PATCH 0/2] crypto: add CTS output IVs for arm64 and testmgr
 2020-05-29  8:20 UTC  (6+ messages)

[PATCH] t: avoid alternation (not POSIX) in grep's BRE
 2020-05-29  8:20 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/7] Add histogram measuring mmap_lock contention latency
 2020-05-29  8:09 UTC  (4+ messages)

[GIT PULL] ARM: dts: Xilinx DT changes for v5.8
 2020-05-29  8:20 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.