linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-29 11:04:03 to 2021-05-30 01:17:43 UTC [more...]

[PATCH] selftests/bpf: Fix return value check in attach_bpf()
 2021-05-30  1:17 UTC  (4+ messages)

[PATCH v1 0/9] iio: afe: add temperature rescaling support
 2021-05-30  0:59 UTC  (10+ messages)
` [PATCH v1 1/9] iio: inkern: always apply scale requested by consumer
` [PATCH v1 2/9] iio: inkern: error out on unsupported offset type
` [PATCH v1 3/9] iio: afe: rescale: use core to get processed value
` [PATCH v1 4/9] iio: afe: rescale: add offset support
` [PATCH v1 5/9] iio: afe: rescale: add support for temperature sensors
` [PATCH v1 6/9] dt-bindings: iio: afe: update MAINTAINERS file
` [PATCH v1 7/9] dt-bindings: iio: afe: add binding for temperature-sense-rtd
` [PATCH v1 8/9] dt-bindings: iio: afe: add binding for temperature-sense-current
` [PATCH v1 9/9] dt-bindings: iio: afe: add binding for temperature-sense-amplifier

[PATCH V4 0/2] riscv: Fixup asid_allocator remaining issues
 2021-05-30  0:51 UTC  (6+ messages)
` [PATCH V4 2/2] riscv: Use use_asid_allocator flush TLB

[PATCH] mm/page_alloc: Work around a pahole limitation with zero-sized struct pagesets
 2021-05-30  0:46 UTC  (8+ messages)

[PATCH] arch: Cleanup unused functions
 2021-05-30  0:30 UTC  (4+ messages)

[PATCH RFC 0/3] riscv: Add DMA_COHERENT support
 2021-05-30  0:30 UTC  (2+ messages)

[PATCH 00/15] init_mm: setup init_mm text/data/brk by new setup_initial_init_mm() helper
 2021-05-30  0:23 UTC  (11+ messages)
` [PATCH 03/15] arm: convert to setup_initial_init_mm()
` [PATCH 05/15] csky: "
` [PATCH 10/15] openrisc: "
` [PATCH 11/15] powerpc: "

[PATCH V4 1/2] riscv: Fixup _PAGE_GLOBAL in _PAGE_KERNEL
 2021-05-29 23:42 UTC  (2+ messages)

Sealed memfd & no-fault mmap
 2021-05-29 23:36 UTC  (14+ messages)

ERROR: modpost: "__delay" [drivers/net/mdio/mdio-cavium.ko] undefined!
 2021-05-29 23:25 UTC 

[PATCH] selftests: kvm: fix overlapping addresses in memslot_perf_test
 2021-05-29 23:13 UTC  (4+ messages)

[PATCH] clk: sifive: Fix kernel-doc
 2021-05-29 23:08 UTC  (2+ messages)

[PATCH] rtc: Improve performance of rtc_time64_to_tm. Add tests
 2021-05-29 23:00 UTC  (3+ messages)

[PATCH] docs: kernel-parameters: mark numa=off is supported by a bundle of architectures
 2021-05-29 22:45 UTC  (2+ messages)

[PATCH -next] riscv: mm: fix build errors caused by mk_pmd()
 2021-05-29 22:45 UTC  (2+ messages)

[PATCH] KVM: X86: fix tlb_flush_guest()
 2021-05-29 22:12 UTC  (4+ messages)

[PATCH 00/19] Microsoft Hypervisor root partition ioctl interface
 2021-05-29 21:55 UTC  (3+ messages)
` [PATCH 12/19] drivers/hv: run vp ioctl and isr

[net-next PATCHv3 0/5] NPC KPU updates
 2021-05-29 21:30 UTC  (2+ messages)

clk-plldig.c:undefined reference to `devm_platform_ioremap_resource'
 2021-05-29 21:26 UTC 

[PULL REQUEST] i2c for v5.13-rc4
 2021-05-29 21:15 UTC 

[PATCH] riscv: mm: init: Consolidate vars, functions
 2021-05-29 21:09 UTC  (2+ messages)

[PATCH] riscv: Add __init section marker to some functions again
 2021-05-29 21:09 UTC  (2+ messages)

[PATCH] riscv: mm: Fix W+X mappings at boot
 2021-05-29 20:38 UTC  (2+ messages)

[PATCH v2] riscv: Map the kernel with correct permissions the first time
 2021-05-29 20:38 UTC  (2+ messages)

[RFC PATCH v6 00/34] DYNAMIC_DEBUG diet progress, dropped 30kb
 2021-05-29 20:00 UTC  (35+ messages)
` [RFC PATCH v6 01/34] dyndbg: avoid calling dyndbg_emit_prefix when it has no work
` [RFC PATCH v6 02/34] dyndbg: drop uninformative vpr_info
` [RFC PATCH v6 03/34] dyndbg: display KiB of data memory used
` [RFC PATCH v6 04/34] dyndbg: split struct _ddebug's display fields to new _ddebug_site
` [RFC PATCH v6 05/34] dyndbg: __init iterate over __dyndbg & __dyndbg_site in parallel
` [RFC PATCH v6 06/34] dyndbg+module: expose ddebug_sites to modules
` [RFC PATCH v6 07/34] dyndbg: refactor part of ddebug_change to ddebug_match_site
` [RFC PATCH v6 08/34] dyndbg: accept null site in ddebug_match_site
` [RFC PATCH v6 09/34] dyndbg: hoist ->site out of ddebug_match_site
` [RFC PATCH v6 10/34] dyndbg: accept null site in ddebug_change
` [RFC PATCH v6 11/34] dyndbg: accept null site in dynamic_emit_prefix
` [RFC PATCH v6 12/34] dyndbg: accept null site in ddebug_proc_show
` [RFC PATCH v6 13/34] dyndbg: refactor ddebug_alter_site out of ddebug_change
` [RFC PATCH v6 14/34] dyndbg: allow deleting site info via control interface
` [RFC PATCH v6 15/34] dyndbg: add ddebug_site(_get|_put) abstraction
` [RFC PATCH v6 16/34] dyndbg: ddebug_add_module avoid adding empty modules
` [RFC PATCH v6 17/34] dyndbg: add _index to struct _ddebug
` [RFC PATCH v6 18/34] dyndbg: prevent build bugs via -DNO_DYNAMIC_DEBUG_TABLE
` [RFC PATCH v6 19/34] dyndbg: RFC - DEFINE_DYNAMIC_DEBUG_TABLE
` [RFC PATCH v6 20/34] dyndbg: RFC handle __dyndbg* sections in module.lds.h
` [RFC PATCH v6 21/34] dyndbg: ddebug_add_module() handle headers
` [RFC PATCH v6 22/34] dyndbg: validate ddebug_site_get invariants
` [RFC PATCH v6 23/34] dyndbg: fix NULL deref after deleting sites
` [RFC PATCH v6 24/34] dyndbg: dont show header records in control
` [RFC PATCH v6 25/34] dyndbg: make site pointer and checks on it optional (almost)
` [RFC PATCH v6 26/34] dyndbg: swap WARN_ON for BUG_ON see what 0-day says
` [RFC PATCH v6 27/34] dyndbg: fixup protect header when deleting site
` [RFC PATCH v6 28/34] dyndbg: unionize _ddebug*_headers with struct _ddebug*
` [RFC PATCH v6 29/34] dyndbg: RFC drop _ddebug.site pointer
` [RFC PATCH v6 30/34] dyndbg: split/copy ._index into 2 new fields: ._back, ._map
` [RFC PATCH v6 31/34] dyndbg: detect repeated site recs in add_module
` [RFC PATCH v6 32/34] dyndbg: pack module pr_debug sites
` [RFC PATCH v6 33/34] dyndbg: pack pr-debug site-recs in builtin modules
` [RFC PATCH v6 34/34] dyndbg: prototype print-once and print-ratelimited RFC

collect2: error: ld returned 1 exit status
 2021-05-29 19:48 UTC 

[PATCH v2] regulator: atc260x: Fix n_voltages and min_sel for pickable linear ranges
 2021-05-29 19:26 UTC  (2+ messages)

[PATCH v5 0/7] Expose and manage PCI device reset
 2021-05-29 19:25 UTC  (8+ messages)
` [PATCH v5 1/7] PCI: Add pcie_reset_flr to follow calling convention of other reset methods
` [PATCH v5 2/7] PCI: Add new array for keeping track of ordering of "
` [PATCH v5 3/7] PCI: Remove reset_fn field from pci_dev
` [PATCH v5 4/7] PCI/sysfs: Allow userspace to query and set device reset mechanism
` [PATCH v5 5/7] PCI: Add support for a function level reset based on _RST method
` [PATCH v5 6/7] PCI: Enable NO_BUS_RESET quirk for Nvidia GPUs
` [PATCH v5 7/7] PCI: Change the type of probe argument in reset functions

[PATCH v8 0/5] Re-introduce TX FIFO resize for larger EP bursting
 2021-05-29 19:24 UTC  (4+ messages)
` [PATCH v8 5/5] arm64: boot: dts: qcom: sm8150: Enable dynamic TX FIFO resize logic

[PATCH] net: fix oops in socket ioctl cmd SIOCGSKNS when NET_NS is disabled
 2021-05-29 19:14 UTC  (3+ messages)

[PATCH net-next 0/3] Some optimization for lockless qdisc
 2021-05-29 18:49 UTC  (7+ messages)
` [PATCH net-next 2/3] net: sched: implement TCQ_F_CAN_BYPASS "

[PATCH v2] lockdown,selinux: avoid bogus SELinux lockdown permission checks
 2021-05-29 18:48 UTC  (6+ messages)

[PATCH] riscv: kprobes: Remove redundant kprobe_step_ctx
 2021-05-29 18:40 UTC  (2+ messages)

[PATCH net-next] pktgen: Use BIT(x) macro
 2021-05-29 18:08 UTC  (2+ messages)

[GIT PULL] seccomp fixes for v5.13-rc4
 2021-05-29 18:16 UTC 

[PATCH] io_uring: Add to traces the req pointer when available
 2021-05-29 17:55 UTC  (9+ messages)

[PATCH v2 0/6] Introduce KVM_{GET|SET}_SREGS2 and fix PDPTR migration
 2021-05-29 17:49 UTC  (3+ messages)

[PATCH v2] riscv: Map the kernel with correct permissions the first time
 2021-05-29 17:46 UTC  (3+ messages)

[PATCH 0/1] remoteproc: avoid notification when suspended
 2021-05-29 17:28 UTC  (4+ messages)
` [PATCH 1/1] remoteproc: use freezable workqueue for crash notifications

[GIT PULL] RISC-V Fixes for 5.13-rc4
 2021-05-29 17:22 UTC 

[GIT PULL] xfs: fixes for 5.13-rc4
 2021-05-29 17:12 UTC 

[PATCH v3 0/7] Add driver for NVIDIA Tegra30 SoC Thermal sensor
 2021-05-29 17:09 UTC  (8+ messages)
` [PATCH v3 1/7] dt-bindings: thermal: Add binding for Tegra30 thermal sensor
` [PATCH v3 2/7] thermal: thermal_of: Stop zone device before unregistering it
` [PATCH v3 3/7] thermal/core: Export thermal_cooling_device_stats_update()
` [PATCH v3 4/7] thermal/drivers/tegra: Add driver for Tegra30 thermal sensor
` [PATCH v3 5/7] ARM: tegra_defconfig: Enable CONFIG_TEGRA30_TSENSOR
` [PATCH v3 6/7] ARM: multi_v7_defconfig: "
` [PATCH v3 7/7] ARM: tegra: Add SoC thermal sensor to Tegra30 device-trees

[PATCH 0/4] drm/msm/dp: Add support for SC8180x eDP controller
 2021-05-29 17:09 UTC  (4+ messages)
` [PATCH 4/4] drm/msm/dp: Add support for SC8180x eDP
  ` [Freedreno] "

[PATCH 0/3] Add support for PCIe PHY in SDX55
 2021-05-29 17:05 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: phy: qcom,qmp: Add binding for SDX55 PCIe PHY
` [PATCH 2/3] phy: qcom-qmp: Use phy_status field for the status bit offset
` [PATCH 3/3] phy: qcom-qmp: Add support for SDX55 QMP PCIe PHY

[GIT PULL] thermal fixes for v5.13-rc4
 2021-05-29 17:02 UTC  (2+ messages)

Divide error in minstrel_ht_get_tp_avg()
 2021-05-29 16:57 UTC 

[PATCH v12] cpufreq: mediatek-hw: Add support for Mediatek cpufreq HW driver
 2021-05-29 16:52 UTC  (3+ messages)
` [PATCH v12 1/2] cpufreq: mediatek-hw: Add support for CPUFREQ HW
` [PATCH v12 2/2] dt-bindings: cpufreq: add bindings for MediaTek cpufreq HW

[GIT PULL] Driver core fixes for 5.13-rc4
 2021-05-29 16:49 UTC  (2+ messages)

[GIT PULL] USB/Thunderbolt driver fixes for 5.13-rc4
 2021-05-29 16:49 UTC  (2+ messages)

[GIT PULL] Char/Misc driver fixes for 5.13-rc4
 2021-05-29 16:49 UTC  (2+ messages)

[GIT PULL] s390 updates for 5.13-rc4
 2021-05-29 16:49 UTC  (2+ messages)

[GIT PULL] Staging/IIO driver fixes for 5.13-rc4
 2021-05-29 16:49 UTC  (2+ messages)

[GIT PULL] TTY/Serial driver fixes for 5.13-rc4
 2021-05-29 16:49 UTC  (2+ messages)

[GIT PULL] KVM changes and new selftests for Linux 5.14-rc4
 2021-05-29 16:49 UTC  (2+ messages)

[PATCH] wireless: carl9170: fix LEDS build errors & warnings
 2021-05-29 16:42 UTC  (3+ messages)

[PATCH] HID: asus: Reduce object size by consolidating calls
 2021-05-29 16:29 UTC 

[PATCH] uprobes: Use better bitmap_zalloc()
 2021-05-29 15:56 UTC  (4+ messages)

[PATCH v6 0/4] Unify NVIDIA Tegra ASoC machine drivers
 2021-05-29 15:46 UTC  (5+ messages)
` [PATCH v6 1/4] ASoC: tegra: Set driver_name=tegra for all "
` [PATCH v6 2/4] ASoC: tegra: Unify ASoC "
` [PATCH v6 3/4] ASoC: tegra: Specify components string for each card
` [PATCH v6 4/4] ASoC: tegra: Squash utils into common machine driver

[PATCH] docs: pdfdocs: Prevent column squeezing by tabulary
 2021-05-29 15:19 UTC 

[PATCH v12] [PATCH] PCI: Xilinx-NWL-PCIe: Adding support for Xilinx NWL PCIe Host Controller
 2021-05-29 15:18 UTC  (5+ messages)

[PATCH] Input: elantech - fix x_max/y_max values
 2021-05-29 15:17 UTC  (8+ messages)
      ` [PATCH v2] "

[f2fs-dev] [PATCH v6] f2fs: compress: add compress_inode to cache compressed blocks
 2021-05-29 15:12 UTC  (11+ messages)

[PATCH 1/2] documentation: Update #nouveau IRC channel network
 2021-05-29 14:38 UTC  (3+ messages)
` [PATCH 2/2] maintainers: Update freedesktop.org IRC channels

[PATCH 0/4] crypto: hisilicon/qm - support the communication between PF and VF
 2021-05-29 14:15 UTC  (5+ messages)
` [PATCH 1/4] crypto: hisilicon/qm - adjust reset interface
` [PATCH 2/4] crypto: hisilicon/qm - enable PF and VFs communication
` [PATCH 3/4] crypto: hisilicon/qm - add callback to support communication
` [PATCH 4/4] crypto: hisilicon/qm - update reset flow

[PATCH -next 1/3] cifsd: fix memleak in ksmbd_vfs_stream_write()
 2021-05-29 14:13 UTC  (3+ messages)
` [PATCH -next 3/3] cifsd: check return value of ksmbd_vfs_getcasexattr() correctly

[PATCH v2 RESEND] sched/rt:fix the missing of rt_rq runtime check in rt-period timer
 2021-05-29 13:45 UTC 

[PATCH] tpm_tis_spi: add missing SPI device ID entries
 2021-05-29 13:50 UTC  (2+ messages)

[PATCH -next] USB: gadget: f_fs: Remove unneed cast in ffs_prepare_buffer()
 2021-05-29 12:54 UTC  (3+ messages)

[PATCH v2 2/2] mtd: devices: add support for microchip 48l640 EERAM
 2021-05-29 12:53 UTC  (2+ messages)

[PATCH 1/3] staging: rtl8188eu: use IW_HANDLER to declare wext handlers
 2021-05-29 12:13 UTC  (3+ messages)
` [PATCH 2/3] staging: rtl8188eu: remove dummy "
` [PATCH 3/3] staging: rtl8188eu: remove dummy setfreq handler

include/linux/avf/virtchnl.h:852:33: error: enumerator value for 'virtchnl_static_assert_virtchnl_rss_cfg' is not an integer constant
 2021-05-29 11:59 UTC  (2+ messages)

[PATCH -next] regulator: core: Use DEVICE_ATTR_RO macro
 2021-05-29 11:52 UTC 

[PATCH] b43legacy: Remove unused inline function txring_to_priority()
 2021-05-29 11:51 UTC 

[PATCH -next] cifs: Remove unused inline function is_sysvol_or_netlogon()
 2021-05-29 11:48 UTC 

[PATCH net-next] net: hso: Use BIT(x) macro
 2021-05-29 11:44 UTC 

[RFC PATCH] x86/apic: Fix BUG due to multiple allocation of legacy vectors
 2021-05-29 11:27 UTC  (2+ messages)
` [tip: x86/urgent] x86/apic: Mark _all_ legacy interrupts when IO/APIC is missing

[PATCH] staging: rtl8723bs: core: rtw_mlme_ext.c: move the declaration and initialization of 'evt_seq' inside ifdef macro
 2021-05-29 11:26 UTC  (3+ messages)
` [PATCH V2] staging: rtl8723bs: core: rtw_mlme_ext.c: remove deadcode

[PATCH v2 01/13] leds: core: The -ENOTSUPP should never be seen by user space
 2021-05-29 11:19 UTC  (13+ messages)
` [PATCH v2 02/13] leds: el15203000: Give better margin for usleep_range()
` [PATCH v2 03/13] leds: el15203000: Correct headers (of*.h -> mod_devicetable.h)
` [PATCH v2 04/13] leds: lgm-sso: Put fwnode in any case during ->probe()
` [PATCH v2 05/13] leds: lgm-sso: Don't spam logs when probe is deferred
` [PATCH v2 06/13] leds: lgm-sso: Remove explicit managed GPIO resource cleanup
` [PATCH v2 07/13] leds: lgm-sso: Convert to use list_for_each_entry*() API
` [PATCH v2 08/13] leds: lm3692x: Correct headers (of*.h -> mod_devicetable.h)
` [PATCH v2 09/13] leds: lm3697: Update header block to reflect reality
` [PATCH v2 10/13] leds: lm3697: Make error handling more robust
` [PATCH v2 11/13] leds: lt3593: Put fwnode in any case during ->probe()
` [PATCH v2 12/13] leds: rt8515: "
` [PATCH v2 13/13] leds: sgm3140: "

[PATCH net-next] ipv6: use prandom_u32() for ID generation
 2021-05-29 11:07 UTC 

[PATCH v3 0/2] fixes for yt8511 phy driver
 2021-05-29 11:05 UTC  (3+ messages)
` [PATCH v3 1/2] net: phy: fix yt8511 clang uninitialized variable warning
` [PATCH v3 2/2] net: phy: abort loading yt8511 driver in unsupported modes

[PATCH v2 0/4] kernel: fix some spelling mistakes
 2021-05-29 11:03 UTC  (3+ messages)
` [PATCH v2 2/4] kgdb: Fix "
` [PATCH v2 4/4] time: "


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