messages from 2022-01-08 15:10:12 to 2022-01-08 17:02:07 UTC [more...]
[PATCH 1/5] mq_notify.3: Add signal.h for SIGEV_ constants
2022-01-08 15:43 UTC (5+ messages)
` [PATCH 2/5] newlocale.3: Use LC_GLOBAL_LOCALE, not ..._HANDLE
` [PATCH 3/5] pkeys.7: Update the example to match glibc
` [PATCH 4/5] pkeys.7: Rely on the glibc implementations
` [PATCH 5/5] strtok.3: Fix j/str1 declaration
[PATCH 1/1] Fix uninitialiazed variable bug
2022-01-08 16:52 UTC (2+ messages)
[mingo-tip:sched/headers 2373/2375] drivers/infiniband/hw/hns/hns_roce_hw_v1.c:4460:1: warning: data definition has no type or storage class
2022-01-08 17:01 UTC (2+ messages)
[mingo-tip:master 2130/2300] drivers/net/fddi/defza.c:104:16: warning: returning 'int' from a function with return type 'struct sk_buff *' makes pointer from integer without a cast
2022-01-08 17:01 UTC (2+ messages)
[Buildroot] [git commit] package/python-memory-profiler: new package
2022-01-08 16:57 UTC
[Buildroot] [PATCH 1/1] package/python-memory-profiler: new package
2022-01-08 16:59 UTC (2+ messages)
[PATCH v2] drm/selftests/test-drm_dp_mst_helper: Fix memory leak in sideband_msg_req_encode_decode
2022-01-08 16:58 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/libldns: bump version to 1.8.1
2022-01-08 16:57 UTC (3+ messages)
[PATCH] macfb: fix VRAM dirty memory region logging
2022-01-08 16:53 UTC (2+ messages)
[Buildroot] [PATCH 1/2] package/mbedtls3: new package
2022-01-08 16:54 UTC (9+ messages)
[PATCH v2] drm/imx: Fix memory leak in imx_pd_connector_get_modes
2022-01-08 16:52 UTC (3+ messages)
[PATCH] sysinfo: include availram field in sysinfo struct
2022-01-08 16:53 UTC (6+ messages)
` [PATCH v2] "
[Buildroot] [PATCH 0/7] Bump of python-cryptography and other Rust related fun
2022-01-08 16:52 UTC (2+ messages)
[Buildroot] [git commit] package/ca-certificates: remove dependency on host-python-cryptography
2022-01-08 16:51 UTC
[PATCH 00/48] Folios for 5.17
2022-01-08 16:53 UTC (5+ messages)
[Buildroot] [git commit] package/rustc: fix the riscv64gc architecture handling
2022-01-08 16:51 UTC
[Buildroot] [git commit] package/rustc: fix BR2_PACKAGE_HOST_RUSTC_ARCH for ARMv5
2022-01-08 16:51 UTC
[Buildroot] [git commit] package/python-cryptography: drop host variant
2022-01-08 16:51 UTC
[mingo-tip:sched/headers 1674/2375] net/sunrpc/debugfs.c:153:1: warning: no previous prototype for function 'rpc_clnt_debugfs_register'
2022-01-08 16:51 UTC (2+ messages)
[Buildroot] [PATCH 1/3] package/libpri: add Linux in comment
2022-01-08 16:50 UTC (3+ messages)
` [Buildroot] [PATCH 2/3] package/libss7: "
` [Buildroot] [PATCH 3/3] package/nvidia-driver: "
[PATCH net-next 0/3] net: lantiq_xrx200: improve ethernet performance
2022-01-08 16:44 UTC (4+ messages)
` [PATCH net-next 3/3] net: lantiq_xrx200: convert to build_skb
[Buildroot] [PATCH 1/1] drop .defconfig
2022-01-08 16:46 UTC
[PATCH 00/16] Remove usage of the deprecated "pci-dma-compat.h" API
2022-01-08 16:47 UTC (4+ messages)
` [PATCH 07/16] dmaengine: pch_dma: "
[f2fs-dev] [PATCH] f2fs: move f2fs to use reader-unfair rwsems
2022-01-08 16:46 UTC (2+ messages)
` "
[f2fs-dev] [PATCH] f2fs: do not allow partial truncation on pinned file
2022-01-08 16:45 UTC (2+ messages)
` "
[PATCH 00/23] mm, sched: Rework lazy mm handling
2022-01-08 16:44 UTC (27+ messages)
` [PATCH 01/23] membarrier: Document why membarrier() works
` [PATCH 02/23] x86/mm: Handle unlazying membarrier core sync in the arch code
` [PATCH 03/23] membarrier: Remove membarrier_arch_switch_mm() prototype in core code
` [PATCH 04/23] membarrier: Make the post-switch-mm barrier explicit
` [PATCH 05/23] membarrier, kthread: Use _ONCE accessors for task->mm
` [PATCH 06/23] powerpc/membarrier: Remove special barrier on mm switch
` [PATCH 07/23] membarrier: Rewrite sync_core_before_usermode() and improve documentation
` [PATCH 08/23] membarrier: Remove redundant clear of mm->membarrier_state in exec_mmap()
` [PATCH 09/23] membarrier: Fix incorrect barrier positions during exec and kthread_use_mm()
` [PATCH 10/23] x86/events, x86/insn-eval: Remove incorrect active_mm references
` [PATCH 11/23] sched/scs: Initialize shadow stack on idle thread bringup, not shutdown
` [PATCH 12/23] Rework "sched/core: Fix illegal RCU from offline CPUs"
` [PATCH 13/23] exec: Remove unnecessary vmacache_seqnum clear in exec_mmap()
` [PATCH 14/23] sched, exec: Factor current mm changes out from exec
` [PATCH 15/23] kthread: Switch to __change_current_mm()
` [PATCH 16/23] sched: Use lightweight hazard pointers to grab lazy mms
` [PATCH 17/23] x86/mm: Make use/unuse_temporary_mm() non-static
` [PATCH 18/23] x86/mm: Allow temporary mms when IRQs are on
` [PATCH 19/23] x86/efi: Make efi_enter/leave_mm use the temporary_mm machinery
` [PATCH 20/23] x86/mm: Remove leave_mm() in favor of unlazy_mm_irqs_off()
` [PATCH 21/23] x86/mm: Use unlazy_mm_irqs_off() in TLB flush IPIs
` [PATCH 22/23] x86/mm: Optimize for_each_possible_lazymm_cpu()
` [PATCH 23/23] x86/mm: Opt in to IRQs-off activate_mm()
[Intel-wired-lan] [tnguy-next-queue:40GbE] BUILD SUCCESS 5322c68e588dd018365fe59f9a9930ef11813337
2022-01-08 16:42 UTC
[PATCH] staging: pi433: move get version func to where all other functions are
2022-01-08 16:36 UTC (6+ messages)
` [PATCH v2] "
stable-rc/queue/4.4 build: 187 builds: 5 failed, 182 passed, 6 errors, 36 warnings (v4.4.298-6-g4b4bab5f86d5)
2022-01-08 16:36 UTC
[PATCH v11 00/15] iio: afe: add temperature rescaling support
2022-01-08 16:34 UTC (8+ messages)
` [PATCH v11 09/15] iio: afe: rescale: reduce risk of integer overflow
[mingo-tip:sched/headers 1860/2375] arch/x86/entry/vsyscall/vsyscall_64.c:323:24: warning: no previous prototype for function 'get_gate_vma'
2022-01-08 16:30 UTC (2+ messages)
[Buildroot] [PATCH v2] configs/olimex_a20_olinuxino: fix mali not working because Linux version >= 4.20
2022-01-08 16:29 UTC (4+ messages)
[ANNOUNCE] "Fast Kernel Headers" Tree -v2
2022-01-08 16:26 UTC
[PATCH v9 0/8] Enroll kernel keys thru MOK
2022-01-08 16:25 UTC (3+ messages)
` [PATCH v9 1/8] integrity: Fix warning about missing prototypes
[wireless-regdb] [PATCH] wireless-regdb: Update regulatory rules for Croatia (HR) on 6GHz
2022-01-08 16:24 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/raspberrypi-usbboot: bump to version 2021.07.01
2022-01-08 16:21 UTC
[PATCH 05/25] x86/sgx: Introduce runtime protection bits
2022-01-08 16:22 UTC (13+ messages)
[Buildroot] [PATCH 0/7] Rockchip Mali Bifrost GPU support
2022-01-08 16:20 UTC (3+ messages)
` [Buildroot] [PATCH 3/7] package/rockchip-mali-bifrost: new package with binary blobs
stable-rc/queue/5.4 build: 189 builds: 3 failed, 186 passed, 4 errors, 28 warnings (v5.4.170-21-g2336f5435a9b)
2022-01-08 16:18 UTC
[Buildroot] [PATCH 1/1] package/libeastl: drop duplicated sentence
2022-01-08 16:16 UTC
[PATCH V4 00/20] xfsprogs: Extend per-inode extent counters
2022-01-08 16:16 UTC (6+ messages)
` [PATCH V4 19/20] xfsprogs: Add support for upgrading to NREXT64 feature
[PATCH] bna: Simplify DMA setting
2022-01-08 16:16 UTC
[Buildroot] [git commit] package/rockchip-mali: new package
2022-01-08 16:14 UTC
[Buildroot] [git commit] package/opengl/libgbm: clarify option comments
2022-01-08 16:14 UTC
[Buildroot] [PATCH v2,1/1] package/file: fix build with gcc 4.8
2022-01-08 16:13 UTC (3+ messages)
` [Buildroot] [PATCH v2, 1/1] "
[PATCH v9 0/3] mmc: Add LiteSDCard mmc driver
2022-01-08 16:11 UTC (4+ messages)
` [PATCH v9 1/3] MAINTAINERS: co-maintain LiteX platform
` [PATCH v9 2/3] dt-bindings: mmc: Add bindings for LiteSDCard
` [PATCH v9 3/3] mmc: Add driver for LiteX's LiteSDCard interface
[PATCH 00/17] exit: Making task exiting a first class concept
2022-01-08 16:10 UTC (4+ messages)
` [PATCH 01/17] exit: Remove profile_task_exit & profile_munmap
[PATCH] can: janz-ican3: initialize dlc variable
2022-01-08 16:11 UTC (2+ messages)
[PATCH v5 1/3] drm/privacy_screen: Add drvdata in drm_privacy_screen
2022-01-08 16:10 UTC (5+ messages)
` [PATCH v5 3/3] drm/privacy_screen_x86: Add entry for ChromeOS privacy-screen
[paulmck-rcu:dev.2022.01.04a] BUILD REGRESSION 64595d0dff992756e8c6d53c0e9f1e3e50c451f7
2022-01-08 16:09 UTC
[Buildroot] [PATCH 1/1] package/gpiod: add gpiod hardware handling daemon
2022-01-08 16:07 UTC (2+ messages)
[PATCH v2 0/2] x86/sgx: Limit EPC overcommit
2022-01-08 16:05 UTC (5+ messages)
` [PATCH v2 1/2] x86/sgx: Add accounting for tracking overcommit
` [PATCH v2 2/2] x86/sgx: account backing pages
[PATCH kvmtool 0/9] arm64: Improve PMU support on heterogeneous systems
2022-01-08 16:03 UTC (7+ messages)
` [PATCH kvmtool 9/9] arm64: Add support for KVM_ARM_VCPU_PMU_V3_SET_PMU
https://bugzilla.opensuse.org/show_bug.cgi?id=1193549
2022-01-08 16:03 UTC
[PATCH] lazyload: use correct calling conventions
2022-01-08 16:02 UTC
[linux-next:master 8287/11475] drivers/platform/x86/thinkpad_acpi.c:9600:9: error: implicit declaration of function 'power_supply_charge_behaviour_show'
2022-01-08 15:58 UTC (5+ messages)
` [PATCH] power: supply: Provide stubs for charge_behaviour helpers
[PATCH] platform/x86: x86-android-tablets: Fix GPIO lookup leak on error-exit
2022-01-08 15:58 UTC (2+ messages)
[PATCH] platform/x86: int3472: Add board data for Surface Go 3
2022-01-08 15:58 UTC (2+ messages)
[PATCH 0/2] x86/sgx: Limit EPC overcommit
2022-01-08 15:54 UTC (7+ messages)
` [PATCH 1/2] x86/sgx: Add accounting for tracking overcommit
mm problems with 5.15.9-dovetail1
2022-01-08 15:54 UTC (7+ messages)
[PATCH] net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config()
2022-01-08 15:50 UTC (3+ messages)
[mingo-tip:master 2172/2300] arch/x86/kernel/cpu/mtrr/mtrr.c:570:5: warning: no previous prototype for function 'arch_phys_wc_add'
2022-01-08 15:50 UTC (2+ messages)
[mkp-scsi:for-next 67/132] drivers/scsi/elx/libefc/efc_els.c:73 efc_els_io_alloc_size() warn: sleeping in atomic context
2022-01-08 15:50 UTC
net/sysctl_net.c:146:4: warning: Value stored to 'where' is never read [clang-analyzer-deadcode.DeadStores]
2022-01-08 15:50 UTC
[helgaas-pci:pci/misc] BUILD SUCCESS ccd36795be48956248dc308f4525c06c7f419d76
2022-01-08 15:49 UTC
[paulmck-rcu:dev.2022.01.04a 52/55] kernel/stop_machine.c:207:6: warning: variable 't' set but not used
2022-01-08 15:49 UTC (3+ messages)
[PATCH 3/4] wcn36xx: Track SNR and RSSI for each RX frame
2022-01-08 15:48 UTC (3+ messages)
[PATCH net-next] net: lantiq_etop: make alignment match open parenthesis
2022-01-08 15:48 UTC (3+ messages)
[PATCH v2 1/5] ps2: Initial horizontal scroll support
2022-01-08 15:42 UTC (3+ messages)
[PATCH v4 0/5] Add horizontal mouse scroll support
2022-01-08 15:39 UTC (6+ messages)
` [PATCH v4 1/5] ps2: Initial horizontal "
` [PATCH v4 2/5] ui/cocoa: pass horizontal scroll information to the device code
` [PATCH v4 3/5] ui/gtk: "
` [PATCH v4 4/5] ui/sdl2: "
` [PATCH v4 5/5] ui/input-legacy: pass horizontal scroll information
[Buildroot] [PATCH 1/1] package/trinity: fix build with libexecinfo
2022-01-08 15:41 UTC
[Buildroot] [PATCH 1/1] package/crash: new package
2022-01-08 15:42 UTC (2+ messages)
[Buildroot] [PATCH 1/2] package/python-numpy: remove non needed --fcompiler flag
2022-01-08 15:41 UTC (3+ messages)
` [Buildroot] [PATCH 2/2] package/python-numpy: use fortran compiler when available
[Buildroot] [git commit] package/python-numpy: use fortran compiler when available
2022-01-08 15:38 UTC
[PATCH v2] imx8mq: Generate a single bootable flash.bin again
2022-01-08 15:39 UTC (2+ messages)
[PATCH net-next] net: lantiq_etop: add blank line after declaration
2022-01-08 15:38 UTC (3+ messages)
[PATCH V3] notifier/panic: Introduce panic_notifier_filter
2022-01-08 15:36 UTC (3+ messages)
` [PATCH] "
[PATCH] imx8mq: Generate a single bootable flash.bin again
2022-01-08 15:35 UTC (5+ messages)
[PATCH V4] notifier/panic: Introduce panic_notifier_filter
2022-01-08 15:34 UTC (2+ messages)
[yocto] pseudo error building master with kas-container
2022-01-08 15:32 UTC (6+ messages)
[Buildroot] [PATCH 1/1] package/mbedtls: bump to version 2.28.0
2022-01-08 15:19 UTC
arch/nds32/kernel/ftrace.c:24:35: warning: comparison of distinct pointer types lacks a cast
2022-01-08 15:19 UTC (2+ messages)
[asahilinux:wifi/v2 7/36] drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c:1876:25: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'}
2022-01-08 15:19 UTC (2+ messages)
[Buildroot] [PATCH v2 1/1] package/systemd: invoke systemd-tmpfilesd on final image
2022-01-08 15:19 UTC (5+ messages)
[Buildroot] [git commit] package/terminology: bump to version 1.12.1
2022-01-08 14:49 UTC
[Buildroot] [git commit] package/waf: bump version to 2.0.23
2022-01-08 14:49 UTC
[Buildroot] [git commit] package/eudev/: bump version to 3.2.11
2022-01-08 14:48 UTC
[Buildroot] [git commit] package/icu: bump version to 70-1
2022-01-08 14:49 UTC
[Buildroot] [git commit] configs/olimex_stmp157: bump U-Boot version
2022-01-08 14:49 UTC
[Buildroot] [git commit] package/libldns: bump version to 1.8.1
2022-01-08 14:49 UTC
[Buildroot] [git commit] package/libfribidi: bump version to 1.0.11
2022-01-08 14:49 UTC
[Buildroot] [git commit] package/libsoundtouch: bump version to 2.3.1
2022-01-08 14:49 UTC
[Buildroot] [git commit] package/libmicrohttpd: fix pthread detection
2022-01-08 14:48 UTC
[Buildroot] [git commit] package/mp4v2: bump to version 5.0.1
2022-01-08 14:48 UTC
[Buildroot] [git commit] package/btrfs-progs: bump version to 5.15.1
2022-01-08 14:48 UTC
[Buildroot] [git commit] package/mstpd: bump version to 0.1.0
2022-01-08 14:48 UTC
[Buildroot] [git commit] package/python-numpy: simplify PYTHON_NUMPY_FIXUP_NPY_PKG_CONFIG_FILES
2022-01-08 14:48 UTC
[PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell"
2022-01-08 15:16 UTC (5+ messages)
[Buildroot] [git commit] support/scripts/generate-gitlab-ci-yml: ignore branch name prefix <foo> containing a single hyphen
2022-01-08 14:48 UTC
[Buildroot] [git commit] package/kodi-pvr-vdr-vnsi: bump version to 19.0.2-Matrix
2022-01-08 14:48 UTC
[Buildroot] [git commit] package/domoticz: fix build with libexecinfo
2022-01-08 14:48 UTC
[Buildroot] [PATCH] configs/olimex_stmp157: bump U-Boot version
2022-01-08 15:15 UTC (2+ messages)
[Buildroot] [PATCH] package/terminology: bump to version 1.12.1
2022-01-08 15:14 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/libsoundtouch: bump version to 2.3.1
2022-01-08 15:14 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/libfribidi: bump version to 1.0.11
2022-01-08 15:14 UTC (2+ messages)
[PATCH] Revert "i2c: core: support bus regulator controlling in adapter"
2022-01-07 18:35 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/eudev/: bump version to 3.2.11
2022-01-08 15:13 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/btrfs-progs: bump version to 5.15.1
2022-01-08 15:13 UTC (2+ messages)
[OE-core][PATCH] qemu.bbclass: drop OLDEST_KERNEL reference
2022-01-08 15:13 UTC (8+ messages)
[Buildroot] [PATCH 1/1] package/libmicrohttpd: fix pthread detection
2022-01-08 15:12 UTC (2+ messages)
[Buildroot] [PATCH] package/python-numpy: simplify PYTHON_NUMPY_FIXUP_NPY_PKG_CONFIG_FILES
2022-01-08 15:12 UTC (2+ messages)
[Buildroot] [PATCH] support/scripts/generate-gitlab-ci-yml: ignore branch name prefix <foo> containing a single hyphen
2022-01-08 15:12 UTC (2+ messages)
[Buildroot] [PATCH v1 next] package/mstpd: bump version to 0.1.0
2022-01-08 15:12 UTC (2+ messages)
[PATCH v2] target/arm/cpu64: Use 32-bit GDBstub when running in 32-bit KVM mode
2022-01-08 15:09 UTC
[Buildroot] [PATCH 1/1] package/mp4v2: bump to version 5.0.1
2022-01-08 15:11 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/kodi-pvr-vdr-vnsi: bump version to 19.0.2-Matrix
2022-01-08 15:11 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/domoticz: fix build with libexecinfo
2022-01-08 15:11 UTC (2+ messages)
[Buildroot] [PATCH v3 1/1] package/systemd: add support for creating journal catalog DB
2022-01-08 15:10 UTC (4+ messages)
[mingo-tip:sched/headers 1860/2375] arch/x86/entry/vsyscall/vsyscall_64.c:323:24: warning: no previous prototype for 'get_gate_vma'
2022-01-08 15:09 UTC
[mingo-tip:master 1933/2300] drivers/infiniband/ulp/srp/ib_srp.c:75: warning: "DEFINE_DYNAMIC_DEBUG_METADATA" redefined
2022-01-08 15:09 UTC
[mingo-tip:master 2179/2300] drivers/media/v4l2-core/v4l2-jpeg.c:598:1: error: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
2022-01-08 15:09 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.