All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-13 23:03:42 to 2020-05-14 00:35:53 UTC [more...]

[PATCH v4 0/4] Introduce TEE based Trusted Keys support
 2020-05-14  0:35 UTC  (16+ messages)
` [PATCH v4 1/4] KEYS: trusted: Add generic trusted keys framework
` [PATCH v4 2/4] KEYS: trusted: Introduce TEE based Trusted Keys
` [PATCH v4 3/4] doc: trusted-encrypted: updates with TEE as a new trust source
` [PATCH v4 4/4] MAINTAINERS: Add entry for TEE based Trusted Keys

[PATCH 0/4] arm64: kgdb/kdb: Fix single-step debugging issues
 2020-05-14  0:34 UTC  (15+ messages)
` [PATCH 1/4] arm64: kgdb: Fix single-step exception handling oops
` [PATCH 2/4] arm64: Extract kprobes_save_local_irqflag() and kprobes_restore_local_irqflag()
` [PATCH 3/4] arm64: kgdb: Fix single-stepping into the irq handler wrongly
` [PATCH 4/4] arm64: kgdb: Set PSTATE.SS to 1 to reenable single-step

[PATCH V11 00/12] blk-mq: improvement CPU hotplug
 2020-05-14  0:33 UTC  (4+ messages)
` [PATCH V11 06/12] blk-mq: prepare for draining IO when hctx's all CPUs are offline

[ANNOUNCE] wireguard-tools v1.0.20200513 released
 2020-05-14  0:32 UTC 

drivers/gpu/drm/rcar-du/rcar_du_crtc.c:515: undefined reference to `rcar_cmm_setup'
 2020-05-14  0:10 UTC  (2+ messages)

[pci:next] BUILD SUCCESS 30370da5c8059b2a8b51fa44fc998f1217eecda6
 2020-05-14  0:30 UTC 

linux-next: Signed-off-by missing for commit in the risc-v-fixes tree
 2020-05-14  0:28 UTC  (2+ messages)

[PATCH v3 0/3] qemu-sockets: add abstract UNIX domain socket support
 2020-05-14  0:26 UTC  (4+ messages)
` [PATCH v3 2/3] tests/util-sockets: add abstract unix socket cases

[PATCH] [RFC] genirq: Check irq_data_get_irq_chip() return value before use
 2020-05-14  0:26 UTC  (7+ messages)

[PATCH V2] genirq: Check irq_data_get_irq_chip() return value before use
 2020-05-14  0:25 UTC 

[wireless-drivers-next:master] BUILD SUCCESS c73fb4d33e1df3fc62a6521601227efd1e2ff9f1
 2020-05-14  0:25 UTC 

Question
 2020-05-14  0:20 UTC  (3+ messages)

[PATCHv5 00/14] dm-zoned: metadata version 2
 2020-05-14  0:20 UTC  (8+ messages)

[PATCH] spapr: Add a new level of NUMA for GPUs
 2020-05-14  0:19 UTC  (3+ messages)

[PATCH v2] tpm: eventlog: Replace zero-length array with flexible-array member
 2020-05-14  0:23 UTC  (5+ messages)

[PATCH bpf 0/2] bpf: enforce returning 0 for fentry/fexit programs
 2020-05-14  0:17 UTC  (4+ messages)
` [PATCH bpf 1/2] bpf: enforce returning 0 for fentry/fexit progs

btrfs-progs reports nonsense scrub status
 2020-05-14  0:13 UTC  (18+ messages)

ld.lld: error: undefined symbol: kb_cs
 2020-05-14  0:13 UTC  (2+ messages)

[patch V4 part 1 00/36] x86/entry: Entry/exception code rework, preparatory patches
 2020-05-14  0:13 UTC  (18+ messages)
` [patch V4 part 1 05/36] x86/entry: Flip _TIF_SIGPENDING and _TIF_NOTIFY_RESUME handling
` [patch V4 part 1 14/36] x86/entry: Get rid of ist_begin/end_non_atomic()
` [patch V4 part 1 23/36] bug: Annotate WARN/BUG/stackfail as noinstr safe
` [patch V4 part 1 27/36] arm64: Prepare arch_nmi_enter() for recursion
` [patch V4 part 1 29/36] x86/mce: Send #MC singal from task work
` [patch V4 part 1 30/36] lockdep: Always inline lockdep_{off,on}()
` [patch V4 part 1 35/36] x86: Replace ist_enter() with nmi_enter()

[dunfell/master][PATCH] atf, sciclient: add missing j7-hs-evm support
 2020-05-14  0:12 UTC 

[PATCH v3] ACPI/IORT: Fix PMCG node always look for a single ID mapping
 2020-05-14  0:12 UTC  (2+ messages)

[PATCH net-next 1/2] ath10k: fix gcc-10 zero-length-bounds warnings
 2020-05-14  0:11 UTC  (14+ messages)
` [PATCH net-next 2/2] ath10k: fix ath10k_pci struct layout
      ` gcc-10: kernel stack is corrupted and fails to boot

[PATCH] [RFC] usb: dwc2: Run the core connect in dwc2_hcd_init()
 2020-05-14  0:10 UTC  (18+ messages)

[PATCH V5 00/19] net: ks8851: Unify KS8851 SPI and MLL drivers
 2020-05-14  0:07 UTC  (20+ messages)
` [PATCH V5 01/19] net: ks8851: Factor out spi->dev in probe()/remove()
` [PATCH V5 02/19] net: ks8851: Rename ndev to netdev in probe
` [PATCH V5 03/19] net: ks8851: Replace dev_err() with netdev_err() in IRQ handler
` [PATCH V5 04/19] net: ks8851: Pass device node into ks8851_init_mac()
` [PATCH V5 05/19] net: ks8851: Use devm_alloc_etherdev()
` [PATCH V5 06/19] net: ks8851: Use dev_{get,set}_drvdata()
` [PATCH V5 07/19] net: ks8851: Remove ks8851_rdreg32()
` [PATCH V5 08/19] net: ks8851: Use 16-bit writes to program MAC address
` [PATCH V5 09/19] net: ks8851: Use 16-bit read of RXFC register
` [PATCH V5 10/19] net: ks8851: Factor out bus lock handling
` [PATCH V5 11/19] net: ks8851: Factor out SKB receive function
` [PATCH V5 12/19] net: ks8851: Split out SPI specific entries in struct ks8851_net
` [PATCH V5 13/19] net: ks8851: Split out SPI specific code from probe() and remove()
` [PATCH V5 14/19] net: ks8851: Factor out TX work flush function
` [PATCH V5 15/19] net: ks8851: Permit overridding interrupt enable register
` [PATCH V5 16/19] net: ks8851: Implement register, FIFO, lock accessor callbacks
` [PATCH V5 17/19] net: ks8851: Separate SPI operations into separate file
` [PATCH V5 18/19] net: ks8851: Implement Parallel bus operations
` [PATCH V5 19/19] net: ks8851: Remove ks8851_mll.c

[PATCH] selftests/tpm: Fix runtime error
 2020-05-14  0:07 UTC  (3+ messages)

[PATCH 0/2] btrfs: REF_COWS bit rework
 2020-05-14  0:06 UTC  (8+ messages)
` [PATCH 2/2] btrfs: Don't set SHAREABLE flag for data reloc tree

[meta-arm] [PATCH 1/2] trusted-firmware-a: install/deploy multiple variants of the target
 2020-05-14  0:06 UTC 

[dpdk-dev] [PATCH] net/bnxt: add support for 200G link speed
 2020-05-14  0:05 UTC  (2+ messages)

[PATCH 1/2] trusted-firmware-a: support multi-board platforms
 2020-05-14  0:04 UTC  (4+ messages)
` [PATCH 2/2] trusted-firmware-a: add support for SPD (Secure Payload Dispatcher) services
` [meta-arm] [PATCH 1/2] trusted-firmware-a: support multi-board platforms

[Intel-gfx] [CI] drm/i915/gem: Remove redundant exec_fence
 2020-05-14  0:01 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

clean up and streamline probe_kernel_* and friends v2
 2020-05-13 23:59 UTC  (23+ messages)
` [PATCH 11/18] maccess: remove strncpy_from_unsafe

[PATCH 1/2] trusted-firmware-a: install/deploy multiple variants of the target
 2020-05-14  0:00 UTC  (2+ messages)
` [PATCH 2/2] trusted-firmware-a: provide symlinks for canonical names

[PATCH v5 00/15] target: add sysfs support
 2020-05-13 23:59 UTC  (10+ messages)
` [PATCH 02/15] target: separate acl name from port ids
` [PATCH 03/15] target: add helper to parse acl and transport name
` [PATCH 04/15] tcm loop: use target_parse_emulated_name

[PATCH 0/2] CI: Enable t1509 on GitHub Actions and Travis
 2020-05-13 23:59 UTC  (5+ messages)
` [PATCH 2/2] CI: enable t1509 in Travis and GitHub Actions

[PATCH v5 1/7] fs: introduce kernel_pread_file* support
 2020-05-13 23:58 UTC  (12+ messages)

[PATCH v8 00/30] Initial Prefixed Instruction support
 2020-05-13 23:54 UTC  (7+ messages)
` [PATCH v8 13/30] powerpc: Add a probe_user_read_inst() function
` [PATCH v8 16/30] powerpc: Define and use __get_user_instr{, inatomic}()

[PATCH] merge-recursive: fix rename/rename(1to2) for working tree with a binary
 2020-05-13 23:56 UTC 

[PATCH 0/4] target/i386: miscellaneous x87 fixes
 2020-05-13 23:51 UTC  (5+ messages)
` [PATCH 1/4] target/i386: fix floating-point load-constant rounding
` [PATCH 2/4] target/i386: fix fxam handling of invalid encodings
` [PATCH 3/4] target/i386: fix fbstp handling of negative zero
` [PATCH 4/4] target/i386: fix fbstp handling of out-of-range values

[Bug 1878501] [NEW] qemu-i386 does not define AT_SYSINFO
 2020-05-13 23:44 UTC 

How to Not Track .metadata
 2020-05-13 23:51 UTC 

[MULTIBOOT2 SPEC PATCH V2] multiboot2: Add module load and preference tag
 2020-05-13 23:50 UTC  (4+ messages)

[MULTIBOOT2 SPEC PATCH V3] multiboot2: Add module load and preference tag
 2020-05-13 23:48 UTC 

[PATCH] fetch: allow adding a filter after initial clone
 2020-05-13 23:44 UTC  (2+ messages)

[PATCH v1 00/10] mips: Add initial Octeon MIPS64 base support
 2020-05-13 23:43 UTC  (3+ messages)
` [PATCH v1 01/10] mips: octeon: Initial minimal support for the Marvell Octeon SoC

[PATCH perf/core] perf intel-pt: Fix clang build failure in intel_pt_synth_pebs_sample
 2020-05-13 23:47 UTC 

[linux-next:master 4844/8703] meter.c:undefined reference to `__aeabi_uldivmod'
 2020-05-13 23:42 UTC 

[PATCH] kdb: Make the internal env 'KDBFLAGS' undefinable
 2020-05-13 23:41 UTC  (2+ messages)

[PATCH 1/1] xen/manage: enable C_A_D to force reboot
 2020-05-13 23:34 UTC  (2+ messages)

[PATCH 0/4] dt-bindings: display: bridge: Convert bindings used by R-Car DU to YAML
 2020-05-13 23:39 UTC  (3+ messages)
` [PATCH 6/4] dt-bindings: display: renesas: lvds: RZ/G2E needs renesas,companion too
  ` [PATCH 6/4] dt-bindings: display: renesas: lvds: RZ/G2E needs renesas, companion too

[PATCH v3 0/3] media: rkvdec: Add a VP9 backend
 2020-05-13 23:38 UTC  (7+ messages)
` [PATCH v3 1/3] media: rkvdec: Fix .buf_prepare

[PATCH RESEND 0/1] mm/zswap: move to use crypto_acomp APIs
 2020-05-13 23:33 UTC  (2+ messages)
` [PATCH RESEND 1/1] mm/zswap: move to use crypto_acomp API for hardware acceleration

[PATCH 0/2] 9pfs: regression init_in_iov_from_pdu truncating size
 2020-05-13 23:33 UTC  (8+ messages)
` [PATCH 2/2] 9pfs: fix "

[GIT PULL] mediatek drm next for 5.8
 2020-05-13 23:33 UTC  (4+ messages)

[PATCH 0/5 v2] xfs: fix a couple of performance issues
 2020-05-13 23:33 UTC  (4+ messages)
` [PATCH 4/5] [RFC] xfs: per-cpu CIL lists

[PATCH v3 0/2] fs: avoid fdput() after failed fdget()
 2020-05-13 23:33 UTC  (3+ messages)
` [PATCH v3 1/2] fs: avoid fdput() after failed fdget() in ksys_sync_file_range()
` [PATCH v3 2/2] fs: avoid fdput() after failed fdget() in kernel_read_file_from_fd()

[PATCH] SUNRPC: 'Directory with parent 'rpc_clnt' already present!'
 2020-05-13 23:29 UTC  (3+ messages)

[PATCH 4/4] dt-bindings: display: bridge: renesas,lvds: Convert binding to YAML
 2020-05-13 23:28 UTC  (3+ messages)
` [PATCH v1.1 "
  ` [PATCH v1.1 4/4] dt-bindings: display: bridge: renesas, lvds: "

[cip-dev] CIP IRC weekly meeting today
 2020-05-13 23:27 UTC 

[PATCH v5 0/6] Add support for O_MAYEXEC
 2020-05-13 23:27 UTC  (4+ messages)
` [PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC

[Buildroot] Adding post image hook
 2020-05-13 23:27 UTC  (2+ messages)

Assertion failure through vring_split_desc_read
 2020-05-13 23:24 UTC  (2+ messages)

[PATCH] keys: Make the KEY_NEED_* perms an enum rather than a mask
 2020-05-13 23:25 UTC  (9+ messages)
` [PATCH] selinux: Fix use of KEY_NEED_* instead of KEY__* perms [v2]

[PATCH 0/9] blk-mq: support batching dispatch from scheduler
 2020-05-13 23:24 UTC  (3+ messages)
` [PATCH 7/9] blk-mq: remove dead check from blk_mq_dispatch_rq_list

[PATCH 0/6] remote-curl: partial fix for a deadlock with stateless rpc
 2020-05-13 23:23 UTC  (5+ messages)
` [PATCH 3/6] transport: combine common cases with a fallthrough
` [PATCH 4/6] pkt-line: extern packet_length()

[PATCH v2 bpf-next 0/7] bpf, printk: add BTF-based type printing
 2020-05-13 23:23 UTC  (11+ messages)
` [PATCH v2 bpf-next 2/7] bpf: move to generic BTF show support, apply it to seq files/strings
` [PATCH v2 bpf-next 4/7] printk: add type-printing %pT format specifier which uses BTF

[PATCH 00/10] rcu: Allow a CPU to leave and reenter NOCB state
 2020-05-13 23:23 UTC  (7+ messages)
` [PATCH 07/10] rcu: Temporarily assume that nohz full CPUs might not be NOCB
` [PATCH 10/10] rcu: Nocb (de)activate through sysfs

Is qemu could be a "FSM" state machine if running on a "quiet and clean" host pc without random event input?
 2020-05-13 23:22 UTC  (2+ messages)

bugreport: Wrong binary file content after cherry-pick
 2020-05-13 23:21 UTC  (3+ messages)

[PATCH 3/4] dt-bindings: display: bridge: thc63lvd1024: Convert binding to YAML
 2020-05-13 23:21 UTC  (3+ messages)
` [PATCH 5/4] dt-bindings: display: bridge: thc63lvd1024: Document dual-output mode

[PATCH] auto-t: Test Agent ops
 2020-05-13 23:20 UTC 

[PATCH v4 00/12] kgdb: Support late serial drivers; enable early debug w/ boot consoles
 2020-05-13 23:12 UTC  (4+ messages)
` [PATCH v4 05/12] arm64: Add call_break_hook() to early_brk64() for early kgdb

[PATCH] net/sonic: Fix some resource leaks in error handling paths
 2020-05-13 23:16 UTC  (13+ messages)
      `  "
                  ` net/sonic: Software evolution around the application of coding standards

[Intel-gfx] [PATCH 1/7] drm/i915/gem: Remove redundant exec_fence
 2020-05-13 23:16 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v2] drm/i915/gem: Remove redundant exec_fence (rev3)

[Bug 207629] BISECTED Bluetooth: hci0: command 0x2042 tx timeout - suspend fails - Dell XPS 9300, Dell XPS 7390, Dell Inspiron 7386, Intel NUC7JYB
 2020-05-13 23:15 UTC 

[virtio-comment] [RFC PATCH v2 1/2] virtio-gpu: add resource create blob
 2020-05-13 23:14 UTC  (5+ messages)
` [virtio-comment] "

[PATCH] kobject: Make sure the parent does not get released before its children
 2020-05-13 23:14 UTC  (3+ messages)

[virtio-comment] [RFC PATCH v3 1/2] virtio-gpu: add resource create blob
 2020-05-13 23:13 UTC  (2+ messages)
` [virtio-comment] [RFC PATCH v3 2/2] virtio-gpu: add support for mapping/unmapping blob resources

[xen-unstable-smoke test] 150168: tolerable all pass - PUSHED
 2020-05-13 23:11 UTC 

[PATCH RESEND] tpm: eventlog: Replace zero-length array with flexible-array member
 2020-05-13 23:14 UTC  (3+ messages)

[PATCH v29 00/20] Intel SGX foundations
 2020-05-13 23:09 UTC  (3+ messages)

[PATCH v3 00/11] kgdb: Support late serial drivers; enable early debug w/ boot consoles
 2020-05-13 23:08 UTC  (9+ messages)
` [PATCH v3 05/11] arm64: Add call_break_hook() to early_brk64() for early kgdb

[PATCH] arm64: Call debug_traps_init() from trap_init() to help early kgdb
 2020-05-13 23:06 UTC  (2+ messages)

[RFC PATCH v2 0/7] Add persistent durable identifier to storage log messages
 2020-05-13 23:04 UTC  (3+ messages)
` [RFC PATCH v2 7/7] nvme: Add durable name for dev_printk

[PATCH v7 bpf-next 0/3] Introduce CAP_BPF
 2020-05-13 23:03 UTC  (4+ messages)
` [PATCH v7 bpf-next 1/3] bpf, capability: "
` [PATCH v7 bpf-next 2/3] bpf: implement CAP_BPF
` [PATCH v7 bpf-next 3/3] selftests/bpf: use CAP_BPF and CAP_PERFMON in tests

[PATCH] keys: Make the KEY_NEED_* perms an enum rather than a mask
 2020-05-13 15:25 UTC 

[PATCH] keys: Make the KEY_NEED_* perms an enum rather than a mask
 2020-05-13  1:04 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.