All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-25 13:22:10 to 2021-06-25 14:03:53 UTC [more...]

[PATCH 0/4] Integrate renesas MCU/SoC timer module [part 2 from review]
 2021-06-25 14:02 UTC  (3+ messages)
` [RFC PATCH 2/4] !fixup hw/rx: rx62n switch renesas_timer

[PATCH v2 0/1] kasan: fix redzone overwritten issue under SLUB debug
 2021-06-25 14:03 UTC  (4+ messages)
` [PATCH v2 1/1] kasan: Add memzero init for unaligned size "

[igt-dev] [i-g-t] i915/gem_exec_fair: Extend icl ctx timestamp w/a to gen11
 2021-06-25 14:02 UTC  (3+ messages)

stable-rc/queue/5.12 build: 177 builds: 0 failed, 177 passed, 12 warnings (v5.12.13-12-gf45ef4c1b3a2)
 2021-06-25 14:02 UTC 

[dpdk-dev] [PATCH 00/44] Marvell CNXK Ethdev Driver
 2021-06-25 14:01 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4 00/62] "

[PATCH 1/2] iio: accel: bma220: convert probe to device-managed functions
 2021-06-25 14:01 UTC  (2+ messages)
` [PATCH 2/2] iio: accel: bma220: make suspend state setting more robust

[igt-dev] [PATCH v3 00/10] tests/panfrost: Misc fixes/improvements
 2021-06-25 14:01 UTC  (11+ messages)
` [igt-dev] [PATCH v3 01/10] tests/panfrost: Make sure we open a DUMB capable node for prime tests
` [igt-dev] [PATCH v3 02/10] lib/panfrost: Handle the NULL case in igt_panfrost_free_bo()
` [igt-dev] [PATCH v3 03/10] lib/panfrost: Add a helper to create a job loop
` [igt-dev] [PATCH v3 04/10] lib/panfrost: Add a helper to create a NULL job
` [igt-dev] [PATCH v3 05/10] tests/panfrost: Simplify submit tests
` [igt-dev] [PATCH v3 06/10] tests/panfrost: Extend the pan-reset test
` [igt-dev] [PATCH v3 07/10] lib/panfrost: Get rid of igt_panfrost_trivial_job()
` [igt-dev] [PATCH v3 08/10] tests/panfrost: Test FD-close while jobs are still in-flight
` [igt-dev] [PATCH v3 09/10] lib/panfrost: Add a helper to create dummy write value jobs
` [igt-dev] [PATCH v3 10/10] tests/panfrost: Add a test to validate unhandled pagefault handling

[dpdk-dev] [PATCH v1 0/7] Enhancements for PMD power management
 2021-06-25 14:00 UTC  (9+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 1/7] power_intrinsics: use callbacks for comparison
  ` [dpdk-dev] [PATCH v2 2/7] net/af_xdp: add power monitor support
  ` [dpdk-dev] [PATCH v2 3/7] eal: add power monitor for multiple events
  ` [dpdk-dev] [PATCH v2 4/7] power: remove thread safety from PMD power API's
  ` [dpdk-dev] [PATCH v2 5/7] power: support callbacks for multiple Rx queues
  ` [dpdk-dev] [PATCH v2 6/7] power: support monitoring "
  ` [dpdk-dev] [PATCH v2 7/7] l3fwd-power: support multiqueue in PMD pmgmt modes

4-disk RAID6 (non-standard layout) normalise hung, now all disks spare
 2021-06-25 13:59 UTC  (2+ messages)

[Buildroot] [PATCH 00/15] Overwritten file detection and fixes, one more step to TLP build
 2021-06-25 14:00 UTC  (4+ messages)
` [Buildroot] [PATCH 15/15] package/pkg-generic.mk: Fix per-package <pkg>-{reconfigure, rebuild, reinstall}

[PATCH v2] Documentation: i2c: Add doc for I2C sysfs
 2021-06-25 13:59 UTC  (2+ messages)

Recipe for include-what-you-use and rpath problem #sdk
 2021-06-25 14:00 UTC  (2+ messages)

[RFC PATCH v7 00/24] ceph+fscrypt: context, filename and symlink support
 2021-06-25 13:58 UTC  (25+ messages)
` [RFC PATCH v7 01/24] vfs: export new_inode_pseudo
` [RFC PATCH v7 02/24] fscrypt: export fscrypt_base64_encode and fscrypt_base64_decode
` [RFC PATCH v7 03/24] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [RFC PATCH v7 04/24] fscrypt: add fscrypt_context_for_new_inode
` [RFC PATCH v7 05/24] ceph: preallocate inode for ops that may create one
` [RFC PATCH v7 06/24] ceph: parse new fscrypt_auth and fscrypt_file fields in inode traces
` [RFC PATCH v7 07/24] ceph: add fscrypt_* handling to caps.c
` [RFC PATCH v7 08/24] ceph: add ability to set fscrypt_auth via setattr
` [RFC PATCH v7 09/24] ceph: crypto context handling for ceph
` [RFC PATCH v7 10/24] ceph: implement -o test_dummy_encryption mount option
` [RFC PATCH v7 11/24] ceph: add routine to create fscrypt context prior to RPC
` [RFC PATCH v7 12/24] ceph: add fscrypt ioctls
` [RFC PATCH v7 13/24] ceph: decode alternate_name in lease info
` [RFC PATCH v7 14/24] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v7 15/24] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v7 16/24] ceph: send altname in MClientRequest
` [RFC PATCH v7 17/24] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [RFC PATCH v7 18/24] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v7 19/24] ceph: add helpers for converting names for userland presentation
` [RFC PATCH v7 20/24] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v7 21/24] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v7 22/24] ceph: create symlinks with encrypted and base64-encoded targets
` [RFC PATCH v7 23/24] ceph: make ceph_get_name decrypt filenames
` [RFC PATCH v7 24/24] ceph: add a new ceph.fscrypt.auth vxattr

[PATCH v3] libtracefs: Add APIs for data streaming
 2021-06-25 13:57 UTC  (5+ messages)

[PATCH] ipmi/sim: fix watchdog_expired data type error in IPMIBmcSim struct
 2021-06-25 13:56 UTC  (2+ messages)

[Buildroot] [PATCH v6 0/5] Introduce bmap-tools as target + host package
 2021-06-25 13:57 UTC  (6+ messages)
` [Buildroot] [PATCH v6 1/5] package/bmap-tools: new package

[PATCH v10 00/21] Fix v4l2-compliance errors
 2021-06-25 13:55 UTC  (5+ messages)
` [PATCH v10 21/21] media: uvcvideo: Return -EACCES to inactive controls

[PATCH v5] arm64: mte: allow async MTE to be upgraded to sync on a per-CPU basis
 2021-06-25 13:53 UTC  (11+ messages)

[meta-rockchip][PATCH] conf/machine/include/rockchip-wic.inc: create
 2021-06-25 13:54 UTC 

[RFC PATCH 00/10] hw/sd: Start splitting SD vs SPI protocols
 2021-06-25 13:51 UTC  (13+ messages)
` [RFC PATCH 04/10] hw/sd: Introduce sd_cmd_handler type
` [RFC PATCH 05/10] hw/sd: Add sd_cmd_illegal() handler
` [RFC PATCH 06/10] hw/sd: Add sd_cmd_unimplemented() handler
` [RFC PATCH 07/10] hw/sd: Add sd_cmd_GO_IDLE_STATE() handler
` [RFC PATCH 09/10] hw/sd: Add sd_cmd_ALL_SEND_CID() handler
` [RFC PATCH 10/10] hw/sd: Add sd_cmd_SEND_RELATIVE_ADDR() handler

[PATCH] firmware: export x86_64 platform flash bios region via sysfs
 2021-06-25 13:54 UTC  (3+ messages)

[rcu:dev.2021.06.22a] BUILD SUCCESS 14bf352718c90d9097b36bdab8a5d7c1ffcdd802
 2021-06-25 13:51 UTC 

[linux-next:pending-fixes] BUILD SUCCESS fd6ae26c403a93331dcf4b5fcfb84bf4b5ff2926
 2021-06-25 13:51 UTC 

[PATCH for-next v2 0/2] Fix RMW to bit-fields and remove one superfluous ib_modify_qp
 2021-06-25 13:52 UTC  (2+ messages)

[PATCH v3 2/2] drivers/firmware: consolidate EFI framebuffer setup for all arches
 2021-06-25 13:50 UTC  (5+ messages)

[syzbot] KASAN: use-after-free Read in v4l2_ioctl (2)
 2021-06-25 13:51 UTC  (4+ messages)

[RFC v1 00/11] Qcom SM8350 DispCC & VideoCC
 2021-06-25 13:51 UTC  (4+ messages)
` [RFC v1 05/11] dt-bindings: clock: Add QCOM SM8350 display clock bindings

[PATCH v1] crypto: Make the DRBG compliant with NIST SP800-90A rev1
 2021-06-25 13:50 UTC  (4+ messages)

[PATCH 2/6] firmware: xilinx: add macros of node ids for error event
 2021-06-25 13:48 UTC  (9+ messages)
  ` [PATCH 1/6] firmware: xilinx: add register notifier in zynqmp firmware
  ` [PATCH 4/6] drivers: soc: xilinx: add xilinx event management driver

[PATCH v2 1/2] drm/i915/gem: only allow WC for lmem
 2021-06-25 13:49 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v2,1/2] "

[PATCH v3 00/15] drm/panfrost: Misc improvements
 2021-06-25 13:47 UTC  (24+ messages)
` [PATCH v3 01/15] drm/sched: Allow using a dedicated workqueue for the timeout/fault tdr
` [PATCH v3 02/15] drm/panfrost: Make ->run_job() return an ERR_PTR() when appropriate
` [PATCH v3 03/15] drm/panfrost: Get rid of the unused JS_STATUS_EVENT_ACTIVE definition
` [PATCH v3 04/15] drm/panfrost: Drop the pfdev argument passed to panfrost_exception_name()
` [PATCH v3 05/15] drm/panfrost: Expose exception types to userspace
` [PATCH v3 06/15] drm/panfrost: Do the exception -> string translation using a table
` [PATCH v3 07/15] drm/panfrost: Expose a helper to trigger a GPU reset
` [PATCH v3 08/15] drm/panfrost: Use a threaded IRQ for job interrupts
` [PATCH v3 09/15] drm/panfrost: Simplify the reset serialization logic
` [PATCH v3 10/15] drm/panfrost: Make sure job interrupts are masked before resetting
` [PATCH v3 11/15] drm/panfrost: Disable the AS on unhandled page faults
` [PATCH v3 12/15] drm/panfrost: Reset the GPU when the AS_ACTIVE bit is stuck
` [PATCH v3 13/15] drm/panfrost: Don't reset the GPU on job faults unless we really have to
` [PATCH v3 14/15] drm/panfrost: Kill in-flight jobs on FD close
` [PATCH v3 15/15] drm/panfrost: Queue jobs on the hardware

[PATCH v2] x86/sgx: Add missing xa_destroy() when virtual EPC is destroyed
 2021-06-25 13:47 UTC  (6+ messages)

[PATCH 00/12] Random Fixes for the CHIP Pro
 2021-06-25 13:47 UTC  (9+ messages)
` [PATCH 03/12] Revert "usb: gadget: fastboot: use correct max packet size"
` [PATCH 06/12] fastboot: Add missing newlines
` [PATCH 07/12] configs: chip pro: Disable video output
` [PATCH 08/12] clk: sunxi: Add missing clock compatible

[PATCH] platform/x86: intel_skl_int3472: Uninitialized variable in skl_int3472_handle_gpio_resources()
 2021-06-25 13:46 UTC  (2+ messages)

[PATCH v16 0/4] KASAN core changes for ppc64 radix KASAN
 2021-06-25 13:45 UTC  (9+ messages)
` [PATCH v16 1/4] kasan: allow an architecture to disable inline instrumentation
` [PATCH v16 2/4] kasan: allow architectures to provide an outline readiness check

[GIT PULL] KVM/arm64 updates for 5.14
 2021-06-25 13:43 UTC  (3+ messages)

[linux-next:master 12573/13550] kernel/dma/swiotlb.c:771:5: error: implicit declaration of function 'debugfs_create_dir'; did you mean 'kernfs_create_dir'?
 2021-06-25 13:43 UTC  (2+ messages)

[PATCH v1 1/1] cpufreq: fix the target freq not in the range of policy->min & max
 2021-06-25 13:41 UTC  (3+ messages)

[PATCH] Replace FSF street address with canonical URL (again)
 2021-06-25 13:42 UTC  (2+ messages)

[Intel-wired-lan] [tnguy-net-queue:40GbE] BUILD SUCCESS 956e759d5f8e0859e86b951a8779c60af633aafd
 2021-06-25 13:42 UTC 

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS 5a72b3e5938747a1bcd854bc308cdfc112c70e5e
 2021-06-25 13:42 UTC 

[PATCH] mm: Fix the problem of mips architecture Oops
 2021-06-25 13:39 UTC  (2+ messages)

[PATCH v2 00/24] objtool/x86: noinstr vs PARAVIRT
 2021-06-25 13:38 UTC  (3+ messages)
` [PATCH v2 03/24] objtool: Handle __sanitize_cov*() tail calls

[PATCH/rfc] NFS: introduce NFS namespaces
 2021-06-25 13:37 UTC  (2+ messages)

stable-rc/linux-5.4.y build: 186 builds: 0 failed, 186 passed, 91 warnings (v5.4.128-11-g44abe5613656)
 2021-06-25 13:37 UTC 

[PATCH] reset: RESET_MCHP_SPARX5 should depend on ARCH_SPARX5
 2021-06-25 13:36 UTC 

[PATCH -fixes] riscv: Fix PTDUMP output now BPF region moved back to module region
 2021-06-25 13:31 UTC  (3+ messages)

[PATCH v8 0/2] Map the kernel with correct permissions the first time
 2021-06-25 13:30 UTC  (7+ messages)
` [PATCH v8 1/2] riscv: Introduce set_kernel_memory helper
` [PATCH v8 2/2] riscv: Map the kernel with correct permissions the first time

[PATCH printk v3 0/6] printk: remove safe buffers
 2021-06-25 13:34 UTC  (8+ messages)
` [PATCH printk v3 4/6] printk: remove NMI tracking
` [PATCH printk v3 6/6] printk: syslog: close window between wait and read

[PATCH 07/10] serial: mvebu-uart: implement UART clock driver for configuring UART base clock
 2021-06-25 13:35 UTC  (10+ messages)

[PATCH] ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook 830 G8 Notebook PC
 2021-06-25 13:34 UTC  (2+ messages)

[Bug 213539] New: KASAN: use-after-free Write in ext4_put_super
 2021-06-25 13:34 UTC  (2+ messages)
` [Bug 213539] "

[PATCH] x86: eas should not be NULL when it is referenced
 2021-06-25 13:33 UTC  (4+ messages)

[PATCH net-next 0/6] net: reset MAC header consistently across L3 virtual devices
 2021-06-25 13:33 UTC  (7+ messages)
` [PATCH net-next 1/6] bareudp: allow redirecting bareudp packets to eth devices
` [PATCH net-next 2/6] ipip: allow redirecting ipip and mplsip "
` [PATCH net-next 3/6] sit: allow redirecting ip6ip, "
` [PATCH net-next 4/6] gre: let mac_header point to outer header only when necessary
` [PATCH net-next 5/6] ip6_tunnel: allow redirecting ip6gre and ipxip6 packets to eth devices
` [PATCH net-next 6/6] gtp: reset mac_header after decap

[PATCH V3 0/4] cpufreq: cppc: Add support for frequency invariance
 2021-06-25 13:31 UTC  (10+ messages)

[PATCH v2 1/5] rockchip: rk3188-cru-common: sync clock dt-binding header from Linux
 2021-06-25 13:26 UTC  (5+ messages)
` [PATCH v2 2/5] ARM: dts: rockchip: update rk3xxx.dtsi
` [PATCH v2 3/5] rockchip: rk3188-power: sync power domain dt-binding header from Linux
` [PATCH v2 4/5] ARM: dts: rockchip: update rk3188.dtsi
` [PATCH v2 5/5] ARM: dts: rockchip: update rk3188-radxarock.dts

[PATCH/RFC] mmc: host: renesas_sdhi: Refactor of_device_id.data
 2021-06-25 13:31 UTC  (2+ messages)

[PATCH] drm/amdgpu: add non-aligned address supported in amdgpu_device_vram_access()
 2021-06-25 13:28 UTC  (2+ messages)

[PATCH 1/2] crypto: Typo s/Stormlink/Storlink/
 2021-06-25 13:27 UTC  (4+ messages)
` [PATCH 2/2] crypto: CRYPTO_DEV_SL3516 should depend on ARCH_GEMINI

[PATCH 0/2] KVM: SVM: Final C-bit fixes?
 2021-06-25 13:28 UTC  (5+ messages)
` [PATCH 1/2] Revert "KVM: x86: Truncate reported guest MAXPHYADDR to C-bit if SEV is supported"
` [PATCH 2/2] KVM: SVM: Revert clearing of C-bit on GPA in #NPF handler

[PATCH] seq_buf: let seq_buf_putmem_hex support len larger than 8
 2021-06-25 13:27 UTC  (6+ messages)

[PATCH] dt-bindings: spi: convert Xilinx Zynq UltraScale+ MPSoC GQSPI bindings to YAML
 2021-06-25 13:24 UTC  (3+ messages)

[PATCH v5 0/5] perf arm-spe: Enable timestamp
 2021-06-25 13:25 UTC  (4+ messages)
` [PATCH v5 5/5] perf arm-spe: Don't wait for PERF_RECORD_EXIT event

[PATCH] ASoC: qcom: lpass-cpu: mark IRQ_CLEAR register as volatile and readable
 2021-06-25 13:24 UTC  (3+ messages)

[dpdk-dev] Experimental symbols in kni lib
 2021-06-25 13:26 UTC  (4+ messages)

[PATCH 1/3] hwmon: sbrmi: Add support for sbrmi power module
 2021-06-25 13:25 UTC  (3+ messages)
` [PATCH 2/3] hwmon: sbrmi: Add Documentation
` [PATCH 3/3] dt-bindings: sbrmi: Add SB-RMI hwmon driver bindings

[PATCH][next] spi: Fix self assignment issue with ancillary->mode
 2021-06-25 13:24 UTC  (2+ messages)

[PATCH 00/47] GuC submission support
 2021-06-25 13:25 UTC  (4+ messages)
` [PATCH 13/47] drm/i915/guc: Implement GuC context operations for new inteface
  ` [Intel-gfx] "

[PATCH v3 0/5] Add and enable GPI DMA users
 2021-06-25 13:24 UTC  (2+ messages)
` (subset) "

[PATCH 00/12] x86: more or less log-dirty related improvements
 2021-06-25 13:24 UTC  (5+ messages)
` [PATCH 09/12] x86/paging: supply more useful log-dirty page count
` [PATCH 10/12] x86/mm: update log-dirty bitmap when manipulating P2M
` [PATCH 11/12] x86/mm: pull a sanity check earlier in xenmem_add_to_physmap_one()
` [PATCH 12/12] SUPPORT.md: write down restriction of 32-bit tool stacks

[PATCH RESEND] perf/x86/cstate: Add ICELAKE_X and ICELAKE_D support
 2021-06-25 13:32 UTC 

[PATCH] perf vendor events power10: Adds 24x7 nest metric events for power10 platform
 2021-06-25 13:21 UTC  (2+ messages)


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.