All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-08 23:09:18 to 2020-09-09 00:50:25 UTC [more...]

[PATCH v3 0/6] propose config-based hooks
 2020-09-09  0:49 UTC  (9+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 1/9] doc: propose hooks managed by the config
  ` [PATCH v4 2/9] hook: scaffolding for git-hook subcommand
  ` [PATCH v4 3/9] hook: add list command
  ` [PATCH v4 4/9] hook: add --porcelain to "
  ` [PATCH v4 5/9] parse-options: parse into strvec
  ` [PATCH v4 6/9] hook: add 'run' subcommand
  ` [PATCH v4 7/9] hook: replace run-command.h:find_hook

linux-next: Tree for Sep 2
 2020-09-09  0:49 UTC  (7+ messages)
` linux-next: Tree for Sep 2 (lib/ubsan.c)

rework check_disk_change() v2
 2020-09-09  0:49 UTC  (3+ messages)
` [PATCH 15/19] md: use bdev_check_media_change

[PATCH V3 0/3] percpu_ref & block: reduce memory footprint of percpu_ref in fast path
 2020-09-09  0:48 UTC  (3+ messages)
` [PATCH V3 1/3] percpu_ref: add percpu_ref_inited() for MD

[PATCH for-next] io_uring: ensure IOSQE_ASYNC file table grabbing works, with SQPOLL
 2020-09-09  0:48 UTC  (5+ messages)

[MPTCP] Re: [RFC mptcp-next 2/3] mptcp: rework poll+nospace handling
 2020-09-09  0:48 UTC 

[RFC PATCH v2 00/17] Host1x/TegraDRM UAPI
 2020-09-09  0:47 UTC  (12+ messages)
` [RFC PATCH v2 06/17] gpu: host1x: Cleanup and refcounting for syncpoints
` [RFC PATCH v2 14/17] drm/tegra: Add new UAPI to header
  ` DRM_TEGRA_SUBMIT_BUF_WRITE_RELOC
` [RFC PATCH v2 15/17] drm/tegra: Add power_on/power_off engine callbacks
` [RFC PATCH v2 17/17] WIP: drm/tegra: Implement new UAPI

[Intel-gfx] [PATCH 11/12] drm/i915: Introduce intel_hpd_hotplug_irqs()
 2020-09-09  0:46 UTC  (2+ messages)
` [Intel-gfx] [11/12] "

Enable UBI support for a platform
 2020-09-09  0:45 UTC  (5+ messages)

[PATCH] drivers: input: Use single i2c_transfer transaction when using RM_CMD_BANK_SWITCH
 2020-09-09  0:44 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v7 0/3] phy: intel: Add Keem Bay eMMC PHY support
 2020-09-09  0:39 UTC  (6+ messages)
` [PATCH v7 2/3] dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings

[PATCH v4 0/2] pinctrl: single: support #pinctrl-cells = 2
 2020-09-09  0:34 UTC  (7+ messages)
` [PATCH v4 1/2] pinctrl: single: parse "
` [PATCH v4 2/2] ARM: dts: am33xx-l4: change #pinctrl-cells from 1 to 2

[PATCH 00/43] tcg patch queue
 2020-09-09  0:16 UTC  (44+ messages)
` [PATCH 01/43] tcg: Adjust simd_desc size encoding
` [PATCH 02/43] tcg: Drop union from TCGArgConstraint
` [PATCH 03/43] tcg: Move sorted_args into TCGArgConstraint.sort_index
` [PATCH 04/43] tcg: Remove TCG_CT_REG
` [PATCH 05/43] tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfields
` [PATCH 06/43] tcg: Remove TCGOpDef.used
` [PATCH 07/43] tcg/i386: Fix dupi for avx2 32-bit hosts
` [PATCH 08/43] tcg: Fix generation of dupi_vec for 32-bit host
` [PATCH 09/43] tcg/optimize: Fold dup2_vec
` [PATCH 10/43] tcg: Remove TCG_TARGET_HAS_cmp_vec
` [PATCH 11/43] tcg: Use tcg_out_dupi_vec from temp_load
` [PATCH 12/43] tcg: Increase tcg_out_dupi_vec immediate to int64_t
` [PATCH 13/43] tcg: Consolidate 3 bits into enum TCGTempKind
` [PATCH 14/43] tcg: Add temp_readonly
` [PATCH 15/43] tcg: Expand TCGTemp.val to 64-bits
` [PATCH 16/43] tcg: Rename struct tcg_temp_info to TempOptInfo
` [PATCH 17/43] tcg: Expand TempOptInfo to 64-bits
` [PATCH 18/43] tcg: Introduce TYPE_CONST temporaries
` [PATCH 19/43] tcg/optimize: Improve find_better_copy
` [PATCH 20/43] tcg/optimize: Adjust TempOptInfo allocation
` [PATCH 21/43] tcg/optimize: Use tcg_constant_internal with constant folding
` [PATCH 22/43] tcg: Convert tcg_gen_dupi_vec to TCG_CONST
` [PATCH 23/43] tcg: Use tcg_constant_i32 with icount expander
` [PATCH 24/43] tcg: Use tcg_constant_{i32,i64} with tcg int expanders
` [PATCH 25/43] tcg: Use tcg_constant_{i32,i64} with tcg plugins
` [PATCH 26/43] tcg: Use tcg_constant_{i32, i64, vec} with gvec expanders
` [PATCH 27/43] tcg/tci: Add special tci_movi_{i32,i64} opcodes
` [PATCH 28/43] tcg: Remove movi and dupi opcodes
` [PATCH 29/43] tcg: Add tcg_reg_alloc_dup2
` [PATCH 30/43] tcg/i386: Use tcg_constant_vec with tcg vec expanders
` [PATCH 31/43] tcg: Remove tcg_gen_dup{8,16,32,64}i_vec
` [PATCH 32/43] tcg/ppc: Use tcg_constant_vec with tcg vec expanders
` [PATCH 33/43] tcg/aarch64: "
` [PATCH 34/43] tcg: Add tcg-constr.c.inc
` [PATCH 35/43] tcg/i386: Convert to tcg-constr.c.inc
` [PATCH 36/43] tcg/aarch64: "
` [PATCH 37/43] tcg/arm: "
` [PATCH 38/43] tcg/mips: "
` [PATCH 39/43] tcg/ppc: "
` [PATCH 40/43] tcg/riscv: "
` [PATCH 41/43] tcg/s390: "
` [PATCH 42/43] tcg/sparc: "
` [PATCH 43/43] tcg/tci: "

[dpdk-dev] [PATCH v1 0/3] lib: introduce traffic mirroring lib
 2020-09-09  0:22 UTC  (4+ messages)
` [dpdk-dev] [PATCH v1 1/3] lib/mirror: introduce traffic mirror API
` [dpdk-dev] [PATCH v1 2/3] lib/mirror: add port based mirroring
` [dpdk-dev] [PATCH v1 3/3] lib/mirror: add flow "

PROBLEM: another potential concurrency bug in swap_inode_boot_loader()
 2020-09-09  0:28 UTC 

drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ia_css_vf.host.c:60:25: sparse: sparse: dubious: !x | !y
 2020-09-09  0:28 UTC 

[PATCH net-next] net: bridge: mcast: fix unused br var when lockdep isn't defined
 2020-09-09  0:27 UTC  (4+ messages)
` [PATCH net-next] rcu: prevent RCU_LOCKDEP_WARN() from swallowing the condition

[lunn:v5.9-rc1-net-next-mv88e6xxx-region-v3 3/10] drivers/net/netdevsim/dev.c:380:14: error: initialization of 'int devlink const struct devlink_region_ops struct netlink_ext_ack u8 {aka 'int devlink const struct devlink_region_ops struct netlink_ext_ack unsig
 2020-09-09  0:27 UTC 

[Intel-gfx] [PATCH] drm/i915/pll: Centralize PLL_ENABLE register lookup
 2020-09-09  0:24 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/pll: Centralize PLL_ENABLE register lookup (rev3)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[PATCH net-next 0/5] net: ipa: wake up system on RX available
 2020-09-09  0:21 UTC  (6+ messages)
` [PATCH net-next 1/5] net: ipa: use atomic exchange for suspend reference
` [PATCH net-next 2/5] net: ipa: manage endpoints separate from clock
` [PATCH net-next 3/5] net: ipa: use device_init_wakeup()
` [PATCH net-next 4/5] net: ipa: enable wakeup on IPA interrupt
` [PATCH net-next 5/5] net: ipa: do not enable GSI interrupt for wakeup

[PATCH v20 00/23] LSM: Module stacking for AppArmor
 2020-09-09  0:21 UTC  (15+ messages)
` [PATCH v20 05/23] net: Prepare UDS for security module stacking

general protection fault in unlink_file_vma
 2020-09-09  0:19 UTC  (2+ messages)

[driver-core:driver-core-testing] BUILD SUCCESS 90948f5a106909b9770fa2a398bd49a2c28ab2fb
 2020-09-09  0:17 UTC 

[driver-core:driver-core-next] BUILD SUCCESS 750628c79bb10ada3d404f576d476c3cef2da6fb
 2020-09-09  0:17 UTC 

next/pending-fixes baseline: 310 runs, 5 regressions (v5.9-rc4-284-g72e0a6a27fe8)
 2020-09-09  0:17 UTC 

linux-next: build warnings in Linus' tree
 2020-09-09  0:15 UTC  (3+ messages)

[PATCH trivial] net: ethernet/neterion/vxge: fix spelling of "functionality"
 2020-09-09  0:14 UTC 

[PATCH trivial] nfc: pn533/usb.c: fix spelling of "functions"
 2020-09-09  0:13 UTC 

permissions of main folder for git-manpages.tar.gz
 2020-09-09  0:09 UTC  (2+ messages)

[linux-linus test] 153961: regressions - FAIL
 2020-09-09  0:05 UTC 

[PATCH net-next 0/4] Some VLAN handling cleanup in DSA
 2020-09-09  0:02 UTC  (5+ messages)
` [PATCH net-next 4/4] net: dsa: set configure_vlan_while_not_filtering to true by default

[PATCH] time: Fix get_ticks being non-monotonic
 2020-09-09  0:02 UTC  (9+ messages)

[PATCH v2] usb: gadget: u_serial: clear suspended flag when disconnecting
 2020-09-09  0:01 UTC 

[PATCH] ref-filter: allow merged and no-merged filters
 2020-09-09  0:00 UTC  (4+ messages)

[xen-unstable test] 153957: regressions - FAIL
 2020-09-09  0:00 UTC 

[PATCH] usb: gadget: u_serial: clear suspended flag when discnnecting
 2020-09-09  0:00 UTC  (2+ messages)

Patchwork housekeeping for: linux-renesas-soc
 2020-09-09  0:00 UTC 

[PATCH] timer: Return count from timer_ops.get_count
 2020-09-08 23:59 UTC  (3+ messages)

`git describe --dirty` doesn't consider untracked files to be dirty
 2020-09-08 23:59 UTC  (4+ messages)

[PATCH] drm: amd/display: fix spelling of "function"
 2020-09-08 23:56 UTC 

[PATCH v4 0/3] binman: Further updates for FIT support
 2020-09-08 23:56 UTC  (7+ messages)
` [PATCH v4 1/3] binman: Allow selecting default FIT configuration
` [PATCH v4 2/3] binman: Support help messages for missing blobs

[PATCH v4 0/2] gpio: Add a managed API
 2020-09-08 23:56 UTC  (3+ messages)
` [PATCH v4 2/2] test: gpio: Add tests for the "

[PATCH 1/1] lib: rsa: fix data abort in br_i32_decode()
 2020-09-08 23:56 UTC  (2+ messages)

[PATCH v1] x86: edison: Move config SYS_MALLOC_LEN to Kconfig
 2020-09-08 23:56 UTC  (2+ messages)

[PATCH v2] net: phy: call phy_disable_interrupts() in phy_attach_direct() instead
 2020-09-08 23:55 UTC 

[PATCH v3 net-next 0/2] ionic: add devlink dev flash support
 2020-09-08 23:54 UTC  (3+ messages)
` [PATCH v3 net-next 2/2] ionic: add devlink firmware update

[ovmf test] 153981: regressions - FAIL
 2020-09-08 23:51 UTC 

[PATCH net-next v3 0/6] Marvell PP2.2 PTP support
 2020-09-08 23:50 UTC  (4+ messages)
` [PATCH net-next v3 7/7] net: mvpp2: ptp: add support for transmit timestamping

[PATCH 01/17] ap: Fix iteration over ap->rates
 2020-09-08 23:49 UTC  (17+ messages)
` [PATCH 02/17] scan: Add optional source_mac scan parameter
` [PATCH 03/17] p2p: Do provisioning scan from the Interface Address
` [PATCH 04/17] p2p: Move p2p_device_discovery_stop calls to connect_failed
` [PATCH 05/17] p2p: Use WSC_RF_BAND_2_4_GHZ constant instead of 0x01
` [PATCH 06/17] p2p: Free parsed frame data in p2p_go_negotiation_resp_cb
` [PATCH 07/17] p2p: Consistently use the conn_ prefix for variables
` [PATCH 08/17] p2putil: Add p2p_random_char
` [PATCH 09/17] p2p: Add GO-side of GO Negotiation (initiator)
` [PATCH 10/17] p2p: Add GO-side of GO Negotiation (responder)
` [PATCH 11/17] ap: Pass "ops" struct to ap_start()
` [PATCH 12/17] ap: Accept P2P wildcard SSIDs in probe requests
` [PATCH 13/17] p2p: Start a basic P2P Group after GO Negotiation
` [PATCH 14/17] ap: Pass extra IEs between mgmt frames and user
` [PATCH 15/17] p2p: Parse P2P IEs and WFD IEs in Association Requests
` [PATCH 16/17] ap: Make ap_update_beacon public
` [PATCH 17/17] p2p: Build P2P and WFD IEs for group's management frames

[PATCH 00/22] add support for Clang LTO
 2020-09-08 23:46 UTC  (9+ messages)
` [PATCH v2 00/28] Add "
  ` [PATCH v2 27/28] x86, relocs: Ignore L4_PAGE_OFFSET relocations

Using fio for testing for SMR
 2020-09-08 23:45 UTC  (4+ messages)

✅ PASS: Test report for kernel 5.8.7-d8d9f50.cki (stable-queue)
 2020-09-08 23:44 UTC 

[PATCH 00/24] drm_managed, leftovers
 2020-09-08 23:42 UTC  (4+ messages)
` [PATCH 05/24] drm/vkms: Use devm_drm_dev_alloc
    ` [Intel-gfx] "

[PATCH v2 0/1] samples/seccomp: eliminate two compile warnings in user-trap.c
 2020-09-08 23:42 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH] block: only call sched requeue_request() for scheduled requests
 2020-09-08 23:42 UTC  (2+ messages)

[PATCH] media: ipu3: add a module to probe sensors via ACPI
 2020-09-08 23:41 UTC  (10+ messages)

[PATCH v18 00/32] per memcg lru_lock
 2020-09-08 23:41 UTC  (6+ messages)
      ` [PATCH v18 00/32] per memcg lru_lock: reviews

[Linux-kernel-mentees] [PATCH] net: qrtr: Reintroduce ARCH_QCOM as a dependency for QRTR
 2020-09-08 23:40 UTC  (4+ messages)
`  "

[PATCH v2 0/4] Add 4 new keycodes and use them for 4 new hotkeys on new Lenovo Thinkpads
 2020-09-08 23:39 UTC  (2+ messages)

[PATCH] Input: i8042 - add Entroware Proteus EL07R4 to nomux and reset lists
 2020-09-08 23:39 UTC  (2+ messages)

[PATCH next] io_uring: fix task hung in io_uring_setup
 2020-09-08 23:34 UTC  (3+ messages)

[PATCH] powerpc/64: Make VDSO32 track COMPAT on 64-bit
 2020-09-08 23:32 UTC  (3+ messages)

625608edb6 ("mtd: rawnand: Use the ECC framework OOB layouts"): BUG: unable to handle page fault for address: f71fe000
 2020-09-08 23:32 UTC 

[PATCH v7 00/21] mtd: spi-nor-core: add xSPI Octal DTR support
 2020-09-08 23:32 UTC  (6+ messages)
` [PATCH v7 05/21] arm: mvebu: x530: Use tiny SPI NOR

[PATCH] mm/mmu_notifier.c: micro-optimization substitute kzalloc with kmalloc
 2020-09-08 23:32 UTC  (5+ messages)

[PATCH] utils: fix UnboundLocalError when _print_exception raises
 2020-09-08 23:31 UTC 

[ptrace] 201766a20e: kernel_selftests.seccomp.make_fail
 2020-09-08 23:31 UTC  (4+ messages)

[PATCH bpf v1] tools/libbpf: avoid counting local symbols in ABI check
 2020-09-08 23:27 UTC  (3+ messages)

✅ PASS: Test report for kernel 5.8.8-rc1-456fe96.cki (stable)
 2020-09-08 23:26 UTC 

[PATCH] m68knommu: add missing __user annotations
 2020-09-08 23:26 UTC  (3+ messages)

[PATCH bpf-next] samples: bpf: refactor xdp_sample_pkts_kern with BTF-defined map
 2020-09-08 23:24 UTC  (2+ messages)

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

[PATCH -next] selftests/seccomp: Use bitwise instead of arithmetic operator for flags
 2020-09-08 23:22 UTC  (2+ messages)

[PATCH bpf-next 0/3] tools: bpftool: print built-in features, automate some of the documentation
 2020-09-08 23:20 UTC  (5+ messages)
` [PATCH bpf-next 1/3] tools: bpftool: print optional built-in features along with version

[PATCH] selftests/seccomp: fix ptrace tests on powerpc
 2020-09-08 23:18 UTC  (3+ messages)

[PATCH v2] PCI: hv: Fix hibernation in case interrupts are not re-created
 2020-09-08 23:17 UTC 

[RFC PATCH 00/39] blktrace: add block trace extension support
 2020-09-08 23:17 UTC  (3+ messages)
` Fwd: "

[Buildroot] [PATCH 0/5] Add support for Kendryte K210 RISC-V boards
 2020-09-08 23:16 UTC  (8+ messages)
` [Buildroot] [PATCH 5/5] Add support for Kendryte K210 based "

[PATCH V2 0/6] nvme-core: timeout related fixes and cleanup
 2020-09-08 23:13 UTC  (4+ messages)
` [PATCH V2 1/6] nvme-core: use I/O timeout in submit sync cmd

[PATCH] fs: Eliminate a local variable to make the code more clear
 2020-09-08 23:11 UTC  (4+ messages)

[PATCH bpf-next v3 0/2] bpf: permit map_ptr arithmetic with opcode add and offset 0
 2020-09-08 23:11 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: add test for map_ptr arithmetic

[PATCH] btrfs: introduce rescue=all
 2020-09-08 23:10 UTC  (2+ messages)

[linux-stable-rc:linux-5.8.y 1161/1358] arch/arm64/kvm/hyp/switch.c:942:28: warning: no previous prototype for function 'kvm_unexpected_el2_exception'
 2020-09-08 23:10 UTC 

Mailing list about low levels of Linux on cellphones
 2020-09-08 23:08 UTC  (2+ messages)

[PATCH v6 0/3] Carry forward IMA measurement log on kexec on ARM64
 2020-09-08 23:08 UTC  (4+ messages)
` [PATCH v6 1/3] powerpc: Refactor kexec functions to move arch independent code to IMA
` [PATCH v6 2/3] arm64: Store IMA log information in kimage used for kexec
` [PATCH v6 3/3] arm64: Add IMA kexec buffer to DTB


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.