All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-26 23:08:02 to 2020-08-27 01:10:35 UTC [more...]

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2020-08-27  1:10 UTC 

[DRAFT PATCH] random32: make prandom_u32() output unpredictable
 2020-08-27  1:09 UTC  (10+ messages)

[PATCH v2 00/11] TRACE_IRQFLAGS wreckage
 2020-08-27  1:06 UTC  (6+ messages)
` [PATCH v2 01/11] lockdep: Use raw_cpu_*() for per-cpu variables
` [PATCH v2 02/11] cpuidle: Fixup IRQ state

[dpdk-dev] [PATCH 0/7] Bugs Porting from I40evf For IAVF Feature
 2020-08-27  1:01 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2 0/6] These patches are bugs porting from i40evf to

[PATCH 1/2] usb typec: mt6360: Add support for mt6360 Type-C driver
 2020-08-27  1:02 UTC  (8+ messages)

[PATCH 1/2] veth: Initialize dev->perm_addr
 2020-08-27  1:04 UTC  (5+ messages)

[PATCH v5 4/8] powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.c
 2020-08-27  0:59 UTC  (3+ messages)

Wolf Pass power control
 2020-08-26 20:59 UTC 

IMA metadata format to support fs-verity
 2020-08-27  1:00 UTC  (9+ messages)

[cip-dev] CIP IRC weekly meeting today
 2020-08-27  0:58 UTC 

[PATCH v1 0/3] War on dashed-git
 2020-08-27  0:57 UTC  (3+ messages)
` [PATCH v2 0/2] avoid running "git-subcmd" in the dashed form

[PATCH v5] qapi/opts-visitor: Added missing fallthrough annotations
 2020-08-27  0:55 UTC  (3+ messages)

OpenBMC - FRU inventory with Entity Manager
 2020-08-27  0:47 UTC 

[PATCH v2] staging: qlge: fix build breakage with dumping enabled
 2020-08-27  0:50 UTC  (4+ messages)

[PATCH] builtin/index-pack.c: fix some sparse warnings
 2020-08-27  0:40 UTC 

post-checkout hook aborts rebase
 2020-08-27  0:44 UTC  (4+ messages)

[Buildroot] [PATCH] package/ripgrep: fix build directories
 2020-08-27  0:44 UTC 

[PATCH 0/3] Add HRTICK support to Core Scheduling
 2020-08-27  0:42 UTC  (4+ messages)
` [PATCH 1/3] sched: Allow hrticks to work with core scheduling
` [PATCH 2/3] sched: Trigger new hrtick if timer expires too fast
` [PATCH 3/3] sched: Use hrticks even with >sched_nr_latency tasks

post-receive: pub/scm/linux/kernel/git/jkirsher/net-queue
 2020-08-27  0:43 UTC 

post-receive: pub/scm/linux/kernel/git/jkirsher/net-queue
 2020-08-27  0:41 UTC 

post-receive: pub/scm/linux/kernel/git/jkirsher/net-queue
 2020-08-27  0:38 UTC 

post-receive: pub/scm/linux/kernel/git/jkirsher/net-queue
 2020-08-27  0:38 UTC 

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2020-08-27  0:38 UTC 

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2020-08-27  0:38 UTC 

[PATCH v12 0/8] xfs: Delayed Attributes
 2020-08-27  0:35 UTC  (9+ messages)
` [PATCH v12 1/8] xfs: Add delay ready attr remove routines
` [PATCH v12 2/8] xfs: Add delay ready attr set routines
` [PATCH v12 3/8] xfs: Rename __xfs_attr_rmtval_remove
` [PATCH v12 4/8] xfs: Set up infastructure for deferred attribute operations
` [PATCH v12 5/8] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v12 6/8] xfs: Add feature bit XFS_SB_FEAT_INCOMPAT_LOG_DELATTR
` [PATCH v12 7/8] xfs: Enable delayed attributes
` [PATCH v12 8/8] xfs_io: Add delayed attributes error tag

linux-next: manual merge of the net-next tree with the net tree
 2020-08-27  0:34 UTC 

[RESEND PATCHv6 0/2] arm64: dts: ti: add crypto support
 2020-08-27  0:30 UTC  (2+ messages)

[PATCH v12 00/32] xfsprogs: Delayed Attributes
 2020-08-27  0:28 UTC  (33+ messages)
` [PATCH v12 01/32] xfsprogs: Add xfs_has_attr and subroutines
` [PATCH v12 02/32] xfsprogs: Check for -ENOATTR or -EEXIST
` [PATCH v12 03/32] xfsprogs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v12 04/32] xfsprogs: Pull up trans handling in xfs_attr3_leaf_flipflags
` [PATCH v12 05/32] xfsprogs: Split apart xfs_attr_leaf_addname
` [PATCH v12 06/32] xfsprogs: Refactor xfs_attr_try_sf_addname
` [PATCH v12 07/32] xfsprogs: Pull up trans roll from xfs_attr3_leaf_setflag
` [PATCH v12 08/32] xfsprogs: Factor out xfs_attr_rmtval_invalidate
` [PATCH v12 09/32] xfsprogs: Pull up trans roll in xfs_attr3_leaf_clearflag
` [PATCH v12 10/32] xfsprogs: Refactor xfs_attr_rmtval_remove
` [PATCH v12 11/32] xfsprogs: Pull up xfs_attr_rmtval_invalidate
` [PATCH v12 12/32] xfsprogs: Add helper function xfs_attr_node_shrink
` [PATCH v12 13/32] xfsprogs: Remove unneeded xfs_trans_roll_inode calls
` [PATCH v12 14/32] xfsprogs: Remove xfs_trans_roll in xfs_attr_node_removename
` [PATCH v12 15/32] xfsprogs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortform
` [PATCH v12 16/32] xfsprogs: Add helper function xfs_attr_leaf_mark_incomplete
` [PATCH v12 17/32] xfsprogs: Add remote block helper functions
` [PATCH v12 18/32] xfsprogs: Add helper function xfs_attr_node_removename_setup
` [PATCH v12 19/32] xfsprogs: Add helper function xfs_attr_node_removename_rmt
` [PATCH v12 20/32] xfsprogs: Simplify xfs_attr_leaf_addname
` [PATCH v12 21/32] xfsprogs: Simplify xfs_attr_node_addname
` [PATCH v12 22/32] xfsprogs: Lift -ENOSPC handler from xfs_attr_leaf_addname
` [PATCH v12 23/32] xfsprogs: Add delay ready attr remove routines
` [PATCH v12 24/32] xfsprogs: Add delay ready attr set routines
` [PATCH v12 25/32] xfsprogs: Rename __xfs_attr_rmtval_remove
` [PATCH v12 26/32] xfsprogs: Set up infastructure for deferred attribute operations
` [PATCH v12 27/32] xfsprogs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v12 28/32] xfsprogs: Add feature bit XFS_SB_FEAT_INCOMPAT_LOG_DELATTR
` [PATCH v12 29/32] xfsprogs: Enable delayed attributes
` [PATCH v12 30/32] xfs_io: Add delayed attributes error tag
` [PATCH v12 31/32] [RFC] xfsprogs: Add log item printing for ATTRI and ATTRD
` [PATCH v12 32/32] xfsprogs: Add delayed attribute flag to cmd

[RFC PATCH 00/16] Core scheduling v6
 2020-08-27  0:30 UTC  (2+ messages)

[PATCH v2 05/23] arm64: use asm-generic/mmu_context.h for no-op implementations
 2020-08-26 23:55 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/nmenon/linux
 2020-08-27  0:30 UTC 

[PATCH v3] workqueue: Warn when work flush own workqueue
 2020-08-27  0:30 UTC  (2+ messages)
` [workqueue] b9b6541211: WARNING:at_kernel/workqueue.c:#check_flush_dependency

[PATCH v2 0/2] ASoC: dt-bindings: audio-graph-card: switch to yaml base Documentation
 2020-08-27  0:25 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] ASoC: dt-bindings: renesas, rsnd: "
  ` [PATCH v2 2/2] ASoC: dt-bindings: renesas,rsnd: "

[PATCH 0/3] usb: cdns,usb3: Convert DT binding to YALM
 2020-08-27  0:24 UTC  (9+ messages)
` [PATCH 3/3] usb: cdns3: Enable workaround for USB2.0 PHY Rx compliance test PHY lockup

[PATCH 0/4] arm64: Initial support for Texas Instrument's J7200 Platform
 2020-08-27  0:23 UTC  (4+ messages)
` [PATCH 1/4] dt-bindings: arm: ti: Add bindings for J7200 SoC

next/pending-fixes build: 213 builds: 0 failed, 213 passed, 96 warnings (v5.9-rc2-374-g260e8bbb71b0)
 2020-08-27  0:23 UTC 

drivers/dma/fsl-dpaa2-qdma/dpaa2-qdma.c:183:18: sparse: sparse: incorrect type in assignment (different base types)
 2020-08-27  0:12 UTC  (2+ messages)

[MPTCP] Re: [PATCH net-next] Squash-to: "mptcp: cleanup mptcp_subflow_discard_data()"
 2020-08-27  0:16 UTC 

[PATCH 1/2] arm64: dts: ti: k3-am65: mark dss as dma-coherent
 2020-08-27  0:13 UTC  (3+ messages)

[radeon-alex:amd-staging-drm-next 628/1509] drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10_3.c:268:17: sparse: sparse: cast removes address space '<asn:1>' of expression
 2020-08-27  0:14 UTC  (2+ messages)

[PATCH] m68k: Revive _TIF_* masks
 2020-08-27  0:14 UTC  (2+ messages)

[PATCH] m68k: mm: Remove superfluous memblock_alloc*() casts
 2020-08-27  0:13 UTC  (2+ messages)

[PATCH 0/4] drivers: hv: Microsoft Virtual GPU Driver
 2020-08-27  0:12 UTC  (4+ messages)
` [PATCH 1/4] drivers: hv: dxgkrnl: core code

[PATCH] IB/qib: remove superfluous fallthrough statements
 2020-08-27  0:11 UTC  (5+ messages)
` [PATCH v2 1/2] "

[PATCH net-next 00/12] ionic memory usage rework
 2020-08-27  0:09 UTC  (10+ messages)
` [PATCH net-next 07/12] ionic: reduce contiguous memory allocation requirement
` [PATCH net-next 09/12] ionic: change mtu without full queue rebuild
` [PATCH net-next 11/12] ionic: change queue count with no reset

syscall_trace_enter and syscall_trace_leave for m68k w/MMU
 2020-08-27  0:08 UTC  (4+ messages)
` [PATCH] m68k/kernel - wire up syscall_trace_enter/leave for m68k

[PATCH v2 2/2] Input: gpio_keys - Simplify with dev_err_probe()
 2020-08-27  0:06 UTC  (2+ messages)

[PATCH bpf-next 0/5] bpf: add main_thread_only customization for task/task_file iterators
 2020-08-27  0:06 UTC  (6+ messages)
` [PATCH bpf-next 1/5] bpf: make bpf_link_info.iter similar to bpf_iter_link_info
` [PATCH bpf-next 2/5] bpf: add main_thread_only customization for task/task_file iterators
` [PATCH bpf-next 3/5] bpf: add link_query support for newly added main_thread_only info
` [PATCH bpf-next 4/5] bpftool: support optional 'task main_thread_only' argument
` [PATCH bpf-next 5/5] selftests/bpf: test task_file iterator with main_thread_only

[PATCH v2 0/6] ARM: BCM5301X: add Meraki MR32 series
 2020-08-27  0:04 UTC  (14+ messages)
` [PATCH v2 1/6] dt-bindings: ARM: add bindings for the Meraki MR32
` [PATCH v2 2/6] ARM: dts: BCM5301X: Specify PWM in the DT
` [PATCH v2 3/6] ARM: dts: BCM5301X: Specify uart2 "
` [PATCH v2 4/6] ARM: dts: BCM5301X: Specify pcie2 "
` [PATCH v2 5/6] MAINTAINERS: extend BCM5301X ARM ARCHITECTURE files
` [PATCH v2 6/6] ARM: BCM5301X: Add DT for Meraki MR32

[PATCH 0/3] mkfs: Configuration file defined options
 2020-08-26 23:59 UTC  (4+ messages)
` [PATCH 3/3] mkfs: hook up suboption parsing to ini files

[PATCH 0/2] ASoC: dt-bindings: audio-graph-card: switch to yaml base Documentation
 2020-08-26 23:58 UTC  (5+ messages)
` [PATCH 2/2] ASoC: dt-bindings: renesas,rsnd: "
  ` [PATCH 2/2] ASoC: dt-bindings: renesas, rsnd: "

[RFC PATCH v3 00/34] Hexagon patch series
 2020-08-26 23:52 UTC  (34+ messages)
` [RFC PATCH v3 04/34] Hexagon (target/hexagon) scalar core definition
` [RFC PATCH v3 06/34] Hexagon (disas) disassembler
` [RFC PATCH v3 07/34] Hexagon (target/hexagon) scalar core helpers
` [RFC PATCH v3 09/34] Hexagon (target/hexagon) architecture types
` [RFC PATCH v3 10/34] Hexagon (target/hexagon) instruction and packet types
` [RFC PATCH v3 11/34] Hexagon (target/hexagon) register fields
` [RFC PATCH v3 13/34] Hexagon (target/hexagon) register map
` [RFC PATCH v3 14/34] Hexagon (target/hexagon) instruction/packet decode
` [RFC PATCH v3 16/34] Hexagon (target/hexagon) utility functions
` [RFC PATCH v3 17/34] Hexagon (target/hexagon/imported) arch import - macro definitions
` [RFC PATCH v3 24/34] Hexagon (target/hexagon) opcode data structures

[PATCH v3] lib/string.c: implement stpcpy
 2020-08-26 23:57 UTC  (7+ messages)

[PATCH v3 10/11] maintenance: add auto condition for commit-graph task
 2020-08-26 23:56 UTC  (3+ messages)

[PATCH] ASoC: soc-core: add snd_soc_find_dai_with_mutex()
 2020-08-26 23:55 UTC 

post-receive: pub/scm/linux/kernel/git/nmenon/linux
 2020-08-26 23:55 UTC 

[Intel-wired-lan] [PATCH 0/3] ice devlink updates
 2020-08-26 23:51 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH 1/3] ice: Change ice_info_get_dsn to be void

[PATCH v2 6/9] cryptodisk: Unregister cryptomount command when removing module
 2020-08-26 23:50 UTC  (3+ messages)
` [PATCH] cryptodisk: Incorrect calculation of sector in grub_cryptodisk_read/write

[PATCH] ASoC: soc-core: move snd_soc_dai_link_set_capabilities() to soc-core.c
 2020-08-26 23:49 UTC  (4+ messages)

[Intel-wired-lan] [PATCH v3] ice: remove repeated words
 2020-08-26 23:48 UTC  (2+ messages)

[PATCH 0/2] Fix TI K3 cbass interconnect node names
 2020-08-26 23:46 UTC  (3+ messages)

[m68k:for-v5.10] BUILD SUCCESS 5661bccb70ef134502b9d2e80a19465ad943b022
 2020-08-26 23:38 UTC 

[m68k:master] BUILD SUCCESS d0e85366d55ae1bed7b67a0a6d7812f295b1e5f1
 2020-08-26 23:38 UTC 

[linux-next:master 2038/3539] kernel/rcu/rcuscale.c:407:19-22: ERROR: reference preceded by free on line 413
 2020-08-26 23:33 UTC 

[PATCH 0/5] Make gpio_keys accept board descriptors
 2020-08-26 23:31 UTC  (7+ messages)

[OE-core][dunfell 00/12] Pull request (cover letter only)
 2020-08-26 23:29 UTC 

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-08-26 23:28 UTC 

[PATCH] usb: musb: Fix NULL check on struct musb_request field
 2020-08-26 23:28 UTC 

post-receive: pub/scm/linux/kernel/git/netdev/net
 2020-08-26 23:28 UTC 

post-receive: pub/scm/linux/kernel/git/linusw/linux-integrator
 2020-08-26 23:28 UTC 

[PATCH] drm/tidss: Add prepare_fb to the plane helper funcs
 2020-08-26 23:27 UTC  (2+ messages)

[jlawall:for-5.10 3/3] drivers/scsi/3w-sas.c:102:60-61: WARNING opportunity for kobj_to_dev()
 2020-08-26 23:27 UTC  (7+ messages)
` [PATCH] coccinelle: api: fix kobj_to_dev.cocci warnings

[oe-core][PATCH 0/1] pseudo - renaming to self
 2020-08-26 23:26 UTC  (4+ messages)
` [oe-core][PATCH 1/1] pseudo: fix "

[Intel-gfx] [PULL] drm-intel-next
 2020-08-26 23:27 UTC  (2+ messages)
`  "

[RFC PATCH 0/4] x86/vdso: x86/sgx: Rework SGX vDSO API
 2020-08-26 23:26 UTC  (5+ messages)
` [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API

[Buildroot] [PATCH 0/2] libnss version bump
 2020-08-26 23:25 UTC  (3+ messages)
` [Buildroot] [PATCH 1/2] package/libnspr: bump version to 4.28
` [Buildroot] [PATCH 2/2] package/libnss: bump version to 3.56

[PATCH] drm/bridge: tc358767: fix EDID memory leak
 2020-08-26 23:23 UTC  (2+ messages)

[PATCH -next] net: ice: Fix pointer cast warnings
 2020-08-26 23:22 UTC  (4+ messages)
` [PATCH -next v2] "
    ` [Intel-wired-lan] "

[alexshi:pageblock 1/3] undefined reference to `__bad_cmpxchg'
 2020-08-26 23:22 UTC 

[PATCH net-next 0/6] drivers/net: constify static ops-variables
 2020-08-26 23:21 UTC  (3+ messages)

[peterz-queue:locking/urgent 11/12] drivers/usb/class/cdc-wdm.c:461:16: sparse: sparse: context imbalance in 'service_outstanding_interrupt' - unexpected unlock
 2020-08-26 23:21 UTC 

[PATCH] ath11k: Support loading ELF board files
 2020-08-26 23:20 UTC  (2+ messages)

[PATCH net 0/2] net: fix netpoll crash with bnxt
 2020-08-26 23:17 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-08-26 23:14 UTC 

[PATCH v2 0/9] Audio graph card updates and usage with Tegra210 audio
 2020-08-26 23:12 UTC  (13+ messages)
` [PATCH v2 3/9] ASoC: audio-graph: Identify 'no_pcm' DAI links for DPCM

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2020-08-26 23:12 UTC 

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-08-26 23:11 UTC 

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-08-26 23:10 UTC 

linux-next: build warnings from perf build in Linus' tree
 2020-08-26 23:10 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/jkirsher/net-queue
 2020-08-26 23:08 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.