linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-11 12:29:59 to 2022-03-11 14:57:03 UTC [more...]

[PATCH v2] powerpc/32: Add support for out-of-line static calls
 2022-03-11 14:56 UTC  (3+ messages)

[mm/slub] ae107fa919: BUG:unable_to_handle_page_fault_for_address
 2022-03-11 14:54 UTC  (2+ messages)

[PATCH] mfd: ab8500: clean up definitions in header after debugfs removal
 2022-03-11 14:52 UTC 

[PATCH v2 0/2] Add support for ARTPEC-8 UART
 2022-03-11 14:52 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: serial: samsung: Add "

[PATCH v2 0/6] coresight: Add config flag to enable branch broadcast
 2022-03-11 14:52 UTC  (4+ messages)
` [PATCH v2 2/6] coresight: Fail to open with return stacks if they are unavailable

[PATCHv2 00/10] ext4: Improve FC trace events
 2022-03-11 14:45 UTC  (10+ messages)

[PATCH 1/3] net:ipv6:Add ndisc_bond_send_na to support sending na by slave directly
 2022-03-11 14:44 UTC  (2+ messages)

[PATCH 1/5] x86/alternative: simplify DUMP_BYTES macro
 2022-03-11 14:43 UTC  (5+ messages)
` [PATCH 2/5] x86/alternative: bump MAX_PATCH_LEN
` [PATCH 3/5] x86/alternative: record .altinstructions section entity size
` [PATCH 4/5] x86/alternative: make .altinstr_replacement section non-executable
` [PATCH 5/5] x86/unwind/orc: delete dead write in __orc_find()

[tip: x86/core] x86,bpf: Fix bpf_arch_text_poke()
 2022-03-11 14:40 UTC 

[PATCH] x86: Remove a.out support
 2022-03-11 14:40 UTC  (2+ messages)
` [tip: x86/cleanups] "

[PATCH v4 00/45] x86: Kernel IBT
 2022-03-11 14:40 UTC  (2+ messages)
` [tip: x86/core] x86: Fix {int3,ibt}_selftest() vs LTO

[PATCH v4 00/45] x86: Kernel IBT
 2022-03-11 14:40 UTC  (2+ messages)
` [tip: x86/core] x86,ftrace: Fix modify_ftrace_direct()

[PATCH v2] sched/preempt: Tell about PREEMPT_DYNAMIC on kernel headers
 2022-03-11 14:40 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH] fs: remove reference to the removed config NFSD_V3
 2022-03-11 14:39 UTC 

[PATCH 1/3] serial: 8250_fintek.c: Finish support for the F81865
 2022-03-11 14:38 UTC  (2+ messages)

[PATCH v3 00/46] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / CSI Rework
 2022-03-11 14:35 UTC  (47+ messages)
` [PATCH v3 01/46] media: sun6i-csi: Define and use driver name and (reworked) description
` [PATCH v3 02/46] media: sun6i-csi: Refactor main driver data structures
` [PATCH v3 03/46] media: sun6i-csi: Grab bus clock instead of passing it to regmap
` [PATCH v3 04/46] media: sun6i-csi: Tidy up platform code
` [PATCH v3 05/46] media: sun6i-csi: Always set exclusive module clock rate
` [PATCH v3 06/46] media: sun6i-csi: Define and use variant to get "
` [PATCH v3 07/46] media: sun6i-csi: Use runtime pm for clocks and reset
` [PATCH v3 08/46] media: sun6i-csi: Tidy up Kconfig
` [PATCH v3 09/46] media: sun6i-csi: Tidy up v4l2 code
` [PATCH v3 10/46] media: sun6i-csi: Tidy up video code
` [PATCH v3 11/46] media: sun6i-csi: Pass and store csi device directly in "
` [PATCH v3 12/46] media: sun6i-csi: Register the media device after creation
` [PATCH v3 13/46] media: sun6i-csi: Add media ops with link notify callback
` [PATCH v3 14/46] media: sun6i-csi: Introduce and use video helper functions
` [PATCH v3 15/46] media: sun6i-csi: Move csi buffer definition to main header file
` [PATCH v3 16/46] media: sun6i-csi: Add bridge v4l2 subdev with port management
` [PATCH v3 17/46] media: sun6i-csi: Rename sun6i_video to sun6i_csi_capture
` [PATCH v3 18/46] media: sun6i-csi: Add capture state using vsync for page flip
` [PATCH v3 19/46] media: sun6i-csi: Rework register definitions, invert misleading fields
` [PATCH v3 20/46] media: sun6i-csi: Add dimensions and format helpers to capture
` [PATCH v3 21/46] media: sun6i-csi: Implement address configuration without indirection
` [PATCH v3 22/46] media: sun6i-csi: Split stream sequences and irq code in capture
` [PATCH v3 23/46] media: sun6i-csi: Move power management to runtime pm "
` [PATCH v3 24/46] media: sun6i-csi: Move register configuration to capture
` [PATCH v3 25/46] media: sun6i-csi: Rework capture format management with helper
` [PATCH v3 26/46] media: sun6i-csi: Remove custom format helper and rework configure
` [PATCH v3 27/46] media: sun6i-csi: Add bridge dimensions and format helpers
` [PATCH v3 28/46] media: sun6i-csi: Get mbus code from bridge instead of storing it
` [PATCH v3 29/46] media: sun6i-csi: Tidy capture configure code
` [PATCH v3 30/46] media: sun6i-csi: Introduce bridge format structure, list and helper
` [PATCH v3 31/46] media: sun6i-csi: Introduce capture "
` [PATCH v3 32/46] media: sun6i-csi: Configure registers from format tables
` [PATCH v3 33/46] media: sun6i-csi: Introduce format match structure, list and helper
` [PATCH v3 34/46] media: sun6i-csi: Implement capture link validation with logic
` [PATCH v3 35/46] media: sun6i-csi: Get bridge subdev directly in capture stream ops
` [PATCH v3 36/46] media: sun6i-csi: Move hardware control to the bridge
` [PATCH v3 37/46] media: sun6i-csi: Unset bridge source on capture streamon fail
` [PATCH v3 38/46] media: sun6i-csi: Rename the capture video device to sun6i-csi-capture
` [PATCH v3 39/46] media: sun6i-csi: Cleanup headers and includes, update copyright lines
` [PATCH v3 40/46] media: sun6i-csi: Add support for MIPI CSI-2 to the bridge code
` [PATCH v3 41/46] media: sun6i-csi: Only configure capture when streaming
` [PATCH v3 42/46] media: sun6i-csi: Add extra checks to the interrupt routine
` [PATCH v3 43/46] media: sun6i-csi: Request a shared interrupt
` [PATCH v3 44/46] media: sun6i-csi: Detect the availability of the ISP
` [PATCH v3 45/46] media: sun6i-csi: Add support for hooking to the isp devices
` [PATCH v3 46/46] MAINTAINERS: Add myself as sun6i-csi maintainer and rename/move entry

[PATCH 0/6]fpga: fix for coding style and kernel-doc issues
 2022-03-11 14:28 UTC  (3+ messages)
` [PATCH 2/6] fpga: zynqmp: Initialized variables before using it

[PATCH 3/3] serial: 8250_fintek.c: Clean up set_termios() message
 2022-03-11 14:34 UTC  (3+ messages)

[PATCH v2 00/38] Sort Makefiles and platform/Kconfig
 2022-03-11 14:33 UTC  (43+ messages)
` [PATCH v2 01/38] media: xc2028: rename the driver from tuner-xc2028
` [PATCH v2 02/38] media: Makefiles: remove extra spaces
` [PATCH v2 03/38] media: Makefiles: sort entries where it fits
` [PATCH v2 04/38] media: platform: Makefile: reorganize its contents
` [PATCH v2 05/38] media: platform: move platform menu dependencies to drivers
` [PATCH v2 06/38] media: platform: place Aspeed driver on a separate dir
` [PATCH v2 07/38] media: platform: place NXP drivers "
` [PATCH v2 08/38] media: platform: place Intel "
` [PATCH v2 09/38] media: platform: place Via "
` [PATCH v2 10/38] media: platform: place Renesas "
` [PATCH v2 11/38] media: platform: allegro-dvt: move config to its own file
` [PATCH v2 12/38] media: platform: amphion: "
` [PATCH v2 13/38] media: platform: coda: "
` [PATCH v2 14/38] media: platform: exynos-gsc: "
` [PATCH v2 15/38] media: platform: ge2d: "
` [PATCH v2 16/38] media: platform: mtk-jpeg: "
` [PATCH v2 17/38] media: platform: mtk-mdp: "
` [PATCH v2 18/38] media: platform: mtk-vcodec: "
` [PATCH v2 19/38] media: platform: mtk-vpu: "
` [PATCH v2 20/38] media: platform: omap3isp: "
` [PATCH v2 21/38] media: platform: camss: "
` [PATCH v2 22/38] media: platform: venus: "
` [PATCH v2 23/38] media: platform: rga: "
` [PATCH v2 24/38] media: platform: s3c-camif: "
` [PATCH v2 25/38] media: platform: s5p-g2d: "
` [PATCH v2 26/38] media: platform: hva: "
` [PATCH v2 27/38] media: platform: stm32: "
` [PATCH v2 28/38] media: platform: sun8i-di: "
` [PATCH v2 29/38] media: platform: sun8i-rotate: "
` [PATCH v2 30/38] media: platform: vde: "
` [PATCH v2 31/38] media: platform: ti-vpe: "
` [PATCH v2 32/38] media: platform: rkisp1: "
` [PATCH v2 33/38] media: platform: delta: "
` [PATCH v2 34/38] media: platform: bdisp: "
` [PATCH v2 35/38] media: platform: s5p-mfc: "
` [PATCH v2 36/38] media: platform: s5p-jpeg: "
` [PATCH v2 37/38] media: platform: Kconfig: sort entries
` [PATCH v2 38/38] drivers: media: platform: move some manufacturer entries

[PATCH v2 0/3] PL022 DT fixes for seattle, lg and lpc platform
 2022-03-11 14:33 UTC  (6+ messages)
` [PATCH v2 3/3] ARM: dts: lpc32xx: Update spi clock properties

[PATCH] mips: cdmm: Fix refcount leak in mips_cdmm_phys_base
 2022-03-11 14:29 UTC  (2+ messages)

[PATCH 0/2] phy: mediatek: Add PCIe PHY driver
 2022-03-11 14:28 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] dt-bindings: phy: mediatek: Add YAML schema for PCIe PHY

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

[PATCH 01/12] perf test: Shell - Limit to only run executable scripts in tests
 2022-03-09 12:25 UTC  (4+ messages)
` [PATCH 12/12] perf test: Add docs for coresight and related tests

[PATCH v18 00/17] s390/vfio-ap: dynamic configuration support
 2022-03-11 14:26 UTC  (3+ messages)
` [PATCH v18 10/18] s390/vfio-ap: allow hot plug/unplug of AP devices when assigned/unassigned

[PATCH 2/3] serial: 8250_fintek.c: Report chipID
 2022-03-11 14:26 UTC  (3+ messages)

[PATCH net-next 2/3] dt-bindings: net: micrel: Configure latency values and timestamping check for LAN8814 phy
 2022-03-11 14:28 UTC  (13+ messages)

[PATCH v3 00/20] netfs: Prep for write helpers
 2022-03-11 14:23 UTC  (6+ messages)
` [PATCH v3 12/20] ceph: Make ceph_init_request() check caps on readahead

[PATCH] x86/xen: Fix kerneldoc warning
 2022-03-11 14:21 UTC  (2+ messages)

[PATCH] drivers/xen: use helper macro __ATTR_RW
 2022-03-11 14:21 UTC  (2+ messages)

[PATCH v4 0/2] xen: fix HVM kexec kernel panic
 2022-03-11 14:19 UTC  (3+ messages)
` [PATCH v4 2/2] xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32

[PATCH] xen: use time_is_before_eq_jiffies() instead of open coding it
 2022-03-11 14:18 UTC  (2+ messages)

[PATCH v2 61/66] dt-bindings: media: Add Allwinner A31 ISP bindings documentation
 2022-03-11 14:17 UTC  (11+ messages)

[PATCH] mm/swap: fix confusing comment in folio_mark_accessed
 2022-03-11 14:15 UTC 

[PATCH] fscache_aquire_cache: error instead of asserting name is set
 2022-03-11 14:12 UTC 

[PATCH] x86/mce: Cover grading of AMD machine error checks
 2022-03-11 14:07 UTC  (5+ messages)

[davidhildenbrand:cow_fixes_part_3 31/37] arch/powerpc/include/asm/book3s/64/pgtable.h:762:84: error: expected ')' before '}' token
 2022-03-11 14:03 UTC 

[PATCH v19 0/4] overlayfs override_creds=off & nested get xattr fix
 2022-03-11 14:01 UTC  (10+ messages)

[PATCH] perf parse-events: Fix null check
 2022-03-11 14:00 UTC  (2+ messages)

[PATCH] gpio: Restrict usage of gc irq members before initialization
 2022-03-11 13:59 UTC  (3+ messages)

[RFC v2 0/4] vfio/hisilicon: add acc live migration driver
 2022-03-11 13:51 UTC  (13+ messages)
                      ` iommufd(+vfio-compat) dirty tracking (Was: Re: [RFC v2 0/4] vfio/hisilicon: add acc live migration driver)

drivers/dma/iop-adma.c:170:5: error: implicit declaration of function 'list_for_each_entry_from_inside' is invalid in C99
 2022-03-11 13:42 UTC 

[toke:xdp-queueing-03 7/9] net/core/filter.c:9736:14: error: implicit declaration of function 'bpf_get_btf_vmlinux'
 2022-03-11 13:42 UTC 

[PATCH] ASoC: Intel: boards: Use temporary variable for struct device
 2022-03-11 13:42 UTC  (2+ messages)

[PATCH V7 00/20] riscv: compat: Add COMPAT mode support for rv64
 2022-03-11 13:37 UTC  (4+ messages)
` [PATCH V7 13/20] riscv: compat: process: Add UXL_32 support in start_thread

[PATCH] Drivers: hv: vmbus: Fix initialization of device object in vmbus_device_register()
 2022-03-11 13:37 UTC 

[RFC PATCH 2/3] ASoC: rt5659: Expose internal clock relationships
 2022-03-11 13:35 UTC 

[PATCH 4.9 00/38] 4.9.306-rc2 review
 2022-03-11 13:35 UTC  (2+ messages)

[PATCH -next] powerpc/smp: Remove unused inline functions
 2022-03-11 13:33 UTC  (2+ messages)

[PATCH] crypto: qcom-rng: ensure buffer for generate is completely filled
 2022-03-11 13:31 UTC  (2+ messages)

[V2 1/2] ASoC: max98390: Add reset gpio control
 2022-03-11 13:29 UTC  (2+ messages)
` [V2 2/2] ASoC: dt-bindings: max98390: add reset gpio bindings

[PATCH v3 0/3] EDAC: nuvoton: Add nuvoton NPCM memory controller driver
 2022-03-11 13:28 UTC  (3+ messages)
` [PATCH v3 2/3] dt-bindings: edac: nuvoton,npcm-memory-controller.yaml

[PATCH printk v1 00/13] implement threaded console printing
 2022-03-11 13:28 UTC  (8+ messages)
` [PATCH printk v1 11/13] printk: reimplement console_lock for proper kthread support

[PATCH -next] powerpc/kuap: Remove unused inline function __kuap_assert_locked()
 2022-03-11 13:28 UTC  (2+ messages)

Asymmetric regmap read/write reg
 2022-03-11 13:26 UTC  (2+ messages)

[PATCH] tracing: Add snapshot at end of kernel boot up
 2022-03-11 13:22 UTC  (2+ messages)

lib/list-test.c:662:45: warning: variable 'head' set but not used
 2022-03-11 13:22 UTC 

kernel/power/snapshot.c:627:17: warning: variable 'zone_start' set but not used
 2022-03-11 13:22 UTC 

[PATCH v8 0/9] vfio/hisilicon: add ACC live migration driver
 2022-03-11 13:21 UTC  (11+ messages)
` [PATCH v8 8/9] hisi_acc_vfio_pci: Add support for VFIO live migration

[PATCH] MAINTAINERS: rectify entry for ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
 2022-03-11 13:20 UTC 

[PATCH 4.14 00/31] 4.14.271-rc2 review
 2022-03-11 13:18 UTC  (2+ messages)

[PATCH] scsi: hpsa: prevent hpsa to severly delay boot
 2022-03-11 13:11 UTC  (2+ messages)

lib/list-test.c:15:2: error: type name requires a specifier or qualifier
 2022-03-11 13:11 UTC 

[PATCH v5 0/6] Provide a fraemework for RISC-V ISA extensions
 2022-03-11 13:10 UTC  (5+ messages)

[PATCH] perf bench: Fix null check
 2022-03-11 13:07 UTC 

[PATCH] MAINTAINERS: drop entry to removed file in ARM/RISCPC ARCHITECTURE
 2022-03-11 13:09 UTC 

[PATCH v4 0/4] Add basic node support for Mediatek MT8186 SoC
 2022-03-11 13:07 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: timer: Add compatible for Mediatek MT8186
` [PATCH v4 2/4] dt-bindings: watchdog: "
` [PATCH v4 3/4] dt-bindings: arm: "
` [PATCH v4 4/4] arm64: dts: Add Mediatek SoC MT8186 dts and evaluation board and Makefile

Scenario TREE07 with CONFIG_PREEMPT_DYNAMIC=n?
 2022-03-11 13:07 UTC  (4+ messages)

[PATCH v2] remoteproc: mediatek: fix side effect of mt8195 sram power on
 2022-03-11 13:05 UTC  (2+ messages)

[PATCH v2 0/4] Ingenic DRM bridge_atomic_enable proposal
 2022-03-11 13:05 UTC  (4+ messages)
` [PATCH v2 4/4] dt-bindings: display/panel: Add Leadtek ltk035c5444t

[PATCH net-next v2 0/7] net: ipa: use bulk interconnect interfaces
 2022-03-11 13:02 UTC  (4+ messages)
` [PATCH net-next v2 6/7] net: ipa: embed interconnect array in the power structure

[arm-integrator:kernel-in-vmalloc-v5.17-rc1 6/8] arch/arm/include/asm/memory.h:332:5: error: use of undeclared identifier 'KERNEL_PFN_OFFSET'
 2022-03-11 13:01 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-lib 42/54] fs/netfs/objects.c:49:2: error: implicit declaration of function 'netfs_proc_add_writeback'
 2022-03-11 13:01 UTC 

[arm-integrator:kernel-in-vmalloc-v5.17-rc1 4/8] arch/arm/mm/init.c:317:5: warning: format specifies type 'unsigned long' but the argument has type 'char *'
 2022-03-11 13:01 UTC 

[PATCH -next] mfd: db8500-prcmu: Remove unused inline function
 2022-03-11 12:55 UTC 

[arm-integrator:kernel-in-vmalloc-v5.17-rc1 4/8] arch/arm/mm/init.c:307:13: warning: no previous prototype for function 'mem_init_print_arm_info'
 2022-03-11 12:51 UTC 

[PATCH v2 0/4] clocksource: Add MCT support for ARTPEC-8
 2022-03-11 12:51 UTC  (5+ messages)
` [PATCH v2 3/4] clocksource/drivers/exynos_mct: Support local-timer-index property

[arm-integrator:kernel-in-vmalloc-v5.17-rc1 4/8] arch/arm/mm/init.c:307:13: warning: no previous prototype for 'mem_init_print_arm_info'
 2022-03-11 12:50 UTC 

[PATCH mmotm] mempolicy: mbind_range() set_policy() after vma_merge()
 2022-03-11 12:47 UTC  (11+ messages)

[PATCH v3 01/10] arch: arm: mach-hpe: Introduce the HPE GXP architecture
 2022-03-11 12:40 UTC  (2+ messages)

[PATCH v1] powerpc: Use static call for get_irq()
 2022-03-11 12:38 UTC 

[RFC PATCH v0 0/6] x86/AMD: Userspace address tagging
 2022-03-11 12:37 UTC  (3+ messages)
` [RFC PATCH v0 3/6] x86: Enable Upper Address Ignore(UAI) feature

[LSF/MM/BPF TOPIC] Enabling change notification for network and cluster fs
 2022-03-11 12:36 UTC  (2+ messages)

[PATCH V2 00/32] x86/sgx and selftests/sgx: Support SGX2
 2022-03-11 12:33 UTC  (9+ messages)
` [PATCH V2 16/32] x86/sgx: Support restricting of enclave page permissions

[PATCH 4.19 00/33] 4.19.234-rc2 review
 2022-03-11 12:32 UTC  (2+ messages)

[arm-integrator:kernel-in-vmalloc-v5.17-rc1 6/8] drivers/xen/xenfs/xenstored.c:42:20: warning: incompatible pointer to integer conversion passing 'struct xenstore_domain_interface *' to parameter of type 'unsigned long'
 2022-03-11 12:30 UTC 

[PATCH v2 0/4] scsi: libsas and users: Factor out internal abort code
 2022-03-11 12:23 UTC  (4+ messages)
` [PATCH v2 2/4] scsi: libsas: Add sas_execute_internal_abort_dev()
` [PATCH v2 3/4] scsi: pm8001: Use libsas internal abort support
` [PATCH v2 4/4] scsi: hisi_sas: "


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