All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-08 04:42:56 to 2020-03-08 09:25:00 UTC [more...]

[Buildroot] [PATCH 1/1] package/systemd: add repart support
 2020-03-08  9:25 UTC  (2+ messages)

devtool modify u-boot-aspeed fail when using intel wolfpass recipe
 2020-03-08  9:19 UTC  (2+ messages)
`  "

[PATCH v2] net: stmmac: dwmac1000: Disable ACS if enhanced descs are not used
 2020-03-08  9:25 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/qt5: add qt5remoteobjects library
 2020-03-08  9:18 UTC  (4+ messages)

[PATCH] net: stmmac: dwmac1000: Disable ACS if enhanced descs are not used
 2020-03-08  9:25 UTC  (5+ messages)

[PATCH 1/2] Bluetooth: Add initial implementation of CIS connections
 2020-03-08  9:14 UTC  (3+ messages)
` [PATCH 2/2] Bluetooth: Add BTPROTO_ISO socket type

[PATCH v3 1/5] Bluetooth: L2CAP: Add definitions for Enhanced Credit Based Mode
 2020-03-08  9:04 UTC  (10+ messages)
` [PATCH v3 2/5] Bluetooth: L2CAP: Add initial code "
` [PATCH v3 3/5] Bluetooth: L2CAP: Add module option to enable ECRED mode
` [PATCH v3 4/5] Bluetooth: L2CAP: Use DEFER_SETUP to group ECRED connections
` [PATCH v3 5/5] Bluetooth: Add BT_MODE socket option

[PATCH] cvt_fallthrough: A tool to convert /* fallthrough */ comments to fallthrough;
 2020-03-08  8:58 UTC  (7+ messages)

[GIT PULL 00/28] More EFI fixes for v5.7
 2020-03-08  9:00 UTC  (30+ messages)
` [PATCH 01/28] efi/x86: Add TPM related EFI tables to unencrypted mapping checks
` [PATCH 02/28] efi/x86: Add RNG seed EFI table to unencrypted mapping check
` [PATCH 03/28] efi: don't shadow i in efi_config_parse_tables()
` [PATCH 04/28] efi/arm: clean EFI stub exit code from cache instead of avoiding it
` [PATCH 05/28] efi/arm64: "
` [PATCH 06/28] efi: mark all EFI runtime services as unsupported on non-EFI boot
` [PATCH 07/28] MAINTAINERS: adjust EFI entry to removing eboot.c
` [PATCH 08/28] efi/libstub: add libstub/mem.c to documentation tree
` [PATCH 09/28] efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATA
` [PATCH 10/28] efi/x86: Respect 32-bit ABI in efi32_pe_entry
` [PATCH 11/28] efi/x86: Make efi32_pe_entry more readable
` [PATCH 12/28] efi/x86: Avoid using code32_start
` [PATCH 13/28] x86/boot: Use unsigned comparison for addresses
` [PATCH 14/28] efi/libstub/x86: deal with exit() boot service returning
` [PATCH 15/28] x86/boot/compressed/32: Save the output address instead of recalculating it
` [PATCH 16/28] efi/x86: Decompress at start of PE image load address
` [PATCH 17/28] efi/x86: Add kernel preferred address to PE header
` [PATCH 18/28] efi/x86: Remove extra headroom for setup block
` [PATCH 19/28] efi/x86: Don't relocate the kernel unless necessary
` [PATCH 20/28] efi/x86: ignore memory attributes table on i386
` [PATCH 21/28] efi/x86: preserve %ebx correctly in efi_set_virtual_address_map()
` [PATCH 22/28] efi/libstub: avoid linking libstub/lib-ksyms.o into vmlinux
` [PATCH 23/28] efi: fix a race and a buffer overflow while reading efivars via sysfs
` [PATCH 24/28] efi: add a sanity check to efivar_store_raw()
` [PATCH 25/28] efi: fix a mistype in comments mentioning efivar_entry_iter_begin()
` [PATCH 26/28] efi/libstub/x86: use ULONG_MAX as upper bound for all allocations
` [PATCH 27/28] efi/x86: Fix cast of image argument
` [PATCH 28/28] partitions/efi: Fix partition name parsing in GUID partition entry

[Buildroot] [git commit] package/bash: fix uclibc build without wchar
 2020-03-08  8:56 UTC 

[Buildroot] [PATCH v3 1/8] package/mariadb: fix permissions of data dir when using systemd
 2020-03-08  8:52 UTC  (4+ messages)

[PATCH] Bluetooth: Increment management interface revision
 2020-03-08  8:50 UTC  (2+ messages)

[PATCH 0/2] Extensible SDK improvements
 2020-03-08  8:47 UTC  (5+ messages)

[Test] t1901 - sparse checkout file when lock is taken fails (subtest 19)
 2020-03-08  8:46 UTC  (2+ messages)
` [PATCH] t1091: don't grep for `strerror()` string

[Cocci] [PATCH 00/13] cocci: Align the C AST and SmPL AST for enum
 2020-03-08  8:43 UTC  (28+ messages)
` [Linux-kernel-mentees] "
` [Cocci] [PATCH 01/13] parsing_cocci: Align "
  ` [Linux-kernel-mentees] "
` [Cocci] [PATCH 02/13] ocaml: coccilib: Reflect changes in SmPL AST for EnumDef
  ` [Linux-kernel-mentees] "
` [Cocci] [PATCH 03/13] parsing_cocci: parser: Parse enumerators correctly
  ` [Linux-kernel-mentees] "
` [Cocci] [PATCH 04/13] parsing_cocci: Add EnumDeclTag and EnumDeclDotsTag to SmPL ASTs
  ` [Linux-kernel-mentees] "
` [Cocci] [PATCH 05/13] ocaml: coccilib: Reflect EnumDeclTag and EnumDeclDotsTag
  ` [Linux-kernel-mentees] "
` [Cocci] [PATCH 06/13] parsing_cocci: visitor_ast0: Add visitor functions for enum_decl
  ` [Linux-kernel-mentees] "
` [Cocci] [PATCH 07/13] parsing_cocci: Reflect visitor_ast0 changes in parsing_cocci
  ` [Linux-kernel-mentees] "
` [Cocci] [PATCH 08/13] parsing_cocci: Add visitor functions for enum_decl in visitor_ast
  ` [Linux-kernel-mentees] "
` [Cocci] [PATCH 09/13] cocci: Reflect changes in SmPL visitor_ast in codebase
  ` [Linux-kernel-mentees] "
` [Cocci] [PATCH 10/13] engine: cocci_vs_c: Match enumerators properly as per enum_decl
  ` [Linux-kernel-mentees] "
` [Cocci] [PATCH 11/13] cocci: pretty print EnumDef as per enum_decl type
  ` [Linux-kernel-mentees] "
` [Cocci] [PATCH 12/13] tests: Add test case for assigned enumerator
  ` [Linux-kernel-mentees] "
` [Cocci] [PATCH 13/13] tools: spgen: Reflect visitor changes
  ` [Linux-kernel-mentees] "

[PATCH] mm/page_alloc: simplify page_is_buddy() for better code readability
 2020-03-08  8:44 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/piglit: fix GL tests
 2020-03-08  8:43 UTC  (2+ messages)

[Buildroot] [git commit] package/piglit: fix GL tests
 2020-03-08  8:41 UTC 

[Buildroot] [PATCH 1/1] package/systemd: add dns-over-tls support
 2020-03-08  8:41 UTC 

[RFC PATCH v4 0/5] Bluetooth: Handle system suspend gracefully
 2020-03-08  8:38 UTC  (11+ messages)
` [RFC PATCH v4 1/5] Bluetooth: Add mgmt op set_wake_capable
` [RFC PATCH v4 2/5] Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPEND
` [RFC PATCH v4 3/5] Bluetooth: Handle BR/EDR devices during suspend
` [RFC PATCH v4 4/5] Bluetooth: Handle LE "
` [RFC PATCH v4 5/5] Bluetooth: Pause discovery and advertising "

pull-request: iwlwifi-fixes for v5.6 2020-03-08
 2020-03-08  8:38 UTC 

[Buildroot] [git commit] package/libdrm: tests/amdgpu needs atomic_ops
 2020-03-08  8:34 UTC 

[Buildroot] [PATCH v1] package/libdrm: tests/amdgpu needs atomic_ops
 2020-03-08  8:33 UTC  (2+ messages)

[Buildroot] Use Pigz instead of gzip for filesystem compression
 2020-03-08  8:32 UTC  (3+ messages)

[Buildroot] [PATCH] package/swupdate: do not store local build details in swupdate config file
 2020-03-08  8:30 UTC  (2+ messages)

[PATCH] pppd: Fixed spelling 'unkown' => 'unknown'
 2020-03-08  8:29 UTC 

[Buildroot] [git commit] package/swupdate: do not store local build details in swupdate config file
 2020-03-08  8:28 UTC 

[PATCH] bluetooth/rfcomm: fix ODEBUG bug in rfcomm_dev_ioctl
 2020-03-08  8:27 UTC  (3+ messages)

[PATCH 1/2] glibc: Explicitly disable msgfmt
 2020-03-08  8:18 UTC  (3+ messages)

[PATCH] python3-obd: Consolidate into a single file
 2020-03-08  8:07 UTC 

[PATCH net-next v6 0/3] act_ct: Software offload of conntrack_in
 2020-03-08  8:15 UTC  (6+ messages)
` [PATCH net-next v6 1/3] net/sched: act_ct: Create nf flow table per zone

M3 build status
 2020-03-08  8:14 UTC  (4+ messages)

[PATCH 0/3] reference implementation of RSS
 2020-03-08  8:06 UTC  (4+ messages)

[meta-oe][PATCH 1/2] mosquitto: refresh patches and sync with Debian packaging
 2020-03-08  8:00 UTC  (2+ messages)
` [meta-oe][PATCH 2/2] mosquitto: do not enable srv by default

[PATCH] virtio_ring: Fix mem leak with vring_new_virtqueue()
 2020-03-08  7:58 UTC  (7+ messages)

[PATCH v2 0/2] misc: Replace zero-length arrays with flexible array member
 2020-03-08  7:56 UTC  (9+ messages)
` [PATCH v2 1/2] misc: Replace zero-length arrays with flexible array member (automatic)
    ` [Xen-devel] "
` [PATCH v2 2/2] misc: Replace zero-length arrays with flexible array member (manual)
    ` [Xen-devel] "

[PATCH v4] bluetooth: Enable erroneous data reporting if wbs is supported
 2020-03-08  7:53 UTC  (2+ messages)

[PATCH Fix for Kingston HyperX Amp (0951:16d8) 0/1] snd-usb-audio: Fix Kingston HyperX Amp (0951:16d8)
 2020-03-07 18:57 UTC  (2+ messages)
` [PATCH Fix for Kingston HyperX Amp (0951:16d8) 1/1] "

[PATCH] ASoC: brcm: Add DSL/PON SoC audio driver
 2020-03-06 22:50 UTC  (4+ messages)
` [PATCH] ASoC: brcm: DSL/PON SoC device tree bindings of "

KASAN: slab-out-of-bounds Read in resample_shrink
 2020-03-08  7:34 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update Cirrus Logic codec driver maintainers
 2020-03-06 21:10 UTC 

TRX40 Realtek ALC1220-VB USB Audio
 2020-03-07 13:00 UTC 

general protection fault in syscall_return_slowpath
 2020-03-08  7:45 UTC 

[Buildroot] [PATCH 1/1] package/p11-kit: bump to version 0.23.20
 2020-03-08  7:45 UTC 

[PATCH] Bluetooth: L2CAP: Make use of skb_pull to parse signaling PDUs
 2020-03-08  7:45 UTC  (2+ messages)

[PATCH 00/12] "Task_isolation" mode
 2020-03-08  7:33 UTC  (31+ messages)
` [PATCH 03/12] task_isolation: userspace hard isolation from kernel
    ` [EXT] "
` [PATCH 06/12] task_isolation: arch/arm64: enable task isolation functionality
    ` [EXT] "
` [PATCH 08/12] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
    ` [EXT] "
` [PATCH 11/12] task_isolation: kick_all_cpus_sync: don't kick isolated cpus
    ` [EXT] "
` [PATCH v2 00/12] "Task_isolation" mode
  ` [PATCH v2 03/12] task_isolation: userspace hard isolation from kernel
      ` [EXT] "

[PATCH] kbuild: Disable -Wpointer-to-enum-cast
 2020-03-08  7:34 UTC 

[linux-next:master 5500/7050] drivers/net/ethernet/marvell/octeontx2/af/rvu.c:722:21: sparse: sparse: incorrect type in assignment (different address spaces)
 2020-03-08  7:30 UTC  (2+ messages)

[PATCH v2 11/16] fanotify: prepare to encode both parent and child fid's
 2020-03-08  7:29 UTC  (13+ messages)

[PATCH v4 00/14] RISC-V SiFive FU540 support SPL
 2020-03-08  7:28 UTC  (3+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2020-03-07
 2020-03-08  7:26 UTC 

[PATCH v2] x86/kvm: Disable KVM_ASYNC_PF_SEND_ALWAYS
 2020-03-08  7:23 UTC  (6+ messages)

[PATCH rdma-next 0/9] Add Enhanced Connection Established (ECE)
 2020-03-08  7:18 UTC  (4+ messages)
` [PATCH rdma-next 2/9] RDMA: Promote field_avail() macro to be general code

[Buildroot] [PATCH 1/1] package/connman: enable wireguard
 2020-03-08  7:07 UTC 

WARNING: ODEBUG bug in rfcomm_dev_ioctl
 2020-03-08  7:06 UTC 

[ceph-users] ceph rbd volumes/images IO details
 2020-03-08  6:58 UTC 

[PATCH] arm64: dts: imx8mn: Add CPU thermal zone support
 2020-03-08  6:58 UTC  (2+ messages)

[PATCH] staging: vt6656: Use BIT_ULL() macro instead of bit shift operation
 2020-03-08  6:55 UTC  (2+ messages)

[PATCH] RDMA/bnxt_re: Remove a redundant 'memset'
 2020-03-08  6:54 UTC  (2+ messages)

[PATCH v2] Add kernel config option for fuzz testing
 2020-03-08  6:52 UTC  (4+ messages)

[PATCH] Staging: vt6655: device_main: cleanup long line
 2020-03-08  6:50 UTC  (2+ messages)

[PATCH] arm: dts: mt7623: add phy-mode property for gmac2
 2020-03-08  6:34 UTC  (3+ messages)

[PATCH] Fix line over 80 characters
 2020-03-08  6:47 UTC  (2+ messages)

Issue with checkpatch.pl
 2020-03-08  6:43 UTC  (8+ messages)
` [Outreachy kernel] "

[dpdk-dev] [PATCH dpdk-dev v2] common/mlx5: fix possible building error
 2020-03-08  6:39 UTC  (3+ messages)
` [dpdk-dev] [PATCH dpdk-dev v3] common/mlx5: fix dynamic loading reference

[PATCH 00/10] qlge.h cleanup - first pass
 2020-03-08  6:23 UTC 

[PATCH] cifs: clear PF_MEMALLOC before exiting demultiplex thread
 2020-03-08  6:16 UTC  (2+ messages)
` [PATCH v2] "

ath10k: add QCA9377 sdio hw_param item
 2020-03-08  6:16 UTC  (2+ messages)

[PATCH 04/10] riscv: Add BUILTIN_DTB support
 2020-03-08  6:10 UTC  (7+ messages)

INFO: trying to register non-static key in uhid_char_release
 2020-03-08  6:08 UTC  (2+ messages)

[PATCH net] gre: fix uninit-value in __iptunnel_pull_header
 2020-03-08  6:05 UTC 

[PATCH] crypto: atmel-i2c - Fix wakeup fail
 2020-03-08  6:00 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: msm8998-mtp: Disable funnel 4 and 5
 2020-03-08  5:54 UTC 

possible deadlock in __generic_file_fsync
 2020-03-08  5:52 UTC  (2+ messages)
` [PATCH] fs/direct-io.c: avoid workqueue allocation race

[PATCH v1] clocksource: Avoid creating dead devices
 2020-03-08  5:53 UTC  (6+ messages)

Problem with PCIe enumeration of Google/Coral TPU Edge module on Linux
 2020-03-08  5:51 UTC  (3+ messages)

[efi:next] BUILD REGRESSION dfb2a1c61fcdc8be5dd74608c411c78008a0f078
 2020-03-08  5:47 UTC 

[PATCH v3 00/17] glibc port to ARC processors
 2020-03-08  5:45 UTC  (4+ messages)
` [PATCH v3 12/17] ARC: ABI lists

[dpdk-dev] [PATCH v1] eal: fix structure marker 4B type error
 2020-03-08  5:24 UTC  (2+ messages)

[PATCH v7 00/18] Enable Qualcomm QCS 404 HS/SS USB
 2020-03-08  5:23 UTC  (2+ messages)

[PATCH v2] fusion: fix if-statement empty body warning
 2020-03-08  5:01 UTC 

[PATCH] MAINTAINERS: Update Chun-Kuang Hu's email address
 2020-03-08  4:52 UTC  (3+ messages)

[PATCH v1 0/3] virtio-balloon: Fixes + switch back to OOM handler
 2020-03-08  4:47 UTC  (7+ messages)
` [PATCH v1 3/3] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM

[PATCH 0/4] mx6cuboxi: enable support for OF_CONTROL and DM in SPL
 2020-03-08  4:42 UTC  (3+ messages)
` [PATCH 3/4] mx6cuboxi: customize board_boot_order to access eMMC


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.