All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-29 02:34:27 to 2020-12-29 04:36:19 UTC [more...]

[PATCH 1/2] mm: Allow architectures to request 'old' entries when prefaulting
 2020-12-29  4:35 UTC  (13+ messages)

[PATCH 2/3] Bluetooth: Add BTPROTO_ISO socket type
 2020-12-29  4:32 UTC  (3+ messages)

drivers/interconnect/qcom/icc-rpmh.c:133:29: sparse: sparse: incorrect type in assignment (different base types)
 2020-12-29  4:29 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2020-12-29  4:29 UTC 

[PATCH] mt76: mt7915: drop zero-length packet to avoid Tx hang
 2020-12-29  4:15 UTC  (2+ messages)

[PATCH] mm/hugetlb.c: fix unnecessary address expansion of pmd sharing
 2020-12-29  4:21 UTC 

[PATCH v2 13/16] rpmsg: virtio: probe the rpmsg_ctl device
 2020-12-29  4:16 UTC  (3+ messages)

[PATCHv3] Set last_comp_version correctly in new dtb and fix potential version issues in fdt_open_into
 2020-12-29  4:17 UTC 

[chrome-os:chromeos-5.10 114/1131] drivers/tty/sysrq.c:456:40: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-12-29  4:17 UTC 

[PATCH] gdb: riscv: Add target description
 2020-12-29  4:10 UTC  (3+ messages)

[PATCH] samples/kprobes: Remove misleading comment
 2020-12-28  6:04 UTC 

arch/x86/kvm/x86.c:1703 update_pvclock_gtod() warn: statement has no effect 31
 2020-12-29  4:09 UTC 

[linux-linus test] 157945: regressions - FAIL
 2020-12-29  4:07 UTC 

[PATCH v2] spi: Fix regression when the SPI controller does not pass max_speed_hz
 2020-12-29  4:04 UTC 

[DOVETAIL] now tracking v5.10
 2020-12-29  4:05 UTC  (4+ messages)

[PATCH] staging: comedi: remove warnings of comedi_lrange
 2020-12-29  4:00 UTC  (7+ messages)

drivers/platform/surface/surface3-wmi.c:60:14: warning: variable 'status' set but not used
 2020-12-29  3:58 UTC  (2+ messages)

[lttng-dev] Enamebling namespace contexts
 2020-12-29  3:58 UTC  (2+ messages)

[PATCH v2 0/2] meson: fixup nativesdk sysroot
 2020-12-29  3:55 UTC  (3+ messages)
` [PATCH v2 1/2] meson: don't turn sting into a list in nativesdk
` [PATCH v2 2/2] meson: add sysroot property

[PATCH] hwmon: fix sbtsi_temp Documenation kernel-doc warning
 2020-12-29  3:54 UTC 

[meta-virtualization][PATCH] ceph: uprev v15.2.0 -> v15.2.8
 2020-12-29  3:54 UTC  (2+ messages)

[PATCH] xen, linux-yocto-dev, RPi4: weaker assign for KBRANCH and KMACHINE
 2020-12-29  3:54 UTC  (2+ messages)

[PATCH] sound: pci: hda: add a new hda codec
 2020-12-29  3:52 UTC 

[PATCH] fs: block_dev.c: fix kernel-doc warnings from struct block_device changes
 2020-12-29  3:47 UTC 

[PATCH v2] PCI: dwc: Fix MSI not work after resume
 2020-12-29  3:35 UTC  (2+ messages)

[PATCH v2 16/17] driver core: Refactor fw_devlink feature
 2020-12-29  3:34 UTC  (2+ messages)

[PATCH] pulseaudio: define -mfloat-abi=softfp for CC on armv5
 2020-12-29  3:35 UTC  (3+ messages)
` [OE-core] "

[PATCH 00/49] dm: Add dtoc implementation of device instantiation (part D)
 2020-12-29  3:35 UTC  (50+ messages)
` [PATCH 01/49] dtoc: Tidy up pylint warnings in test
` [PATCH 02/49] dtoc: Use None to mean stdout
` [PATCH 03/49] dtoc: Test the stdout output
` [PATCH 04/49] dtoc: Allow providing a directory to write files to
` [PATCH 05/49] dtoc: Allow outputing to multiple files
` [PATCH 06/49] dtoc: Add an 'all' command
` [PATCH 07/49] Makefile: Invoke dtoc only once
` [PATCH 08/49] dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
` [PATCH 09/49] dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()
` [PATCH 10/49] dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
` [PATCH 11/49] dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS
` [PATCH 12/49] concurrencytest: Fix Python3 warning
` [PATCH 13/49] dtoc: Run tests using test_util
` [PATCH 14/49] dtoc: Add a header comment to each generated file
` [PATCH 15/49] dtoc: Rename dt-platdata.c to dt-plat.c
` [PATCH 16/49] dtoc: Add the method for each command to OutputFile
` [PATCH 17/49] dtoc: Allow specifying the base directory for tests
` [PATCH 18/49] dtoc: Output nodes in order
` [PATCH 19/49] dtoc: Drop dm_populate_phandle_data()
` [PATCH 20/49] dtoc: Split source-code scanning to a separate file
` [PATCH 21/49] dtoc: Move src_scan tests "
` [PATCH 22/49] dtoc: Tidy up src_scan tests
` [PATCH 23/49] dtoc: Scan drivers for available information
` [PATCH 24/49] dtoc: Save scan information across test runs
` [PATCH 25/49] dtoc: Ignore unwanted files when scanning for drivers
` [PATCH 26/49] dtoc: Collect priv/plat struct info from drivers
` [PATCH 27/49] dtoc: Support scanning of uclasses
` [PATCH 28/49] dtoc: Support scanning of structs in header files
` [PATCH 29/49] dtoc: Move test files into a test/ directory
` [PATCH 30/49] dtoc: Rename sandbox_i2c_test and sandbox_pmic_test
` [PATCH 31/49] dtoc: Add some extra properties to nodes
` [PATCH 32/49] dtoc: Make use of node properties
` [PATCH 33/49] dtoc: Process nodes to set up required properties
` [PATCH 34/49] dtoc: Track nodes which are actually used
` [PATCH 35/49] dtoc: Support tracking the phase of U-Boot
` [PATCH 36/49] Makefile: Pass the U-Boot phase to dtoc
` [PATCH 37/49] dtoc: Support headers needed for drivers
` [PATCH 38/49] dtoc: Process driver aliases along with drivers
` [PATCH 39/49] dtoc: Warn of duplicate drivers
` [PATCH 40/49] dtoc: Read aliases for uclasses
` [PATCH 41/49] dtoc: Assign a sequence number to each node
` [PATCH 42/49] dtoc: Set up the uclasses that are used
` [PATCH 43/49] dtoc: Support processing the root node
` [PATCH 44/49] dtoc: Add an option for device instantiation
` [PATCH 45/49] dm: of-platadata: Add "
` [PATCH 46/49] dtoc: Add support for decl file
` [PATCH 47/49] dtoc: Don't generate platform data with instantiation
` [PATCH 48/49] dtoc: Generate uclass devices
` [PATCH 49/49] dtoc: Generate device instances

[PATCH 0/8] spl: fit: Play nicely with OP-TEE and Linux
 2020-12-29  3:33 UTC  (9+ messages)
` [PATCH 2/8] spl: fit: Factor out FIT parsing and use a context struct
` [PATCH v2 "

[RFC please help] membarrier: Rewrite sync_core_before_usermode()
 2020-12-29  3:31 UTC  (20+ messages)

[PATCH 1/1] lib: aes: build failure with DEBUG=1
 2020-12-29  3:32 UTC  (2+ messages)

[PATCHv2] drivers: tee: i2c trampoline driver
 2020-12-29  3:32 UTC  (2+ messages)

[PATCH 1/3] common: Makefile: drop duplicated line
 2020-12-29  3:32 UTC  (4+ messages)
` [PATCH 2/3] cmd: Makefile: build nvedit.c when needed

[PATCH] bootmenu: Allow to quit it via CTRL+C
 2020-12-29  3:32 UTC  (3+ messages)
` [PATCH v2] bootmenu: Allow to quit it via ESC/CTRL+C

[PATCH] bootmenu: Select CFB_CONSOLE_ANSI if CFB_CONSOLE
 2020-12-29  3:32 UTC  (2+ messages)

[PATCH v1 0/3] arm: xea: Regression fixes for i.MX28 based XEA board
 2020-12-29  3:32 UTC  (3+ messages)
` [PATCH v1 3/3] xea: config: Disable CONFIG_SPL_OF_PLATDATA_PARENT on XEA (imx28)

About t1042 fsl sata driver
 2020-12-29  3:32 UTC  (2+ messages)

[PATCH] drivers: tee: i2c trampoline driver
 2020-12-29  3:32 UTC  (2+ messages)

[PATCH 1/1] sandbox: fix sandbox_cmdline_cb_test_fdt()
 2020-12-29  3:32 UTC  (2+ messages)

[PATCH] fs: fat: eliminate DIRENTSPERBLOCK() macro
 2020-12-29  3:32 UTC  (2+ messages)

[PATCH] cmd: mmc: add mmcboot command
 2020-12-29  3:32 UTC  (2+ messages)

[PATCH v2 0/2] Use RNG to get random behaviour
 2020-12-29  3:32 UTC  (7+ messages)
` [PATCH v2 1/2] lib: uuid: use RNG device if present

[PATCH 6/7] spi: cadence-quadspi: Wait at least 500 ms for direct reads
 2020-12-29  3:29 UTC  (3+ messages)

[PATCH v4 0/3] VIM3: add support for checking 'Function' button state
 2020-12-29  3:31 UTC  (5+ messages)
  ` [PATCH v4 2/3] button: add a simple Analog to Digital Converter device based button driver

[PATCH v2 0/6] Add MBR partition table creation and verify command
 2020-12-29  3:31 UTC  (3+ messages)
  ` [PATCH v2 6/6] cmd: Add MBR partition layout control utility

test_efi_selftest occasionally fails on qemu-x86?
 2020-12-29  3:31 UTC  (4+ messages)

[PATCH v2 1/2] trace: select TIMER_EARLY to avoid infinite recursion
 2020-12-29  3:31 UTC  (2+ messages)

[v5 00/18] Enable ARM Trusted Firmware for U-Boot
 2020-12-29  3:31 UTC  (5+ messages)
` [v5 16/18] arm: socfpga: dts: soc64: Add binman node of FIT image with ATF support
` [v5 17/18] arm: socfpga: soc64: Enable FIT image generation using binman

[rcu:dev.2020.12.15b 130/134] include/linux/stddef.h:8:14: error: called object is not a function or function pointer
 2020-12-29  3:28 UTC  (2+ messages)

[PATCH v3 0/3] iommu/vt-d: Misc fixes on scalable mode
 2020-12-29  3:25 UTC  (8+ messages)
` [PATCH v3 1/3] iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_dev
` [PATCH v3 2/3] iommu/vt-d: Track device aux-attach with subdevice_domain_info
` [PATCH v3 3/3] iommu/vt-d: Fix ineffective devTLB invalidation for subdevices

drivers/crypto/stm32/stm32-cryp.c:1232:47: sparse: sparse: incorrect type in argument 2 (different base types)
 2020-12-29  3:26 UTC  (2+ messages)

Bug in Bonito? (mips/fuloong2e)
 2020-12-29  3:26 UTC 

[PATCH] wireless/cfg80211: fix multiple kernel-doc build warnings
 2020-12-29  3:23 UTC 

[PATCH net-next v2 0/6] bcm63xx_enet: major makeover of driver
 2020-12-29  3:24 UTC  (19+ messages)
` [PATCH net-next v2 1/6] bcm63xx_enet: batch process rx path
` [PATCH net-next v2 2/6] bcm63xx_enet: add BQL support
` [PATCH net-next v2 3/6] bcm63xx_enet: add xmit_more support
` [PATCH net-next v2 4/6] bcm63xx_enet: alloc rx skb with NET_IP_ALIGN
` [PATCH net-next v2 5/6] bcm63xx_enet: convert to build_skb
` [PATCH net-next v2 6/6] bcm63xx_enet: improve rx loop

[tty:tty-linus] BUILD SUCCESS 54ca955b5a4024e2ce0f206b03adb7109bc4da26
 2020-12-29  3:21 UTC 

[PATCH] CoC: update to 2.0
 2020-12-29  3:17 UTC  (5+ messages)
` [PATCH v2 1/2] CoC: Update word-wrapping to match upstream
` [PATCH v2 2/2] CoC: update to version 2.0 + local changes

[PATCH] hwmon: (gpio-fan): Switch to using the new API kobj_to_dev()
 2020-12-29  3:17 UTC 

[tty:tty-testing] BUILD SUCCESS 01493ccb4436aadcaf8f33cd5d524a5d68f22836
 2020-12-29  3:15 UTC 

[PATCH] mm: rectify a page bad reason
 2020-12-29  3:11 UTC 

[PATCH] perf arm64: Fix mksyscalltbl, don't lose syscalls due to sort -nu
 2020-12-29  3:09 UTC  (3+ messages)

[zen-kernel-zen-kernel:5.10/muqss 1/21] kernel/sched/MuQSS.c:4407:35: warning: no previous prototype for 'schedule_user'
 2020-12-29  3:11 UTC 

[PATCH V5 0/8] remoteproc: imx_rproc: support iMX8MQ/M
 2020-12-29  3:30 UTC  (18+ messages)
` [PATCH V5 1/8] remoteproc: introduce is_iomem to rproc_mem_entry
` [PATCH V5 2/8] remoteproc: add is_iomem to da_to_va
` [PATCH V5 3/8] remoteproc: imx_rproc: correct err message
` [PATCH V5 4/8] remoteproc: imx_rproc: use devm_ioremap
` [PATCH V5 5/8] remoteproc: imx_rproc: add i.MX specific parse fw hook
` [PATCH V5 6/8] remoteproc: imx_rproc: support i.MX8MQ/M
` [PATCH V5 7/8] remoteproc: imx_rproc: ignore mapping vdev regions
` [PATCH V5 8/8] remoteproc: imx_proc: enable virtio/mailbox

[usb:usb-testing] BUILD SUCCESS 32510cf5e554e8f2cecafea8b8cc11daa4afb9e6
 2020-12-29  3:03 UTC 

drivers/tty/serial/ucc_uart.c:264:21: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-12-29  2:57 UTC  (2+ messages)

[RFC PATCH v2 19/19] dyndbg: try DEFINE_DYNAMIC_DEBUG_TABLE
 2020-12-29  2:58 UTC  (5+ messages)
` [RFC PATCH] dyndbg: i915_site can be static

[usb:usb-linus] BUILD SUCCESS 9389044f27081d6ec77730c36d5bf9a1288bcda2
 2020-12-29  2:56 UTC 

[PATCH 0/3] Bypass specific network traffic in COLO
 2020-12-29  2:56 UTC  (6+ messages)
` [PATCH 1/3] qapi/net: Add new QMP command for COLO passthrough

[l1k:nft_egress_v4 3/4] include/linux/rcupdate.h:729:9: sparse: sparse: context imbalance in '__dev_queue_xmit' - different lock contexts for basic block
 2020-12-29  2:57 UTC 

[PATCH v4 0/2] UIO support for dfl devices
 2020-12-29  2:42 UTC  (3+ messages)
` [PATCH v4 1/2] fpga: dfl: add the userspace I/O device support for DFL devices
` [PATCH v4 2/2] Documentation: fpga: dfl: Add description for DFL UIO support

[PATCH -next] misc: use DIV_ROUND_UP macro to do calculation
 2020-12-29  2:41 UTC  (3+ messages)

[PATCH 4.14 3/3] mm: memcontrol: fix excessive complexity in memory.stat reporting
 2020-12-29  2:38 UTC 

[PATCH 0/3] fix the performance fluctuation due to shared tagset
 2020-12-29  2:37 UTC  (8+ messages)
` [PATCH 1/3] blk-mq: allow hardware queue to get more tag while sharing a tag set

[stffrdhrn:or1k-5.11-litex-net 9/12] drivers/net/ethernet/litex/litex_liteeth.c:398:18: warning: variable 'priv' set but not used
 2020-12-29  2:37 UTC 

[PATCH 4.14 2/3] mm: memcontrol: implement lruvec stat functions on top of each other
 2020-12-29  2:35 UTC 

[v6,0/4] PCI: mediatek: Add new generation controller support
 2020-12-29  2:33 UTC  (7+ messages)
` [v6,3/4] PCI: mediatek-gen3: Add MediaTek Gen3 driver for MT8192

[PATCH 4.14 1/3] mm: memcontrol: eliminate raw access to stat and event counters
 2020-12-29  2:33 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.