linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-22 14:58:59 to 2021-01-22 17:21:18 UTC [more...]

[PATCH v18 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-01-22 14:55 UTC  (3+ messages)
` [PATCH v18 01/10] fs/ntfs3: Add headers and misc files

[PATCH v7 0/4] arm64: ARMv8.5-A: MTE: Add async mode support
 2021-01-22 15:01 UTC  (4+ messages)
` [PATCH v7 3/4] kasan: Add report for async mode

[PATCH 4.14 00/50] 4.14.217-rc1 review
 2021-01-22 15:59 UTC  (8+ messages)

[PATCH 5.4 00/33] 5.4.92-rc1 review
 2021-01-22 16:55 UTC  (7+ messages)
` [PATCH 5.4 09/33] nfsd4: readdirplus shouldnt return parent of export
` [PATCH 5.4 18/33] mlxsw: core: Increase critical threshold for ASIC thermal zone
` [PATCH 5.4 19/33] net: mvpp2: Remove Pause and Asym_Pause support
` [PATCH 5.4 24/33] rxrpc: Call state should be read with READ_ONCE() under some circumstances
` [PATCH 5.4 29/33] net, sctp, filter: remap copy_from_user failure error

[net-next PATCH v4 00/15] ACPI support for dpaa2 driver
 2021-01-22 16:40 UTC  (10+ messages)
` [net-next PATCH v4 01/15] Documentation: ACPI: DSD: Document MDIO PHY
` [net-next PATCH v4 02/15] net: phy: Introduce fwnode_mdio_find_device()
` [net-next PATCH v4 06/15] of: mdio: Refactor of_get_phy_id()
` [net-next PATCH v4 09/15] device property: Introduce fwnode_get_id()
` [net-next PATCH v4 10/15] net: mdio: Add ACPI support code for mdio
` [net-next PATCH v4 13/15] phylink: introduce phylink_fwnode_phy_connect()
` [net-next PATCH v4 14/15] net: phylink: Refactor phylink_of_phy_connect()

[PATCH v4 0/3] kasan: Fix metadata detection for KASAN_HW_TAGS
 2021-01-22 16:10 UTC  (5+ messages)
` [PATCH v4 2/3] kasan: Add explicit preconditions to kasan_report()
` [PATCH v4 3/3] kasan: Make addr_has_metadata() return true for valid addresses

[RFC PATCH 0/2] soundwire: add static port mapping support
 2021-01-22 16:42 UTC  (13+ messages)
` [RFC PATCH 1/2] soundwire: add support for static port mapping

[PATCH] PM / clk: make PM clock layer compatible with clocks that must sleep
 2021-01-22 16:02 UTC  (14+ messages)
        ` [PATCH v2] "

[PATCH v2 00/12] iio: core,buffer: add support for multiple IIO buffers per IIO device
 2021-01-22 16:12 UTC  (8+ messages)
` [PATCH v2 06/12] iio: buffer: re-route scan_elements via it's kobj_type
` [PATCH v2 08/12] iio: buffer: add helper to get the IIO device to which a buffer belongs
` [PATCH v2 09/12] iio: re-route all buffer attributes through new buffer kobj_type
` [PATCH v2 10/12] iio: core: wrap iio device & buffer into struct for character devices
` [PATCH v2 11/12] iio: buffer: introduce support for attaching more IIO buffers
` [PATCH v2 12/12] iio: buffer: add ioctl() to support opening extra buffers for IIO device

[PATCH v3 0/2] Make it possible to reserve memory on 64bit platform
 2021-01-22 16:31 UTC  (6+ messages)
` [PATCH v3 1/2] lib/cmdline: add new function get_option_ull()
` [PATCH v3 2/2] resource: Make it possible to reserve memory on 64bit platform

[RFC PATCH 0/7] preempt: Tune preemption flavour on boot v4
 2021-01-22 17:08 UTC  (6+ messages)
` [RFC PATCH 6/8] preempt/dynamic: Provide preempt_schedule[_notrace]() static calls

[PATCH] pci: remove tango host controller driver
 2021-01-22 17:07 UTC  (2+ messages)

[PATCH v4 0/7] Really implement Qualcomm LAB/IBB regulators
 2021-01-22 17:09 UTC  (5+ messages)
` [PATCH v4 4/7] dt-bindings: regulator: qcom-labibb: Document soft start properties
` [PATCH v4 6/7] dt-bindings: regulator: qcom-labibb: Document SCP/OCP interrupts

[RFC PATCH v3 00/16] CXL 2.0 Support
 2021-01-22 17:08 UTC  (6+ messages)
` [RFC PATCH v3 10/16] cxl/mem: Add send command

[PATCH] ACPI: thermal: Do not call acpi_thermal_check() directly
 2021-01-22 17:01 UTC  (5+ messages)

[RFC,v2,1/1] audit: speed up syscall rule match while exiting syscall
 2021-01-22 17:02 UTC 

[PATCH] staging: rtl8188eu: fix rtw_xmit_entry's return value
 2021-01-22 16:57 UTC 

[PATCH v5 00/18] Refactor generic_file_buffered_read
 2021-01-22 16:01 UTC  (15+ messages)
` [PATCH v5 01/18] mm/filemap: Rename generic_file_buffered_read subfunctions
` [PATCH v5 02/18] mm/filemap: Remove dynamically allocated array from filemap_read
` [PATCH v5 04/18] mm/filemap: Use head pages in generic_file_buffered_read
` [PATCH v5 06/18] mm/filemap: Support readpage splitting a page
` [PATCH v5 07/18] mm/filemap: Inline __wait_on_page_locked_async into caller
` [PATCH v5 08/18] mm/filemap: Don't call ->readpage if IOCB_WAITQ is set
` [PATCH v5 10/18] mm/filemap: Change filemap_create_page calling conventions
` [PATCH v5 11/18] mm/filemap: Convert filemap_update_page to return an errno
` [PATCH v5 12/18] mm/filemap: Move the iocb checks into filemap_update_page
` [PATCH v5 13/18] mm/filemap: Add filemap_range_uptodate
` [PATCH v5 15/18] mm/filemap: Restructure filemap_get_pages
` [PATCH v5 16/18] mm/filemap: Don't relock the page after calling readpage
` [PATCH v5 17/18] mm/filemap: Rename generic_file_buffered_read to filemap_read
` [PATCH v5 18/18] mm/filemap: Simplify generic_file_read_iter

[PATCH v2 0/6] Add Wacom I2C support to rM2
 2021-01-22 16:14 UTC  (10+ messages)
` [PATCH v2 1/6] devicetree/bindings: Initial commit of wacom,wacom-i2c
  ` [PATCH v2 1/6] devicetree/bindings: Initial commit of wacom, wacom-i2c
` [PATCH v2 2/6] input/touchscreen: Add device tree support to wacom_i2c
` [PATCH v2 3/6] touchscreen/wacom_i2c: Add support for distance and tilt x/y
` [PATCH v2 6/6] arch/arm: reMarkable2: Enable wacom_i2c

[PATCH 1/4] perf tools: record aarch64 registers automatically
 2021-01-22 16:18 UTC  (4+ messages)
` [PATCH 2/4] perf tools: add a mechanism to inject stack frames
` [PATCH 3/4] perf tools: enable dwarf_callchain_users on arm64
` [PATCH 4/4] perf tools: determine if LR is the return address

[PATCH v2 00/12][RESEND] iio: core,buffer: add support for multiple IIO buffers per IIO device
 2021-01-22 16:25 UTC  (11+ messages)
` [PATCH v2 01/12][RESEND] iio: core: register chardev only if needed
` [PATCH v2 02/12][RESEND] iio: buffer: add back-ref from iio_buffer to iio_dev
` [PATCH v2 03/12][RESEND] iio: buffer: rework buffer & scan_elements dir creation
` [PATCH v2 04/12][RESEND] iio: buffer: add index to the first IIO buffer dir and symlink it back
` [PATCH v2 05/12][RESEND] iio: core: split __iio_device_attr_init() to init only the attr object
` [PATCH v2 06/12][RESEND] iio: buffer: re-route scan_elements via it's kobj_type
` [PATCH v2 07/12][RESEND] iio: buffer: re-route core buffer attributes via it's new kobj_type
` [PATCH v2 09/12][RESEND] iio: re-route all buffer attributes through new buffer kobj_type
` [PATCH v2 10/12][RESEND] iio: core: wrap iio device & buffer into struct for character devices
` [PATCH v2 12/12][RESEND] iio: buffer: add ioctl() to support opening extra buffers for IIO device

[PATCH v4 0/2] dt-bindings: media: Convert video-interfaces.txt to schemas
 2021-01-22 16:23 UTC  (3+ messages)
` [PATCH v4 1/2] media: dt-bindings: Convert video-interfaces.txt properties "

[PATCH V2 0/4] imx esdhc dt/driver update
 2021-01-22 16:38 UTC  (3+ messages)
` [PATCH V2 1/4] dt-bindings: mmc: fsl-imx-esdhc: add pinctrl bindings

[PATCH 0/2] mmc: J7200: Add support for higher speed modes in MMCSD subsystems
 2021-01-22 16:24 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: ti: k3-j7200-main: Add support for HS200 and HS400 modes in MMCSD0 subsystem
` [PATCH 2/2] arm64: dts: ti: k3-j7200-main: Add support for UHS-I modes in MMCSD1 subsystem

[PATCH v5 0/2] pinctrl: qcom: Add SM8350 pinctrl support
 2021-01-22 16:44 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: pinctrl: qcom: Add SM8350 pinctrl bindings

[PATCH v3 00/13] MFD/extcon/ASoC: Rework arizona codec jack-detect support
 2021-01-22 16:41 UTC  (13+ messages)
` [PATCH v3 01/13] mfd: arizona: Drop arizona-extcon cells
` [PATCH v3 02/13] extcon: arizona: Fix some issues when HPDET IRQ fires after the jack has been unplugged
` [PATCH v3 03/13] extcon: arizona: Fix various races on driver unbind
` [PATCH v3 04/13] extcon: arizona: Fix flags parameter to the gpiod_get("wlf,micd-pol") call
` [PATCH v3 05/13] extcon: arizona: Always use pm_runtime_get_sync() when we need the device to be awake
` [PATCH v3 06/13] ASoC/extcon: arizona: Move arizona jack code to sound/soc/codecs/arizona-jack.c
` [PATCH v3 08/13] ASoC: arizona-jack: Use arizona->dev for runtime-pm
` [PATCH v3 09/13] ASoC: arizona-jack: convert into a helper library for codec drivers
` [PATCH v3 10/13] ASoC: arizona-jack: Use snd_soc_jack to report jack events
` [PATCH v3 11/13] ASoC: arizona-jack: Cleanup logging
` [PATCH v3 12/13] ASoC: arizona: Make the wm5102, wm5110, wm8997 and wm8998 drivers use the new jack library
` [PATCH v3 13/13] ASoC: Intel: bytcr_wm5102: Add jack detect support

[net-next PATCH v3 00/15] ACPI support for dpaa2 driver
 2021-01-22 16:34 UTC  (9+ messages)
` [net-next PATCH v3 09/15] device property: Introduce fwnode_get_id()

[PATCH v2 01/22] media: camss: Fix vfe_isr_comp_done() documentation
 2021-01-22 16:34 UTC  (5+ messages)
` [PATCH v2 14/22] dt-bindings: media: camss: Add qcom,msm8996-camss binding
` [PATCH v2 15/22] dt-bindings: media: camss: Add qcom,sdm660-camss binding

[PATCH v6 0/4] Re-introduce TX FIFO resize for larger EP bursting
 2021-01-22 16:24 UTC  (3+ messages)
` [PATCH v6 1/4] usb: gadget: udc: core: Introduce check_config to verify USB configuration

[PATCH bpf-next v3 3/3] xsk: build skb by page
 2021-01-22 16:24 UTC 

[printk] b031a684bf: INFO:rcu_tasks_detected_stalls_on_tasks
 2021-01-22 16:21 UTC  (2+ messages)

[PATCH v4 00/13] "Task_isolation" mode
 2021-01-22 16:13 UTC  (5+ messages)
` [PATCH v4 11/13] task_isolation: net: don't flush backlog on CPUs running isolated tasks

[GIT PULL] ARM: at91: soc for 5.12
 2021-01-22 16:14 UTC  (2+ messages)

[PATCH v2 0/2] Add MIPI rx DPI support
 2021-01-22 16:16 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: drm/bridge: anx7625: add DPI flag and swing setting

[PATCH v5 0/3] GENPD API improvements
 2021-01-22 16:14 UTC  (2+ messages)

[PATCH net 0/1] net: phy: Fix interrupt mask loss on resume from hibernation
 2021-01-22 16:12 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH 4.9 00/33] 4.9.253-rc2 review
 2021-01-22 16:09 UTC 

[PATCH 4.14 00/48] 4.14.217-rc2 review
 2021-01-22 16:09 UTC 

[PATCH 4.4 00/29] 4.4.253-rc2 review
 2021-01-22 16:09 UTC 

[RFC][PATCH 00/25] Network fs helper library & fscache kiocb API
 2021-01-22 16:06 UTC  (9+ messages)

[PATCH 1/2] dt-bindings/phy: ingenic: Add compatibles for JZ4760(B) SoCs
 2021-01-22 16:06 UTC  (4+ messages)
    ` [PATCH 1/2] dt-bindings/phy: ingenic: Add compatibles for?? "

[RFC PATCH v2] net: bridge: igmp: Extend IGMP query to be per vlan
 2021-01-22 16:05 UTC  (5+ messages)

[GIT PULL] Ceph fixes for 5.11-rc5
 2021-01-22 16:06 UTC 

[PATCH 0/2] capability conversion fixes
 2021-01-22 16:04 UTC  (5+ messages)
` [PATCH 1/2] ecryptfs: fix uid translation for setxattr on security.capability

[PATCH] auxdisplay: Fix duplicate CHARLCD config symbol
 2021-01-22 16:01 UTC 

[PATCH v3] regulator: Make regulator_sync_voltage() usable by coupled regulators
 2021-01-22 16:00 UTC  (3+ messages)

[PATCH v3 net-next 1/1] Allow user to set metric on default route learned via Router Advertisement
 2021-01-22 15:55 UTC  (2+ messages)

[PATCH RFC v1 00/15] iommu/virtio: Nested stage support with Arm
 2021-01-22 15:49 UTC  (4+ messages)

[PATCH] diffconfig: use python3 instead of python in Shebang line
 2021-01-22 15:50 UTC  (6+ messages)

[PATCH] intel_idle: remove definition of DEBUG
 2021-01-22 15:47 UTC  (2+ messages)

[PATCH v2 00/20] objtool: vmlinux.o and CLANG LTO support
 2021-01-22 15:41 UTC  (3+ messages)

[PATCH v9 0/8] Add support for ipq8064 tsens
 2021-01-22 14:55 UTC  (9+ messages)
` [PATCH v9 1/8] drivers: thermal: tsens: Add VER_0 tsens version
` [PATCH v9 2/8] drivers: thermal: tsens: Don't hardcode sensor slope
` [PATCH v9 3/8] drivers: thermal: tsens: Convert msm8960 to reg_field
` [PATCH v9 4/8] drivers: thermal: tsens: Use init_common for msm8960
` [PATCH v9 5/8] drivers: thermal: tsens: Fix bug in sensor enable "
` [PATCH v9 6/8] drivers: thermal: tsens: Use get_temp_common "
` [PATCH v9 7/8] drivers: thermal: tsens: Add support for ipq8064-tsens
` [PATCH v9 8/8] dt-bindings: thermal: tsens: Document ipq8064 bindings

[PATCH v5 0/5] mm: clean up names and parameters of memmap_init_xxxx functions
 2021-01-22 15:39 UTC  (7+ messages)
` [PATCH v5 1/5] mm: fix prototype warning from kernel test robot
` [PATCH v5 2/5] mm: rename memmap_init() and memmap_init_zone()
` [PATCH v5 3/5] mm: simplify parater of function memmap_init_zone()

[PATCH] auxdisplay: ht16k33: Fix refresh rate handling
 2021-01-22 15:39 UTC 

rcu-torture: Internal error: Oops: 96000006
 2021-01-22 15:37 UTC  (6+ messages)

[RFC][PATCH 0/7] Fix the scheduler-IPI mess
 2021-01-22 15:35 UTC  (11+ messages)
` [RFC][PATCH 4/7] smp: Optimize send_call_function_single_ipi()

[PATCH] MAINTAINERS: Add FPGA SUBDEVICES
 2021-01-22 15:35 UTC 

[PATCH bpf-next v5 1/4] bpf: Be less specific about socket cookies guarantees
 2021-01-22 15:34 UTC  (6+ messages)
` [PATCH bpf-next v5 4/4] selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookie

[GIT PULL] ARM: at91: dt for 5.12
 2021-01-22 14:50 UTC 

[PATCH v1] Documentation: ACPI: add new rule for gpio-line-names
 2021-01-22 15:32 UTC  (3+ messages)

[PATCH 0/4] add xhci hooks for USB offload
 2021-01-22 15:32 UTC  (4+ messages)

[PATCH v5 0/5] Remove LPC register partitioning
 2021-01-22 15:31 UTC  (5+ messages)
` [PATCH v5 3/5] ipmi: kcs: aspeed: Adapt to new LPC DTS layout

[ANNOUNCE] 5.4.91-rt50
 2021-01-22 14:57 UTC 

[PATCH 0/3] acpi: cppc_acpi: fix sparse warnings
 2021-01-22 15:30 UTC  (2+ messages)

[PATCH v8 0/4] arm64: ARMv8.5-A: MTE: Add async mode support
 2021-01-22 15:29 UTC  (5+ messages)
` [PATCH v8 1/4] arm64: mte: Add asynchronous "
` [PATCH v8 2/4] kasan: Add KASAN mode kernel parameter
` [PATCH v8 3/4] kasan: Add report for async mode
` [PATCH v8 4/4] arm64: mte: Enable async tag check fault

[PATCH 1/3] kvfree_rcu: Allocate a page for a single argument
 2021-01-22 15:28 UTC  (5+ messages)

[PATCH] arm64: kprobes: Fix Uexpected kernel BRK exception at EL1
 2021-01-22 15:29 UTC  (3+ messages)

[PATCH 00/13] opp: Implement dev_pm_opp_set_opp()
 2021-01-22 15:28 UTC  (5+ messages)
` [PATCH 11/13] devfreq: tegra30: Migrate to dev_pm_opp_set_opp()

[PATCH v4] nvmem: core: skip child nodes not matching binding
 2021-01-22 15:27 UTC  (2+ messages)

[RFC PATCH v0] mm/slub: Let number of online CPUs determine the slub page order
 2021-01-22 15:27 UTC  (7+ messages)

[PATCH][next] drm/amdgpu: Fix masking binary not operator on two mask operations
 2021-01-22 15:00 UTC 

[PATCH -next] pnp: pnpbios: Use DEFINE_SPINLOCK() for spinlock
 2021-01-22 15:24 UTC  (2+ messages)

[PATCH][next] drm/i915/hdcp: Fix return of value in uninitialized variable ret
 2021-01-22 15:21 UTC  (2+ messages)

[PATCH] PNP: add printf attribute to log function
 2021-01-22 15:21 UTC  (2+ messages)

[RFC PATCH 0/1] perf: Handle multiple formatted AUX records
 2021-01-22 15:18 UTC  (2+ messages)
` [RFC PATCH] "

[PATCH] acpi: Use DEVICE_ATTR_<RW|RO|WO> macros
 2021-01-22 15:18 UTC  (2+ messages)

[PATCH net-next 0/2] udp: allow forwarding of plain (non-fraglisted) UDP GRO packets
 2021-01-22 14:59 UTC  (6+ messages)
` [PATCH net-next 1/2] net: introduce UDP GRO netdev feature
  ` [PATCH net-next 2/2] udp: allow forwarding of plain (non-fraglisted) UDP GRO packets

[PATCH net 0/1] net: fec: Fix RMII clock glitch in FEC
 2021-01-22 15:13 UTC  (2+ messages)
` [PATCH net 1/1] net: fec: Fix temporary RMII clock reset on link up

[PATCH] memory: tegra: Remove calls to dev_pm_opp_set_clkname()
 2021-01-22 15:00 UTC  (2+ messages)

[PATCH v5 0/9] "Task_isolation" mode
 2021-01-22 15:00 UTC  (6+ messages)
` [PATCH v5 9/9] task_isolation: kick_all_cpus_sync: don't kick isolated cpus
    ` [EXT] "

[PATCH v12 0/4] Adding the Sparx5 Serdes driver
 2021-01-22 15:07 UTC  (4+ messages)
` [PATCH v12 2/4] phy: Add ethernet serdes configuration option

[PATCH] af_unix: Allow Unix sockets to raise SIGURG
 2021-01-22 15:06 UTC 

[PATCH] counter: stm32-lptimer-cnt: remove iio counter abi
 2021-01-22 15:03 UTC 

[PATCH v3 0/2] kasan: Fix metadata detection for KASAN_HW_TAGS
 2021-01-22 14:58 UTC  (4+ messages)
` [PATCH v3 2/2] kasan: Add explicit preconditions to kasan_report()

[PATCH][next] vpda: Fix memory leaks of msg on error return paths
 2021-01-22 14:52 UTC 

[PATCH v2 0/4] Promote Hikey 970 USB phy out of staging
 2021-01-22 14:51 UTC  (5+ messages)
` [PATCH v2 4/4] phy: phy-hi3670-usb3: move driver from staging into phy

[PATCH 5.10 00/43] 5.10.10-rc1 review
 2021-01-22 14:12 UTC  (8+ messages)
` [PATCH 5.10 04/43] drm/amdgpu/display: drop DCN support for aarch64
` [PATCH 5.10 07/43] nfsd4: readdirplus shouldnt return parent of export
` [PATCH 5.10 08/43] bpf: Dont leak memory in bpf getsockopt when optlen == 0
` [PATCH 5.10 09/43] bpf: Support PTR_TO_MEM{,_OR_NULL} register spilling
` [PATCH 5.10 29/43] net: stmmac: fix taprio configuration when base_time is in the past
` [PATCH 5.10 30/43] net: avoid 32 x truesize under-estimation for tiny skbs
` [PATCH 5.10 32/43] net: phy: smsc: fix clk error handling


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