linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-29 21:25:30 to 2020-06-29 21:45:51 UTC [more...]

[PATCH 5.7 000/265] 5.7.7-rc1 review
 2020-06-29 15:16 UTC  (32+ messages)
` [PATCH 5.7 002/265] block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failed
` [PATCH 5.7 003/265] enetc: Fix tx rings bitmap iteration range, irq handling
` [PATCH 5.7 004/265] ethtool: Fix check in ethtool_rx_flow_rule_create
` [PATCH 5.7 005/265] geneve: allow changing DF behavior after creation
` [PATCH 5.7 006/265] ibmveth: Fix max MTU limit
` [PATCH 5.7 007/265] mld: fix memory leak in ipv6_mc_destroy_dev()
` [PATCH 5.7 008/265] mlxsw: spectrum: Do not rely on machine endianness
` [PATCH 5.7 009/265] mvpp2: ethtool rxtx stats fix
` [PATCH 5.7 010/265] net: bridge: enfore alignment for ethernet address
` [PATCH 5.7 011/265] net: core: reduce recursion limit value
` [PATCH 5.7 012/265] net: Do not clear the sock TX queue in sk_set_socket()
` [PATCH 5.7 014/265] net: fix memleak in register_netdevice()
` [PATCH 5.7 015/265] net: Fix the arp error in some cases
` [PATCH 5.7 016/265] net: increment xmit_recursion level in dev_direct_xmit()
` [PATCH 5.7 017/265] net: usb: ax88179_178a: fix packet alignment padding
` [PATCH 5.7 018/265] openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt_len
` [PATCH 5.7 019/265] rocker: fix incorrect error handling in dma_rings_init
` [PATCH 5.7 024/265] tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezes
` [PATCH 5.7 025/265] ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()
` [PATCH 5.7 028/265] bnxt_en: Store the running firmware version code
` [PATCH 5.7 032/265] net: phylink: fix ethtool -A with attached PHYs
` [PATCH 5.7 036/265] sch_cake: fix a few style nits
` [PATCH 5.7 037/265] tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT
` [PATCH 5.7 039/265] net: macb: undo operations in case of failure
` [PATCH 5.7 041/265] mptcp: drop sndr_key in mptcp_syn_options
` [PATCH 5.7 042/265] mptcp: fix memory leak in mptcp_subflow_create_socket()
` [PATCH 5.7 044/265] net: macb: call pm_runtime_put_sync on failure path
` [PATCH 5.7 045/265] net: phy: mscc: avoid skcipher API for single block AES encryption
` [PATCH 5.7 103/265] ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul XWC-2000
` [PATCH 5.7 166/265] qed: add missing error test for DBG_STATUS_NO_MATCHING_FRAMING_MODE
` [PATCH 5.7 176/265] selftests/powerpc: Fix build failure in ebb tests

[PATCH 1/3] Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardening
 2020-06-29 18:19 UTC 

[PATCH 0/4] Fix a bunch of W=1 warnings in PWM
 2020-06-29 12:47 UTC  (4+ messages)
` [PATCH 1/4] pwm: bcm-iproc: Remove impossible comparison when validating duty cycle
` [PATCH 2/4] pwm: bcm-kona: "
` [PATCH 4/4] pwm: omap-dmtimer: Repair pwm_omap_dmtimer_chip's broken kerneldoc header

[PATCH 1/2] hugetlb: clear huge pte during flush function on mips platform
 2020-06-29 13:15 UTC  (2+ messages)
` [PATCH 2/2] hugetlb: use lightweight tlb flush when update huge tlb on mips

[PATCH 00/20] Fix a bunch more W=1 warnings in Misc
 2020-06-29 15:02 UTC  (13+ messages)
` [PATCH 03/20] misc: habanalabs: firmware_if: Add missing 'fw_name' and 'dst' entries to function header
` [PATCH 05/20] misc: habanalabs: irq: Repair kerneldoc formatting issues
` [PATCH 07/20] misc: habanalabs: pci: Scrub documentation for non-present function argument
` [PATCH 08/20] misc: habanalabs: goya: goya_coresight: Remove set but unused variable 'val'
` [PATCH 09/20] misc: habanalabs: gaudi: Remove ill placed asterisk from kerneldoc header
` [PATCH 10/20] misc: habanalabs: gaudi: gaudi_security: Repair incorrectly named function arg

[PATCH v2 00/13] Enable GPU for SM8150 and SM8250
 2020-06-29 17:20 UTC  (12+ messages)
` [PATCH v2 01/13] clk: qcom: gcc: fix sm8150 GPU and NPU clocks
` [PATCH v2 02/13] clk: qcom: clk-alpha-pll: remove unused/incorrect PLL_CAL_VAL
` [PATCH v2 03/13] clk: qcom: clk-alpha-pll: same regs and ops for trion and lucid
` [PATCH v2 04/13] clk: qcom: clk-alpha-pll: use the right PCAL_DONE value for lucid pll
` [PATCH v2 06/13] dt-bindings: clock: Introduce SM8150 QCOM Graphics clock bindings
` [PATCH v2 07/13] dt-bindings: clock: Introduce SM8250 "
` [PATCH v2 08/13] clk: qcom: add common gdsc_gx_do_nothing_enable for gpucc drivers
` [PATCH v2 09/13] clk: qcom: Add graphics clock controller driver for SM8150
` [PATCH v2 11/13] dt-bindings: power: Add missing rpmpd rpmh regulator level
` [PATCH v2 12/13] arm64: dts: qcom: add sm8150 GPU nodes
` [PATCH v2 13/13] arm64: dts: qcom: add sm8250 "

[PATCH v2 00/10] net: improve devres helpers
 2020-06-29 17:19 UTC  (7+ messages)
` [PATCH v2 03/10] net: devres: rename the release callback of devm_register_netdev()
` [PATCH v2 05/10] phy: un-inline devm_mdiobus_register()
` [PATCH v2 06/10] phy: mdio: add kerneldoc for __devm_mdiobus_register()

[PATCH 0/5] Last batch of W=1 warning fixes in MFD
 2020-06-29 12:51 UTC  (3+ messages)
` [PATCH 2/5] mfd: lm3533-ctrlbank: Cap BRIGHTNESS_MAX to 127 since API uses u8 as carrier

[PATCH v3] ASoC: Intel: kbl_rt5663_rt5514_max98927: Split be_hw_params_fixup function
 2020-06-29 18:19 UTC  (9+ messages)

KMSAN: uninit-value in macvlan_start_xmit
 2020-06-29 16:11 UTC 

[PATCH v3 0/7] x86/boot: Remove runtime relocations from compressed kernel
 2020-06-29 16:10 UTC  (6+ messages)
` [PATCH v3 1/7] x86/boot/compressed: Move .got.plt entries out of the .got section

[PATCH 0/2] can: flexcan: small fix and ISO CAN-FD support
 2020-06-29 18:18 UTC  (3+ messages)
` [PATCH 1/2] can: flexcan: use ctrlmode to enable CAN-FD
` [PATCH 2/2] can: flexcan: add support for ISO CAN-FD

[PATCH 1/2] platform/chrome: cros_ec_typec: Use workqueue for port update
 2020-06-29 16:08 UTC  (4+ messages)
` [PATCH 2/2] platform/chrome: cros_ec_typec: Add PM support

KASAN: use-after-free Read in tipc_nl_publ_dump (2)
 2020-06-29 16:11 UTC 

drivers/gpu/drm/panel/panel-samsung-ld9040.c:240:12: warning: stack frame size of 8312 bytes in function 'ld9040_prepare'
 2020-06-29 18:18 UTC  (5+ messages)

[PATCH v9 0/3] phy: zynqmp: Add PHY driver for the Xilinx ZynqMP Gigabit Transceiver
 2020-06-29 13:49 UTC  (3+ messages)

[PATCH v4 1/2] ARM: imx: mach-imx6q: Search for fsl,imx6q-iomuxc-gpr earlier
 2020-06-29 13:09 UTC  (3+ messages)
` [PATCH v4 2/2] ARM: imx6plus: enable internal routing of clk_enet_ref where possible

[PATCH v4] tty: serial: don't do termios for BTIF
 2020-06-29  8:40 UTC  (4+ messages)

[PATCH 1/2] arm64: dts: hisilicon: Use phandles for overriding nodes in hi6220
 2020-06-29  8:16 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: hisilicon: Align UART nodename with dtschema

[PATCH] f2fs: avoid readahead race condition
 2020-06-29 18:25 UTC  (5+ messages)
` [PATCH v2] "
  ` [f2fs-dev] "

[PATCH 0/6] Overhaul memalloc_no*
 2020-06-29 21:28 UTC  (7+ messages)
` [PATCH 6/6] mm: Add memalloc_nowait

[PATCH 0/3] phy: qcom-qmp: add V4 USB PHYs
 2020-06-29  9:41 UTC  (2+ messages)

[PATCH 0/3 V2] ring-buffer: Restructure ftrace ring buffer time keeping to allow accurate nested timing
 2020-06-29 13:49 UTC  (3+ messages)
` [PATCH 1/3 V2] ring-buffer: Have nested events still record running time stamp

[PATCH v4 0/3] ALSA: compress: Document stream states and fix gapless SM
 2020-06-29 10:59 UTC  (8+ messages)
` [PATCH v4 1/3] ALSA: compress: document the compress audio state machine
` [PATCH v4 2/3] ALSA: compress: document the compress gapless "
` [PATCH v4 3/3] ALSA: compress: fix partial_drain completion state

[PATCH v4 00/10] Add MMC and DMA support for Actions S700
 2020-06-29 13:21 UTC  (9+ messages)
` [PATCH v4 02/10] dmaengine: Actions: Add support for S700 DMA engine

[PATCH v2 0/5] Fix split view search and debug info navigation
 2020-06-29 14:46 UTC  (9+ messages)
` [PATCH v2 1/5] kconfig: qconf: cleanup includes
` [PATCH v2 2/5] kconfig: qconf: ensure that only one item will be highlighted
` [PATCH v2 3/5] kconfig: qconf: make search fully work again on split mode
` [PATCH v2 4/5] kconfig: qconf: make debug links work again
` [PATCH v2 5/5] kconfig: qconf: navigate menus on hyperlinks
` [PATCH] kconfig: qconf: re-implement setSelected()

[PATCH 1/2] usb: mtu3: disable USB2 LPM
 2020-06-29  8:10 UTC  (4+ messages)
  ` [PATCH 2/2] usb: mtu3: fix NULL pointer dereference

[PATCHv3 0/7] System Cache support for GPU and required SMMU support
 2020-06-29 15:52 UTC  (2+ messages)
` [PATCHv3 4/7] iommu: arm-smmu-impl: Remove unwanted extra blank lines

[PATCH v5 0/3] ALSA: compress: Document stream states and fix gapless SM
 2020-06-29 13:47 UTC  (3+ messages)
` [PATCH v5 2/3] ALSA: compress: document the compress gapless audio state machine
` [PATCH v5 3/3] ALSA: compress: fix partial_drain completion state

[PATCH v3 1/2] dt-bindings: iio: bmc150_magn: Document and fix missing compatibles
 2020-06-29 10:05 UTC  (2+ messages)
` [PATCH v3 2/2] iio: magnetometer: bmc150: Add proper compatible for BMM150

[PATCH v2] PM / devfreq: rk3399_dmc: Fix kernel oops when rockchip,pmu is absent
 2020-06-29 13:22 UTC  (7+ messages)

[PATCH 1/4] phy: core: fix code style in devm_of_phy_provider_unregister
 2020-06-29 14:50 UTC  (2+ messages)
` [PATCH 4/4] phy: ti-pipe3: remove set but unused variable

[PATCH 0/4] Mac IOP driver fixes
 2020-06-29 21:39 UTC  (3+ messages)

[PATCH 0/2] m68k: fixups for recent changes in memory initialization
 2020-06-29  4:14 UTC  (5+ messages)
` [PATCH 1/2] m68k: nommu: register start of the memory with memblock

[PATCH v8 0/3] phy: zynqmp: Add PHY driver for the Xilinx ZynqMP Gigabit Transceiver
 2020-06-29  9:39 UTC  (2+ messages)

[PATCH 1/3] ARM: dts: alpine: Align GIC nodename with dtschema
 2020-06-29  8:15 UTC  (2+ messages)
` [PATCH 3/3] arm64: dts: alpine: Fix GIC unit address

[PATCH net-next 0/3] net: ipa: small improvements
 2020-06-29 21:37 UTC  (4+ messages)
` [PATCH net-next 1/3] net: ipa: always report GSI state errors
` [PATCH net-next 2/3] net: ipa: standarize more GSI error messages
` [PATCH net-next 3/3] net: ipa: kill IPA_MEM_UC_OFFSET

[PATCH] doc: update URL for sparse's tarballs
 2020-06-29  4:41 UTC  (3+ messages)
` [PATCH] doc: add link to sparse's home page/internal docs

[PATCH] mmc: sdio: Move SDIO IDs from rsi_sdio driver to common include file
 2020-06-29  7:21 UTC 

[PATCH] dt-bindings: phy: qcom: Fix missing 'ranges' and example addresses
 2020-06-29  9:49 UTC  (2+ messages)

[PATCH v6 0/6] DVFS for IO devices on sdm845 and sc7180
 2020-06-29 10:49 UTC  (4+ messages)
` [PATCH v6 5/6] media: venus: core: Add support for opp tables/perf voting

[PATCH v3 0/2] phy: qcom-snps: Add runtime suspend and resume handlers
 2020-06-29  9:46 UTC  (4+ messages)
` [PATCH v3 1/2] "

[PATCH RFC 0/5] Introduced new Cadence USBSSP DRD Driver
 2020-06-29 11:43 UTC  (11+ messages)
` [PATCH RFC 2/5] usb:cdns3: Add pci to platform driver wrapper

[PATCH v4 1/5] scsi: ufs: Add UFS feature related parameter
 2020-06-29  6:50 UTC  (3+ messages)
` [PATCH v4 0/5] scsi: ufs: Add Host Performance Booster Support
    ` [PATCH v4 2/5] scsi: ufs: Add UFS-feature layer

[PATCH v4 0/9] Introduce features and debugfs/sysfs entries for MHI
 2020-06-29 16:39 UTC  (2+ messages)
` [PATCH v4 6/9] bus: mhi: core: Introduce helper function to check device state

[PATCH] drm: sun4i: hdmi: Remove extra HPD polling
 2020-06-29  6:00 UTC 

WARNING in tracepoint_add_func
 2020-06-29 12:56 UTC  (2+ messages)

[PATCH v4 00/17] Warn on orphan section placement
 2020-06-29 18:37 UTC  (10+ messages)
` [PATCH v4 05/17] ctype: Work around Clang -mbranch-protection=none bug
` [PATCH v4 14/17] arm/build: Warn on orphan section placement

[PATCH v2 00/17] arm/arm64: Turning IPIs into normal interrupts
 2020-06-29  9:37 UTC  (4+ messages)
` [PATCH v2 04/17] ARM: Allow IPIs to be handled as "

[RFC PATCH] tick/sched: update full_nohz status after SCHED dep is cleared
 2020-06-29 12:42 UTC  (11+ messages)

[PATCH/RFC v4 0/4] treewide: add regulator condition on _mmc_suspend()
 2020-06-29 16:14 UTC  (9+ messages)
` [PATCH/RFC v4 2/4] regulator: fixed: add regulator_ops members for suspend/resume

[PATCH v2] brcmfmac: Transform compatible string for FW loading
 2020-06-29 11:01 UTC 

[PATCH] scsi: sd: add runtime pm to open / release
 2020-06-29 17:40 UTC  (9+ messages)

[RFC 00/10] perf tools: Add support to reuse metric
 2020-06-29 21:33 UTC  (3+ messages)

[PATCH v2 0/3] Drivers: hv: vmbus: vmbus_requestor data structure for VMBus hardening
 2020-06-29 21:33 UTC  (3+ messages)
` [PATCH v2 3/3] hv_netvsc: Use vmbus_requestor to generate transaction IDs "

[PATCH] arm64: dts: xilinx: Align IOMMU nodename with dtschema
 2020-06-29  8:17 UTC 

[PATCH] phy: qcom: remove ufs qmp phy driver
 2020-06-29 14:54 UTC 

[PATCH v9 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-06-29 14:44 UTC  (2+ messages)

[PATCH -next] ASoC: Documentation: fix reference to renamed source file
 2020-06-29 18:15 UTC  (2+ messages)

[PATCH v3 0/3] ALSA: compress: Document stream states and fix gapless SM
 2020-06-29  5:16 UTC  (4+ messages)
` [PATCH v3 3/3] ALSA: compress: fix partial_drain completion state

[PATCH] spi: spi-geni-qcom: Don't set the cs if it was already right
 2020-06-29 11:53 UTC  (2+ messages)

[PATCH 1/3] reset: imx7: Support module build
 2020-06-29 12:46 UTC  (14+ messages)
` [PATCH 2/3] arm64: defconfig: Select CONFIG_RESET_IMX7 by default
` [PATCH 3/3] ARM: imx: Select RESET_IMX7 for i.MX7D

[PATCH] ima: Rename internal audit rule functions
 2020-06-29 21:30 UTC  (2+ messages)

[PATCH for v5.8 0/3] fix for "mm: balance LRU lists based on relative thrashing" patchset
 2020-06-29 10:27 UTC  (5+ messages)
` [PATCH for v5.8 2/3] mm/swap: fix for "mm: workingset: age nonresident information alongside anonymous pages"
` [PATCH for v5.8 3/3] mm/memory: fix IO cost for anonymous page

[PATCH 4.19 000/267] 4.19.129-rc1 review
 2020-06-29 14:26 UTC  (6+ messages)
` [PATCH 4.19 182/267] spi: dw: Return any value retrieved from the dma_transfer callback

[PATCH] pci: consolidate typing of pci_error_handlers::error_detected()
 2020-06-29 21:29 UTC  (2+ messages)

[PATCH v3 00/15] HWPOISON: soft offline rework
 2020-06-29 10:29 UTC  (2+ messages)

[PATCH] arm64: dts: spcfpga: Align GIC, NAND and UART nodenames with dtschema
 2020-06-29  8:16 UTC 

[PATCH v3 0/1] s390: virtio: let arch choose to accept devices without IOMMU feature
 2020-06-29 16:10 UTC  (7+ messages)
` [PATCH v3 1/1] s390: virtio: let arch "

[RFC][PATCHSET] regset ->get() rework
 2020-06-29 18:26 UTC  (27+ messages)
` [PATCH 01/41] introduction of regset ->get() wrappers, switching ELF coredumps to those
  ` [PATCH 02/41] x86: copy_fpstate_to_sigframe(): have fpregs_soft_get() use kernel buffer
  ` [PATCH 05/41] [ia64] teach elf_access_reg() to handle the missing range (r16..r31)
  ` [PATCH 06/41] [ia64] regularize do_gpregs_[gs]et()
  ` [PATCH 07/41] [ia64] access_uarea(): stop bothering with gpregs_[gs]et()
  ` [PATCH 08/41] [ia64] access_uarea(): don't bother with fpregs_[gs]et()
  ` [PATCH 10/41] sparc32: get rid of odd callers of copy_regset_to_user()
  ` [PATCH 11/41] sparc64: "
  ` [PATCH 12/41] sparc32: get rid of odd callers of copy_regset_from_user()
  ` [PATCH 13/41] sparc64: "
  ` [PATCH 15/41] arm64: get rid of copy_regset_to_user() in compat_ptrace_read_user()
  ` [PATCH 16/41] arm64: sanitize compat_ptrace_write_user()
  ` [PATCH 19/41] x86: switch to ->get2()
  ` [PATCH 20/41] powerpc: "
  ` [PATCH 21/41] s390: "
  ` [PATCH 23/41] mips: "
  ` [PATCH 24/41] arm64: "
  ` [PATCH 25/41] sh: convert "
  ` [PATCH 27/41] arc: switch "
  ` [PATCH 28/41] ia64: "
  ` [PATCH 31/41] openrisc: "
  ` [PATCH 32/41] h8300: "
  ` [PATCH 35/41] nds32: "
  ` [PATCH 37/41] xtensa: "
  ` [PATCH 38/41] csky: "
  ` [PATCH 39/41] regset: kill ->get()

[PATCH] m68k: Use sizeof_field() helper
 2020-06-29 18:05 UTC  (2+ messages)

[PATCH 1/2] staging: rtl8188eu: use compound assignment operators
 2020-06-29 16:12 UTC 

[PATCH] dt-bindings: net: bluetooth: realtek: Fix uart-has-rtscts example
 2020-06-29 18:05 UTC 

[PATCH v2 1/2] platform/chrome: cros_ec_typec: Use workqueue for port update
 2020-06-29 16:13 UTC  (2+ messages)
` [PATCH v2 2/2] platform/chrome: cros_ec_typec: Add PM support

[PATCH V3 00/10] Support building i.MX8 SoCs clock driver as module
 2020-06-29 11:58 UTC  (9+ messages)
` [PATCH V3 02/10] init.h: Fix the __setup_param() macro for module build
` [PATCH V3 10/10] clk: imx8qxp: Support "

[PATCH net 0/3] net: ipa: three bug fixes
 2020-06-29 21:26 UTC  (2+ messages)
` [PATCH net 3/3] net: ipa: introduce ipa_cmd_tag_process()

[RFC PATCH 00/13] Core scheduling v5
 2020-06-29 12:33 UTC  (3+ messages)

[PATCH 0/4] dt-bindings: fix 'make clean' and improve dt-schema check rules
 2020-06-29 21:25 UTC  (3+ messages)
` [PATCH 3/4] dt-bindings: copy process-schema-examples.yaml to process-schema.yaml

[PATCH 00/10] Enable GPU for SM8150 and SM8250
 2020-06-29 17:27 UTC  (4+ messages)
` [PATCH 07/10] clk: qcom: Add graphics clock controller driver for SM8150


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