linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-06 12:57:24 to 2022-03-07 02:33:56 UTC [more...]

[PATCH RESEND] drm/self_refresh: Don't trigger the entry timer for self refresh work if CRTC state is inactive
 2022-03-07  2:33 UTC  (2+ messages)

[PATCH 00/16] A few cleanup and fixup patches for migration
 2022-03-07  2:32 UTC  (21+ messages)
` [PATCH 01/16] mm/migration: remove unneeded local variable mapping_locked
` [PATCH 02/16] mm/migration: remove unneeded out label
` [PATCH 04/16] mm/migration: reduce the rcu lock duration
` [PATCH 07/16] mm/migration: use helper macro min_t in do_pages_stat
` [PATCH 08/16] mm/migration: avoid unneeded nodemask_t initialization
` [PATCH 09/16] mm/migration: remove some duplicated codes in migrate_pages
` [PATCH 10/16] mm/migration: remove PG_writeback handle in folio_migrate_flags
` [PATCH 12/16] mm/migration: fix potential page refcounts leak in migrate_pages
` [PATCH 13/16] mm/migration: return errno when isolate_huge_page failed
` [PATCH 14/16] mm/migration: fix potential invalid node access for reclaim-based migration

[PATCH] can: etas_es58x: initialize rx_event_msg before calling es58x_check_msg_len()
 2022-03-07  2:30 UTC  (2+ messages)

[PATCH v3 1/2] perf vendor events intel: Add core event list for Alderlake
 2022-03-07  2:30 UTC  (3+ messages)

[PATCH] xattr: use vmemdup_user make code cleaner
 2022-03-07  2:24 UTC 

[PATCH 1/2] sound: usb: Add vendor's hooking interface
 2022-03-07  2:22 UTC  (2+ messages)
    ` [PATCH 2/2] sound: usb: Calling vendor's call-back function within usb audio operation

[PATCH v2 0/2] provide the flexibility to enable KFENCE
 2022-03-07  2:23 UTC  (4+ messages)
` [PATCH v2 2/2] kfence: Alloc kfence_pool after system startup

[PATCH v3 1/6] device property: Helper to match multiple connections
 2022-03-07  2:18 UTC  (6+ messages)

[RFC v7 net-next 00/13] add support for VSC7512 control over SPI
 2022-03-07  2:12 UTC  (14+ messages)
` [RFC v7 net-next 01/13] pinctrl: ocelot: allow pinctrl-ocelot to be loaded as a module
` [RFC v7 net-next 02/13] pinctrl: microchip-sgpio: allow sgpio driver to be used "
` [RFC v7 net-next 03/13] net: mdio: mscc-miim: add local dev variable to cleanup probe function
` [RFC v7 net-next 04/13] net: ocelot: add interface to get regmaps when exernally controlled
` [RFC v7 net-next 05/13] net: mdio: mscc-miim: add ability to be used in a non-mmio configuration
` [RFC v7 net-next 06/13] pinctrl: ocelot: "
` [RFC v7 net-next 07/13] pinctrl: microchip-sgpio: "
` [RFC v7 net-next 08/13] phy: ocelot-serdes: add ability to be used in mfd configuration
` [RFC v7 net-next 09/13] resource: add define macro for register address resources
` [RFC v7 net-next 10/13] mfd: ocelot: add support for the vsc7512 chip via spi
` [RFC v7 net-next 11/13] net: mscc: ocelot: expose ocelot wm functions
` [RFC v7 net-next 12/13] net: dsa: felix: add configurable device quirks
` [RFC v7 net-next 13/13] net: dsa: ocelot: add external ocelot switch control

[PATCH] mm: thp: don't have to lock page anymore when splitting PMD
 2022-03-07  2:07 UTC  (4+ messages)

[PATCH] rcu: Only boost rcu reader tasks with lower priority than boost kthreads
 2022-03-07  2:03 UTC  (3+ messages)

[PATCH] r8188eu: core: use time_is_after_eq_jiffies() instead of open coding it
 2022-03-07  1:56 UTC  (3+ messages)
  ` 回复: "

[PATCH] ACPI: APEI: fix return value of __setup handlers
 2022-03-07  1:51 UTC  (2+ messages)

linux-next: manual merge of the tip tree with the iommu tree
 2022-03-07  1:50 UTC 

[PATCH] powerpc: 8xx: fix a return value error in mpc8xx_pic_init
 2022-03-07  1:41 UTC  (2+ messages)

[PATCH v2] bonding: helper macro __ATTR_RO to make code more clear
 2022-03-07  1:33 UTC 

[PATCH] init/initramfs.c: check the return value of kstrdup()
 2022-03-07  1:28 UTC  (2+ messages)

回复: Re: [PATCH v20 3/5] usb: misc: Add onboard_usb_hub driver
 2022-03-07  1:24 UTC  (10+ messages)
    ` 回复: "

[PATCH 0/4] scsi: libsas and users: Factor out internal abort code
 2022-03-07  0:55 UTC  (2+ messages)

[PATCH 0/3] ceph: minor fixes and encrypted snapshot names
 2022-03-07  0:49 UTC  (5+ messages)

[PATCH] powerpc/sysdev: Use of_device_get_match_data()
 2022-03-07  0:44 UTC  (5+ messages)

[PATCH] ftrace: Fix some W=1 warnings
 2022-03-07  0:43 UTC 

[PATCH] btrfs: Fix non-kernel-doc comment
 2022-03-07  0:42 UTC 

[PATCH] netfilter: bridge: clean up some inconsistent indenting
 2022-03-07  0:41 UTC 

[PATCH v4 0/2] Two x86 fixes
 2022-03-07  0:27 UTC  (9+ messages)
` [PATCH v4 2/2] x86/mce/amd: Fix memory leak when `threshold_create_bank()` fails

linux-next: build failure after merge of the amdgpu tree
 2022-03-07  0:13 UTC 

[PATCH 00/10] MM changes to improve swap-over-NFS support
 2022-03-06 23:49 UTC  (11+ messages)
` [PATCH 06/10] MM: perform async writes to SWP_FS_OPS swap-space using ->swap_rw
` [PATCH 02/10] MM: drop swap_set_page_dirty
` [PATCH 05/10] MM: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space
` [PATCH 09/10] MM: submit multipage write for "
` [PATCH 07/10] DOC: update documentation for swap_activate and swap_rw
` [PATCH 03/10] MM: move responsibility for setting SWP_FS_OPS to ->swap_activate
` [PATCH 10/10] VFS: Add FMODE_CAN_ODIRECT file flag
` [PATCH 08/10] MM: submit multipage reads for SWP_FS_OPS swap-space
` [PATCH 01/10] MM: create new mm/swap.h header file
` [PATCH 04/10] MM: reclaim mustn't enter FS for SWP_FS_OPS swap-space

[PATCH RFC v2] mm: Add f_ops->populate()
 2022-03-06 23:41 UTC  (3+ messages)

[PATCH 0/4] Add CA enforcement in the machine keyring
 2022-03-06 23:33 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.17-5 tag
 2022-03-06 23:27 UTC  (4+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2022-03-06 23:14 UTC 

[PATCH mmotm] tmpfs: do not allocate pages on read
 2022-03-06 22:59 UTC  (4+ messages)
  ` [PATCH mmotm v2] "

[PATCH v3] config: Allow kernel installation packaging to override pkg-config
 2022-03-06 22:50 UTC  (3+ messages)

[PATCH RFC 0/3] MAP_POPULATE for device memory
 2022-03-06 22:43 UTC  (8+ messages)
` [PATCH RFC 1/3] mm: Add f_ops->populate()

Linux 5.17-rc7
 2022-03-06 22:41 UTC 

[PATCH v4] config: Allow kernel installation packaging to override pkg-config
 2022-03-06 22:30 UTC 

[PATCH] gpiolib: check for overflow when reading the 'ngpios' property
 2022-03-06 22:23 UTC  (3+ messages)

[PATCH v2] mm/page_alloc: call check_new_pages() while zone spinlock is not held
 2022-03-06 22:15 UTC  (2+ messages)

[PATCH 0/7] Add RS485 support to DW UART
 2022-03-06 22:13 UTC  (11+ messages)
` [PATCH 1/7] serial: 8250_dwlib: RS485 HW half duplex support
` [PATCH 2/7] serial: 8250_dwlib: RS485 HW full "
` [RFC PATCH 3/7] serial: 8250_dwlib: Implement SW half "
` [RFC PATCH 6/7] serial: General support for multipoint addresses

[PATCH] mm/slub: helper macro __ATTR_XX to make code more clear
 2022-03-06 22:11 UTC  (2+ messages)

[PATCH mmotm] mm: __isolate_lru_page_prepare() in isolate_migratepages_block()
 2022-03-06 22:07 UTC  (2+ messages)

[BUG] crypto: ccree: driver does not handle case where cryptlen = authsize =0
 2022-03-06 21:49 UTC  (10+ messages)

Linux regressions report for mainline [2022-03-06]
 2022-03-06 21:33 UTC  (2+ messages)

[PATCH] rtc: optee: add RTC driver for OP-TEE RTC PTA
 2022-03-06 21:08 UTC  (2+ messages)

[PATCH v10 0/3] integrity: support including firmware ".platform" keys at build time
 2022-03-06 20:51 UTC  (4+ messages)
` [PATCH v10 1/3] certs: export load_certificate_list() to be used outside certs/
` [PATCH v10 2/3] integrity: make integrity_keyring_from_id() non-static
` [PATCH v10 3/3] integrity: support including firmware ".platform" keys at build time

[GIT PULL] tracing: Minor fixes for tracing
 2022-03-06 20:34 UTC  (2+ messages)

[GIT PULL] More KVM fixes for Linux 5.17-rc7
 2022-03-06 20:34 UTC  (2+ messages)

[GIT PULL] Btrfs fixes for 5.17-rc7
 2022-03-06 20:34 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the iommu tree
 2022-03-06 20:32 UTC 

[PATCH] drm: Drop commas after SoC match table sentinels
 2022-03-06 20:31 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the amdgpu tree
 2022-03-06 20:26 UTC 

linux-next: Signed-off-by missing for commits in the net-next tree
 2022-03-06 20:22 UTC 

linux-next: Signed-off-by missing for commit in the fscache tree
 2022-03-06 20:18 UTC 

linux-next: build warnings after merge of the vfio tree
 2022-03-06 20:15 UTC 

linux-next: Signed-off-by missing for commit in the at91 tree
 2022-03-06 20:14 UTC 

[GIT PULL] mtd: Fixes for v5.17-rc5
 2022-03-06 20:08 UTC  (2+ messages)

[RFC PATCH 0/6] KVM: SVM: Defer page pinning for SEV guests
 2022-03-06 20:07 UTC  (4+ messages)
` [RFC PATCH 3/6] KVM: SVM: Implement demand page pinning

[PATCH -next] powerpc/spufs: Fix build warning when CONFIG_PROC_FS=n
 2022-03-06 20:04 UTC  (2+ messages)

[PATCH v3 0/9] bpf-lsm: Extend interoperability with IMA
 2022-03-06 19:31 UTC  (6+ messages)
` [PATCH v3 1/9] ima: Fix documentation-related warnings in ima_main.c
` [PATCH v3 2/9] ima: Always return a file measurement in ima_file_hash()

[PATCH] SO_ZEROCOPY should rather return -ENOPROTOOPT
 2022-03-06 19:22 UTC  (7+ messages)

[PATCH] gpiolib: fix the size of the ngpios variable
 2022-03-06 19:22 UTC  (3+ messages)

[PATCH 00/26] usb: gadget: remove usage of list iterator past the loop
 2022-03-06 19:19 UTC  (31+ messages)
` [PATCH 01/26] usb: gadget: fsl: remove usage of list iterator past the loop body
` [PATCH 02/26] usb: gadget: bdc: "
` [PATCH 03/26] usb: gadget: udc: atmel: "
` [PATCH 04/26] usb: gadget: udc: pxa25x: "
` [PATCH 05/26] usb: gadget: udc: at91: "
` [PATCH 06/26] usb: gadget: goku_udc: "
` [PATCH 07/26] usb: gadget: udc: gr_udc: "
` [PATCH 08/26] usb: gadget: lpc32xx_udc: "
` [PATCH 09/26] usb: gadget: mv_u3d: "
` [PATCH 10/26] usb: gadget: udc: mv_udc_core: "
` [PATCH 11/26] usb: gadget: net2272: "
` [PATCH 12/26] usb: gadget: udc: net2280: "
` [PATCH 13/26] usb: gadget: omap_udc: "
` [PATCH 14/26] usb: gadget: s3c-hsudc: "
` [PATCH 15/26] usb: gadget: udc-xilinx: "
` [PATCH 16/26] usb: gadget: aspeed: "
` [PATCH 17/26] usb: gadget: configfs: remove using list iterator after loop body as a ptr
` [PATCH 18/26] usb: gadget: legacy: "
` [PATCH 19/26] usb: gadget: udc: max3420_udc: "
` [PATCH 20/26] usb: gadget: tegra-xudc: "
` [PATCH 21/26] usb: gadget: composite: remove check of list iterator against head past the loop body
` [PATCH 22/26] usb: gadget: pxa27x_udc: replace usage of rc to check if a list element was found
` [PATCH 23/26] usb: gadget: udc: s3c2410: "
` [PATCH 24/26] usb: gadget: udc: core: "
` [PATCH 25/26] usb: gadget: dummy_hcd: "
` [PATCH 26/26] usb: gadget: udc: s3c2410: "

[PATCH 2/6] list: add new MACROs to make iterator invisiable outside the loop
 2022-03-06 18:57 UTC  (7+ messages)

[PATCH] dt-bindings: usb: usb251xb: add documentation for boost-up property
 2022-03-06 18:47 UTC 

[PATCH] bonding: helper macro __ATTR_RO to make code more clear
 2022-03-06 18:30 UTC  (2+ messages)

[PATCH] media: aspeed: Fix an error handling path in aspeed_video_probe()
 2022-03-06 18:08 UTC 

[PATCH -next] misc: rtsx: fix build for CONFIG_PM not set
 2022-03-06 17:57 UTC  (11+ messages)

[PATCH v9 00/14] module: core code clean up
 2022-03-06 17:46 UTC  (5+ messages)
` [PATCH v9 07/14] module: Move extra signature support out of core code

[PATCH] mmc: wmt-sdmmc: Fix an error handling path in wmt_mci_probe()
 2022-03-06 17:44 UTC 

[PATCHv2 bpf-next 0/8] bpf: Add kprobe multi link
 2022-03-06 17:29 UTC  (19+ messages)
` [PATCH 02/10] bpf: Add multi kprobe link
` [PATCH 05/10] bpf: Add cookie support to programs attached with kprobe multi link
` [PATCH 07/10] libbpf: Add bpf_link_create support for multi kprobes
` [PATCH 08/10] libbpf: Add bpf_program__attach_kprobe_opts "
` [PATCH 09/10] selftest/bpf: Add kprobe_multi attach test
` [PATCH 10/10] selftest/bpf: Add kprobe_multi test for bpf_cookie values

[PATCH v2 0/4] dt-bindings: timer: exynos4210-mct: describe known hardware and its interrupts
 2022-03-06 17:20 UTC  (5+ messages)
  ` [PATCH v2 1/4] "
  ` [PATCH v2 4/4] arm64: dts: tesla: add a specific compatible to MCT on FSD

[PATCH v12 1/4] dt-bindings:drm/bridge:anx7625:add vendor define
 2022-03-06 17:13 UTC  (3+ messages)
` [PATCH v12 3/4] drm/bridge: anx7625: add MIPI DPI input feature

[RFC PATCH v1] x86/build: add -fno-builtin flag to prevent shadowing
 2022-03-06 17:10 UTC 

[PATCH v2] random: use SipHash as interrupt entropy accumulator
 2022-03-06 16:51 UTC 

[PATCH] ethernet: sun: Fix an error handling path in happy_meal_pci_probe()
 2022-03-06 16:39 UTC 

[PATCH RFC] x86: Add SGX_IOC_ENCLAVE_AUGMENT_PAGES
 2022-03-06 16:30 UTC  (8+ messages)

[PATCH] list: always set pos in list_prepare_entry()
 2022-03-06 16:26 UTC 

[PATCH v4 0/2] AMD Family 19h Models 10h-1Fh Updates
 2022-03-06 16:18 UTC  (2+ messages)

[PATCH v5 0/3] ACPI: VM fork detection for RNG
 2022-03-06 16:02 UTC  (3+ messages)
` [PATCH v5 3/3] virt: vmgenid: introduce driver for reinitializing RNG on VM fork

[Linux-v5.17-rc6] Building tools/perf with perl v5.34
 2022-03-06 16:00 UTC  (5+ messages)

[BUG] mtd: cfi_cmdset_0002: write regression since v4.17-rc1
 2022-03-06 15:49 UTC  (12+ messages)

[REGRESSION] Too-low frequency limit for AMD GPU PCI-passed-through to Windows VM
 2022-03-06 15:48 UTC  (16+ messages)

[PATCH V1 RESEND 0/4] Infrastructure to define apertures in a PCIe device with a flattened device tree
 2022-03-06 15:37 UTC  (3+ messages)
` [PATCH V1 RESEND 2/4] Documentation: devicetree: bindings: add binding for PCIe endpoint bus

[PATCH 1/3] [v3] Kbuild: move to -std=gnu11
 2022-03-06 15:31 UTC  (3+ messages)

[PATCH] w1: w1_therm: Add support for Maxim MAX31850 thermoelement IF
 2022-03-06 14:58 UTC 

[PATCH] mips: Always permit to build u-boot images
 2022-03-06 15:16 UTC 

[PATCH] net: cxgb3: Fix an error code when probing the driver
 2022-03-06 15:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH -next 0/2] nfs: check writeback errors correctly
 2022-03-06 15:08 UTC  (6+ messages)
` [PATCH -next 1/2] nfs: nfs{,4}_file_flush should consume writeback error

[PATCH V7] mtd: spi-nor: winbond: add support for W25Q512NW-IM
 2022-03-06 14:58 UTC  (3+ messages)

[RESEND PATCH 1/2] perf/x86: extract code to assign perf events for both core and uncore
 2022-03-06 14:36 UTC  (4+ messages)
` [RESEND PATCH 2/2] perf/x86: improve the event scheduling to avoid unnecessary pmu_stop/start

[PATCH 2/6] list: add new MACROs to make iterator invisiable outside the loop
 2022-03-06 14:33 UTC  (3+ messages)

[PATCH V2 16/32] x86/sgx: Support restricting of enclave page permissions
 2022-03-06 14:24 UTC  (12+ messages)

[PATCH] spi: npcm-fiu: Fix typo ("npxm")
 2022-03-06 14:23 UTC 

[PATCH V4] notifier/panic: Introduce panic_notifier_filter
 2022-03-06 14:21 UTC  (7+ messages)

Report 2 in ext4 and journal based on v5.17-rc1
 2022-03-06 14:19 UTC  (3+ messages)

[PATCH v3] driver core: Add sysfs support for physical location of a device
 2022-03-06 14:04 UTC  (2+ messages)

[PATCH] arm64: crypto: cleanup comments
 2022-03-06 13:34 UTC 

[PATCH v7 2/2] irqchip: Add Qualcomm MPM controller driver
 2022-03-06 12:57 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).