All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-11 14:29:30 to 2022-01-11 15:08:52 UTC [more...]

[PATCH v19 00/13] support reserving crashkernel above 4G on arm64 kdump
 2022-01-11 15:06 UTC  (24+ messages)
` [PATCH v19 01/13] kdump: add helper parse_crashkernel_high_low()
` [PATCH v19 02/13] x86/setup: Use parse_crashkernel_high_low() to simplify code
` [PATCH v19 03/13] kdump: make parse_crashkernel_{high|low}() static
` [PATCH v19 04/13] kdump: reduce unnecessary parameters of parse_crashkernel_{high|low}()
` [PATCH v19 05/13] x86/setup: Add and use CRASH_BASE_ALIGN
` [PATCH v19 06/13] kexec: move crashk[_low]_res to crash_core module

[RFC PATCH 1/1] perf arm64: Implement --topdown with metrics
 2022-01-11 15:07 UTC  (7+ messages)
` [RFC PATCH v2 0/5] topdown "
  ` [RFC PATCH v2 1/5] perf stat: Implement --topdown "
  ` [RFC PATCH v2 2/5] perf stat: Topdown kernel events setup function
  ` [RFC PATCH v2 3/5] perf stat: Topdown json metrics "
  ` [RFC PATCH v2 4/5] perf stat: Detect if topdown kernel events supported
  ` [RFC PATCH v2 5/5] perf stat: Ensure only topdown kernel events used on x86

[PATCH v2 00/18] mini-os: remove struct file dependency on config
 2022-01-11 14:58 UTC  (13+ messages)
` [PATCH v2 01/18] mini-os: split struct file definition from its usage
` [PATCH v2 03/18] mini-os: make offset a common struct file member for all types
` [PATCH v2 04/18] mini-os: replace multiple fd elements in struct file by common one
` [PATCH v2 05/18] mini-os: introduce a common dev pointer in struct file
` [PATCH v2 06/18] mini-os: eliminate blkfront union member "
` [PATCH v2 07/18] mini-os: eliminate consfront "
` [PATCH v2 09/18] mini-os: eliminate kbdfront "
` [PATCH v2 10/18] mini-os: eliminate netfront "
` [PATCH v2 11/18] mini-os: move tpm respgot member of struct file to device specific data
` [PATCH v2 14/18] mini-os: eliminate xenbus union member in struct file
` [PATCH v2 17/18] mini-os: use function vectors instead of switch for file operations
` [PATCH v2 18/18] mini-os: remove file type FTYPE_XC

[PATCH 1/1] cmd: part: list all 128 GPT partitions
 2022-01-11 15:08 UTC 

[git pull] drm for 5.17-rc1 (pre-merge window pull)
 2022-01-11 15:08 UTC  (13+ messages)

[PATCH 1/3] scan: fix double space
 2022-01-11 15:07 UTC 

Fwd: Debian on Linux-SH4
 2022-01-11 15:07 UTC  (9+ messages)

[PATCH 2/3] scan: set scan priority via scan_common
 2022-01-11 15:07 UTC 

[PATCH mptcp-next v3 0/3] fullmesh flag setting support
 2022-01-11 15:06 UTC  (5+ messages)
` [PATCH mptcp-next v3 1/3] mptcp: set fullmesh flag in pm_netlink
` [PATCH mptcp-next v3 2/3] selftests: mptcp: set fullmesh flag in pm_nl_ctl
` [PATCH mptcp-next v3 3/3] selftests: mptcp: add fullmesh setting tests
` [PATCH iproute2-next v2] mptcp: add the fullmesh flag setting support

[PATCH] hw/vhost-user-i2c: Add support for VIRTIO_I2C_F_ZERO_LENGTH_REQUEST
 2022-01-11 14:58 UTC 

[iptables PATCH v2 00/11] Share do_parse() between nft and legacy
 2022-01-11 15:04 UTC  (12+ messages)
` [iptables PATCH v2 01/11] xtables: Drop xtables' family on demand feature
` [iptables PATCH v2 02/11] xtables: Pull table validity check out of do_parse()
` [iptables PATCH v2 03/11] xtables: Move struct nft_xt_cmd_parse to xshared.h
` [iptables PATCH v2 04/11] xtables: Pass xtables_args to check_empty_interface()
` [iptables PATCH v2 05/11] xtables: Pass xtables_args to check_inverse()
` [iptables PATCH v2 06/11] xtables: Do not pass nft_handle to do_parse()
` [iptables PATCH v2 07/11] xshared: Move do_parse to shared space
` [iptables PATCH v2 08/11] xshared: Store parsed wait and wait_interval in xtables_args
` [iptables PATCH v2 09/11] nft: Move proto_parse and post_parse callbacks to xshared
` [iptables PATCH v2 10/11] iptables: Use xtables' do_parse() function
` [iptables PATCH v2 11/11] ip6tables: Use the shared do_parse, too

[f2fs-dev] [PATCH] f2fs: move f2fs to use reader-unfair rwsems
 2022-01-11 15:04 UTC  (8+ messages)
          `  "

[PATCH 0/4] leds/power/regulator/mfd: dt-bindings: maxim,max77693: convert to dtschema
 2022-01-11 15:03 UTC  (6+ messages)
` [PATCH 1/4] dt-bindings: leds: "

[PATCH v2 0/3] tools/libs: decouple more from mini-os
 2022-01-11 15:03 UTC  (4+ messages)
` [PATCH v2 1/3] tools/libs/evtchn: "
` [PATCH v2 2/3] tools/libs/gnttab: "
` [PATCH v2 3/3] tools/libs/ctrl: remove file related handling

[Intel-gfx] [PATCH 1/3] drm: add writeback pointers to drm_connector
 2022-01-11 15:03 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/3] "

no name mouse?
 2022-01-11 15:02 UTC  (2+ messages)

[ANNOUNCE] Git for Windows 2.35.0-rc0
 2022-01-11 15:02 UTC 

Phyr Starter
 2022-01-11 15:02 UTC  (9+ messages)

[RFC 00/13] kprobe/bpf: Add support to attach multiple kprobes
 2022-01-11 15:01 UTC  (8+ messages)
` [RFC PATCH 0/6] fprobe: Introduce fprobe function entry/exit probe
  ` [RFC PATCH 1/6] fprobe: Add ftrace based probe APIs
  ` [RFC PATCH 2/6] rethook: Add a generic return hook
  ` [RFC PATCH 3/6] rethook: x86: Add rethook x86 implementation
  ` [RFC PATCH 4/6] fprobe: Add exit_handler support
  ` [RFC PATCH 5/6] fprobe: Add sample program for fprobe
  ` [RFC PATCH 6/6] bpf: Add kprobe link for attaching raw kprobes

[LTP] [PATCH v1] Create dio_read.c test
 2022-01-11 15:03 UTC  (2+ messages)

[PATCH 0/2] mt76: fix a leftover race in runtime-pm for mt7663/mt7921
 2022-01-11 15:00 UTC  (5+ messages)
` [PATCH 1/2] mt76: mt7921: fix a leftover race in runtime-pm

[LTP] [PATCH v1] tst_taint: Print readable error message instead of numerical code
 2022-01-11 15:00 UTC 

[PATCH v8] virtio-net: support device stats
 2022-01-11 14:58 UTC  (3+ messages)
` [virtio-dev] "

[LTP] [PATCH 1/3] bpf: Print full verification log
 2022-01-11 14:36 UTC  (5+ messages)
` [LTP] [PATCH v2 1/4] API: Add tst_printf to avoid specifying the output FD in tests
  ` [LTP] [PATCH v2 4/4] bpf_prog05: Drop CAP_BPF and check if ptr arithmetic is allowed

[PATCH 0/8] virtio: Add vhost-user based Video decode
 2022-01-11 14:48 UTC  (3+ messages)
` [PATCH 1/8] vhost-user-video: Add a README.md with cheat sheet of commands

[PATCH v2] target/arm/cpu64: Use 32-bit GDBstub when running in 32-bit KVM mode
 2022-01-11 14:38 UTC  (4+ messages)

[PATCH 1/1] stm32mp: fix board_get_alt_info_mmc()
 2022-01-11 14:58 UTC 

[PATCH 1/3 v3] net: usb: r8152: Check used MAC passthrough address
 2022-01-11 14:57 UTC  (12+ messages)

[PATCH v1 1/1] vsprintf: Fix potential unaligned access
 2022-01-11 14:57 UTC  (2+ messages)

❌ FAIL: Test report for kernel 5.16.0 (mainline.kernel.org-clang, 63045bfd)
 2022-01-11 14:55 UTC 

[PATCH] i2c: piix4: Replace piix4_smbus driver's cd6h/cd7h port io accesses with mmio accesses
 2022-01-11 14:54 UTC  (12+ messages)

[RFC PATCH v2 00/13] module: core code clean up
 2022-01-11 14:55 UTC  (2+ messages)

[Buildroot] [PATCH RFC 1/1] package/wpewebkit: use ninja for faster builds
 2022-01-11 14:55 UTC 

❌ FAIL: Test report for kernel 5.16.0 (mainline.kernel.org-clang, 133d9c53)
 2022-01-11 14:54 UTC 

[PATCH] mm/pgtable: define pte_index so that preprocessor could recognize it
 2022-01-11 14:54 UTC 

[PATCH 1/2] net/nfp: remove duplicated check when setting MAC address
 2022-01-11 14:54 UTC  (4+ messages)
` [PATCH 2/2] net/nfp: remove useless range checks

[RFC 0/2] printk: Remove cyclic include dependencies with printk.h
 2022-01-11 14:54 UTC  (5+ messages)
` [RFC 1/2] printk/dynamic_debug: Remove cyclic dependency between printk.h and dynamic_debug.h
` [RFC 2/2] printk/bug: Remove cyclic dependency between bug.h and printk.h

[PATCH v7 0/4] VNC-related HMP/QMP fixes
 2022-01-11 14:18 UTC  (4+ messages)

[PATCH] target/s390x: Fix 32-bit shifts
 2022-01-11 14:22 UTC  (2+ messages)

💥 PANICKED: Test report for kernel 5.16.0 (mainline.kernel.org-clang, 9bcbf894)
 2022-01-11 14:52 UTC 

[PATCH] fsi: core: Check error number after calling ida_simple_get
 2022-01-11 14:51 UTC  (2+ messages)

❌ FAIL: Test report for kernel 5.16.0 (mainline.kernel.org-clang, fe8152b3)
 2022-01-11 14:51 UTC 

[PATCH v2 11/13] media: s5p-g2d: Use platform_get_irq() to get the interrupt
 2022-01-11 14:49 UTC  (3+ messages)

Add a few more FAQs to the [kernel.org] releases page
 2022-01-11 14:50 UTC  (2+ messages)

❌ FAIL: Test report for kernel 5.16.0 (mainline.kernel.org-clang, 8efd0d9c)
 2022-01-11 14:50 UTC 

[PATCH 1/1] disk: gpt: print all partitions
 2022-01-11 14:48 UTC 

[PATCH v3] hw/arm/virt: KVM: Enable PAuth when supported by the host
 2022-01-11 14:18 UTC  (5+ messages)

[PATCH] ath11k: Reconfigure hardware rate for WCN6855 after vdev is started
 2022-01-11 14:47 UTC  (3+ messages)

[Buildroot] [git commit] DEVELOPERS: drop Henrique Camargo
 2022-01-11 14:46 UTC 

[PATCH v3] bpf/scripts: add warning if the correct number of helpers are not auto-generated
 2022-01-11 14:46 UTC  (3+ messages)
  ` [External] "

[PATCH v4] bpf/scripts: add warning if the correct number of helpers are not auto-generated
 2022-01-11 14:45 UTC 

[PATCH v5 0/5] user creatable pnv-phb4 devices
 2022-01-11 14:42 UTC  (4+ messages)
` [PATCH v5 2/5] ppc/pnv: move PHB4 XSCOM init to phb4_realize()
` [PATCH v5 4/5] ppc/pnv: Introduce user creatable pnv-phb4 devices

[PATCH 0/3] KVM: PPC: KVM module exit fixes
 2022-01-11 14:43 UTC  (5+ messages)
` [PATCH 2/3] KVM: PPC: Book3S HV: Delay setting of kvm ops

[PATCH v2 2/2] random: use BLAKE2s instead of SHA1 in extraction
 2022-01-11 14:43 UTC  (4+ messages)
` [PATCH crypto 0/2] smaller blake2s code size on m68k and other small platforms
  ` [PATCH crypto 2/2] lib/crypto: blake2s: move hmac construction into wireguard

[PATCH v12 00/16] iio: afe: add temperature rescaling support
 2022-01-11 14:43 UTC  (11+ messages)
` [PATCH v12 06/16] iio: afe: rescale: expose scale processing function
` [PATCH v12 07/16] iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support

[PATCH 00/13] powerpc/bpf: Some fixes and updates
 2022-01-11 14:43 UTC  (7+ messages)
` [PATCH 11/13] powerpc64/bpf elfv2: Setup kernel TOC in r2 on entry

[cip-dev] [PATCH 4.19.y-cip 1/6] Backport netfilter: nf_tables: autoload modules from the abort path
 2022-01-11 14:43 UTC  (6+ messages)

[bootwrapper PATCH 00/13] Cleanups and improvements
 2022-01-11 14:41 UTC  (9+ messages)
` [bootwrapper PATCH 02/13] Add bit-field macros
` [bootwrapper PATCH 05/13] aarch64: add mov_64 macro
` [bootwrapper PATCH 06/13] aarch64: initialize SCTLR_ELx for the boot-wrapper
` [bootwrapper PATCH 13/13] Unify start_el3 & start_no_el3

[PATCH] RDMA/rxe: Check the last packet by RXE_END_MASK
 2022-01-11 14:42 UTC  (5+ messages)

[PATCH] cifs: fix FILE_BOTH_DIRECTORY_INFO definition
 2022-01-11 14:42 UTC 

[meta-yocto][dunfell 0/1] Pull request (cover letter only)
 2022-01-11 14:42 UTC 

Linux 5.15.14
 2022-01-11 14:41 UTC  (2+ messages)

Linux 5.10.91
 2022-01-11 14:41 UTC  (2+ messages)

Linux 5.4.171
 2022-01-11 14:41 UTC  (2+ messages)

[PATCH 1/2] drm/amdkfd: Fix DQM asserts on Hawaii
 2022-01-11 14:41 UTC  (3+ messages)

[PATCH v3 0/6] KVM: PPC: MMIO fixes
 2022-01-11 14:39 UTC  (15+ messages)
` [PATCH v3 5/6] KVM: PPC: mmio: Return to guest after emulation failure
` [PATCH v3 6/6] KVM: PPC: mmio: Reject instructions that access more than mmio.data size
` [PATCH v3 3/6] KVM: PPC: Don't use pr_emerg when mmio emulation fails

[Intel-gfx] [GIT PULL] GVT next changes for drm-intel-next-queued
 2022-01-11 14:40 UTC  (5+ messages)

[PATCH] ath11k: Refactor the fallback routine when peer create fails
 2022-01-11 14:39 UTC  (3+ messages)

[PATCH] ath11k: fix workqueue not getting destroyed after rmmod
 2022-01-11 14:38 UTC  (3+ messages)

[Intel-gfx] [RFC v3 0/7] Add GuC Error Capture Support
 2022-01-11 14:38 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for Add GuC Error Capture Support (rev3)

[PATCH] trace-cruncher: Add API to set tracing CPU affinity
 2022-01-11 14:38 UTC  (6+ messages)

[PATCH 0/2] powerpc/fadump: handle CMA activation failure appropriately
 2022-01-11 14:36 UTC  (6+ messages)
` [PATCH 1/2] mm/cma: provide option to opt out from exposing pages on activation failure

stable-rc/queue/4.14 build: 189 builds: 3 failed, 186 passed, 2 errors, 32 warnings (v4.14.261-22-g2ac5503b0df0)
 2022-01-11 14:37 UTC 

Linux kernel 5.10.91 released
 2022-01-11 14:36 UTC 

[PATCH 1/2] selftests/lkdtm: Remove dead config option
 2022-01-11 14:36 UTC  (2+ messages)
` [PATCH 2/2] selftests/lkdtm: Add UBSAN config

[PATCH] clock-vmstate: Add missing END_OF_LIST
 2022-01-11 13:40 UTC  (2+ messages)

[Bug 914] Deprication warning from call-sphinx-build.py
 2022-01-11 14:35 UTC  (2+ messages)

cirrus-ci: FreeBSD failure (lttng-ust package not found)
 2022-01-11 13:11 UTC 

[hardknott][PATCH 0/9] Patch review
 2022-01-11 14:32 UTC  (10+ messages)
` [hardknott][PATCH 1/9] webkitgtk: fix fix CVE-2021-42762
` [hardknott][PATCH 2/9] gcc: add aarch64 support for Arm's Neoverse N2 CPU
` [hardknott][PATCH 3/9] lib/oe/reproducible: correctly set .git location when recursively looking for git repos
` [hardknott][PATCH 4/9] grub2: fix CVE-2021-3981
` [hardknott][PATCH 5/9] gcc: Fix CVE-2021-42574
` [hardknott][PATCH 6/9] busybox: backport patches to fix CVEs
` [hardknott][PATCH 7/9] glibc: Backport fix for CVE-2021-43396
` [hardknott][PATCH 8/9] gcc: add support for Neoverse N2 CPU
` [hardknott][PATCH 9/9] python3-pyelftools: fix the override syntax

[PATCH] iomap: Address soft lockup in iomap_finish_ioend()
 2022-01-11 14:33 UTC  (12+ messages)

[dpdk-kmods] linux/igb_uio: fix build for switch fall through
 2022-01-11 14:32 UTC  (3+ messages)
` [dpdk-kmods v2] "

[dpdk-dev] [kmods PATCH] windows/netuio: add interrupt support
 2022-01-11 14:31 UTC  (2+ messages)
`  "

Linux kernel 5.4.171 released
 2022-01-11 14:31 UTC 

[linux-linus test] 167656: tolerable FAIL - PUSHED
 2022-01-11 14:30 UTC 

[PATCH] ath10k: fix memory overwrite of the WoWLAN wakeup packet pattern
 2022-01-11 14:30 UTC  (3+ messages)

[PATCH v21 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2022-01-11 14:29 UTC  (5+ messages)
` [PATCH v21 bpf-next 06/23] net: marvell: rely on xdp_update_skb_shared_info utility routine

[dpdk-dev] [PATCH 22.02 1/2] common/cnxk: support to set channel mask for SDP interfaces
 2022-01-11 14:29 UTC  (4+ messages)
` [dpdk-dev] [PATCH 22.02 2/2] net/cnxk: add devargs for configuring SDP channel mask
    ` [EXT] "

[RFC PATCH 0/1] perf tools: Add 'm' event modifier for counting
 2022-01-11 14:29 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.