linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-22 12:14:20 to 2021-01-22 14:37:42 UTC [more...]

[PATCH v18 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-01-22 14:01 UTC  (10+ messages)
` [PATCH v18 02/10] fs/ntfs3: Add initialization of super block
` [PATCH v18 03/10] fs/ntfs3: Add bitmap
` [PATCH v18 04/10] fs/ntfs3: Add file operations and implementation
` [PATCH v18 05/10] fs/ntfs3: Add attrib operations
` [PATCH v18 06/10] fs/ntfs3: Add compression
` [PATCH v18 07/10] fs/ntfs3: Add NTFS journal
` [PATCH v18 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v18 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
` [PATCH v18 10/10] fs/ntfs3: Add MAINTAINERS

[PATCH 4.4 00/31] 4.4.253-rc1 review
 2021-01-22 14:08 UTC  (8+ messages)
` [PATCH 4.4 01/31] ASoC: dapm: remove widget from dirty list on free
` [PATCH 4.4 02/31] MIPS: Fix malformed NT_FILE and NT_SIGINFO in 32bit coredumps
` [PATCH 4.4 06/31] ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pram
` [PATCH 4.4 07/31] arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
` [PATCH 4.4 16/31] RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp
` [PATCH 4.4 19/31] usb: ohci: Make distrust_firmware param default to false
` [PATCH 4.4 25/31] rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request

[PATCH 4.9 00/35] 4.9.253-rc1 review
 2021-01-22 14:10 UTC  (10+ messages)
` [PATCH 4.9 02/35] MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTB
` [PATCH 4.9 10/35] arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
` [PATCH 4.9 13/35] ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI
` [PATCH 4.9 15/35] Input: uinput - avoid FF flush when destroying device
` [PATCH 4.9 16/35] dump_common_audit_data(): fix racy accesses to ->d_name
` [PATCH 4.9 19/35] RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp
` [PATCH 4.9 22/35] netfilter: conntrack: fix reading nf_conntrack_buckets
` [PATCH 4.9 25/35] nfsd4: readdirplus shouldnt return parent of export
` [PATCH 4.9 34/35] tipc: fix NULL deref in tipc_link_xmit()

[PATCH 4.14 00/50] 4.14.217-rc1 review
 2021-01-22 14:12 UTC  (6+ messages)
` [PATCH 4.14 03/50] MIPS: Fix malformed NT_FILE and NT_SIGINFO in 32bit coredumps
` [PATCH 4.14 07/50] dm snapshot: flush merged data before committing metadata
` [PATCH 4.14 09/50] ext4: fix bug for rename with RENAME_WHITEOUT
` [PATCH 4.14 24/50] NFS: nfs_igrab_and_active must first reference the superblock
` [PATCH 4.14 43/50] net: avoid 32 x truesize under-estimation for tiny skbs

[PATCH 4.19 00/22] 4.19.170-rc1 review
 2021-01-22 14:12 UTC  (3+ messages)
` [PATCH 4.19 15/22] net: sit: unregister_netdevice on newlinks error path
` [PATCH 4.19 16/22] net: avoid 32 x truesize under-estimation for tiny skbs

[PATCH 5.4 00/33] 5.4.92-rc1 review
 2021-01-22 14:12 UTC  (6+ messages)
` [PATCH 5.4 14/33] net: introduce skb_list_walk_safe for skb segment walking
` [PATCH 5.4 20/33] rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request
` [PATCH 5.4 21/33] esp: avoid unneeded kmap_atomic call
` [PATCH 5.4 22/33] net: dcb: Validate netlink message in DCB handler
` [PATCH 5.4 23/33] net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands

[PATCH 5.10 00/43] 5.10.10-rc1 review
 2021-01-22 14:12 UTC  (16+ messages)
` [PATCH 5.10 02/43] bpf: Fix selftest compilation on clang 11
` [PATCH 5.10 10/43] bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callback
` [PATCH 5.10 15/43] net: ipv6: Validate GSO SKB before finish IPv6 processing
` [PATCH 5.10 17/43] mlxsw: core: Add validation of transceiver temperature thresholds
` [PATCH 5.10 18/43] mlxsw: core: Increase critical threshold for ASIC thermal zone
` [PATCH 5.10 20/43] rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request
` [PATCH 5.10 21/43] esp: avoid unneeded kmap_atomic call
` [PATCH 5.10 22/43] net: dcb: Validate netlink message in DCB handler
` [PATCH 5.10 23/43] net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands
` [PATCH 5.10 24/43] rxrpc: Call state should be read with READ_ONCE() under some circumstances
` [PATCH 5.10 25/43] i40e: fix potential NULL pointer dereferencing
` [PATCH 5.10 26/43] net: stmmac: Fixed mtu channged by cache aligned
` [PATCH 5.10 27/43] net: sit: unregister_netdevice on newlinks error path
` [PATCH 5.10 28/43] net: stmmac: fix taprio schedule configuration
` [PATCH 5.10 40/43] net: dsa: unbind all switches from tree when DSA master unbinds

[PATCH bpf-next v5 1/4] bpf: Be less specific about socket cookies guarantees
 2021-01-22 14:35 UTC  (4+ messages)
` [PATCH bpf-next v5 3/4] selftests/bpf: Integrate the socket_cookie test to test_progs

[PATCH v7 0/6] Support ROHM BD9576MUF and BD9573MUF PMICs
 2021-01-22 14:35 UTC  (3+ messages)
` [PATCH v7 4/6] wdt: Support wdt on ROHM BD9576MUF and BD9573MUF
` [PATCH v7 5/6] MAINTAINERS: Add ROHM BD9576MUF and BD9573MUF drivers

[PATCH V2 0/4] imx esdhc dt/driver update
 2021-01-22 14:33 UTC  (5+ messages)
` [PATCH V2 2/4] dt-bindings: mmc: fsl-imx-esdhc: add clock bindings

[PATCH 00/13] opp: Implement dev_pm_opp_set_opp()
 2021-01-22 14:31 UTC  (5+ messages)
` [PATCH 03/13] opp: Keep track of currently programmed OPP

[PATCH] rcu: Release per-cpu krcp page cache when CPU going offline
 2021-01-22 14:31 UTC  (5+ messages)
    ` 回复: "

[PATCH 1/8] perf arm-spe: Enable sample type PERF_SAMPLE_DATA_SRC
 2021-01-22 14:30 UTC  (3+ messages)

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

[PATCH 0/7] drivers: soc: atmel: add support for sama7g5
 2021-01-22 14:16 UTC  (9+ messages)
` [PATCH 1/7] drivers: soc: atmel: add spdx licence identifier
` [PATCH 2/7] drivers: soc: atmel: use GENMASK
` [PATCH 3/7] drivers: soc: atmel: fix "__initconst should be placed after socs[]" warning
` [PATCH 4/7] drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[]
` [PATCH 5/7] drivers: soc: atmel: add per soc id and version match masks
` [PATCH 6/7] dt-bindings: atmel-sysreg: add "microchip,sama7g5-chipid"
` [PATCH 7/7] drivers: soc: atmel: add support for sama7g5

[PATCH v9 17/17] Documentation: PCI: Add userguide for PCI endpoint NTB function
 2021-01-22 14:08 UTC  (2+ messages)

[RFC PATCH v2] taskstats: add /proc/taskstats to fetch pid/tgid status
 2021-01-22 14:07 UTC  (3+ messages)

[PATCHv2] lockdep: report broken irq restoration
 2021-01-22 14:05 UTC  (5+ messages)
` [tip: locking/core] "

[PATCH] jump_label: Do not profile branch annotations
 2021-01-22 14:05 UTC  (2+ messages)
` [tip: locking/core] "

[tip: locking/core] locking: Add Reviewers
 2021-01-22 14:05 UTC 

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

[PATCH v8 8/8] dt-bindings: thermal: tsens: Document ipq8064 bindings
 2021-01-22 14:00 UTC  (2+ messages)

[PATCH v5 0/8] Add Support for MediaTek PMIC MT6359
 2021-01-22 14:00 UTC  (3+ messages)
` [PATCH v5 4/8] dt-bindings: regulator: Add document for MT6359 regulator

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

[PATCH 00/14] Introduce STM32MP1 RCC in secured mode
 2021-01-22 14:00 UTC  (3+ messages)
` [PATCH 13/14] dt-bindings: clock: stm32mp1 new compatible for secure rcc

[PATCH v5 0/5] mm: clean up names and parameters of memmap_init_xxxx functions
 2021-01-22 13:59 UTC  (6+ 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 v5 4/5] mm: simplify parameter of setup_usemap()
` [PATCH v5 5/5] mm: remove unneeded local variable in free_area_init_core

[PATCH v7 1/2] dt-bindings: iio: accel: Add bmi088 accelerometer bindings
 2021-01-22 14:00 UTC  (2+ messages)

[PATCH v2 00/12] MFD/extcon/ASoC: Rework arizona codec jack-detect support
 2021-01-22 13:56 UTC  (15+ messages)
` [PATCH v2 07/12] ASoC: arizona-jack: Use arizona->dev for runtime-pm
` [PATCH v2 08/12] ASoC: arizona-jack: convert into a helper library for codec drivers

[PATCH v3 2/4] drm/qxl: unpin release objects
 2021-01-22 13:54 UTC  (4+ messages)

[tip: objtool/urgent] objtool: Don't fail the kernel build on fatal errors
 2021-01-22 13:53 UTC 

[tip: objtool/urgent] objtool: Don't fail on missing symbol table
 2021-01-22 13:53 UTC 

[PATCH] pinctrl: actions: Add the platform dependency to drivers
 2021-01-22 13:51 UTC  (3+ messages)

[GIT PULL] perf tools fixes for v5.11, 2nd batch
 2021-01-22 13:51 UTC 

[PATCH 1/2] dt-bindings: mmc: sdhci-msm: Document the SDX55 compatible
 2021-01-22 13:50 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: arm-smmu: Add binding for Qcom SDX55 SMMU

[PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string
 2021-01-22 13:49 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: arm-smmu-qcom: Add Qualcomm SC8180X compatible
 2021-01-22 13:49 UTC  (2+ messages)

[PATCH 1/1] iommu/arm-smmu-v3: Use DEFINE_RES_MEM() to simplify code
 2021-01-22 13:49 UTC  (2+ messages)

[PATCH v1] misc: pti: Remove driver for deprecated platform
 2021-01-22 13:45 UTC  (4+ messages)

[PATCH v2 0/5] Optimize iommu_map_sg() performance
 2021-01-22 13:44 UTC  (4+ messages)

[PATCH v3] regulator: Make regulator_sync_voltage() usable by coupled regulators
 2021-01-22 13:40 UTC  (2+ messages)

[PATCH] ASoC: qcom: Fix number of HDMI RDMA channels on sc7180
 2021-01-22 13:39 UTC  (4+ messages)

[PATCH 1/6] devicetree/bindings: Initial commit of silergy,sy7636a.yaml
 2021-01-22 13:37 UTC  (5+ messages)
` [PATCH 4/6] regulator: Initial commit of sy7636a

[RFC PATCH v3 0/1] Adding support for IIO SCMI based sensors
 2021-01-22 13:37 UTC  (3+ messages)
` [RFC PATCH v3 1/1] iio/scmi: Adding support for IIO SCMI Based Sensors

[PATCH] arm64: kprobes: Fix Uexpected kernel BRK exception at EL1
 2021-01-22 13:36 UTC  (2+ messages)

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

[RESEND PATCH v3 0/2] Add a separate DWC3 OF driver for Xilinx platforms
 2021-01-22 13:34 UTC  (6+ messages)
` [RESEND PATCH v3 2/2] usb: dwc3: Add "

[PATCH v2 00/15] drm/vc4: hdmi: Add CEC support for the BCM2711
 2021-01-22 13:28 UTC  (7+ messages)
` [PATCH v2 09/15] drm/vc4: hdmi: Split the interrupt handlers
` [PATCH v2 10/15] drm/vc4: hdmi: Support BCM2711 CEC interrupt setup
` [PATCH v2 13/15] dt-binding: display: bcm2711-hdmi: Add CEC and hotplug interrupts

[PATCH 1/1] iommu/arm-smmu-v3: add support for BBML
 2021-01-22 13:26 UTC  (5+ messages)

[PATCH 2/2] spidev: Add cisco device compatible
 2021-01-22 13:26 UTC  (2+ messages)

[PATCH v6 0/6] tracing: More synthetic event error fixes
 2021-01-22 13:23 UTC  (5+ messages)
` [PATCH v6 2/6] tracing: Rework synthetic event command parsing
` [PATCH v6 3/6] tracing: Update synth command errors

[PATCH] regulator: Fix lockdep warning resolving supplies
 2021-01-22 13:20 UTC 

[PATCH v3 0/5] Scan for an idle sibling in a single pass
 2021-01-22 13:22 UTC  (6+ messages)

[PATCH] pinctrl: clarify #pinctrl-cells for pinctrl-single,pins
 2021-01-22 13:20 UTC  (2+ messages)

[PATCH v2] PCI: Re-enable downstream port LTR if it was previously enabled
 2021-01-22 13:20 UTC  (2+ messages)

[PATCH] checkpatch: add warning for avoiding .L prefix symbols in assembly files
 2021-01-22 13:18 UTC  (5+ messages)

[PATCH] pinctrl: qcom: spmi-gpio: Assign boolean values to a bool variable
 2021-01-22 13:16 UTC  (3+ messages)

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

[PATCH v4] gpiolib: Bind gpio_device to a driver to enable fw_devlink=on by default
 2021-01-22 13:08 UTC  (3+ messages)

[PATCH] ACPI / device_sysfs: Prefer "compatible" modalias
 2021-01-22 13:06 UTC  (3+ messages)

[PATCH v2 00/16] introduce generic IOCTL interface for RPMsg channels management
 2021-01-22 13:05 UTC  (4+ messages)
` [PATCH v2 04/16] rpmsg: ctrl: implement the ioctl function to create device

[PATCH v2] gpiolib: Bind gpio_device to a driver to enable fw_devlink=on by default
 2021-01-22 13:04 UTC  (4+ messages)

[PATCH v4 0/7] Count rlimits in each user namespace
 2021-01-22 13:00 UTC  (8+ messages)
` [PATCH v4 1/7] Add a reference to ucounts for each cred
` [PATCH v4 2/7] Move RLIMIT_NPROC counter to ucounts
` [PATCH v4 3/7] Move RLIMIT_MSGQUEUE "
` [PATCH v4 4/7] Move RLIMIT_SIGPENDING "
` [PATCH v4 5/7] Move RLIMIT_MEMLOCK "
` [PATCH v4 6/7] Move RLIMIT_NPROC check to the place where we increment the counter
` [PATCH v4 7/7] kselftests: Add test to check for rlimit changes in different user namespaces

[PATCH v2 0/3] Added ZynqMP pinctrl driver
 2021-01-22 13:00 UTC  (4+ messages)
` [PATCH v2 1/3] firmware: xilinx: Added pinctrl support

[PATCH 0/6] mremap: move_vma() fixes
 2021-01-22 13:00 UTC  (4+ messages)
` [PATCH 6/6] mm: Forbid splitting special mappings

[PATCH v2 0/2] of: property: Add fw_devlink support for more props
 2021-01-22 12:58 UTC  (3+ messages)
` [PATCH v2 1/2] of: property: Add fw_devlink support for "gpio" and "gpios" binding

net/wireless/reg.c:144 suspicious rcu_dereference_check() usage!
 2021-01-22 12:57 UTC  (4+ messages)

[PATCH v1] gpio: tegra: Fix irq_set_affinity
 2021-01-22 12:55 UTC  (2+ messages)

[PATCH bpf-next v3 3/3] xsk: build skb by page
 2021-01-22 12:55 UTC  (6+ messages)

[PATCH v2 0/3] iommu/arm-smmu: adreno-smmu page fault handling
 2021-01-22 12:53 UTC  (4+ messages)
` [PATCH v2 1/3] iommu/arm-smmu: Add support for driver IOMMU fault handlers

[PATCH] arm64: dts: ti: k3*: Fixup PMU compatibility to be CPU specific
 2021-01-22 12:49 UTC  (2+ messages)

[PATCH 0/1] mm: Optimizing hugepage zeroing in arm64
 2021-01-22 12:45 UTC  (5+ messages)

[PATCH] arm64: dts: ti: k3: mmc: fix dtbs_check warnings
 2021-01-22 12:44 UTC  (2+ messages)

[PATCH v2 0/2] s390: uv: small UV fixes
 2021-01-22 12:43 UTC  (3+ messages)
` [PATCH v2 2/2] s390: mm: Fix secure storage access exception handling

[PATCH 0/6] mmc: core: hs400(es) fix probe/init
 2021-01-22 12:40 UTC  (2+ messages)

[PATCH 0/1] sched/topology: NUMA distance deduplication
 2021-01-22 12:39 UTC  (2+ messages)
` [PATCH 1/1] sched/topology: Make sched_init_numa() use a set for the deduplicating sort

Fail to boot qemu xlnx-zcu102 due to lot of drivers not probing
 2021-01-22  9:24 UTC 

[PATCH] MAINTAINERS: adjust to clang-version.sh removal
 2021-01-22 12:33 UTC  (3+ messages)

[PATCH] net: macb: ignore tx_clk if MII is used
 2021-01-22 12:32 UTC  (7+ messages)

[PATCH] bpf: Drop disabled LSM hooks from the sleepable set
 2021-01-22 12:30 UTC 

[PATCH v2 0/3] isa: Make the remove callback for isa drivers return void
 2021-01-22  9:24 UTC  (3+ messages)
` [PATCH v2 2/3] media/radio: Make radio_isa_common_remove() "
` [PATCH v2 3/3] isa: Make the remove callback for isa drivers "

[PATCH 0/2] media: dvb-usb: Fix UAF and memory leaks
 2021-01-22  9:24 UTC  (3+ messages)
` [PATCH 1/2] media: dvb-usb: Fix memory leak at error in dvb_usb_device_init()

[PATCH 0/9] tools/nolibc: fix build issues on aarch64 after unistd cleanup
 2021-01-22 12:25 UTC  (4+ messages)

[PATCH] iio: adc: stm32-adc: fix erroneous handling of spurious IRQs
 2021-01-22 12:18 UTC  (5+ messages)
    ` [Linux-stm32] "

[PATCH v2 01/11] drm/atomic: Pass the full state to planes async atomic check and update
 2021-01-22 12:07 UTC  (3+ messages)
` [PATCH v2 06/11] drm: Use state helper instead of plane state pointer in atomic_check

linux-next test error: WARNING in cfg80211_netdev_notifier_call
 2021-01-22 12:16 UTC 

[PATCH next v2 01/17] dt-bindings: usb: fix yamllint check warning
 2021-01-22 12:03 UTC  (6+ messages)
` [PATCH next v2 02/17] dt-bindings: usb: mediatek: "
` [PATCH next v2 03/17] dt-bindings: phy: mediatek: dsi-phy: modify compatible dependence
` [PATCH next v2 09/17] dt-bindings: usb: mediatek: musb: add mt8516 compatbile
` [PATCH next v2 10/17] arm64: dts: mediatek: mt8173: fix dtbs_check warning
` [PATCH next v2 13/17] arm64: dts: mediatek: mt7622: harmonize node names and compatibles

[PATCH v1] platform/x86: intel_mid_thermal: Remove driver for deprecated platform
 2021-01-22 12:09 UTC  (2+ messages)


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