messages from 2023-03-21 16:31:38 to 2023-03-21 17:19:39 UTC [more...]
[PATCH net-next v2] docs: networking: document NAPI
2023-03-21 17:18 UTC (3+ messages)
Odlitky-pořádek
2023-03-21 8:55 UTC
[PATCH] fs/drop_caches: move drop_caches sysctls into its own file
2023-03-21 17:19 UTC (6+ messages)
p7zip fixes for CVE-2018-5996 and CVE-2016-9296
2023-03-21 17:18 UTC
[PATCH] xen/arm: irq: Constify the first parameter of platform_get_irq_byname()
2023-03-21 17:17 UTC
[GSoC] Intro and Micro-project
2023-03-21 17:17 UTC (2+ messages)
[PATCH 0/2] cxl: DVSEC Range emulation fixups
2023-03-21 17:17 UTC (4+ messages)
[Intel-gfx] [PATCH v2 0/2] Report MMIO communication problems more clearly
2023-03-21 17:16 UTC (10+ messages)
` "
` [PATCH v2 1/2] drm/i915: Sanitycheck MMIO access early in driver load
` [Intel-gfx] "
` [PATCH v2 2/2] drm/i915: Check for unreliable MMIO during forcewake
` [Intel-gfx] "
[PATCH 0/3] Fix possible hangs and race conditions during login
2023-03-21 17:13 UTC (6+ messages)
` [PATCH 1/3] target: iscsi: fix hang in the iSCSI login code
[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
2023-03-21 17:16 UTC (4+ messages)
` [PATCH 12/14] iommufd: Add IOMMU_HWPT_ALLOC
[PULL 0/8] target-arm queue
2023-03-21 17:14 UTC (2+ messages)
[PATCH v2 0/4] usercopy: generic tests + arm64 fixes
2023-03-21 17:13 UTC (5+ messages)
` [PATCH v2 1/4] lib: test copy_{to,from}_user()
` [PATCH v2 2/4] lib: test clear_user()
[PATCH v1 0/3] ARM: dts: Enable WiFi and Bluetooth support on MXIII-Plus
2023-03-21 17:12 UTC (12+ messages)
` [PATCH v1 1/3] ARM: dts: meson8: add the xtal_32k_out pin
` [PATCH v1 2/3] ARM: dts: meson8: add the SDXC_A pins
` [PATCH v1 3/3] ARM: dts: meson8m2: mxiii-plus: Enable Bluetooth and WiFi support
bpf: missed fentry/fexit invocations due to implicit recursion
2023-03-21 17:13 UTC
[PATCH net-next 0/3] net: remove some skb_mac_header assumptions
2023-03-21 17:13 UTC (5+ messages)
` [PATCH net-next 1/3] net: do not use skb_mac_header() in qdisc_pkt_len_init()
` [PATCH net-next 2/3] sch_cake: do not use skb_mac_header() in cake_overhead()
` [PATCH net-next 3/3] net/sched: remove two skb_mac_header() uses
[PATCH] fpga: xilinx-pr-decoupler: Use readl wrapper instead of pure readl
2023-03-21 17:10 UTC (3+ messages)
[PATCH 0/4] ASoC: amd: acp: Add sound support for a line of HUAWEI laptops
2023-03-21 17:09 UTC (4+ messages)
` [PATCH 1/4] ASoC: es8316: Enable support for S32 LE format and MCLK div by 2
[PATCH v3 0/2] Fix ARM Generic Timer interrupt parsing
2023-03-21 17:12 UTC (5+ messages)
` [PATCH v3 1/2] arch/arm: irq: Add platform_get_irq_byname() implementation
` [PATCH v3 2/2] arch/arm: time: Add support for parsing interrupts by names
[wireless-regdb] wireless-regdb: Regulatory rules for Hong Kong (HK)
2023-03-21 17:12 UTC (2+ messages)
[PATCH v3 0/4] TI TPS6594 PMIC support (Core, ESM, PFSM)
2023-03-21 17:10 UTC (5+ messages)
` [PATCH v3 1/4] dt-bindings: mfd: Add TI TPS6594 PMIC
` [PATCH v3 2/4] mfd: tps6594: Add driver for "
` [PATCH v3 3/4] misc: tps6594-esm: Add driver for TI TPS6594 ESM
` [PATCH v3 4/4] misc: tps6594-pfsm: Add driver for TI TPS6594 PFSM
[syzbot] [jfs?] KASAN: invalid-free in sys_mount
2023-03-21 17:09 UTC (2+ messages)
[PATCH bpf] bpf: Adjust insufficient default bpf_jit_limit
2023-03-21 17:09 UTC (2+ messages)
stable-rc/linux-5.4.y baseline: 177 runs, 31 regressions (v5.4.237-58-gdc3bb2fad2c0)
2023-03-21 17:08 UTC
[PATCH v2 0/3] enable MMU for RISC-V
2023-03-21 17:09 UTC (7+ messages)
` [PATCH v2 1/3] xen/riscv: introduce setup_initial_pages
` [PATCH v2 2/3] xen/riscv: setup initial pagetables
bug? round-trip through fast-import/fast-export loses files
2023-03-21 17:07 UTC (3+ messages)
[PATCH v2 00/14] mm: move core MM initialization to mm/mm_init.c
2023-03-21 17:05 UTC (15+ messages)
` [PATCH v2 01/14] mips: fix comment about pgtable_init()
` [PATCH v2 02/14] mm/page_alloc: add helper for checking if check_pages_enabled
` [PATCH v2 03/14] mm: move most of core MM initialization to mm/mm_init.c
` [PATCH v2 04/14] mm: handle hashdist initialization in mm/mm_init.c
` [PATCH v2 05/14] mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()
` [PATCH v2 06/14] init: fold build_all_zonelists() and page_alloc_init_cpuhp() to mm_init()
` [PATCH v2 07/14] init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()
` [PATCH v2 08/14] mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()
` [PATCH v2 09/14] mm: move init_mem_debugging_and_hardening() to mm/mm_init.c
` [PATCH v2 10/14] init,mm: fold late call to page_ext_init() to page_alloc_init_late()
` [PATCH v2 11/14] mm: move mem_init_print_info() to mm_init.c
` [PATCH v2 12/14] mm: move kmem_cache_init() declaration to mm/slab.h
` [PATCH v2 13/14] mm: move vmalloc_init() declaration to mm/internal.h
` [PATCH v2 14/14] MAINTAINERS: extend memblock entry to include MM initialization
strange grub error on ARM64
2023-03-21 17:07 UTC (9+ messages)
[v8 PATCH 0/3] Unify ARM64 & RISC-V Linux Loader
2023-03-21 16:59 UTC (3+ messages)
` [v8 PATCH 2/3] efi: Remove arch specific image headers for RISC-V, ARM64, ARM
[PATCH v2 0/7] Refactor ftrace direct call APIs
2023-03-21 17:06 UTC (2+ messages)
[PATCH] comedi: remove unused dma_chain_flag_bits function
2023-03-21 14:18 UTC (2+ messages)
[PATCHv6 net] net: asix: fix modprobe "sysfs: cannot create duplicate filename"
2023-03-21 17:05 UTC
[PATCH v2 00/14] mm: move core MM initialization to mm/mm_init.c
2023-03-21 17:05 UTC (2+ messages)
[PATCH] pinctrl: renesas: core: Drop unneeded #ifdef CONFIG_OF
2023-03-21 17:04 UTC (2+ messages)
[syzbot] [dri?] BUG: sleeping function called from invalid context in _vm_unmap_aliases
2023-03-21 17:04 UTC
[PATCH v2 3/8] media: videobuf2: Add a module param to limit vb2 queue buffer storage
2023-03-21 17:01 UTC (4+ messages)
[syzbot] [fbdev?] KASAN: use-after-free Write in fbcon_get_font
2023-03-21 17:03 UTC
[syzbot] [xfs?] BUG: sleeping function called from invalid context in vm_map_ram
2023-03-21 17:03 UTC
[syzbot] [kernel?] general protection fault in vhost_task_start
2023-03-21 17:03 UTC
[PATCH] KVM: x86: Allow restore of some sregs with protected state
2023-03-21 17:03 UTC (2+ messages)
[RFC PATCH 0/6] Deduplicating RISCV cmpxchg.h macros
2023-03-21 17:01 UTC (6+ messages)
[RFC PATCH] gdb: Add more support for debugging on EFI platforms
2023-03-21 17:02 UTC (5+ messages)
[Xen-devel] [PATCH v2] x86: use POPCNT for hweight<N>() when available
2023-03-21 17:02 UTC (9+ messages)
` "
[RFC 00/12] module: avoid userspace pressure on unwanted allocations
2023-03-21 17:01 UTC (12+ messages)
[bitbake-devel][PATCH v2 1/3] fetch2: Add checksum capability for crate fetcher
2023-03-21 17:02 UTC (2+ messages)
[PATCH 0/3] edits in greybus driver
2023-03-21 17:01 UTC (12+ messages)
` [PATCH 2/3] staging: greybus: use inline function for macros
[PATCH v2] staging: greybus: remove tabs to fix line length and merge lines
2023-03-21 17:00 UTC (5+ messages)
next-20230321: arm64: Unable to handle kernel paging request at virtual address
2023-03-21 16:59 UTC (4+ messages)
[PATCH v2 0/2] PCI: mediatek-gen3: Support controlling power and
2023-03-21 16:57 UTC (4+ messages)
` [PATCH v2 2/2] PCI: mediatek-gen3: Add power and reset control feature for downstream component
[PATCH net v2 0/2] smsc911x: fix issues when interface is not up yet
2023-03-21 16:59 UTC (3+ messages)
` [PATCH net v2 1/2] smsc911x: only update stats when interface is up
[PATCH net-next 0/2] Quirk for OEM SFP-2.5G-T copper module
2023-03-21 16:58 UTC (3+ messages)
` [PATCH net-next 1/2] net: sfp-bus: allow SFP quirks to override Autoneg and pause bits
` [PATCH net-next 2/2] net: sfp: add quirk for 2.5G copper SFP
[PATCH net-next] sh_eth: remove open coded netif_running()
2023-03-21 16:58 UTC (2+ messages)
[PATCH] move {,vcpu_}show_execution_state() declarations to common header
2023-03-21 16:57 UTC (3+ messages)
[ANNOUNCEMENT] COCONUT Secure VM Service Module for SEV-SNP
2023-03-21 16:56 UTC (4+ messages)
[PATCH v13 0/3] Checkpoint Support for Syscall User Dispatch
2023-03-21 16:55 UTC (4+ messages)
` [PATCH v13 1/3] syscall_user_dispatch: helper function to operate on given task
[Intel-gfx] [PATCH v6 21/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
2023-03-21 16:54 UTC (12+ messages)
` "
[PATCH ima-evm-utils] Include the filesystem UUID in HMAC calculation
2023-03-21 16:53 UTC (2+ messages)
[XEN v4 00/11] Add support for 32 bit physical address
2023-03-21 16:53 UTC (5+ messages)
` [XEN v4 07/11] xen/arm: Introduce choice to enable 64/32 bit physical addressing
[PATCHv2] mm/page_alloc: Make deferred page init free pages in MAX_ORDER blocks
2023-03-21 16:53 UTC (2+ messages)
[PATCH 0/2] Update hexagon toolchain
2023-03-21 16:52 UTC (3+ messages)
` [PATCH 2/2] Add test for storing .new vector
[PATCH v3 1/5] ASoC: cs35l45: Support for GPIO pins configuration
2023-03-21 16:51 UTC (2+ messages)
[PATCH v3 0/8] ASoC: Initial support for Cirrus Logic CS35L56
2023-03-21 16:51 UTC (2+ messages)
[PATCH] drm/sun4i: uncouple DSI dotclock divider from TCON0_DCLK_REG
2023-03-21 16:50 UTC (5+ messages)
module_license tree refreshed against linux-next
2023-03-21 16:52 UTC (3+ messages)
[PATCH 0/2] Introducing trace buffer mapping by user-space
2023-03-21 16:51 UTC (9+ messages)
` [PATCH 1/2] ring-buffer: Introducing ring-buffer mapping functions
[LTP] [PATCH v4] madvise11.c:Check loadable module before rmmod
2023-03-21 16:50 UTC (3+ messages)
` [LTP] [PATCH v5] "
[PATCH 0/3] mtd: nand: atmel: legacy: fix boot on USB-A9G20
2023-03-21 16:48 UTC (6+ messages)
[PATCH 00/11] KVM: arm64: Userspace SMCCC call filtering
2023-03-21 16:49 UTC (4+ messages)
` [PATCH 03/11] KVM: arm64: Add vm fd device attribute accessors
[Performance regression] BCM4359/9 on S905X2
2023-03-21 16:48 UTC (6+ messages)
` Performance lower than expected with "
[PATCH v11 0/7] Support Nuvoton NPCM Video Capture/Encode Engine
2023-03-21 16:48 UTC (4+ messages)
` [PATCH v11 7/7] media: nuvoton: Add driver for NPCM video capture and encode engine
[PATCH v4 0/8] perf: arm: Make PMUv3 driver available for aarch32
2023-03-21 16:44 UTC (3+ messages)
[PATCH net] erspan: do not use skb_mac_header() in ndo_start_xmit()
2023-03-21 16:46 UTC (4+ messages)
[PATCH RFC 0/5] NFSD support for RPC-with-TLS
2023-03-21 16:46 UTC (7+ messages)
` [PATCH RFC 4/5] SUNRPC: Support TLS handshake in the server-side TCP socket code
[OE-core][PATCH] rpm: fix RPM_ETCCONFIGDIR value in SDK
2023-03-21 16:45 UTC
[PATCH v4 0/6] btrfs: fix corruption caused by partial dio writes
2023-03-21 16:45 UTC (7+ messages)
` [PATCH v4 1/6] btrfs: add function to create and return an ordered extent
` [PATCH v4 2/6] btrfs: stash ordered extent in dio_data during iomap dio
` [PATCH v4 3/6] btrfs: repurpose split_zoned_em for partial dio splitting
` [PATCH v4 4/6] btrfs: return ordered_extent splits from bio extraction
` [PATCH v4 5/6] btrfs: fix crash with non-zero pre in btrfs_split_ordered_extent
` [PATCH v4 6/6] btrfs: split partial dio bios before submit
[PATCH] mm/page_alloc: Make deferred page init free pages in MAX_ORDER blocks
2023-03-21 16:44 UTC (2+ messages)
[GIT PULL] keys: Miscellaneous fixes/changes
2023-03-21 16:43 UTC (2+ messages)
[PATCH net] mlxsw: spectrum_fid: Fix incorrect local port type
2023-03-21 16:43 UTC (2+ messages)
Soundness of signature verification excluding unsigned empty merges
2023-03-21 16:43 UTC (2+ messages)
[PATCH] mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP
2023-03-21 16:43 UTC (3+ messages)
[PATCH 5.4 00/57] 5.4.238-rc2 review
2023-03-21 16:43 UTC (2+ messages)
[PATCH] fs/drop_caches: move drop_caches sysctls into its own file
2023-03-21 16:42 UTC (2+ messages)
[syzbot] [ntfs?] possible deadlock in ntfs_sync_mft_mirror
2023-03-21 16:42 UTC
[PATCH v2] iommu/exynos: Fix set_platform_dma_ops() callback
2023-03-21 16:42 UTC (4+ messages)
[PATCH v4 0/6] RISC-V Hardware Probing User Interface
2023-03-21 16:41 UTC (4+ messages)
` [PATCH v4 3/6] RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMA
[Intel-gfx] [PATCH v3 0/4] High refresh rate PSR fixes
2023-03-21 16:41 UTC (5+ messages)
` [Intel-gfx] [PATCH v3 3/4] drm/i915/psr: Check that vblank is long enough for psr2
[PATCH] staging: greybus: remove camel case
2023-03-21 16:40 UTC (3+ messages)
Documentation: "git am" should point to "git format-patch"
2023-03-21 16:40 UTC
out of CI pipeline minutes again
2023-03-21 16:40 UTC (7+ messages)
[f2fs-dev] [PATCH v2] f2fs: convert to MAX_SBI_FLAG instead of 32 in stat_show()
2023-03-21 16:40 UTC (3+ messages)
[alibaba-cloud:linux-next 6028/9999] mm/huge_memory.c:2854:13: warning: unused variable 'nid'
2023-03-21 16:40 UTC
[f2fs-dev] [PATCH] f2fs: fix to handle filemap_fdatawrite() error in f2fs_ioc_decompress_file/f2fs_ioc_compress_file
2023-03-21 16:40 UTC (3+ messages)
[f2fs-dev] [PATCH 1/3] f2fs: factor out victim_entry usage from general rb_tree use
2023-03-21 16:40 UTC (3+ messages)
[f2fs-dev] [PATCH v1] f2fs: Fix discard bug on zoned block devices with 2MiB zone size
2023-03-21 16:40 UTC (3+ messages)
[f2fs-dev] [PATCH 0/3] remove shared memory structures
2023-03-21 16:40 UTC (3+ messages)
[f2fs-dev] Patchwork summary for: f2fs
2023-03-21 16:40 UTC
[PATCH v5 00/34] x86: enable FRED for x86-64
2023-03-21 16:38 UTC (6+ messages)
` [PATCH v5 20/34] x86/fred: add a machine check entry stub for FRED
[PATCH 00/10] Fix confusion around MAX_ORDER
2023-03-21 16:38 UTC (2+ messages)
[Intel-gfx] [PATCH 0/2] Report MMIO communication problems more clearly
2023-03-21 16:38 UTC (5+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915: Sanitycheck MMIO access early in driver load
[PATCH v2 0/4] TI TPS6594 PMIC support (Core, ESM, PFSM)
2023-03-21 16:37 UTC (4+ messages)
` [PATCH v2 1/4] dt-bindings: mfd: Add TI TPS6594 PMIC
` [EXTERNAL] "
wireless-regdb: Please correct the regulatory rules for India (IN) on 2.4 GHz
2023-03-21 16:38 UTC (3+ messages)
` [wireless-regdb] "
[PATCH printk v1 00/18] threaded/atomic console support
2023-03-21 16:38 UTC (3+ messages)
` [PATCH printk v1 07/18] printk: nobkl: Add buffer management
Code cleanups are not always simple
2023-03-21 16:36 UTC (2+ messages)
[PATCH v2 net-next] net: introduce a config option to tweak MAX_SKB_FRAGS
2023-03-21 16:35 UTC
[PATCH v3] staging: greybus: merge split lines
2023-03-21 16:35 UTC (3+ messages)
[PATCH v2 3/8] drm/fb-helper: Export drm_fb_helper_release_info()
2023-03-21 16:34 UTC (2+ messages)
` [v2,3/8] "
[PATCH 0/3] iio: accel: Add support for Kionix/ROHM KX132 accelerometer
2023-03-21 16:34 UTC (4+ messages)
` [PATCH 3/3] "
Suspected git grep regression in git 2.40.0
2023-03-21 16:33 UTC (2+ messages)
[PATCH 1/2] net/mana: avoid unnecessary assignments in data path
2023-03-21 16:31 UTC (3+ messages)
[PATCH] x86: extend coverage of HLE "bad page" workaround
2023-03-21 16:31 UTC (9+ messages)
RFC - KBUILD_MODNAME is misleading in builtins, as seen in /proc/dynamic_debug/control
2023-03-21 16:31 UTC (5+ messages)
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.