All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-16 23:34:07 to 2021-12-17 00:38:57 UTC [more...]

[PATCH v2 00/37] drm: Make drivers to honour the nomodeset parameter
 2021-12-17  0:37 UTC  (45+ messages)
` [PATCH v2 01/37] drm: Add drm_module_{pci, platform}_driver() helper macros
  ` [PATCH v2 01/37] drm: Add drm_module_{pci,platform}_driver() "
` [PATCH v2 02/37] drm/hisilicon/hibmc: Use drm_module_pci_driver() to register the driver
` [PATCH v2 03/37] drm/komeda: Use drm_module_platform_driver() "
` [PATCH v2 04/37] drm/arm/hdlcd: "
` [PATCH v2 05/37] drm/malidp: "
` [PATCH v2 06/37] drm/aspeed: "
` [PATCH v2 07/37] drm/atmel-hlcdc: "
` [PATCH v2 08/37] drm/fsl-dcu: "
` [PATCH v2 09/37] drm/hisilicon/kirin: "
` [PATCH v2 10/37] drm/imx/dcss: "
` [PATCH v2 11/37] drm/kmb: "
` [PATCH v2 12/37] drm/meson: "
` [PATCH v2 13/37] drm: mxsfb: "
` [PATCH v2 14/37] drm/shmobile: "
` [PATCH v2 15/37] drm/stm: "
` [PATCH v2 16/37] drm/sun4i: "
` [PATCH v2 17/37] drm/tidss: "
` [PATCH v2 18/37] drm/arc: "
` [PATCH v2 19/37] drm/tve200: "
` [PATCH v2 20/37] drm/xlnx: "
` [PATCH v2 21/37] drm/armada: Add support for the nomodeset kernel parameter
` [PATCH v2 22/37] drm/exynos: "
` [PATCH v2 23/37] drm/gma500: "
` [PATCH v2 24/37] drm/hyperv: "
` [PATCH v2 25/37] drm/imx: "
` [PATCH v2 26/37] drm/ingenic: "
` [PATCH v2 27/37] drm/mcde: "

[PATCH v3 1/1] target/riscv: Fix PMP propagation for tlb
 2021-12-17  0:37 UTC  (3+ messages)

[PATCH bpf-next 0/3] Revamp and fix libbpf's feature-probing APIs
 2021-12-17  0:36 UTC  (7+ messages)
` [PATCH bpf-next 1/3] libbpf: rework "
` [PATCH bpf-next 2/3] selftests/bpf: add libbpf feature-probing API selftests
` [PATCH bpf-next 3/3] bpftool: reimplement large insn size limit feature probing

[PATCH] net: mv643xx_eth: Propagate errors from of_irq_to_resource()
 2021-12-17  0:35 UTC 

linux-next: manual merge of the fscache tree with the asm-generic tree
 2021-12-17  0:35 UTC 

linux-next: manual merge of the nfs-anna tree with the fscache tree
 2021-12-17  0:35 UTC 

[PATCH v3 bpf-next 0/3] Improve verifier log readability
 2021-12-17  0:34 UTC  (3+ messages)
` [PATCH v3 bpf-next 2/3] Right align verifier states in verifier logs

[PATCH v4 0/5] implement branch --recurse-submodules
 2021-12-17  0:34 UTC  (3+ messages)
` [PATCH v5 "

[ovmf test] 167450: all pass - PUSHED
 2021-12-17  0:33 UTC 

[RFC PATCH v2 net-next] net: Preserve skb delivery time during forward
 2021-12-17  0:33 UTC  (6+ messages)

[PATCH bpf-next v1 0/9] Introduce composable bpf types
 2021-12-17  0:32 UTC  (10+ messages)
` [PATCH bpf-next v1 4/9] bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL

[PATCH bpf-next v2 0/9] Introduce composable bpf types
 2021-12-17  0:31 UTC  (10+ messages)
` [PATCH bpf-next v2 1/9] bpf: Introduce composable reg, ret and arg types
` [PATCH bpf-next v2 2/9] bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL
` [PATCH bpf-next v2 3/9] bpf: Replace RET_XXX_OR_NULL with RET_XXX "
` [PATCH bpf-next v2 4/9] bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX "
` [PATCH bpf-next v2 5/9] bpf: Introduce MEM_RDONLY flag
` [PATCH bpf-next v2 6/9] bpf: Convert PTR_TO_MEM_OR_NULL to composable types
` [PATCH bpf-next v2 7/9] bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM
` [PATCH bpf-next v2 8/9] bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem
` [PATCH bpf-next v2 9/9] bpf/selftests: Test PTR_TO_RDONLY_MEM

stable-rc/queue/5.4 baseline: 160 runs, 5 regressions (v5.4.165-19-ga0fc6495a990)
 2021-12-17  0:32 UTC 

[PATCH v3] i2c: i801: Safely share SMBus with BIOS/ACPI
 2021-12-17  0:31 UTC 

[PATCH bpf-next v4 0/7] Add support for transmitting packets using XDP in bpf_prog_run()
 2021-12-17  0:27 UTC  (8+ messages)
` [PATCH bpf-next v4 1/7] xdp: Allow registering memory model without rxq reference
` [PATCH bpf-next v4 2/7] page_pool: Add callback to init pages when they are allocated
` [PATCH bpf-next v4 3/7] page_pool: Store the XDP mem id
` [PATCH bpf-next v4 4/7] xdp: Move conversion to xdp_frame out of map functions
` [PATCH bpf-next v4 5/7] xdp: add xdp_do_redirect_frame() for pre-computed xdp_frames
` [PATCH bpf-next v4 6/7] bpf: Add "live packet" mode for XDP in bpf_prog_run()
` [PATCH bpf-next v4 7/7] selftests/bpf: Add selftest for XDP_REDIRECT "

[PATCH v2] watchdog: s3c2410: Use platform_get_irq() to get the interrupt
 2021-12-17  0:26 UTC  (3+ messages)

[PATCH 00/11] Makefile: fix "Perl" and "Python" rules, speed up re-builds
 2021-12-17  0:26 UTC  (12+ messages)
` [PATCH 01/11] Makefile: clean perl/build/ even with NO_PERL=Y
` [PATCH 02/11] Makefile: don't set up "perl/build" rules under NO_PERL=Y
` [PATCH 03/11] Makefile: use "=" not ":=" for po/* and perl/*
` [PATCH 04/11] Makefile: remove "mv $@ $@+" dance redundant to .DELETE_ON_ERROR
` [PATCH 05/11] Makefile: guard Perl-only variable assignments
` [PATCH 06/11] Makefile: change "ifndef NO_PERL" to "ifdef NO_PERL"
` [PATCH 07/11] Makefile: adjust Perl-related comments & whitespace
` [PATCH 08/11] Makefile: correct "GIT-PERL-{DEFINES,HEADER}" dependency graph
` [PATCH 09/11] Makefile: sort PERL_DEFINES list
` [PATCH 10/11] Makefile: create a GIT-PYTHON-DEFINES, like "PERL"
` [PATCH 11/11] Makefile: stop needing @@GIT_VERSION@@ in *.perl scripts

[PATCH net-next 00/13] net: dsa: realtek: MDIO interface and RTL8367S
 2021-12-17  0:25 UTC  (6+ messages)
` [PATCH net-next 07/13] net: dsa: rtl8365mb: rename rtl8365mb to rtl8367c
` [PATCH net-next 08/13] net: dsa: realtek: add new mdio interface for drivers

[PATCH v6] drm/msm/dp: Add sc8180x DP controllers
 2021-12-17  0:26 UTC  (2+ messages)

[PATCH] ata: pata_of_platform: Use of_irq_to_resource() to populate IRQ resource
 2021-12-17  0:23 UTC  (2+ messages)

[GIT PULL] mediatek drm next for 5.17
 2021-12-17  0:19 UTC  (2+ messages)

[PATCH] Makefile: remove -DPAGER_ENV from BASIC_CFLAGS
 2021-12-17  0:19 UTC 

[PATCH v2] drm/msm/dp: Only create debugfs for PRIMARY minor
 2021-12-17  0:20 UTC  (2+ messages)

お問い合わせありがとうございます。
 2021-12-17  0:11 UTC 

[PATCH] ext4: compare inode's i_projid with EXT4_DEF_PROJID rather than check EXT4_INODE_PROJINHERIT flag
 2021-12-17  0:17 UTC  (6+ messages)

U-Boot btrfs implementation - will there by syncing?
 2021-12-17  0:14 UTC  (3+ messages)

[PATCH v3 0/9] Parallel CPU bringup for x86_64
 2021-12-17  0:13 UTC  (5+ messages)

[PATCH] Makefile: correct the dependency graph of hook-list.h
 2021-12-17  0:13 UTC 

[PATCH V2 0/4] libgpiod: Add Rust bindings
 2021-12-17  0:12 UTC  (4+ messages)
` [PATCH V2 2/4] libgpiod: Add rust wrappers

linux-next: manual merge of the fscache tree with the asm-generic tree
 2021-12-17  0:11 UTC 

[PATCH v4 0/7] kernel: introduce uaccess logging
 2021-12-17  0:09 UTC  (7+ messages)
` [PATCH v4 4/7] uaccess-buffer: add CONFIG_GENERIC_ENTRY support

stable-rc/queue/4.19 build: 176 builds: 5 failed, 171 passed, 24 warnings (v4.19.221-9-gf2f6b95b385b)
 2021-12-17  0:11 UTC 

stable-rc/queue/4.4 build: 187 builds: 5 failed, 182 passed, 6 errors, 36 warnings (v4.4.295-5-g889544f2e45f)
 2021-12-17  0:10 UTC 

[PATCH] Makefile: don't invoke msgfmt with --statistics
 2021-12-17  0:10 UTC 

[hardknott][PATCH] python3-pyelftools: Depend on debugger, pprint
 2021-12-17  0:09 UTC 

[GIT PULL] Networking for 5.16-rc6
 2021-12-17  0:09 UTC  (6+ messages)

[intel-tdx:kvm-upstream 124/152] arch/x86/kvm/vmx/tdx_stubs.c:20:6: error: no previous prototype for 'tdx_is_emulated_msr'
 2021-12-17  0:09 UTC  (2+ messages)

[PATCH 0/1] net: lantiq_xrx200: increase buffer reservation
 2021-12-17  0:07 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 1/3] hwmon: (asus-ec-sensors) add driver for ASUS EC
 2021-12-17  0:07 UTC  (3+ messages)

linux-next: manual merge of the fscache tree with the asm-generic tree
 2021-12-17  0:07 UTC 

[PATCH] CI: remove support for Azure CI
 2021-12-17  0:04 UTC 

Review process improvements
 2021-12-17  0:05 UTC  (2+ messages)

[GIT PULL] ARM: SoC fixes for v5.16, part 3
 2021-12-17  0:03 UTC  (3+ messages)

[PATCH] iotests/testrunner.py: refactor test_field_width
 2021-12-17  0:02 UTC  (2+ messages)

[GIT PULL] Audit fixes for v5.16 (#1)
 2021-12-17  0:03 UTC  (2+ messages)

[PATCH] builtin/fetch: skip unnecessary tasks when using --negotiate-only
 2021-12-17  0:02 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] lkdtm: avoid printk() in recursive_loop()
 2021-12-17  0:02 UTC  (4+ messages)

[GIT PULL] lkdtm updates for -next
 2021-12-17  0:02 UTC 

[PATCH v5 net-next 0/4] Add ethtool interface for RClocks
 2021-12-17  0:01 UTC  (7+ messages)
          ` [Intel-wired-lan] "

drivers/crypto/gemini/sl3516-ce-cipher.c:365:24: warning: Value stored to 'ce' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 2021-12-16 23:58 UTC 

[PATCH v2] python3-pyelftools: Depend on debugger, pprint
 2021-12-16 23:58 UTC 

[PATCH v17 0/7] usb: misc: Add onboard_usb_hub driver
 2021-12-16 23:56 UTC  (4+ messages)
` [PATCH v17 7/7] usb: Specify dependencies on USB_XHCI_PLATFORM with 'depends on'

[GIT PULL kcsan] KCSAN commits for v5.17
 2021-12-16 23:57 UTC 

stable-rc/queue/4.4 baseline: 98 runs, 2 regressions (v4.4.295-5-g649b146b7173)
 2021-12-16 23:54 UTC 

[PATCH 00/18 V2] Repair SWAP-over-NFS
 2021-12-16 23:48 UTC  (19+ messages)
` [PATCH 01/18] Structural cleanup for filesystem-based swap
` [PATCH 05/18] MM: reclaim mustn't enter FS for SWP_FS_OPS swap-space
` [PATCH 03/18] MM: use ->swap_rw for reads from "
` [PATCH 02/18] MM: create new mm/swap.h header file
` [PATCH 04/18] MM: perform async writes to SWP_FS_OPS swap-space
` [PATCH 06/18] MM: submit multipage reads for "
` [PATCH 17/18] NFSv4: keep state manager thread active if swap is enabled
` [PATCH 10/18] NFS: swap IO handling is slightly different for O_DIRECT IO
` [PATCH 12/18] SUNRPC/auth: async tasks mustn't block waiting for memory
` [PATCH 14/18] SUNRPC: remove scheduling boost for "SWAPPER" tasks
` [PATCH 15/18] NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS
` [PATCH 13/18] SUNRPC/xprt: async tasks mustn't block waiting for memory
` [PATCH 16/18] SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC
` [PATCH 11/18] SUNRPC/call_alloc: async tasks mustn't block waiting for memory
` [PATCH 08/18] MM: Add AS_CAN_DIO mapping flag
` [PATCH 07/18] MM: submit multipage write for SWP_FS_OPS swap-space
` [PATCH 09/18] NFS: rename nfs_direct_IO and use as ->swap_rw
` [PATCH 18/18] NFS: swap-out must always use STABLE writes

stable-rc/queue/4.19 baseline: 148 runs, 1 regressions (v4.19.221-9-gf48d5f004d75)
 2021-12-16 23:54 UTC 

linux-next: build warnings after merge of the imx-mxs tree
 2021-12-16 23:53 UTC 

stable-rc/queue/4.9 baseline: 117 runs, 2 regressions (v4.9.293-7-gd89b8545a1fa)
 2021-12-16 23:50 UTC 

[RFC PATCH v4 4/4] md: raid456 add nowait support
 2021-12-16 23:50 UTC  (13+ messages)
` [PATCH v5 1/4] md: add support for REQ_NOWAIT
  ` [PATCH v5 3/4] md: raid10 add nowait support

[PATCH nf v3] netfilter: nat: force port remap to prevent shadowing well-known ports
 2021-12-16 23:48 UTC  (3+ messages)

What's cooking in git.git (Dec 2021, #04; Wed, 15)
 2021-12-16 23:46 UTC  (2+ messages)
` ab/make-dependency (was: What's cooking in git.git (Dec 2021, #04; Wed, 15))

Adding new/create & del/delete aliases into git
 2021-12-16 23:43 UTC  (2+ messages)

[PATCH v6 21/24] mpi3mr: add support of PM suspend and resume
 2021-12-16 23:45 UTC  (2+ messages)

[PATCH bpf-next v5 0/3] bpf: remove the cgroup -> bpf header dependecy
 2021-12-16 23:44 UTC  (3+ messages)

[PATCH 0/2] ARM Error Source Table Support
 2021-12-16 23:42 UTC  (12+ messages)
` [PATCH 1/2] ACPI/AEST: Initial AEST driver

[PATCH 00/12] reflog + gc: refactor, progress output, reftable-readyness
 2021-12-16 23:31 UTC  (4+ messages)
` [PATCH v2 0/9] reftable prep: have builtin/reflog.c handle "--verbose"

[PATCH 0/7] arm64: dts: exynos: Add E850-96 board support
 2021-12-16 23:39 UTC  (5+ messages)
` [PATCH 7/7] arm64: dts: exynos: Add initial "

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-12-16 23:39 UTC  (4+ messages)
` [PATCH v8 08/40] x86/sev: Check the vmpl level

[kbd] [PATCH] keymaps: Add 3l keymap
 2021-12-16 23:38 UTC  (2+ messages)

[net-next PATCH RFC v6 00/16] Add support for qca8k mdio rw in Ethernet packet
 2021-12-16 23:38 UTC  (4+ messages)

[RFC PATCH 0/4] input: edt-ft5x06: add support for DFROBOT touch controller to
 2021-12-16 23:30 UTC  (5+ messages)
` [RFC PATCH 1/4] dt-bindings: input: touchscreen: edt-ft5x06: add poll-interval
` [RFC PATCH 2/4] input: edt-ft5x06 - add polled input support
` [RFC PATCH 3/4] input: edt-ft5x06 - add support for DFROBOT touch controllers
` [RFC PATCH 4/4] input: edt-ft5x06 - Handle unreliable TOUCH_UP events

[PATCH V3 1/2] git-apply: add --quiet flag
 2021-12-16 23:37 UTC  (4+ messages)
` [PATCH V5 2/2] git-apply: add --allow-empty flag
    ` [PATCH] format-patch: mark rev_info with UNLEAK

[RFC qemu.qmp PATCH 00/24] Python: Fork qemu.qmp Python lib into independent repo
 2021-12-16 23:35 UTC  (4+ messages)
` [RFC qemu.qmp PATCH 17/24] Makefile: add build and publish targets

[RFC PATCH 0/3] input: add DFROBOT touchscreen controller
 2021-12-16 23:35 UTC  (4+ messages)
` [RFC PATCH 1/3] dt-bindings: Add vendor prefix for DFRobot
` [RFC PATCH 2/3] dt-bindings: touchscreen: Add dfr0550 bindings
` [RFC PATCH 3/3] input: touchscreen: add dfr0550 support

[xen-unstable test] 167448: tolerable FAIL - PUSHED
 2021-12-16 23:34 UTC 

[Buildroot] [PATCH 1/1] package/libmbim: fix build with help2man
 2021-12-16 23:34 UTC 

[PATCH v6 0/2] Add pinctrl support for SDX65
 2021-12-16 23:35 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: pinctrl: qcom: Add SDX65 pinctrl bindings

[PATCH for-next v8 0/8] RDMA/rxe: Correct race conditions
 2021-12-16 23:32 UTC  (3+ messages)
` [PATCH for-next v8 7/8] RDMA/rxe: Replace rxe_alloc by kzalloc for rxe_mc_elem
` [PATCH for-next v8 8/8] RDMA/rxe: Add wait for completion to obj destruct


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.