All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-07 21:55:30 to 2020-12-07 22:25:18 UTC [more...]

[PATCH 0/2] mips: Minor simplifications for KVM use
 2020-12-07 22:23 UTC  (6+ messages)
` [PATCH 2/2] target/mips/kvm: Assert unreachable code is not used

[PATCH v2 00/28] partition suspend updates
 2020-12-07 21:51 UTC  (12+ messages)
` [PATCH v2 02/28] powerpc/rtas: complete ibm,suspend-me status codes
` [PATCH v2 03/28] powerpc/rtas: rtas_ibm_suspend_me -> rtas_ibm_suspend_me_unsafe
` [PATCH v2 04/28] powerpc/rtas: add rtas_ibm_suspend_me()
` [PATCH v2 05/28] powerpc/rtas: add rtas_activate_firmware()
` [PATCH v2 06/28] powerpc/hvcall: add token and codes for H_VASI_SIGNAL
` [PATCH v2 07/28] powerpc/pseries/mobility: don't error on absence of ibm, update-nodes
` [PATCH v2 08/28] powerpc/pseries/mobility: add missing break to default case
` [PATCH v2 09/28] powerpc/pseries/mobility: error message improvements
` [PATCH v2 10/28] powerpc/pseries/mobility: use rtas_activate_firmware() on resume
` [PATCH v2 12/28] powerpc/pseries/mobility: use stop_machine for join/suspend
` [PATCH v2 13/28] powerpc/pseries/mobility: signal suspend cancellation to platform

[PATCH v3 00/16] pull: default warning improvements
 2020-12-07 22:22 UTC  (4+ messages)
` [PATCH v3 01/16] doc: pull: explain what is a fast-forward

[PATCH v2 01/24] exec: Move unshare_files to fix posix file locking during exec
 2020-12-07 22:22 UTC  (2+ messages)

[PATCH v2 00/17] Refactor fw_devlink to significantly improve boot time
 2020-12-07 22:21 UTC  (7+ messages)
` [PATCH v2 05/17] Revert "of: platform: Batch fwnode parsing when adding all top level devices"
` [PATCH v2 07/17] driver core: Add fwnode_init()
` [PATCH v2 08/17] driver core: Add fwnode link support

[PATCH 4.4 17/70] crypto: arm64/sha - avoid non-standard inline asm tricks
 2020-12-07 22:20 UTC  (7+ messages)
` [PATCH 4.4] Revert "crypto: arm64/sha - avoid non-standard inline asm tricks"

[PATCH v7] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2020-12-07 22:20 UTC  (8+ messages)

[RFC PATCH v2 0/2] add simple copy support
 2020-12-07 22:12 UTC  (5+ messages)

[PATCH next v3 0/3] printk: remove logbuf_lock protection of ringbuffer
 2020-12-07 22:20 UTC  (4+ messages)
` [PATCH next v3 1/3] printk: inline log_output(),log_store() in vprintk_store()
` [PATCH next v3 2/3] printk: define CONSOLE_LOG_MAX in printk.h
` [PATCH next v3 3/3] printk: remove logbuf_lock protection for ringbuffer

[PATCH v2 0/9] spl: atf: add support for LOAD_IMAGE_V2
 2020-12-07 22:20 UTC  (20+ messages)
` [PATCH v2 1/9] treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORT
` [PATCH v2 2/9] spl: atf: move storage for bl31_params into function
` [PATCH v2 3/9] spl: atf: provide a bl2_plat_get_bl31_params_default()
` [PATCH v2 4/9] spl: atf: remove helper structure from common header
` [PATCH v2 5/9] spl: atf: add support for LOAD_IMAGE_V2
` [PATCH v2 6/9] armv8: layerscape: don't initialize GIC in SPL
` [PATCH v2 7/9] board: sl28: remove u-boot from loadable DT node
` [PATCH v2 8/9] board: sl28: add ATF support (bl31)
` [PATCH v2 9/9] board: sl28: add OP-TEE Trusted OS support (bl32)

Latest libbpf fails to load programs compiled with old LLVM
 2020-12-07 22:18 UTC  (12+ messages)

[PATCH v2 00/12] bootm: Support substitions in bootargs and add tests
 2020-12-07 22:19 UTC  (25+ messages)
` [PATCH v2 01/12] env: Allow returning errors from hdelete_r()
` [PATCH v2 02/12] bootm: Add tests for fixup_silent_linux()
` [PATCH v2 03/12] bootm: Update fixup_silent_linux() to return an error
` [PATCH v2 04/12] bootm: Rename fixup_silent_linux()
` [PATCH v2 05/12] bootm: Add a bool parameter to bootm_process_cmdline_env()
` [PATCH v2 06/12] bootm: Use size rather than length for CONSOLE_ARG
` [PATCH v2 07/12] bootm: Split out bootargs environment reading / writing
` [PATCH v2 08/12] bootm: Update bootm_process_cmdline_env() to use flags
` [PATCH v2 09/12] bootm: Allow updating the bootargs in a buffer
` [PATCH v2 10/12] x86: zimage: Add silent-console processing
` [PATCH v2 11/12] cli: Support macro processing with a fixed-size buffer
` [PATCH v2 12/12] bootm: Support string substitution in bootargs

[PATCH v2 00/13] io_uring: buffer registration enhancements
 2020-12-07 22:15 UTC  (14+ messages)
` [PATCH v2 01/13] io_uring: modularize io_sqe_buffer_register
` [PATCH v2 02/13] io_uring: modularize io_sqe_buffers_register
` [PATCH v2 03/13] io_uring: generalize fixed file functionality
` [PATCH v2 04/13] io_uring: rename fixed_file variables to fixed_rsrc
` [PATCH v2 05/13] io_uring: separate ref_list from fixed_rsrc_data
` [PATCH v2 06/13] io_uring: generalize fixed_file_ref_node functionality
` [PATCH v2 07/13] io_uring: add rsrc_ref locking routines
` [PATCH v2 08/13] io_uring: implement fixed buffers registration similar to fixed files
` [PATCH v2 09/13] io_uring: create common fixed_rsrc_ref_node handling routines
` [PATCH v2 10/13] io_uring: generalize files_update functionlity to rsrc_update
` [PATCH v2 11/13] io_uring: support buffer registration updates
` [PATCH v2 12/13] io_uring: create common fixed_rsrc_data allocation routines
` [PATCH v2 13/13] io_uring: support buffer registration sharing

[PATCH] drm/amdgpu: make DRM_AMD_DC x86-only again
 2020-12-07 22:16 UTC  (10+ messages)

[PATCH 00/12] arm64: dts: zynqmp: DT updates to match latest drivers
 2020-12-07 22:16 UTC  (6+ messages)
` [PATCH 06/12] arm64: dts: zynqmp: Add label for zynqmp_ipi

[GIT PULL] ARM: SoC fixes for v5.10, part 3
 2020-12-07 22:15 UTC  (15+ messages)

[PATCH net-next v1 0/9] ethtool: Add support for frame preemption
 2020-12-07 22:15 UTC  (9+ messages)
` [PATCH net-next v1 1/9] ethtool: Add support for configuring "
      ` [Intel-wired-lan] "
` [PATCH net-next v1 6/9] igc: Add support for tuning frame preemption via ethtool
      ` [Intel-wired-lan] "

[PATCH V3 00/10] PKS: Add Protection Keys Supervisor (PKS) support V3
 2020-12-07 22:14 UTC  (3+ messages)

[PATCH v3] drivers: gpio: add virtio-gpio guest driver
 2020-12-07 22:13 UTC  (4+ messages)

[PATCH v2 00/14] pull: default warning improvements
 2020-12-07 22:14 UTC  (15+ messages)
` [PATCH v2 02/14] pull: improve default warning

[linux-linus test] 157257: regressions - FAIL
 2020-12-07 22:14 UTC 

[PATCH] docs: changes.rst: add rsync to the list of required tools
 2020-12-07 21:38 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/3] clk: fsl-sai: fix memory leak
 2020-12-07 22:13 UTC  (7+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] clk: composite: add devm_clk_hw_register_composite_pdata()
` [PATCH v2 3/3] clk: fsl-sai: use devm_clk_hw_register_composite_pdata()

[PATCH net-next] devlink: Add devlink port documentation
 2020-12-07 22:13 UTC  (2+ messages)
` [PATCH net-next v5] "

[RFC PATCH] python: add __repr__ to ConsoleSocket to aid debugging
 2020-12-07 22:14 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 15ac8fdb74403772780be1a8c4f7c1eff1040fc4
 2020-12-07 22:14 UTC 

[PATCH v2 0/3] occ: Add support for P10
 2020-12-07 22:13 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: fsi: Add P10 OCC device documentation

[PATCH v2 00/18] Add CMU/RMU/DMA/MMC/I2C support for Actions Semi S500 SoCs
 2020-12-07 22:12 UTC  (7+ messages)
` [PATCH v2 04/18] dt-bindings: dma: owl: Add compatible string for Actions Semi S500 SoC
` [PATCH v2 10/18] dt-bindings: i2c: owl: Convert Actions Semi Owl binding to a schema

[PATCH v11 00/10] Introduce memory interconnect for NVIDIA Tegra SoCs
 2020-12-07 22:11 UTC  (6+ messages)
  ` [PATCH v11 09/10] PM / devfreq: tegra30: Support interconnect and OPPs from device-tree

[PATCH] scsi: sd: suppress suprious block errors when WRITE SAME is being disabled
 2020-12-07 22:10 UTC 

[PATCH 00/11] mm: lru related cleanups
 2020-12-07 22:09 UTC  (24+ messages)
` [PATCH 01/11] mm: use add_page_to_lru_list()
` [PATCH 02/11] mm: shuffle lru list addition and deletion functions
` [PATCH 03/11] mm: don't pass "enum lru_list" to lru list addition functions
` [PATCH 04/11] mm: don't pass "enum lru_list" to trace_mm_lru_insertion()
` [PATCH 05/11] mm: don't pass "enum lru_list" to del_page_from_lru_list()
` [PATCH 06/11] mm: add __clear_page_lru_flags() to replace page_off_lru()
` [PATCH 07/11] mm: VM_BUG_ON lru page flags
` [PATCH 08/11] mm: fold page_lru_base_type() into its sole caller
` [PATCH 09/11] mm: fold __update_lru_size() "
` [PATCH 10/11] mm: make lruvec_lru_size() static
` [PATCH 11/11] mm: enlarge the "int nr_pages" parameter of update_lru_size()

[PATCH] mmc: initialize an err variable
 2020-12-07 22:10 UTC  (2+ messages)

[Patch v2 0/6] Enable Qualcomm Crypto Engine on sdm845
 2020-12-07 22:09 UTC  (3+ messages)
` [Patch v2 6/6] dt-bindings: crypto: qcom-qce: Add v5.4 to binding

Please pull u-boot-marvell/master
 2020-12-07 22:09 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: phy: Add binding for BCM4908 USB PHYs
 2020-12-07 22:08 UTC  (2+ messages)

[RFC PATCH 0/4] Add processor to the ignore PSD override list
 2020-12-07 22:07 UTC  (5+ messages)
` [RFC PATCH 2/4] cpufreq: acpi-cpufreq: "

[PATCH v2 0/2] Introduce perf-stat -b for BPF programs
 2020-12-07 22:07 UTC  (3+ messages)
` [PATCH v2 2/2] perf-stat: enable counting events "

[PATCH v2] hw/core: Restrict 'fw-path-provider.c' to system mode emulation
 2020-12-07 22:07 UTC 

[PATCH] hw/core: Restrict 'fw-path-provider.c' to system mode emulation
 2020-12-07 22:05 UTC 

linux-next: Fixes tag needs some work in the clk tree
 2020-12-07 22:05 UTC 

[PATCH V2 0/2] reset: support Broadcom's PMB
 2020-12-07 22:05 UTC  (3+ messages)
` [PATCH V2 1/2] dt-bindings: reset: document Broadcom's PMB binding

[net-next V2 08/15] net/mlx5e: Add TX PTP port object support
 2020-12-07 22:04 UTC  (13+ messages)

[PATCH net-next v3 0/3] Arrow SpeedChips XRS700x DSA Driver
 2020-12-07 22:03 UTC  (4+ messages)
` [PATCH net-next v3 1/3] dsa: add support for Arrow XRS700x tag trailer
` [PATCH net-next v3 2/3] net: dsa: add Arrow SpeedChips XRS700x driver
` [PATCH net-next v3 3/3] dt-bindings: net: dsa: add bindings for xrs700x switches

#uboot Problem compiling u-boot with bitbake
 2020-12-07 22:05 UTC  (7+ messages)
` [yocto] "

[PATCH v3 0/6] xfs: some xfs_dialloc() cleanup
 2020-12-07 22:03 UTC  (6+ messages)
` [PATCH v3 6/6] xfs: kill ialloced in xfs_dialloc()

[PATCH v2 1/4] iio: adc: ad7887: convert dual-channel mode to DT/ACPI
 2020-12-07 22:03 UTC  (3+ messages)
` [PATCH v2 4/4] dt-bindings: adc: ad7887: add binding doc for AD7887

[PATCH v2] clk: qoriq: Add platform dependencies
 2020-12-07 22:02 UTC  (3+ messages)

[PATCH] dt-bindings: vendor-prefixes: Add FII
 2020-12-07 22:02 UTC  (3+ messages)

[renesas-devel:master] BUILD SUCCESS 2de1408b9f24558d68c4f09341fb124b7d12f78b
 2020-12-07 22:01 UTC 

[PATCH v2] selftests/clone3: Fix build error
 2020-12-07 22:02 UTC  (2+ messages)

[PATCH v5 0/7] dma-buf: Performance improvements for system heap & a system-uncached implementation
 2020-12-07 22:01 UTC  (6+ messages)

[PATCH resend v2] xtensa: Replace <linux/clk-provider.h> by <linux/of_clk.h>
 2020-12-07 22:01 UTC  (2+ messages)

[PATCH v13 0/4] RDMA: Add dma-buf support
 2020-12-07 22:15 UTC  (10+ messages)
` [PATCH v13 1/4] RDMA/umem: Support importing dma-buf as user memory region
` [PATCH v13 2/4] RDMA/core: Add device method for registering dma-buf based "
` [PATCH v13 3/4] RDMA/uverbs: Add uverbs command for dma-buf based MR registration
` [PATCH v13 4/4] RDMA/mlx5: Support dma-buf based userspace memory region

[PATCH resend v2] sh: boards: Replace <linux/clk-provider.h> by <linux/of_clk.h>
 2020-12-07 22:00 UTC  (2+ messages)

[PATCH v2 0/9] Add AMD SEV page encryption bitmap support
 2020-12-07 22:00 UTC  (4+ messages)
` [PATCH v2 3/9] KVM: x86: Introduce KVM_GET_PAGE_ENC_BITMAP ioctl

[PATCH v4 1/4] pwm: pca9685: Switch to atomic API
 2020-12-07 22:00 UTC  (2+ messages)

[PATCH 00/22] Intel Vision Processing Unit base enabling part 1
 2020-12-07 21:59 UTC  (4+ messages)
` [PATCH 22/22] xlink-core: factorize xlink_ioctl function by creating sub-functions for each ioctl command

[PATCH RFC v3] testing/nvdimm: Add test module for non-nfit platforms
 2020-12-07 22:00 UTC  (2+ messages)

[Buildroot] [PATCH/next 1/6] package/x11r7/xapp_fonttosfnt: bump version to 1.2.0
 2020-12-07 22:00 UTC  (2+ messages)

[Buildroot] [git commit] package/x11r7/xlib_libX11: bump version to 1.7.0
 2020-12-07 21:59 UTC 

[Buildroot] [git commit] package/x11r7/xdriver_xf86-video-vesa: bump version to 2.5.0
 2020-12-07 21:59 UTC 

[Buildroot] [git commit] package/x11r7/xcb-proto: bump version to 1.14.1
 2020-12-07 21:59 UTC 

[Buildroot] [git commit] package/x11r7/xapp_xprop: bump version to 1.2.5
 2020-12-07 21:59 UTC 

[Buildroot] [git commit] package/x11r7/xapp_xkbcomp: bump version to 1.4.4
 2020-12-07 21:59 UTC 

[Buildroot] [git commit] package/x11r7/xapp_fonttosfnt: bump version to 1.2.0
 2020-12-07 21:59 UTC 

[PATCH v2] clk: renesas: r9a06g032: Drop __packed for portability
 2020-12-07 21:58 UTC  (2+ messages)

[PATCH] mmc: meson-gx: change clock phase value on AGX SoCs
 2020-12-07 21:59 UTC  (3+ messages)

[Buildroot] [PATCH next] package/daemon: bump to version 0.7
 2020-12-07 21:59 UTC  (2+ messages)

[PATCH] arch: x86: make video init optional (expert)
 2020-12-07 21:57 UTC  (2+ messages)

[Buildroot] [git commit] package/daemon: bump to version 0.7
 2020-12-07 21:57 UTC 

[Buildroot] [PATCH 1/1] package/libglib2: bump version to 2.66.3
 2020-12-07 21:57 UTC  (2+ messages)

[PATCH bpf-next v4 00/11] Atomics for eBPF
 2020-12-07 21:56 UTC  (3+ messages)
` [PATCH bpf-next v4 04/11] bpf: Rename BPF_XADD and prepare to encode other atomics in .imm

[PATCH v3 net-next 0/4] net: dsa: Link aggregation support
 2020-12-07 21:56 UTC  (8+ messages)
` [PATCH v3 net-next 2/4] "

[PATCH 0/2] target/mips: Let cpu_supports_isa() take CPUMIPSState argument
 2020-12-07 21:52 UTC  (3+ messages)
` [PATCH 1/2] target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()
` [PATCH 2/2] target/mips: Introduce cpu_supports_isa() taking CPUMIPSState argument

[Buildroot] [git commit] package/libglib2: bump version to 2.66.3
 2020-12-07 21:57 UTC 

[PATCH v2 1/1] clk: imx: scu: fix MXC_CLK_SCU module build break
 2020-12-07 21:55 UTC  (3+ messages)

[PATCH bpf-next v3 0/5] selftests/bpf: xsk selftests
 2020-12-07 21:55 UTC  (9+ messages)
` [PATCH bpf-next v3 1/5] selftests/bpf: xsk selftests framework

[Buildroot] [PATCH 1/3] package/flare-engine: require sdl2_image with png support
 2020-12-07 21:56 UTC  (2+ messages)

[Buildroot] [git commit] package/flare-game: bump to version 1.11
 2020-12-07 21:55 UTC 

[Buildroot] [git commit] package/flare-engine: bump to version 1.11
 2020-12-07 21:55 UTC 

[Buildroot] [git commit] package/flare-engine: require sdl2_image with png support
 2020-12-07 21:55 UTC 

[PATCH bpf-next v4 0/5] selftests/bpf: xsk selftests
 2020-12-07 21:53 UTC  (2+ messages)
` [PATCH bpf-next v4 5/5] selftests/bpf: xsk selftests - Bi-directional Sockets - SKB, DRV


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.