linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-24 23:00:12 to 2020-11-25 04:01:47 UTC [more...]

[PATCH net-next 2/2] net: nfc: s3fwrn5: Support a UART interface
 2020-11-25  4:01 UTC  (5+ messages)

[PATCH] power: bq25890: Use the correct range for IILIM register
 2020-11-25  3:48 UTC 

[PATCH RESEND] checkpatch: Do not check git commit description style when backport the upstream commit
 2020-11-25  3:51 UTC  (2+ messages)

[PATCH v3 1/4] pwm: pca9685: Switch to atomic API
 2020-11-25  3:51 UTC  (4+ messages)
` [PATCH v3 3/4] pwm: pca9685: Support staggered output ON times

[PATCH v3 0/4] Add GCC and RPMh clock support for SDX55
 2020-11-25  3:49 UTC  (4+ messages)
` [PATCH v3 1/4] dt-bindings: clock: Add SDX55 GCC clock bindings

[PATCH 1/2] sparc: Fix handling of page table constructor failure
 2020-11-25  3:46 UTC  (2+ messages)
` [PATCH 2/2] mm: Move free_unref_page to mm/internal.h

[PATCH 0/3] Venus encoder improvements
 2020-11-25  3:46 UTC  (5+ messages)
` [PATCH 1/3] venus: venc: Init the session only once in queue_setup
` [PATCH 2/3] venus: Limit HFI sessions to the maximum supported

[PATCH v2 0/1] This patch address comments on patch v1
 2020-11-25  3:44 UTC  (6+ messages)
` [PATCH v2 1/1] ath10k: add option for chip-id based BDF selection

[arm64] kernel BUG at kernel/seccomp.c:1309!
 2020-11-25  3:36 UTC  (9+ messages)
      ` [PATCH] entry: Fix boot for !CONFIG_GENERIC_ENTRY
        ` [tip: core/entry] "

[PATCH] mmc: sdhci: Use more concise device_property_read_u64
 2020-11-25  3:36 UTC 

[PATCH 0/6] Add improvements suggested by checkpatch for vmbus_drv
 2020-11-25  3:14 UTC  (8+ messages)
` [PATCH 4/6] drivers: hv: vmbus: Fix checkpatch SPLIT_STRING

[PATCH] phy/mediatek: Make PHY_MTK_XSPHY depend on HAS_IOMEM and OF_ADDRESS to fix build errors
 2020-11-25  3:31 UTC  (3+ messages)

[PATCH v3 4/6] drivers: hv: vmbus: Fix checkpatch SPLIT_STRING
 2020-11-25  3:29 UTC 

[PATCH] checkpatch: Do not check git commit description style when backport the upstream commit
 2020-11-25  3:29 UTC 

[PATCH 00/17] kmap: Create mem*_page interfaces
 2020-11-25  3:27 UTC  (3+ messages)
` [PATCH 09/17] fs/f2fs: Remove f2fs_copy_page()

[PATCH] mmc: sdhci: Update firmware interface API
 2020-11-25  3:26 UTC  (4+ messages)

[PATCH v2 0/4] add custom hinge sensor support
 2020-11-25  3:24 UTC  (19+ messages)
` [PATCH v2 1/4] HID: hid-sensor-custom: Add custom sensor iio support
` [PATCH v2 4/4] iio: hid-sensors: Add hinge sensor driver

[PATCH v5 0/9] "Task_isolation" mode
 2020-11-25  3:20 UTC  (6+ messages)
` [PATCH v5 9/9] task_isolation: kick_all_cpus_sync: don't kick isolated cpus
    ` [EXT] "

[PATCH -tip 00/32] Core scheduling (v9)
 2020-11-25  3:12 UTC  (6+ messages)
` [PATCH -tip 14/32] sched: migration changes for core scheduling

[rcu:rcu/next] BUILD SUCCESS bb8c662823b2ebd2182bcf03c21d49c09169747d
 2020-11-25  3:09 UTC 

[PATCH net-next 1/2] dt-bindings: net: nfc: s3fwrn5: Support a UART interface
 2020-11-25  3:08 UTC  (5+ messages)

[PATCH] arm64: dts: freescale: sl28: correct MMC order
 2020-11-25  3:03 UTC  (2+ messages)

[PATCH bpf-next v8 00/34] bpf: switch to memcg-based memory accounting
 2020-11-25  3:01 UTC  (35+ messages)
` [PATCH bpf-next v8 01/34] mm: memcontrol: use helpers to read page's memcg data
` [PATCH bpf-next v8 02/34] mm: memcontrol/slab: use helpers to access slab page's memcg_data
` [PATCH bpf-next v8 03/34] mm: introduce page memcg flags
` [PATCH bpf-next v8 04/34] mm: convert page kmemcg type to a page memcg flag
` [PATCH bpf-next v8 05/34] bpf: memcg-based memory accounting for bpf progs
` [PATCH bpf-next v8 06/34] bpf: prepare for memcg-based memory accounting for bpf maps
` [PATCH bpf-next v8 07/34] bpf: "
` [PATCH bpf-next v8 08/34] bpf: refine memcg-based memory accounting for arraymap maps
` [PATCH bpf-next v8 09/34] bpf: refine memcg-based memory accounting for cpumap maps
` [PATCH bpf-next v8 10/34] bpf: memcg-based memory accounting for cgroup storage maps
` [PATCH bpf-next v8 11/34] bpf: refine memcg-based memory accounting for devmap maps
` [PATCH bpf-next v8 12/34] bpf: refine memcg-based memory accounting for hashtab maps
` [PATCH bpf-next v8 13/34] bpf: memcg-based memory accounting for lpm_trie maps
` [PATCH bpf-next v8 14/34] bpf: memcg-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v8 15/34] bpf: memcg-based memory accounting for bpf local storage maps
` [PATCH bpf-next v8 16/34] bpf: refine memcg-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v8 17/34] bpf: refine memcg-based memory accounting for xskmap maps
` [PATCH bpf-next v8 18/34] bpf: eliminate rlimit-based memory accounting for arraymap maps
` [PATCH bpf-next v8 19/34] bpf: eliminate rlimit-based memory accounting for bpf_struct_ops maps
` [PATCH bpf-next v8 20/34] bpf: eliminate rlimit-based memory accounting for cpumap maps
` [PATCH bpf-next v8 21/34] bpf: eliminate rlimit-based memory accounting for cgroup storage maps
` [PATCH bpf-next v8 22/34] bpf: eliminate rlimit-based memory accounting for devmap maps
` [PATCH bpf-next v8 23/34] bpf: eliminate rlimit-based memory accounting for hashtab maps
` [PATCH bpf-next v8 24/34] bpf: eliminate rlimit-based memory accounting for lpm_trie maps
` [PATCH bpf-next v8 25/34] bpf: eliminate rlimit-based memory accounting for queue_stack_maps maps
` [PATCH bpf-next v8 26/34] bpf: eliminate rlimit-based memory accounting for reuseport_array maps
` [PATCH bpf-next v8 27/34] bpf: eliminate rlimit-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v8 28/34] bpf: eliminate rlimit-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v8 29/34] bpf: eliminate rlimit-based memory accounting for stackmap maps
` [PATCH bpf-next v8 30/34] bpf: eliminate rlimit-based memory accounting for xskmap maps
` [PATCH bpf-next v8 31/34] bpf: eliminate rlimit-based memory accounting for bpf local storage maps
` [PATCH bpf-next v8 32/34] bpf: eliminate rlimit-based memory accounting infra for bpf maps
` [PATCH bpf-next v8 33/34] bpf: eliminate rlimit-based memory accounting for bpf progs
` [PATCH bpf-next v8 34/34] bpf: samples: do not touch RLIMIT_MEMLOCK

[PATCH bpf-next v3 0/3] Implement bpf_ima_inode_hash
 2020-11-25  3:01 UTC  (5+ messages)
` [PATCH bpf-next v3 3/3] bpf: Add a selftest for bpf_ima_inode_hash

[PATCH] arm64: dts: ls1028a: make the eMMC and SD card controllers use fixed indices
 2020-11-25  2:59 UTC  (12+ messages)

[PATCH v3 net] ptp: clockmatrix: bug fix for idtcm_strverscmp
 2020-11-25  2:58 UTC 

[PATCH] f2fs: fix to avoid REQ_TIME and CP_TIME collision
 2020-11-25  2:57 UTC 

[PATCH v4 00/16] Overhaul multi-page lookups for THP
 2020-11-25  2:56 UTC  (9+ messages)

AIMIBERICA "[your-subject]"
 2020-11-25  2:44 UTC 

[PATCH 1/2] media: mtk-vpu: VPU should be in idle state before system is suspended
 2020-11-25  2:46 UTC  (4+ messages)
` [PATCH 2/2] media: mtk-vpu: dump VPU status when IPI times out

[PATCH v3 1/3] scsi: ufs: Serialize eh_work with system PM events and async scan
 2020-11-25  2:51 UTC  (5+ messages)
` [PATCH v3 3/3] scsi: ufs: Print host regs in IRQ handler when AH8 error happens

[PATCH] x86/Hyper-V: Support for free page reporting
 2020-11-25  2:28 UTC  (2+ messages)

linux-next: build failure in Linus' tree
 2020-11-25  2:47 UTC  (4+ messages)

[tip:irq/core] BUILD SUCCESS 15b8d9372f27c47e17c91f6f16d359314cf11404
 2020-11-25  2:41 UTC 

[PATCH] arm64: dts: meson: fix spi-max-frequency on Khadas VIM2
 2020-11-25  2:40 UTC 

[PATCH v2 4/6] drivers: hv: vmbus: Fix checkpatch SPLIT_STRING
 2020-11-25  2:14 UTC 

[PATCH] arm64: defconfig: Enable Qualcomm PON driver
 2020-11-25  2:38 UTC 

[PATCH] usb: mtu3: replace spin_lock_irqsave by spin_lock in hard IRQ
 2020-11-25  2:33 UTC  (2+ messages)

general protection fault in reiserfs_security_init
 2020-11-25  2:32 UTC 

[PATCH 0/8] arm/arm64: dts: Use generic "ngpios" rather than "snps,nr-gpios"
 2020-11-25  2:28 UTC  (3+ messages)
` [PATCH 4/8] arm64: dts: hisilicon: "

[PATCH v2 00/18] dt-bindings: usb: Harmonize xHCI/EHCI/OHCI/DWC3 nodes name
 2020-11-25  2:27 UTC  (7+ messages)
` [PATCH v2 04/18] arm: dts: hisi-x5hd2: Harmonize EHCI/OHCI DT "
` [PATCH v2 06/18] arm64: dts: hisi: "
` [PATCH v2 16/18] arm64: dts: hi3660: Harmonize DWC USB3 "

[tip:core/mm] BUILD SUCCESS 7e015a279853e747f5d4f957855ec5310848c501
 2020-11-25  2:27 UTC 

[PATCH 00/11] clean up some Hisilicon-related errors detected by DT schema on arm64
 2020-11-25  2:21 UTC  (2+ messages)

[PATCH v9 0/3] Use the generic PHY framework for Ingenic USB PHY
 2020-11-25  2:20 UTC  (3+ messages)
` [PATCH v9 2/3] dt-bindings: USB: Add bindings for Ingenic JZ4775 and X2000

[PATCH -next v2] sched/topology: Mark some symbols with static keyword
 2020-11-25  2:30 UTC 

[RFC PATCH] vfio/pci: Allow force needs_pm_restore as specified by device:vendor
 2020-11-25  2:18 UTC 

[PATCH] clk: imx6q: demote warning about pre-boot ldb_di_clk reparenting
 2020-11-25  2:17 UTC  (2+ messages)

WARNING in __rate_control_send_low
 2020-11-25  2:16 UTC  (2+ messages)

[RFC PATCH 0/4] irq: Reorder time handling against HARDIRQ_OFFSET on IRQ entry
 2020-11-25  2:15 UTC  (5+ messages)
` [RFC PATCH 1/4] sched/vtime: Consolidate IRQ time accounting
` [RFC PATCH 2/4] s390/vtime: Convert to consolidated "
` [RFC PATCH 3/4] sched/irqtime: Move irqtime entry accounting after irq offset incrementation
` [RFC PATCH 4/4] irq: Call tick_irq_enter() inside HARDIRQ_OFFSET

[PATCH v1] clk: tegra30: Use 300MHz for video decoder by default
 2020-11-25  2:15 UTC  (4+ messages)

[PATCH v1] usb: typec: tcpm: Disregard vbus off while in PR_SWAP_SNK_SRC_SOURCE_ON
 2020-11-25  2:07 UTC 

[PATCH] clk: tegra: Do not return 0 on failure
 2020-11-25  2:06 UTC  (4+ messages)

[Patch v2 0/6] Enable Qualcomm Crypto Engine on sdm845
 2020-11-25  2:05 UTC  (7+ messages)
` [Patch v2 1/6] dt-bindings: clock: Add entry for crypto engine RPMH clock resource
` [Patch v2 2/6] clk: qcom: rpmh: Add CE clock on sdm845
` [Patch v2 4/6] drivers: crypto: qce: Fix SHA result buffer corruption issues

memory leak in qrtr_tun_open
 2020-11-25  2:05 UTC 

[RFC PATCH v5] sched/fair: select idle cpu from idle cpumask for task wakeup
 2020-11-25  2:03 UTC  (5+ messages)

[PATCH v2 1/2] scsi: ufs: Refector ufshcd_setup_clocks() to remove skip_ref_clk
 2020-11-25  2:02 UTC  (6+ messages)
` [PATCH v2 2/2] scsi: ufs-qcom: Keep core_clk_unipro ON while link is active

[PATCH] net/ethernet/freescale: Fix incorrect IS_ERR_VALUE macro usages
 2020-11-25  1:57 UTC  (4+ messages)

[net-next v3 0/8] seg6: add support for SRv6 End.DT4/DT6 behavior
 2020-11-25  1:58 UTC  (6+ messages)
` [net-next v3 5/8] seg6: add support for the SRv6 End.DT4 behavior

[PATCH] iommu: fix return error code in iommu_probe_device()
 2020-11-25  1:54 UTC  (5+ messages)

[PATCH v12 0/4] SELinux support for anonymous inodes and UFFD
 2020-11-25  1:52 UTC  (13+ messages)
` [PATCH v12 3/4] selinux: teach SELinux about anonymous inodes

[PATCH 1/1] x86/tboot: Don't disable swiotlb when iommu is forced on
 2020-11-25  1:41 UTC 

[PATCH] usb: typec: tcpm: Stay in SNK_TRY_WAIT_DEBOUNCE_CHECK_VBUS till Rp is seen
 2020-11-25  1:48 UTC 

[PATCH] memstick: r592: Fix error return in r592_probe()
 2020-11-25  1:47 UTC 

[PATCH 1/1] ktest.pl: Fix incorrect reboot for grub2bls
 2020-11-25  1:33 UTC  (3+ messages)

linux-next: manual merge of the rdma tree with the arm-soc tree
 2020-11-25  1:33 UTC 

[PATCH -next] sched/topology: Mark some symbols with static keyword
 2020-11-25  1:31 UTC  (3+ messages)
  ` 答复: "

[net-next PATCH v5 0/4] net: dsa: mv88e6xxx: serdes link without phy
 2020-11-25  1:20 UTC  (5+ messages)
` [net-next PATCH v5 1/4] net: dsa: mv88e6xxx: Don't force link when using in-band-status
` [net-next PATCH v5 3/4] net: dsa: mv88e6xxx: Add serdes interrupt support for MV88E6097

[PATCH v2 02/24] exec: Simplify unshare_files
 2020-11-25  1:16 UTC  (7+ messages)

[GIT PULL] irqchip fixes for 5.10, take #2
 2020-11-25  1:15 UTC  (2+ messages)
` [tip: irq/urgent] Merge tag 'irqchip-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent

[tip:x86/misc] BUILD SUCCESS aeaaf005da1de075929e56562dced4a58238efc4
 2020-11-25  1:14 UTC 

[PATCH] mmc: mediatek: Add system suspend/resume interface
 2020-11-25  1:10 UTC  (3+ messages)

[PATCH v3 00/10] Introduced new Cadence USBSSP DRD Driver
 2020-11-25  1:10 UTC  (3+ messages)
` [PATCH v3 10/10] MAINTAINERS: add Cadence USBSSP DRD IP driver entry

[PATCH v1 0/2] Add support to capture external module's SCM version
 2020-11-25  1:05 UTC  (4+ messages)
` [PATCH v2 0/2] Adds support to capture "
  ` [PATCH v2 1/2] scripts/setlocalversion: allow running in a subdir
  ` [PATCH v2 2/2] modules: add scmversion field

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-25  1:05 UTC  (28+ messages)
                  ` [Intel-wired-lan] "

[PATCH] vfio iommu type1: Bypass the vma permission check in vfio_pin_pages_remote()
 2020-11-25  1:05 UTC  (3+ messages)

[PATCH 1/2] genirq: add an affinity parameter to irq_create_mapping()
 2020-11-25  1:03 UTC  (2+ messages)

[PATCH] soundwire: master: use pm_runtime_set_active() on add
 2020-11-24 13:07 UTC 

Potential Issue in Tracing Ring Buffer
 2020-11-25  0:56 UTC  (2+ messages)

INFO: task hung in addrconf_verify_work (4)
 2020-11-25  0:55 UTC 

[PATCH 2/2] mm/vmalloc: rework the drain logic
 2020-11-25  0:52 UTC  (12+ messages)

[PATCH 1/5] riscv: Coding convention for xchg
 2020-11-25  0:52 UTC  (4+ messages)
` [PATCH 2/5] riscv: Add QUEUED_SPINLOCKS & QUEUED_RWLOCKS supported

[PATCH v4] arm64: dts: qcom: sc7180-trogdor: Make pp3300_a the default supply for pp3300_hub
 2020-11-25  0:48 UTC 

kernel BUG at mm/highmem.c:417! invalid opcode: 0000 EIP: zero_user_segments
 2020-11-25  0:46 UTC  (3+ messages)

[PATCH v6 1/4] dt-bindings: soc: imx8m: add DT Binding doc for soc unique ID
 2020-11-25  0:44 UTC  (3+ messages)
` [PATCH v6 4/4] soc: imx8m: change to use platform driver

[tip:x86/urgent] BUILD SUCCESS 758999246965eeb8b253d47e72f7bfe508804b16
 2020-11-25  0:36 UTC 

[PATCH] Revert "usb: cdns3: core: quit if it uses role switch class"
 2020-11-25  0:36 UTC  (8+ messages)

drivers/net/wan/slic_ds26522.c:205:12: warning: stack frame size of 12288 bytes in function 'slic_ds26522_probe'
 2020-11-25  0:33 UTC  (5+ messages)
  ` [kbuild-all] "

[tip:core/entry 1/1] include/linux/thread_info.h:136:45: error: 'TIF_WORK_SECCOMP' undeclared; did you mean
 2020-11-25  0:33 UTC 

[tip:core/entry 1/1] include/linux/thread_info.h:136:45: error: 'TIF_WORK_SECCOMP' undeclared; did you mean
 2020-11-25  0:33 UTC 

j721e-evm.c:undefined reference to `clk_set_parent'
 2020-11-25  0:32 UTC 

[tip:core/entry 1/1] include/linux/seccomp.h:45:15: error: use of undeclared identifier 'TIF_WORK_SECCOMP'
 2020-11-25  0:19 UTC  (2+ messages)

[PATCH net-next v1 1/2] lan743x: clean up software_isr function
 2020-11-25  0:17 UTC  (2+ messages)

[PATCH 0/3] clk/sunxi/media: Fix builds with COMMON_CLK and HAVE_LEGACY_CLK
 2020-11-25  0:14 UTC  (7+ messages)
` [PATCH 1/3] clk: fix redefinition of clk_prepare on MIPS with HAVE_LEGACY_CLK
` [RFC 3/3] media: atomisp: do not select COMMON_CLK to fix builds

linux-next: Signed-off-by missing for commit in the cel tree
 2020-11-25  0:06 UTC  (2+ messages)

[RFC 0/2] Introduce perf-stat -b for BPF programs
 2020-11-25  0:02 UTC  (18+ messages)
` [RFC 1/2] perf: support build BPF skeletons with perf
` [RFC 2/2] perf-stat: enable counting events for BPF programs

[PATCH v2 net] ptp: clockmatrix: bug fix for idtcm_strverscmp
 2020-11-24 23:59 UTC  (2+ messages)

[GIT PULL] SMB3 Fixes
 2020-11-24 23:47 UTC  (2+ messages)

[PATCH v6] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2020-11-24 23:46 UTC  (5+ messages)

[PATCH v2 00/19] Add generic vdso_base tracking
 2020-11-24 23:43 UTC  (7+ messages)
` [PATCH v2 12/19] x86/signal: Land on &frame->retcode when vdso isn't mapped
` [PATCH v2 13/19] x86/signal: Check if vdso_image_32 is mapped before trying to land on it
` [PATCH v2 14/19] mm: Add vdso_base in mm_struct

[PATCH v2 00/22] x86: Support Intel Advanced Matrix Extensions
 2020-11-24 23:41 UTC  (5+ messages)
` [PATCH v2 22/22] x86/fpu/xstate: Introduce boot-parameters for control some state component support

[PATCH] ARM: dts: sun8i: s3: pinecube: add ethernet alias for Wi-Fi
 2020-11-24 23:30 UTC  (2+ messages)

[PATCH] x86/PCI: Convert force_disable_hpet() to standard quirk
 2020-11-24 23:27 UTC  (2+ messages)

[PATCH v8 1/3] PCI: portdrv: Add pcie_port_service_get_irq() function
 2020-11-24 23:25 UTC  (2+ messages)

kernel BUG at fs/ext4/inode.c:LINE!
 2020-11-24 23:24 UTC  (13+ messages)

[PATCH][next] scsi: pm8001: remove space in a debug message
 2020-11-24 23:23 UTC  (2+ messages)

[PATCH v8 3/3] PCI: uniphier: Add misc interrupt handler to invoke PME and AER
 2020-11-24 23:20 UTC  (2+ messages)

[RFC Patch 0/2] KVM: SVM: Cgroup support for SVM SEV ASIDs
 2020-11-24 23:18 UTC  (8+ messages)

[RESEND,PATCH] ARM: fix __div64_32() error when compiling with clang
 2020-11-24 23:16 UTC  (2+ messages)

[PATCH RESEND 0/5] iommu/tegra-smmu: Some pending reviewed changes
 2020-11-24 23:12 UTC  (4+ messages)

[PATCH] net: phy: fix auto-negotiation in case of 'down-shift'
 2020-11-24 23:07 UTC  (2+ messages)
` [PATCH v3 net-next] net: phy: realtek: read actual speed on rtl8211f to detect downshift

[PATCH v2] net: mvpp2: divide fifo for dts-active ports only
 2020-11-24 23:07 UTC  (3+ messages)

[PATCH] HID: wacom: Constify attribute_groups
 2020-11-24 23:01 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).