linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-21 11:13:21 to 2020-11-21 19:45:39 UTC [more...]

compaction: VM_BUG_ON_PAGE(!zone_spans_pfn(page_zone(page), pfn))
 2020-11-21 19:45 UTC  (3+ messages)
` [PATCH 0/1] VM_BUG_ON_PAGE(!zone_spans_pfn) in set_pfnblock_flags_mask
  ` [PATCH 1/1] mm: compaction: avoid fast_isolate_around() to set pageblock_skip on reserved pages

[PATCH] compiler_attribute: remove CONFIG_ENABLE_MUST_CHECK
 2020-11-21 19:43 UTC 

[PATCH 0/6] ARC: build: fix various issues in arc boot Makefile
 2020-11-21 19:36 UTC  (7+ messages)
` [PATCH 1/6] ARC: build: remove non-existing bootpImage from KBUILD_IMAGE
` [PATCH 2/6] ARC: build: add uImage.lzma to the top-level target
` [PATCH 3/6] ARC: build: add boot_targets to PHONY
` [PATCH 4/6] ARC: build: move symlink creation to arch/arc/Makefile to avoid race
` [PATCH 5/6] ARC: build: remove unneeded extra-y
` [PATCH 6/6] ARC: build: use $(READELF) instead of hard-coded readelf

[PATCH v5 0/3] net, mac80211, kernel: enable KCOV remote coverage collection for 802.11 frame handling
 2020-11-21 19:30 UTC  (9+ messages)
` [PATCH v5 2/3] net: add kcov handle to skb extensions

[PATCH] lib/lz4: explicitly support in-place decompression
 2020-11-21 19:10 UTC 

[PATCH v3] MAINTAINERS: Add Kamel Bouhara as TCB counter driver maintainer
 2020-11-21 18:58 UTC 

drivers/tty/serial/ucc_uart.c:661:9: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2020-11-21 18:56 UTC 

[RFC PATCH 00/12] iio: core,buffer: add support for multiple IIO buffers per IIO device
 2020-11-21 18:52 UTC  (14+ messages)
` [RFC PATCH 01/12] iio: core: register chardev only if needed
` [RFC PATCH 03/12] iio: buffer: rework buffer & scan_elements dir creation
` [RFC PATCH 04/12] iio: buffer: add index to the first IIO buffer dir and symlink it back
` [RFC PATCH 06/12] iio: buffer: re-route scan_elements via it's kobj_type
` [RFC PATCH 11/12] iio: buffer: introduce support for attaching more IIO buffers
` [RFC PATCH 12/12] iio: buffer: add ioctl() to support opening extra buffers for IIO device

[PATCH v2 0/3] occ: Add support for P10
 2020-11-21 18:51 UTC  (2+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-21 18:50 UTC  (13+ messages)
` [PATCH 057/141] watchdog: "
` [PATCH 060/141] habanalabs: "
` [PATCH 072/141] can: peak_usb: "
` [PATCH 086/141] hwmon: (corsair-cpro) "
` [PATCH 087/141] hwmon: (max6621) "
` [PATCH 090/141] iio: adc: cpcap: "

[PATCH v2] MAINTAINERS: Add Kamel Bouhara as TCB counter driver maintainer
 2020-11-21 18:50 UTC  (2+ messages)

[PATCH] remoteproc: Add module parameter 'auto_boot'
 2020-11-21 18:47 UTC  (5+ messages)

drivers/spi/spi-lp8841-rtc.c:63:28: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-11-21 18:43 UTC 

arch/riscv/include/asm/vdso/processor.h:14:2: error: implicit declaration of function 'barrier'
 2020-11-21 18:39 UTC 

[GIT PULL] seccomp fixes for v5.10-rc5
 2020-11-21 18:39 UTC  (2+ messages)

[GIT PULL] xfs: fixes for 5.10-rc5
 2020-11-21 18:39 UTC  (2+ messages)

[PATCH 5.4 00/17] 5.4.79-rc1 review
 2020-11-21 18:37 UTC  (3+ messages)

[PATCH 4.19 00/14] 4.19.159-rc1 review
 2020-11-21 18:37 UTC  (3+ messages)

[PATCH v40 00/24] Intel SGX foundations
 2020-11-21 18:36 UTC  (4+ messages)

[PATCH 4.14 00/17] 4.14.208-rc1 review
 2020-11-21 18:36 UTC  (3+ messages)

[PATCH 4.9 00/16] 4.9.245-rc1 review
 2020-11-21 18:34 UTC  (2+ messages)

[PATCH v2] checkpatch: add fix option for LOGICAL_CONTINUATIONS
 2020-11-21 18:34 UTC  (4+ messages)
  ` [PATCH v3] "

[PATCH 4.4 00/15] 4.4.245-rc1 review
 2020-11-21 18:29 UTC  (2+ messages)

[PATCH 00/29] RFC: iov_iter: Switch to using an ops table
 2020-11-21 18:23 UTC  (34+ messages)
` [PATCH 01/29] iov_iter: Switch to using a table of operations
` [PATCH 02/29] iov_iter: Split copy_page_to_iter()
` [PATCH 03/29] iov_iter: Split iov_iter_fault_in_readable
` [PATCH 04/29] iov_iter: Split the iterate_and_advance() macro
` [PATCH 05/29] iov_iter: Split copy_to_iter()
` [PATCH 06/29] iov_iter: Split copy_mc_to_iter()
` [PATCH 07/29] iov_iter: Split copy_from_iter()
` [PATCH 08/29] iov_iter: Split the iterate_all_kinds() macro
` [PATCH 09/29] iov_iter: Split copy_from_iter_full()
` [PATCH 10/29] iov_iter: Split copy_from_iter_nocache()
` [PATCH 11/29] iov_iter: Split copy_from_iter_flushcache()
` [PATCH 12/29] iov_iter: Split copy_from_iter_full_nocache()
` [PATCH 13/29] iov_iter: Split copy_page_from_iter()
` [PATCH 14/29] iov_iter: Split iov_iter_zero()
` [PATCH 15/29] iov_iter: Split copy_from_user_atomic()
` [PATCH 16/29] iov_iter: Split iov_iter_advance()
` [PATCH 17/29] iov_iter: Split iov_iter_revert()
` [PATCH 18/29] iov_iter: Split iov_iter_single_seg_count()
` [PATCH 19/29] iov_iter: Split iov_iter_alignment()
` [PATCH 20/29] iov_iter: Split iov_iter_gap_alignment()
` [PATCH 21/29] iov_iter: Split iov_iter_get_pages()
` [PATCH 22/29] iov_iter: Split iov_iter_get_pages_alloc()
` [PATCH 23/29] iov_iter: Split csum_and_copy_from_iter()
` [PATCH 24/29] iov_iter: Split csum_and_copy_from_iter_full()
` [PATCH 25/29] iov_iter: Split csum_and_copy_to_iter()
` [PATCH 26/29] iov_iter: Split iov_iter_npages()
` [PATCH 27/29] iov_iter: Split dup_iter()
` [PATCH 28/29] iov_iter: Split iov_iter_for_each_range()
` [PATCH 29/29] iov_iter: Remove iterate_all_kinds() and iterate_and_advance()

[PATCH v2 11/24] file: Implement task_lookup_fd_rcu
 2020-11-21 18:19 UTC  (2+ messages)

drivers/tty/serial/ucc_uart.c:605:17: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2020-11-21 18:07 UTC 

[GIT PULL] io_uring fixes for 5.10-rc
 2020-11-21 18:07 UTC  (7+ messages)

[RFC] MAINTAINERS tag for cleanup robot
 2020-11-21 18:02 UTC  (4+ messages)

[PATCH] powerpc: inline iomap accessors
 2020-11-21 17:59 UTC 

[PATCH v2 0/4] add custom hinge sensor support
 2020-11-21 17:56 UTC  (9+ messages)
` [PATCH v2 1/4] HID: hid-sensor-custom: Add custom sensor iio support
` [PATCH v2 2/4] iio: hid-sensor-trigger: Decrement runtime pm enable count on driver removal
` [PATCH v2 3/4] iio: hid-sensor-trigger: Use iio->trig instead trig field internal structure
` [PATCH v2 4/4] iio: hid-sensors: Add hinge sensor driver

[PATCH] lseek.2: SYNOPSIS: Use correct types
 2020-11-21 17:45 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add Kamel Bouhara as TCB counter driver maintainer
 2020-11-21 17:45 UTC  (6+ messages)

[PATCH 3/5] arm64: dts: sdm845: add oneplus 6/t devices
 2020-11-21 17:44 UTC  (4+ messages)

[PATCH RFC v2 1/1] scsi: pm: Leave runtime PM status alone during system resume/thaw/restore
 2020-11-21 17:32 UTC  (4+ messages)

[PATCH v2 0/6] Updates to MHI channel handling
 2020-11-21 17:16 UTC  (9+ messages)
` [PATCH v2 1/6] bus: mhi: core: Allow receiving a STOP channel command response
` [PATCH v2 3/6] bus: mhi: core: Add support to stop or start channel data transfers

[PATCH] binder: add flag to clear buffer on txn complete
 2020-11-21 17:11 UTC  (3+ messages)

[PATCH v2] eventfd: convert to ->write_iter()
 2020-11-21 17:07 UTC  (4+ messages)

[PATCH v4 0/6] SCMIv3.0 Sensor Extensions
 2020-11-21 16:59 UTC  (3+ messages)
` [PATCH v4 3/6] hwmon: scmi: update hwmon internal scale data type

[PATCH] iio: core: return -EINVAL when no ioctl handler has been run
 2020-11-21 16:49 UTC  (2+ messages)

[PATCH 0/2] hwspinlock: add sunxi hardware spinlock support
 2020-11-21 16:44 UTC  (9+ messages)
` [PATCH 2/2] "

[PATCH] iio: ad_sigma_delta: Don't put SPI transfer buffer on the stack
 2020-11-21 16:41 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2] iio: adc: rockchip_saradc: fix missing clk_disable_unprepare() on error in rockchip_saradc_resume
 2020-11-21 16:39 UTC  (3+ messages)

[PATCH v2] counter: microchip-tcb-capture: Fix CMR value check
 2020-11-21 16:31 UTC  (3+ messages)

[PATCH v3 0/5] MIPS: ralink: add CPU clock detection and clock gate driver for MT7621
 2020-11-21 16:22 UTC  (7+ messages)
` [PATCH v3 1/5] dt-bindings: clock: add dt binding header for mt7621 clocks
` [PATCH v3 2/5] dt: bindings: add mt7621-clk device tree binding documentation

[PATCH] scsi: ufs: Adjust logic in common ADAPT helper
 2020-11-21 16:23 UTC  (2+ messages)

[PATCH] checkpatch: add --fix option for INCLUDE_LINUX
 2020-11-21 16:17 UTC 

[PATCH] pci: mediatek: fix warning in msi.h
 2020-11-21 16:12 UTC  (16+ messages)
  ` Aw: "
                  ` Aw: "
                            ` Aw: "

[PATCH v2 00/11] iio: adc: at91_adc: cleanup DT bindings
 2020-11-21 15:56 UTC  (2+ messages)

[PATCH v6 0/4] MT7621 PCIe PHY
 2020-11-21 15:50 UTC  (5+ messages)
` [PATCH v6 1/4] dt-bindings: phy: Add binding for Mediatek "
` [PATCH v6 2/4] phy: ralink: Add PHY driver for "
` [PATCH v6 3/4] MAINTAINERS: add MT7621 PHY PCI maintainer
` [PATCH v6 4/4] staging: mt7621-pci-phy: remove driver from staging

[PATCH] iio: accel: adis16209: remove unneeded spi_set_drvdata()
 2020-11-21 15:40 UTC  (2+ messages)

[PATCH v2 1/4] iio: adc: ad7887: convert dual-channel mode to DT/ACPI
 2020-11-21 15:39 UTC  (4+ messages)
` [PATCH v2 4/4] dt-bindings: adc: ad7887: add binding doc for AD7887

[PATCH] iio: accel: adis16201: remove unneeded spi_set_drvdata()
 2020-11-21 15:18 UTC  (2+ messages)

[PATCH] tty: serial: replace spin_lock_irqsave by spin_lock in hard IRQ
 2020-11-21 15:17 UTC  (6+ messages)

[PATCH] iio: adc: ad7292: remove unneeded spi_set_drvdata()
 2020-11-21 15:16 UTC  (3+ messages)

[PATCH v2] iio: sx9310: Fix semtech,avg-pos-strength setting when > 16
 2020-11-21 15:02 UTC  (3+ messages)

[PATCH 1/3] pwm: pca9685: Switch to atomic API
 2020-11-21 14:58 UTC  (7+ messages)

[PATCH v3 0/9] iio: remove iio_buffer_set_attrs() and assign buffer attrs during alloc
 2020-11-21 14:56 UTC  (9+ messages)
` [PATCH v3 7/9] iio: cros_ec: use devm_iio_triggered_buffer_setup_ext()

[PATCH] video: hyperv_fb: Directly use the MMIO VRAM
 2020-11-21 14:54 UTC  (2+ messages)

[PATCH v4 0/4] add epoll_pwait2 syscall
 2020-11-21 14:44 UTC  (5+ messages)
` [PATCH v4 1/4] epoll: convert internal api to timespec64
` [PATCH v4 2/4] epoll: add syscall epoll_pwait2
` [PATCH v4 3/4] epoll: wire up "
` [PATCH v4 4/4] selftests/filesystems: expand epoll with epoll_pwait2

[PATCH] iov_iter: optimise iter type checking
 2020-11-21 14:37 UTC 

[PATCH v9 0/8] Carry forward IMA measurement log on kexec on ARM64
 2020-11-21 14:38 UTC  (3+ messages)

[PATCH 0/2] introduce sunxi hwspinlock
 2020-11-21 14:33 UTC  (6+ messages)
` [PATCH 2/2] hwspinlock: add SUNXI implementation

sun6i-msgbox.c:undefined reference to `devm_ioremap_resource'
 2020-11-21 14:27 UTC 

drivers/clocksource/timer-riscv.c:28:16: error: implicit declaration of function 'get_cycles64'
 2020-11-21 14:26 UTC 

[PATCHv3 net-next 0/3] Add devlink and devlink health reporters to
 2020-11-21 14:13 UTC  (3+ messages)
` [PATCHv4 net-next 2/3] octeontx2-af: Add devlink health reporters for NPA

[PATCH v2 0/6] Add AHCI support for Tegra186
 2020-11-21 14:04 UTC  (3+ messages)
` [PATCH v2 4/6] dt-binding: ata: tegra: Add dt-binding documentation "

[PATCH v9 0/4] iommu: Add support to change default domain of
 2020-11-21 13:56 UTC  (5+ messages)
` [PATCH v9 1/4] iommu: Move def_domain type check for untrusted device into core
` [PATCH v9 2/4] iommu: Add support to change default domain of an iommu group
` [PATCH v9 3/4] iommu: Take lock before reading iommu group default domain type
` [PATCH v9 4/4] iommu: Document usage of "/sys/kernel/iommu_groups/<grp_id>/type" file

[PATCH 0/4] Cosmetic
 2020-11-21 13:57 UTC  (5+ messages)
` [PATCH 1/4] fs/anon_inodes.c: Use "%s" + __func__ instead of hardcoding function name
` [PATCH 2/4] fs/anon_inodes.c, fs/attr.c, fs/bad_inode.c, fs/binfmt_aout.c, fs/binfmt_elf.c: Cosmetic
` [PATCH 3/4] "
` [PATCH 4/4] "

[PATCH] dt-bindings: fsl-imx-drm: fix example compatible string
 2020-11-21 13:29 UTC  (2+ messages)

arm: lockdep complaining about static memory allocations
 2020-11-21 13:09 UTC 

kernel BUG at include/linux/highmem.h:LINE!
 2020-11-21 13:05 UTC 

[PATCH v3] dt-bindings: misc: convert fsl,qoriq-mc from txt to YAML
 2020-11-21 13:03 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: riscv: Add DT documentation for SiFive Bus Error Unit
 2020-11-21 12:58 UTC  (2+ messages)

[PATCH v1] dt-bindings: touchscreen: add touchscreen-read-duration-us and touchscreen-settling-time-us properties
 2020-11-21 12:56 UTC  (2+ messages)

[PATCH 1/2] RISC-V: Update l2 cache DT documentation to add support for SiFive FU740
 2020-11-21 12:54 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: drm/bridge: anx7625: Add power supplies
 2020-11-21 12:50 UTC  (2+ messages)

[PATCH v6 00/17] follow_pfn and other iomap races
 2020-11-21 12:47 UTC  (3+ messages)
` [PATCH v6 03/17] misc/habana: Stop using frame_vector helpers

[PATCH v2 0/2] ide: Remove in_interrupt()
 2020-11-21 12:44 UTC  (4+ messages)
` [PATCH v2 1/2] ide/Falcon: Remove in_interrupt() usage

[PATCH v4 00/18] dt-bindings: usb: Add generic USB HCD, xHCI, DWC USB3 DT schema
 2020-11-21 12:44 UTC  (7+ messages)
` [PATCH v4 02/18] dt-bindings: usb: Convert generic USB properties to DT schemas
` [PATCH v4 10/18] dt-bindings: usb: Convert DWC USB3 bindings to DT schema

[PATCH] habanalabs/gaudi: fix missing code in ECC handling
 2020-11-21 12:40 UTC 

[rcu:dev.2020.11.19b] BUILD SUCCESS 81ed34a95adf97372ad0971b1e4e9e92096537c5
 2020-11-21 12:29 UTC 

[PATCH v9 0/2] Add Intel LGM SoC DMA support
 2020-11-21 12:19 UTC  (9+ messages)
` [PATCH v9 1/2] dt-bindings: dma: Add bindings for Intel LGM SoC
` [PATCH v9 2/2] Add Intel LGM SoC DMA support

[PATCH] staging: rtl8723bs: remove redundant statements
 2020-11-21 12:17 UTC 

[PATCH v3] checkpatch: add fix option for ASSIGNMENT_CONTINUATIONS
 2020-11-21 12:10 UTC  (7+ messages)
        ` [PATCH v4] "

[PATCH v5 0/4] MT7621 PCIe PHY
 2020-11-21 12:10 UTC  (3+ messages)

[PATCH 0/5] locking/rwsem: Rework reader optimistic spinning
 2020-11-21 11:50 UTC  (7+ messages)
` [RFC PATCH 5/5] locking/rwsem: Remove "

[PATCH v3] fs/aio.c: Cosmetic
 2020-11-21 11:41 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v7 00/17] Add support for Clang LTO
 2020-11-21 11:40 UTC  (7+ messages)

[PATCH 5.9 00/14] 5.9.10-rc1 review
 2020-11-21 11:12 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).