linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-14 19:31:34 to 2021-04-15 00:43:34 UTC [more...]

[PATCH 00/13] [RFC] Rust support
 2021-04-15  0:43 UTC  (37+ messages)
` [PATCH 01/13] kallsyms: Support "big" kernel symbols (2-byte lengths)
` [PATCH 02/13] kallsyms: Increase maximum kernel symbol length to 512
` [PATCH 03/13] Makefile: Generate CLANG_FLAGS even in GCC builds
` [PATCH 04/13] Kbuild: Rust support
` [PATCH 05/13] Rust: Compiler builtins crate
` [PATCH 07/13] Rust: Kernel crate
` [PATCH 09/13] Samples: Rust examples
` [PATCH 10/13] Documentation: Rust general information
` [PATCH 11/13] MAINTAINERS: Rust

[RFC PATCH v1 00/11] Manage the top tier memory in a tiered memory
 2021-04-15  0:42 UTC  (11+ messages)

[gustavoars-linux:testing/warray-bounds 1/10] arch/alpha/include/asm/string.h:22:16: warning: '__builtin_memcpy' offset [3, 64] from the object at 'report' is out of the bounds of referenced subobject 'report' with type 'unsigned char' at offset 1
 2021-04-15  0:39 UTC 

[PATCH bpf-next v4 0/6] Add a snprintf eBPF helper
 2021-04-15  0:37 UTC  (3+ messages)
` [PATCH bpf-next v4 1/6] bpf: Factorize bpf_trace_printk and bpf_seq_printf

[PATCH v2 0/2] Fix binfmt_flat loader for RISC-V
 2021-04-15  0:32 UTC  (2+ messages)

[PATCH 1/3] arm64: dts: mt8183-pumpkin: fix dtbs_check warning
 2021-04-15  0:29 UTC  (3+ messages)
` [PATCH 3/3] arm64: dts: mt8183-kukui: fix dtbs_check warnings

[PATCH] selftests/bpf: Fix the ASSERT_ERR_PTR macro
 2021-04-15  0:28 UTC  (3+ messages)

[PATCH] tty: use printk_safe context at tty_msg()
 2021-04-15  0:22 UTC  (14+ messages)
    ` [PATCH v2] tty: use printk_deferred() "
          ` How to handle concurrent access to /dev/ttyprintk ?
                        ` [PATCH] ttyprintk: Add TTY hangup callback

[PATCH] arm64: vdso32: drop -no-integrated-as flag
 2021-04-15  0:17 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/2] x86/events/amd/iommu: Fix sysfs type mismatch
 2021-04-15  0:11 UTC  (2+ messages)
` [PATCH 2/2] perf/amd/uncore: "

[PATCH v2 0/2] Simplify and restrict IOMMU SVA APIs
 2021-04-14 15:27 UTC  (3+ messages)
` [PATCH v2 1/2] iommu/sva: Tighten SVA bind API with explicit flags
` [PATCH v2 2/2] iommu/sva: Remove mm parameter from SVA bind API

[PATCH v3 0/5] arm64: dts: renesas: Enable GMSL on R8A77970 V3M Eagle
 2021-04-15  0:00 UTC  (11+ messages)
` [PATCH v3 1/5] dt-bindings: media: max9286: Define 'maxim,gpio-poc'
` [PATCH v3 2/5] media: i2c: max9286: Use "maxim,gpio-poc" property
` [PATCH v3 3/5] arm64: dts: renesas: eagle: Enable MAX9286
` [PATCH v3 4/5] arm64: dts: renesas: eagle: Add GMSL .dtsi
` [PATCH v3 5/5] arm64: dts: renesas: eagle: Include eagle-gmsl

[PATCH v2 0/2][next] wl3501_cs: Fix out-of-bounds warnings
 2021-04-15  0:00 UTC  (4+ messages)

[PATCH bpf-next 3/5] libbpf: add low level TC-BPF API
 2021-04-14 23:58 UTC  (20+ messages)

[tip: core/rcu] softirq: Don't try waking ksoftirqd before it has been spawned
 2021-04-14 23:54 UTC  (7+ messages)

Should RCU_BOOST kernels use hrtimers in GP kthread?
 2021-04-14 23:48 UTC  (7+ messages)

[PATCH v3 0/2] Fix out-of-bounds warnings
 2021-04-14 23:45 UTC  (3+ messages)
` [PATCH v3 1/2] wl3501_cs: Fix out-of-bounds warnings in wl3501_send_pkt
` [PATCH v3 2/2] wl3501_cs: Fix out-of-bounds warnings in wl3501_mgmt_join

[PATCH RFC net-next 0/3] Multi-CPU DSA support
 2021-04-14 23:39 UTC  (11+ messages)

linux-next: build warning after merge of the powerpc tree
 2021-04-14 23:36 UTC 

kernel/sched/core.c:2709:20: warning: unused function 'rq_has_pinned_tasks'
 2021-04-14 23:25 UTC 

[PATCH v4 00/17] media: gmsl: Reliability improvements
 2021-04-14 23:14 UTC  (7+ messages)
` [PATCH v4 08/17] media: i2c: rdacm21: Add dealy after OV490 reset
` [PATCH v4 10/17] media: i2c: rdacm21: Power up OV10640 before OV490
` [PATCH v4 11/17] media: i2c: rdacm20: Enable noise immunity

[PATCH v3 net-next 00/10] net: Korina improvements
 2021-04-14 23:06 UTC  (10+ messages)
` [PATCH v3 net-next 01/10] net: korina: Fix MDIO functions
` [PATCH v3 net-next 02/10] net: korina: Use devres functions
` [PATCH v3 net-next 03/10] net: korina: Remove not needed cache flushes
` [PATCH v3 net-next 04/10] net: korina: Remove nested helpers
` [PATCH v3 net-next 05/10] net: korina: Use DMA API
` [PATCH v3 net-next 06/10] net: korina: Only pass mac address via platform data
` [PATCH v3 net-next 07/10] net: korina: Add support for device tree
` [PATCH v3 net-next 08/10] net: korina: Get mdio input clock via common clock framework
` [PATCH v3 net-next 09/10] net: korina: Make driver COMPILE_TESTable

[PATCH bpf-next v3 0/6] Add a snprintf eBPF helper
 2021-04-14 22:58 UTC  (12+ messages)
` [PATCH bpf-next v3 3/6] bpf: Add a bpf_snprintf helper
` [PATCH bpf-next v3 6/6] selftests/bpf: Add a series of tests for bpf_snprintf

[RFC Part2 PATCH 00/30] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-04-14 22:48 UTC  (4+ messages)
` [RFC Part2 PATCH 01/30] x86: Add the host SEV-SNP initialization support

mm/vmalloc.c:472:1: warning: unused function 'compute_subtree_max_size'
 2021-04-14 22:46 UTC 

[PATCH 0/5] Bring the BusLogic host bus adapter driver up to Y2021
 2021-04-14 22:39 UTC  (6+ messages)
` [PATCH 1/5] scsi: BusLogic: Fix missing `pr_cont' use
` [PATCH 2/5] scsi: BusLogic: Avoid unbounded `vsprintf' use
` [PATCH 3/5] scsi: Provide for avoiding trailing allocation length with VPD inquiries
` [PATCH 4/5] scsi: Avoid using reserved length byte "
` [PATCH 5/5] scsi: Set allocation length to 255 for ATA Information VPD page

[PATCH v4 0/6] i2c: mpc: Refactor to improve responsiveness
 2021-04-14 22:33 UTC  (7+ messages)
` [PATCH v4 1/6] i2c: mpc: Interrupt driven transfer
` [PATCH v4 2/6] i2c: mpc: Update license and copyright
` [PATCH v4 3/6] i2c: mpc: Use devm_clk_get_optional()
` [PATCH v4 4/6] i2c: mpc: Remove CONFIG_PM_SLEEP ifdeffery
` [PATCH v4 5/6] i2c: mpc: Use device_get_match_data() helper
` [PATCH v4 6/6] i2c: mpc: Drop duplicate message from devm_platform_ioremap_resource()

[PATCH] usb: dwc3: gadget: Avoid canceling current request for queuing error
 2021-04-14 22:29 UTC 

[PATCH v7 00/11] soc: rockchip: power-domain: add rk3568 powerdomains
 2021-04-14 22:27 UTC  (15+ messages)
` [PATCH v7 01/11] arm: dts: rockchip: Fix power-controller node names for rk3066a
` [PATCH v7 02/11] arm: dts: rockchip: Fix power-controller node names for rk3188
` [PATCH v7 03/11] arm: dts: rockchip: Fix power-controller node names for rk3288
` [PATCH v7 04/11] arm64: dts: rockchip: Fix power-controller node names for px30
` [PATCH v7 05/11] arm64: dts: rockchip: Fix power-controller node names for rk3328
` [PATCH v7 06/11] arm64: dts: rockchip: Fix power-controller node names for rk3399
` [PATCH v7 07/11] soc: rockchip: pm-domains: Add a meaningful power domain name
` [PATCH v7 08/11] dt-bindings: add power-domain header for RK3568 SoCs
` [PATCH v7 09/11] dt-bindings: power: rockchip: Convert to json-schema
` [PATCH v7 10/11] dt-bindings: power: rockchip: Add bindings for RK3568 Soc
` [PATCH v7 11/11] soc: rockchip: power-domain: add rk3568 powerdomains

[thermal] 9223d0dccb: stress-ng.msg.ops_per_sec -27.4% regression
 2021-04-14 22:27 UTC  (2+ messages)

[PATCH v4] Documentation: kunit: add tips for running KUnit
 2021-04-14 22:22 UTC 

[PATCH v3] Documentation: kunit: add tips for running KUnit
 2021-04-14 22:22 UTC  (3+ messages)

[PATCH v19 0/6] add power control in i2c
 2021-04-14 22:19 UTC  (3+ messages)
` [PATCH v19 2/6] dt-binding: i2c: mt65xx: add vbus-supply property
  ` [Intel-gfx] "

[PATCH 0/2] iommu/amd: Revert and remove failing PMC test
 2021-04-14 22:18 UTC  (5+ messages)
` [PATCH 2/2] iommu/amd: Remove performance counter pre-initialization test

[v2 0/2] Support pwm driver for aspeed ast26xx
 2021-04-14 22:15 UTC  (3+ messages)
` [v2 1/2] dt-bindings: Add bindings for aspeed pwm-tach and pwm

[PATCH 0/4 POC] Allow executing code and syscalls in another address space
 2021-04-14 22:10 UTC  (3+ messages)

[PATCH] kconfig: redo fake deps at include/config/*.h
 2021-04-14 22:01 UTC 

linux-next: Fixes tag needs some work in the sound-asoc tree
 2021-04-14 22:01 UTC 

[PATCH] cgroup: Relax restrictions on kernel threads moving out of root cpu cgroup
 2021-04-14 22:00 UTC  (6+ messages)

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-04-14 21:57 UTC  (11+ messages)

[PATCH 0/1] Fix struct page layout on 32-bit systems
 2021-04-14 21:56 UTC  (10+ messages)
` [PATCH 1/1] mm: "

[PATCH 2/2] ptrace: is_syscall_success: Add syscall return code handling for compat task
 2021-04-14 21:39 UTC  (5+ messages)

[PATCH] io_thread/x86: don't reset 'cs', 'ss', 'ds' and 'es' registers for io_threads
 2021-04-14 21:28 UTC  (2+ messages)

[PATCH] dyndbg: fix parsing file query without a line-range suffix
 2021-04-14 21:24 UTC 

[PATCH v1 0/2] Let sanitize not retry in case of timeout/failure
 2021-04-14 21:22 UTC  (3+ messages)
` [PATCH v1 1/2] mmc: core: Add a retries parameter to __mmc_switch function
` [PATCH v1 2/2] mmc: core: Let sanitize not retry in case of timeout/failure

[PATCH v2 2/3] drm/msm/dp: initialize audio_comp when audio starts
 2021-04-14 21:22 UTC  (2+ messages)

[PATCH] block: fix io hung by block throttle
 2021-04-14 21:18 UTC 

[PATCH v2 1/1] mfd: intel_quark_i2c_gpio: Don't play dirty trick with const
 2021-04-14 21:19 UTC  (5+ messages)

[PATCH v2 1/3] drm/msm/dp: check sink_count before update is_connected status
 2021-04-14 21:18 UTC  (2+ messages)

[PATCH 0/3] Detect suspicious indentation after conditional
 2021-04-14 21:18 UTC  (2+ messages)

[PATCH v1 1/4] i2c: mpc: Use devm_clk_get_optional()
 2021-04-14 21:17 UTC  (5+ messages)
` [PATCH v1 2/4] i2c: mpc: Remove CONFIG_PM_SLEEP ifdeffery

[tip:x86/cleanups] BUILD SUCCESS 16854b567dff767e5ec5e6dc23021271136733a5
 2021-04-14 21:17 UTC 

[tip:x86/boot] BUILD SUCCESS c361e5d4d07d63768880e1994c7ed999b3a94cd9
 2021-04-14 21:17 UTC 

[PATCH 1/2] staging: media: atomisp: pci: Format comments according to coding-style in file atomisp_acc.c
 2021-04-14 21:16 UTC  (2+ messages)
` [PATCH 2/2] staging: media: atomisp: pci: Format comments according to coding-style in file atomisp_cmd.h

[PATCH v2 net-next 0/9] net: Korina improvements
 2021-04-14 21:10 UTC  (2+ messages)

[PATCH net-next] net: enetc: fetch MAC address from device tree
 2021-04-14 21:10 UTC  (2+ messages)

[PATCH] sfc: Remove duplicate argument
 2021-04-14 21:10 UTC  (2+ messages)

[PATCH] net: macb: fix the restore of cmp registers
 2021-04-14 21:10 UTC  (2+ messages)

[PATCH] [net] cavium/liquidio: Fix duplicate argument
 2021-04-14 21:10 UTC  (2+ messages)

[PATCH v2 3/3] drm/msm/dp: check main link status before start aux read
 2021-04-14 21:09 UTC  (2+ messages)

QCA6174 pcie wifi: Add pci quirks
 2021-04-14 21:03 UTC  (2+ messages)

[PATCH] riscv: locks: introduce ticket-based spinlock implementation
 2021-04-14 21:02 UTC  (12+ messages)
              ` [RFC][PATCH] locking: Generic ticket-lock

[Outreachy kernel] [PATCH v3 0/2] Remove led_blink_hdl and other related symbols
 2021-04-14 21:01 UTC  (5+ messages)
` [Outreachy patch] [PATCH v3 1/2] staging: rtl8723bs: Remove useless led_blink_hdl()
` [Outreachy kernel] [PATCH v3 2/2] staging: rtl8723bs: Remove everything related with LedBlink

[PATCH] staging: media: atomisp: pci: Change line break to avoid an open parenthesis at the end of the line
 2021-04-14 20:56 UTC 

[PATCH v2] staging: media: atomisp: pci: Format comments according to coding-style in file atomisp_cmd.c
 2021-04-14 20:55 UTC  (2+ messages)

[PATCH] libperf: xyarray: Add bounds checks to xyarray__entry()
 2021-04-14 20:53 UTC  (3+ messages)

[PATCH net-next v3 0/5] page_pool: recycle buffers
 2021-04-14 20:51 UTC  (9+ messages)
` [PATCH net-next v3 2/5] mm: add a signature in struct page

[PATCH 0/2] fdt: translate address if #size-cells = <0>
 2021-04-14 20:39 UTC  (12+ messages)

[PATCH net-next 0/7] net: Korina improvements
 2021-04-14 20:36 UTC  (6+ messages)
` [PATCH net-next 1/7] net: korina: Fix MDIO functions
` [PATCH net-next 2/7] net: korina: Use devres functions

[PATCH v2 0/3] rseq: minor optimizations
 2021-04-14 20:35 UTC  (22+ messages)
` [PATCH v2 3/3] rseq: optimise rseq_get_rseq_cs() and clear_rseq_cs()

[PATCH 1/3] spi: s3c64xx: simplify getting of_device_id match data
 2021-04-14 20:33 UTC  (3+ messages)
` [PATCH 2/3] spi: s3c64xx: correct kerneldoc of s3c64xx_spi_port_config
` [PATCH 3/3] spi: s3c64xx: constify driver/match data

[RFC/RFT PATCH 0/3] arm64: drop pfn_valid_within() and simplify pfn_valid()
 2021-04-14 20:29 UTC  (12+ messages)
` [RFC/RFT PATCH 1/3] memblock: update initialization of reserved pages
` [RFC/RFT PATCH 2/3] arm64: decouple check whether pfn is normal memory from pfn_valid()

[PATCH -next] PCI: Use DEFINE_SPINLOCK() for spinlock
 2021-04-14 20:26 UTC  (2+ messages)

[PATCH V2] arm64: dts: qcom: sc7280: Add nodes for eMMC and SD card
 2021-04-14 20:25 UTC  (7+ messages)

[PATCH] PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macros
 2021-04-14 20:24 UTC  (3+ messages)

[GIT PULL][PATCH v9 0/3] Update to zstd-1.4.10
 2021-04-14 20:18 UTC  (7+ messages)

[PATCH 1/1] s390/pci: expose a PCI device's UID as its index
 2021-04-14 20:17 UTC  (2+ messages)

[PATCH v2][next] iommu/vt-d: Fix out-bounds-warning in intel_svm_page_response()
 2021-04-14 20:14 UTC 

[PATCH] virtio_blk: Add support for lifetime feature
 2021-04-14 20:12 UTC  (5+ messages)

[PATCH v2 00/16] Multigenerational LRU Framework
 2021-04-14 20:08 UTC  (11+ messages)

[PATCH] staging: media: atomisp: pci: Format multi-line comments according to coding-style in file atomisp_cmd.c
 2021-04-14 20:06 UTC  (4+ messages)

[PATCH][next] iommu/vt-d: Fix out-bounds-warning in intel_svm_page_response()
 2021-04-14 20:04 UTC  (3+ messages)

[PATCH net-next v2 0/3] net: phy: marvell-88x2222: a couple of improvements
 2021-04-14 20:00 UTC  (2+ messages)

[PATCH net-next v4 1/1] net: stmmac: Add support for external trigger timestamping
 2021-04-14 20:00 UTC  (2+ messages)

[PATCH v1 1/7] iio: accel: st_accel: Move platform data from header to C file
 2021-04-14 19:54 UTC  (7+ messages)
` [PATCH v1 2/7] iio: gyro: st_gyro: "
` [PATCH v1 3/7] iio: magnetometer: st_magn: Provide default platform data
` [PATCH v1 4/7] iio: st_sensors: Call st_sensors_power_enable() from bus drivers
` [PATCH v1 5/7] iio: st_sensors: Make accel, gyro, magn and pressure probe shared
` [PATCH v1 6/7] iio: st_sensors: Add lsm9ds0 IMU support
` [PATCH v1 7/7] dt-bindings: iio: st,st-sensors: Add LSM9DS0 compatible string

[PATCH next v2] mfd: Add Renesas Synchronization Management Unit (SMU) support
 2021-04-14 19:49 UTC 

[PATCH] coresight: etm-perf: Fix define build issue when built as module
 2021-04-14 19:48 UTC 

[PATCH v10 3/3] PCI: uniphier: Add misc interrupt handler to invoke PME and AER
 2021-04-14 19:46 UTC  (2+ messages)

[PATCH v8 1/8] pwm: pca9685: Switch to atomic API
 2021-04-14 19:45 UTC  (9+ messages)

Proposal of improvement for DMA - direct passing of hugepages to the SG list
 2021-04-14 19:33 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).