linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-14 08:42:32 to 2022-04-14 10:19:16 UTC [more...]

[PATCH] lkdtm: Add CFI_BACKWARD to test ROP mitigations
 2022-04-14 10:19 UTC  (2+ messages)

[PATCH] staging: rtl8192u: make read-only array EWC11NHTCap static const
 2022-04-14 10:18 UTC 

[PATCH 0/7] arm64: dts: qcom: sm8450: Add QUP and DMA nodes
 2022-04-14 10:16 UTC  (8+ messages)
` [PATCH 1/7] arm64: dts: qcom: sm8450: Add gpi_dma nodes
` [PATCH 2/7] arm64: dts: qcom: sm8450: Fix missing iommus for qup
` [PATCH 3/7] arm64: dts: qcom: sm8450: Add qup nodes for qup0
` [PATCH 4/7] arm64: dts: qcom: sm8450: Add qup nodes for qup1
` [PATCH 5/7] arm64: dts: qcom: sm8450: Add qup nodes for qup2
` [PATCH 6/7] arm64: dts: qcom: sm8450: Fix missing iommus for qup1
` [PATCH 7/7] arm64: dts: qcom: sm8450-qrd: Enable spi and i2c nodes

Scheduling tasks on idle cpu
 2022-04-14 10:16 UTC  (8+ messages)

[PATCH v2 0/5] mm: demotion: Introduce new node state N_DEMOTION_TARGETS
 2022-04-14 10:16 UTC  (9+ messages)
` [PATCH v2 1/5] mm: demotion: Set demotion list differently

[PATCH v2 00/12] device-core: Enable device_lock() lockdep validation
 2022-04-14 10:16 UTC  (5+ messages)
` [PATCH v2 02/12] device-core: Add dev->lock_class to enable "

[PATCH v6 0/3] EDAC: nuvoton: Add nuvoton NPCM memory controller driver
 2022-04-14 10:15 UTC  (7+ messages)
` [PATCH v6 3/3] EDAC: nuvoton: Add "

staging: r8188eu: struct rt_firmware_header issues
 2022-04-14 10:14 UTC  (5+ messages)

[PATCH v4 00/11] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-14 10:12 UTC  (9+ messages)
` [PATCH v4 01/11] timekeeping: add raw clock fallback for random_get_entropy()
` [PATCH v4 04/11] mips: use fallback for random_get_entropy() instead of zero

[PATCH] mtd: spi-nor: issi: Add IS25WP512 device
 2022-04-14 13:00 UTC  (2+ messages)

[PATCH v4 00/11] Re-enable ENQCMD and PASID MSR
 2022-04-14 10:08 UTC  (12+ messages)
` [PATCH v4 05/11] iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit

[RFC V1 PATCH 0/5] selftests: KVM: selftests for fd-based approach of supporting private memory
 2022-04-14 10:07 UTC  (4+ messages)

[PATCH] KVM: VMX: make read-only const array vmx_uret_msrs_list static
 2022-04-14 10:07 UTC 

[PATCH v2] arm64: mm: fix pmd_leaf()
 2022-04-14 10:05 UTC  (4+ messages)

[PATCH] media: imx-jpeg: Encoder support to set jpeg quality
 2022-04-14 10:04 UTC  (3+ messages)

[RFC PATCH V3 0/4] KVM: X86: Add and use shadow page with level expanded or acting as pae_root
 2022-04-14 10:04 UTC  (7+ messages)
` [RFC PATCH V3 3/4] KVM: X86: Alloc role.pae_root shadow page

[PATCH] virt: sevguest: Fix bool function returning negative value
 2022-04-14 10:04 UTC 

[RESEND PATCH] media: staging: atomisp: rework reading the id and revision values
 2022-04-14 10:04 UTC  (2+ messages)

[PATCH] virt: sevguest: Fix bool function returning negative value
 2022-04-14 10:01 UTC 

[PATCH v2 0/2] Add OTG support for Ingenic SoCs
 2022-04-14 10:00 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: dwc2: Add bindings for new "

[PATCH v2 00/23] common kmalloc for SLUB and SLAB v2
 2022-04-14  9:58 UTC  (25+ messages)
` [PATCH v2 01/23] mm/slab: move NUMA-related code to __do_cache_alloc()
` [PATCH v2 02/23] mm/slab: cleanup slab_alloc() and slab_alloc_node()
` [PATCH v2 03/23] mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functions
` [PATCH v2 04/23] mm/slab_common: cleanup kmalloc_track_caller()
` [PATCH v2 05/23] mm/slab_common: cleanup __kmalloc()
` [PATCH v2 06/23] mm/sl[auo]b: fold kmalloc_order_trace() into kmalloc_large()
` [PATCH v2 07/23] mm/slub: move kmalloc_large_node() to slab_common.c
` [PATCH v2 08/23] mm/slab_common: make kmalloc_large_node() consistent with kmalloc_large()
` [PATCH v2 09/23] mm/slab_common: cleanup kmalloc_large()
` [PATCH v2 10/23] mm/slab_common: cleanup kmem_cache_alloc{,node,lru}
` [PATCH v2 11/23] mm/slab_common: kmalloc_node: pass large requests to page allocator
` [PATCH v2 12/23] mm/slab_common: cleanup kmalloc()
` [PATCH v2 13/23] mm/slab: kmalloc: pass requests larger than order-1 page to page allocator
` [PATCH v2 14/23] mm/slab_common: print cache name in tracepoints
` [PATCH v2 15/23] mm/slab_common: use same tracepoint in kmalloc and normal caches
` [PATCH v2 16/23] mm/slab_common: rename tracepoint
` [PATCH v2 17/23] mm/slab_common: implement __kmem_cache_free()
` [PATCH v2 18/23] mm/sl[au]b: generalize kmalloc subsystem
` [PATCH v2 19/23] mm/slab_common: add kasan_kmalloc() in __kmalloc_node_track_caller()
` [PATCH v2 20/23] mm/slab_common: factor out __do_kmalloc_node()
` [PATCH v2 21/23] mm/sl[au]b: remove kmem_cache_alloc_node_trace()
` [PATCH v2 22/23] mm/sl[auo]b: move definition of __ksize() to mm/slab.h
` [PATCH v2 23/23] mm/sl[au]b: check if large object is valid in __ksize()

[PATCH v2 0/9] introduce mirrored memory support for arm64
 2022-04-14 10:13 UTC  (10+ messages)
` [PATCH v2 1/9] efi: Make efi_print_memmap() public
` [PATCH v2 2/9] arm64: efi: Add fake memory support
` [PATCH v2 3/9] efi: Make efi_find_mirror() public
` [PATCH v2 4/9] arm64/mirror: arm64 enabling - find mirrored memory ranges
` [PATCH v2 5/9] mm: Ratelimited mirrored memory related warning messages
` [PATCH v2 6/9] mm: Demote warning message in vmemmap_verify() to debug level
` [PATCH v2 7/9] mm: Calc the right pfn if page size is not 4K
` [PATCH v2 8/9] efi: Disable mirror feature if kernelcore is not specified
` [PATCH v2 9/9] ia64/efi: Code simplification in efi_init

[PATCH] mt76: mt7921: make read-only array ppet16_ppet8_ru3_ru0 static const
 2022-04-14  9:54 UTC 

[PATCH v3 0/3] mtd: spi-nor: Parse BFPT to determine the 4-Byte Address Mode
 2022-04-14  9:51 UTC  (11+ messages)
` [PATCH v3 1/3] mtd: spi-nor: Parse BFPT to determine the 4-Byte Address Mode methods
` [PATCH v3 2/3] mtd: spi-nor: Update name and description of the set_4byte_addr_mode BFPT methods
` [PATCH v3 3/3] mtd: spi-nor: Favor the BFPT-parsed set_4byte_addr_mode method

[PATCH] mt76: mt7915: make read-only array ppet16_ppet8_ru3_ru0 static const
 2022-04-14  9:50 UTC 

[RESEND, PATCH] mmc: sdhci-pci-gli: A workaround to allow GL9755 to enter ASPM L1.2
 2022-04-14  9:49 UTC 

[RFC PATCH 0/1] sample: bpf: introduce irqlat
 2022-04-14  9:47 UTC  (2+ messages)

[PATCH 01/20] tty: n_gsm: fix missing mux reset on config change at responder
 2022-04-14  9:42 UTC  (20+ messages)
` [PATCH 02/20] tty: n_gsm: fix restart handling via CLD command
` [PATCH 03/20] tty: n_gsm: fix decoupled mux resource
` [PATCH 04/20] tty: n_gsm: fix mux cleanup after unregister tty device
` [PATCH 05/20] tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2
` [PATCH 06/20] tty: n_gsm: fix frame reception handling
` [PATCH 07/20] tty: n_gsm: fix malformed counter for out of frame data
` [PATCH 08/20] tty: n_gsm: fix insufficient txframe size
` [PATCH 09/20] tty: n_gsm: fix wrong DLCI release order
` [PATCH 10/20] tty: n_gsm: fix missing explicit ldisc flush
` [PATCH 11/20] tty: n_gsm: fix wrong command retry handling
` [PATCH 12/20] tty: n_gsm: fix wrong command frame length field encoding
` [PATCH 13/20] tty: n_gsm: fix wrong signal octets encoding in MSC
` [PATCH 14/20] tty: n_gsm: fix missing tty wakeup in convergence layer type 2
` [PATCH 15/20] tty: n_gsm: fix missing update of modem controls after DLCI open
` [PATCH 16/20] tty: n_gsm: fix invalid command/response bit check for UI/UIH frames
` [PATCH 17/20] tty: n_gsm: fix reset fifo race condition
` [PATCH 18/20] tty: n_gsm: fix implicit CR bit encoding in address field
` [PATCH 19/20] tty: n_gsm: fix wrong behavior of gsm_carrier_raised() on debug
` [PATCH 20/20] tty: n_gsm: fix incorrect UA handling

[PATCH] scripts: dummy-tools, add pahole
 2022-04-14  9:44 UTC  (4+ messages)

[PATCH] crypto: arm64/sm4 - Fix wrong dependency of NEON/CE implementation
 2022-04-14  9:43 UTC  (5+ messages)

[PATCH v4 0/4] Add channel type support to pwm-cros-ec
 2022-04-14  9:43 UTC  (6+ messages)
` [PATCH v4 1/4] dt-bindings: add mfd/cros_ec definitions
` [PATCH v4 2/4] pwm: pwm-cros-ec: add channel type support
` [PATCH v4 3/4] dt-bindings: update google,cros-ec-pwm documentation
` [PATCH v4 4/4] arm64: dts: address cros-ec-pwm channels by type

linux-next: Tree for Apr 14
 2022-04-14  9:42 UTC  (2+ messages)

[PATCH] staging: media: atomisp: Use kmap_local_page() in hmm_store()
 2022-04-14  9:41 UTC  (6+ messages)

[PATCH] drivers/hid/hid-lenovo: make read-only array tp10ubkbd_led static const
 2022-04-14  9:39 UTC 

[Linux 5.18-rc1] WARNING: CPU: 1 PID: 0 at kernel/sched/fair.c:3355 update_blocked_averages
 2022-04-14  9:38 UTC  (8+ messages)

[PATCH 0/3] Fix double free bugs and UAF bug in nfcmrvl module
 2022-04-14  9:37 UTC  (2+ messages)

[RFC PATCH v6 00/12] livepatch: klp-convert tool
 2022-04-14  9:35 UTC  (5+ messages)
` [RFC PATCH v6 01/12] livepatch: Create and include UAPI headers
` [RFC PATCH v6 02/12] kbuild: Support for symbols.klp creation

[PATCH net-next v4] net/ipv6: Introduce accept_unsolicited_na knob to implement router-side changes for RFC9131
 2022-04-14  9:33 UTC  (4+ messages)

[PATCH V2] clk: renesas: Fix memory leak of 'cpg'
 2022-04-14  9:32 UTC  (4+ messages)

[PATCH] irq_work: Add event-tracing points for irq_work
 2022-04-14  9:32 UTC  (2+ messages)

[PATCH 1/1] [PATCH v2]sched/pelt: Refine the enqueue_load_avg calculate method
 2022-04-14  9:29 UTC  (3+ messages)

[PATCH v8 00/20] fscache,erofs: fscache-based on-demand read semantics
 2022-04-14  9:29 UTC  (4+ messages)
  `  "

[PATCH] mmc: sdhci-pci-gli: A workaround to allow GL9755 enter ASPM L1.2
 2022-04-14  9:26 UTC 

[PATCH v1 0/3] Remove unnecessary version number
 2022-04-14  9:22 UTC  (4+ messages)
` [PATCH v1 1/3] dt-bindings: PCI: xilinx-cpm: Remove version number in compatible string
` [PATCH v1 2/3] "
` [PATCH v1 3/3] dt-bindings: PCI: xilinx-cpm: Change reg property order

[PATCH v5 00/17] Move HEVC stateless controls out of staging
 2022-04-14  9:22 UTC  (7+ messages)
` [PATCH v5 09/17] media: uapi: HEVC: Define V4L2_CID_STATELESS_HEVC_SLICE_PARAMS as a dynamic array
` [PATCH v5 17/17] media: uapi: move HEVC stateless controls out of staging
  ` [PATCH v5 17/17] media: uapi: move HEVC stateless controls out (FIXUP) "

[PATCH -next] ext4: fix use-after-free in ext4_rename_dir_prepare
 2022-04-14  9:22 UTC  (2+ messages)

[PATCH] ath11k: simplify if-if to if-else
 2022-04-14  9:20 UTC 

[PATCH -next V2] sound/oss/dmasound: fix 'dmasound_setup' defined but not used
 2022-04-14  9:19 UTC 

[PATCH v2 0/3] tracing: Introduce trace clock tai
 2022-04-14  9:18 UTC  (4+ messages)
` [PATCH v2 1/3] timekeeping: Introduce fast accessor to "
` [PATCH v2 2/3] tracing: Introduce trace "
` [PATCH v2 3/3] tracing: Add documentation for "

[PATCH] net: ax88179: add proper error handling of usb read errors
 2022-04-14  9:13 UTC  (7+ messages)

[PATCH v5 0/2] x86/mce: Support extended MCA_ADDR address on SMCA systems
 2022-04-14  9:11 UTC  (9+ messages)
` [PATCH v5 2/2] x86/mce: Add support for Extended Physical Address MCA changes

[PATCH v3 0/3] genirq: Managed affinity fixes
 2022-04-14  9:09 UTC  (5+ messages)
` [PATCH v3 2/3] genirq: Always limit the affinity to online CPUs

[PATCH] net: ethernet: ti: davinci_emac: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-14  9:08 UTC 

[PATCH RESEND v6] platform: x86: Add ChromeOS ACPI device driver
 2022-04-14  9:07 UTC  (5+ messages)

[PATCH] i2c: i2c-davinci: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-14  9:07 UTC 

Dangerous addr to ctrl dependency transformation in fs/nfs/delegation.c::nfs_server_return_marked_delegations()?
 2022-04-14  9:04 UTC  (5+ messages)

[PATCH v3 4/4] mtd: phram: Allow cached mappings
 2022-04-14  9:04 UTC  (3+ messages)

[PATCH 1/1] [PATCH v3]sched/pelt: Fix the attach_entity_load_avg calculate method
 2022-04-14  9:02 UTC 

[PATCH v2 0/2] media: amphion: copy timestamp from output to
 2022-04-14  9:00 UTC  (3+ messages)
` [PATCH v2 1/2] media: amphion: decoder copy timestamp from output to capture
` [PATCH v2 2/2] media: amphion: encoder "

[RFC PATCH 1/1] sample: bpf: introduce irqlat
 2022-04-14  9:07 UTC 

[PATCH] drm/bridge: anx7625: Fill in empty ELD when no connector
 2022-04-14  9:00 UTC 

[PATCH v3] media: amphion: fix decoder's interlaced field
 2022-04-14  8:57 UTC 

[PATCH v3 00/15] Make ETM register accesses consistent with sysreg.h
 2022-04-14  8:57 UTC  (5+ messages)

[PATCH] input: omap4-keypad: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-14  8:57 UTC 

[PATCH] spi: spi-cadence-quadspi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-14  8:56 UTC 

[PATCH v2 0/2] i2c: Allow disabling auto detection via devicetree
 2022-04-14  8:55 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: i2c: add property to avoid device detection

[PATCH] spi: spi-sprd: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-14  8:55 UTC 

[PATCH] spi: spi-omap2-mcspi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-14  8:54 UTC 

[PATCH] spi: spi-imx: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-14  8:53 UTC 

[PATCH] ASoC: img-i2s-in: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-14  8:53 UTC 

[PATCH] ASoC: fsl_sai: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-14  8:52 UTC 

[PATCH v1 00/14] ARM: dts: imx6ull-colibri: device tree improvements
 2022-04-14  8:51 UTC  (15+ messages)
` [PATCH v1 01/14] ARM: dts: imx6ull-colibri: use pull-down for adc pins
` [PATCH v1 02/14] ARM: dts: imx6ull-colibri: fix vqmmc regulator
` [PATCH v1 03/14] ARM: dts: imx6ull-colibri: change touch i2c parameters
` [PATCH v1 04/14] ARM: dts: imx6ull-colibri: add phy-supply to fec
` [PATCH v1 05/14] ARM: dts: imx6ull-colibri: add touchscreen device nodes
` [PATCH v1 06/14] ARM: dts: imx6ull-colibri: update usdhc1 pixmux and signaling
` [PATCH v1 07/14] ARM: dts: imx6ull-colibri: update device trees to support overlays
` [PATCH v1 08/14] ARM: dts: imx6ull-colibri: add gpio-line-names
` [PATCH v1 09/14] dt-bindings: arm: fsl: add toradex,colibri-imx6ull
` [PATCH v1 10/14] ARM: dts: imx6ull-colibri: add support for toradex iris carrier boards
` [PATCH v1 11/14] ARM: dts: imx6ull-colibri: add support for toradex aster "
` [PATCH v1 12/14] ARM: dts: imx6ull-colibri: fix nand bch geometry
` [PATCH v1 13/14] ARM: dts: imx6ull-colibri: add/update some comments
` [PATCH v1 14/14] ARM: dts: imx6ull-colibri: move gpio-keys node to som dtsi

[PATCH] dmaengine: cppi41: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-14  8:52 UTC 

[PATCH v5 0/2] phy: mediatek: Add PCIe PHY driver
 2022-04-14  8:50 UTC  (4+ messages)
` [PATCH v5 2/2] "

[RFC PATCH 00/16] drm/rockchip: Rockchip EBC ("E-Book Controller") display driver
 2022-04-14  8:50 UTC  (2+ messages)

[PATCH 00/30] fix typos in comments
 2022-04-14  8:48 UTC  (3+ messages)
` [PATCH 09/30] media: i2c: ov5695: "

linux-next: Fixes tag needs some work in the omap-fixes tree
 2022-04-14  8:46 UTC  (3+ messages)

[PATCH v2 0/8] RZN1 USB Host support
 2022-04-14  8:45 UTC  (3+ messages)
` [PATCH v2 1/8] PCI: rcar-gen2: Add support for clocks

[PATCH V2 0/2] drivers/perf: hisi: Add driver for HNS3 PMU
 2022-04-14  8:44 UTC  (5+ messages)
` [PATCH V2 2/2] drivers/perf: hisi: add "

[PATCH v7 0/6] DAX poison recovery
 2022-04-14  8:44 UTC  (5+ messages)
` [PATCH v7 1/6] x86/mm: fix comment

[PATCH 00/18] objtool: Interface overhaul
 2022-04-14  8:43 UTC  (3+ messages)
` [PATCH 09/18] objtool: Add stack validation cmdline option

[PATCH net 1/1] net: stmmac: add fsleep() in HW Rx timestamp checking loop
 2022-04-14  8:42 UTC  (4+ messages)

[PATCH v2] greybus: audio_codec: initialize data to silence static checker warnings
 2022-04-14  8:42 UTC 


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).