linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-18 15:21:12 to 2021-01-18 17:41:25 UTC [more...]

[PATCH 0/2] introduce DUMP_PREFIX_UNHASHED for hex dumps
 2021-01-18 17:14 UTC  (5+ messages)
` [PATCH 1/2] [v2] lib/hexdump: introduce DUMP_PREFIX_UNHASHED for unhashed addresses

[PATCH 4.19 00/43] 4.19.169-rc1 review
 2021-01-18 15:24 UTC  (3+ messages)

[PATCH bpf-next] docs: bpf: Fixup atomics documentation
 2021-01-18 15:43 UTC  (3+ messages)

[PATCH 5.4 00/76] 5.4.91-rc1 review
 2021-01-18 15:53 UTC  (3+ messages)

[PATCH v2 0/5] Add sysfs interface to collect reports from debugging tools
 2021-01-18 16:43 UTC  (5+ messages)
` [PATCH v2 2/5] lib: add error_report_notify to collect debugging tools' reports

riscv+KASAN does not boot
 2021-01-18 15:43 UTC  (7+ messages)

[PATCH v1 0/5] Enable fw_devlink=on by default
 2021-01-18 17:39 UTC  (3+ messages)
` [PATCH v1 5/5] driver core: Set "

[PATCH] usb: bdc: Remove the BDC PCI driver
 2021-01-18 17:37 UTC  (6+ messages)

[PATCH] KVM: x86/mmu: Remove the defunct update_pte() paging hook
 2021-01-18 17:36 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] BPF docs fixups
 2021-01-18 17:36 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] docs: bpf: Fixup atomics markup
` [PATCH bpf-next v2 2/2] docs: bpf: Clarify -mcpu=v3 requirement for atomic ops

[PATCH] KVM: x86: Zap the oldest MMU pages, not the newest
 2021-01-18 17:34 UTC  (2+ messages)

[PATCH] KVM: x86: Add more protection against undefined behavior in rsvd_bits()
 2021-01-18 17:34 UTC  (2+ messages)

[RFC PATCH 0/1] net: arcnet: Fix RESET sequence
 2021-01-18 17:31 UTC  (4+ messages)

[PATCH v4] pgo: add clang's Profile Guided Optimization infrastructure
 2021-01-18 17:26 UTC  (17+ messages)
` [PATCH v5] "

[PATCH] x86/cpu/zhaoxin: Fix wrong lowercase naming and indent
 2021-01-18 17:25 UTC 

[PATCH] ALSA: hda: Balance runtime/system PM if direct-complete is disabled
 2021-01-18 17:27 UTC  (3+ messages)

[PATCH 1/2] sh: boot: add intermediate vmlinux.bin* to targets instead of extra-y
 2021-01-18 17:27 UTC  (7+ messages)
` [PATCH 2/2] sh: boot: avoid unneeded rebuilds under arch/sh/boot/compressed/

[PATCH 0/2] SDM630/660 Venus hardware video decoder/encoder
 2021-01-18 17:21 UTC  (7+ messages)
` [PATCH 1/2] media: venus: core: Add sdm660 DT compatible and resource struct
` [PATCH 2/2] media: dt-bindings: media: venus: Add sdm660 DT schema

[PATCH v2] fs/proc: Expose RSEQ configuration
 2021-01-18 17:25 UTC  (3+ messages)

[PATCH 00/29] [Set 15] Finally rid W=1 warnings from GPU!
 2021-01-18 17:21 UTC  (5+ messages)

[PATCH v2 00/12] MFD/extcon/ASoC: Rework arizona codec jack-detect support
 2021-01-18 17:24 UTC  (3+ messages)
` [PATCH v2 08/12] ASoC: arizona-jack: convert into a helper library for codec drivers

[PATCH 00/21] objtool: vmlinux.o and CLANG LTO support
 2021-01-18 17:22 UTC  (3+ messages)

[PATCH v2 00/27] Page folios
 2021-01-18 17:01 UTC  (28+ messages)
` [PATCH v2 01/27] mm: Introduce struct folio
` [PATCH v2 02/27] mm: Add folio_pgdat
` [PATCH v2 03/27] mm/vmstat: Add folio stat wrappers
` [PATCH v2 04/27] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v2 05/27] mm: Add put_folio
` [PATCH v2 06/27] mm: Add get_folio
` [PATCH v2 07/27] mm: Create FolioFlags
` [PATCH v2 08/27] mm: Handle per-folio private data
` [PATCH v2 09/27] mm: Add folio_index, folio_page and folio_contains
` [PATCH v2 10/27] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v2 11/27] mm/memcg: Add folio_memcg, lock_folio_memcg and unlock_folio_memcg
` [PATCH v2 12/27] mm/memcg: Add mem_cgroup_folio_lruvec
` [PATCH v2 13/27] mm: Add unlock_folio
` [PATCH v2 14/27] mm: Add lock_folio
` [PATCH v2 15/27] mm: Add lock_folio_killable
` [PATCH v2 16/27] mm: Convert lock_page_async to lock_folio_async
` [PATCH v2 17/27] mm/filemap: Convert lock_page_for_iocb to lock_folio_for_iocb
` [PATCH v2 18/27] mm/filemap: Convert wait_on_page_locked_async to wait_on_folio_locked_async
` [PATCH v2 19/27] mm/filemap: Convert end_page_writeback to end_folio_writeback
` [PATCH v2 20/27] mm: Convert wait_on_page_bit to wait_on_folio_bit
` [PATCH v2 21/27] mm: Add wait_for_stable_folio and wait_on_folio_writeback
` [PATCH v2 22/27] mm: Add wait_on_folio_locked & wait_on_folio_locked_killable
` [PATCH v2 23/27] mm: Convert lock_page_or_retry to lock_folio_or_retry
` [PATCH v2 24/27] mm/filemap: Convert wake_up_page_bit to wake_up_folio_bit
` [PATCH v2 25/27] mm: Convert test_clear_page_writeback to test_clear_folio_writeback
` [PATCH v2 26/27] mm/filemap: Convert page wait queues to be folios
` [PATCH v2 27/27] cachefiles: Switch to wait_page_key

[PATCH 01/10] drm/atomic: Pass the full state to planes async atomic check and update
 2021-01-18 17:02 UTC  (4+ messages)
` [PATCH 03/10] drm/atmel-hlcdc: Rename custom plane state variable

[PATCH] checkpatch: Improve TYPECAST_INT_CONSTANT test message
 2021-01-18 17:19 UTC 

[PATCH] PM / devfreq: Add sysfs attributes to simple_ondemand governor
 2021-01-18 17:17 UTC  (2+ messages)

linux-next: Tree for Jan 18
 2021-01-18 17:16 UTC  (2+ messages)
` linux-next: Tree for Jan 18 (objtool: 2 warnings)

[PATCH] drm/nouveau/svm: fail NOUVEAU_SVM_INIT ioctl on unsupported devices
 2021-01-18 17:16 UTC 

[PATCH] thermal: power allocator: Add control for non-power actor devices
 2021-01-18 17:15 UTC  (3+ messages)

[PATCH v3 0/7] MediaTek IOMMU improve tlb flush performance in map/unmap
 2021-01-18 17:14 UTC  (9+ messages)
` [PATCH v3 5/7] iommu: Allow io_pgtable_tlb ops optional
` [PATCH v3 6/7] iommu/mediatek: Gather iova in iommu_unmap to achieve tlb sync once
` [PATCH v3 7/7] iommu/mediatek: Remove the tlb-ops for v7s

[PATCH] drm/nouveau/svm: fail NOUVEAU_SVM_INIT ioctl on unsupported devices
 2021-01-18 17:13 UTC 

[PATCH V3] mm/compaction: correct deferral logic for proactive compaction
 2021-01-18 17:12 UTC 

[PATCH v9 00/17] Implement NTB Controller using multiple PCI EP
 2021-01-18 17:12 UTC  (3+ messages)
` [PATCH v9 15/17] NTB: Add support for EPF PCI-Express Non-Transparent Bridge

[PATCH v2 0/7] Introduce intel_skl_int3472 driver
 2021-01-18 17:05 UTC  (17+ messages)
` [PATCH v2 1/7] acpi: utils: move acpi_lpss_dep() to utils
` [PATCH v2 2/7] acpi: utils: Add function to fetch dependent acpi_devices
` [PATCH v2 6/7] platform: x86: Add intel_skl_int3472 driver

[PATCH] sh_eth: Fix power down vs. is_opened flag ordering
 2021-01-18 16:56 UTC  (2+ messages)

[PATCH 5.10 000/152] 5.10.9-rc1 review
 2021-01-18 11:33 UTC  (2+ messages)
` [PATCH 5.10 045/152] dm crypt: use GFP_ATOMIC when allocating crypto requests from softirq

[PATCH RFC v1 0/3] Introduce vfio-pci-core subsystem
 2021-01-18 16:00 UTC  (4+ messages)

[PATCH v2 00/13] Move Hisilicon 6421v600 SPMI driver set out of staging
 2021-01-18 16:20 UTC  (10+ messages)
` [PATCH v2 10/13] mfd: hi6421-spmi-pmic: move driver from staging
` [PATCH v2 11/13] regulator: hi6421v600-regulator: move it "

[RFC PATCH v2 00/13] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-01-18 15:16 UTC  (11+ messages)
` [RFC PATCH v2 06/13] af_vsock: general support of SOCK_SEQPACKET type
` [RFC PATCH v2 08/13] virtio/vsock: dequeue callback for SOCK_SEQPACKET
` [RFC PATCH v2 10/13] virtio/vsock: update receive logic
` [RFC PATCH v2 11/13] virtio/vsock: rest of SOCK_SEQPACKET support

[PATCH v3 0/5] Expose RPi4's bootloader configuration
 2021-01-18 16:50 UTC  (2+ messages)

Multiple MODALIAS= in uevent file confuses userspace
 2021-01-18 16:46 UTC  (10+ messages)

WARNING in smk_set_cipso
 2021-01-18 16:48 UTC 

[PATCH] arm64: dts: rockchip: cleanup cpu_thermal node of rk3399-rock960.dts
 2021-01-18 16:48 UTC  (2+ messages)

[PATCH V2] coresight: etm4x: add AMBA id for Cortex-A55 and Cortex-A75
 2021-01-18 16:45 UTC  (3+ messages)

[PATCH v1 0/2] ACPI: scan: Janitorial changes in acpi_device_add()
 2021-01-18 15:34 UTC  (7+ messages)
` [PATCH v1 1/2] ACPI: scan: Rearrange memory allocation "

[drm/vram] 1086db71a1: WARNING:at_kernel/rcu/rcutorture.c:#rcutorture_oom_notify[rcutorture]
 2021-01-18 15:31 UTC 

[PATCH v2 0/7] Remove ARM platform efm32
 2021-01-18 15:18 UTC  (3+ messages)
` [PATCH v2 3/7] clocksource: Drop unused efm32 timer code

[PATCH] kbuild: give SUBLEVEL more room in KERNEL_VERSION
 2021-01-18 16:39 UTC  (7+ messages)

[PATCH bpf-next] xsk: build skb by page
 2021-01-18 16:38 UTC  (4+ messages)

[PATCH] spi: imx: Don't print error on -EPROBEDEFER
 2021-01-18 16:31 UTC 

[PATCH v9 0/4] HID: i2c-hid: Reorganize to allow supporting goodix,gt7375p
 2021-01-18 16:30 UTC  (2+ messages)

[PATCH v6 0/4] scatterlist: add new capabilities
 2021-01-18 16:30 UTC  (5+ messages)
` [PATCH v6 1/4] sgl_alloc_order: remove 4 GiB limit, sgl_free() warning
` [PATCH v6 2/4] scatterlist: add sgl_copy_sgl() function
` [PATCH v6 3/4] scatterlist: add sgl_compare_sgl() function
` [PATCH v6 4/4] scatterlist: add sgl_memset()

[PATCH 01/11] arm64: dts: qcom: Add support for remaining Sony Kitakami boards
 2021-01-18 16:24 UTC  (11+ messages)
` [PATCH 02/11] arm64: dts: qcom: msm8992-bullhead: Update regulator config
` [PATCH 03/11] arm64: dts: qcom: msm8992-libra: "
` [PATCH 04/11] arm64: dts: qcom: msm8992/4: Rename vreg_vph_pwr to vph_pwr
` [PATCH 05/11] arm64: dts: qcom: msm/apq8994-kitakami: Add regulator config
` [PATCH 06/11] arm64: dts: qcom: msm8994-kitakami: Add Synaptics RMI touchscreen
` [PATCH 07/11] arm64: dts: qcom: msm8994-kitakami: Add uSD card support
` [PATCH 08/11] arm64: dts: qcom: msm8994-kitakami: Add VDD_GFX regulator
` [PATCH 09/11] arm64: dts: qcom: msm8994: Fix BLSP2_UART2 node
` [PATCH 10/11] arm64: dts: qcom: msm8994/8994-kitakami: Fix up the memory map
` [PATCH 11/11] arm64: dts: qcom: msm8994-kitakami: Add missing email in the copyright

[PATCH] clocksource: mxs_timer: add missing semicolon when DEBUG is defined
 2021-01-18 16:22 UTC  (3+ messages)

[PATCH] isofs: release buffer head before return
 2021-01-18 12:04 UTC 

[PATCH 1/2] drivers: soc: qcom: rpmpd: Add msm8994 RPM Power Domains
 2021-01-18 16:19 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: qcom: msm8992/4: Add "

[PATCH] drm/msm/dsi: Correct io_start for MSM8994 (20nm PHY)
 2021-01-18 16:15 UTC 

[PATCH] clk: qcom: smd: Add missing RPM clocks for msm8992/4
 2021-01-18 16:14 UTC 

[PATCH] ath10k: increase rx buffer size to 2048
 2021-01-18 16:13 UTC  (2+ messages)

Compilation issue with Linaro ARM toolchain
 2021-01-18 16:04 UTC  (3+ messages)

[PATCH] net: ath10k: santity check for ep connectivity
 2021-01-18 16:12 UTC  (2+ messages)

[PATCHv2 00/22] perf tools: Add daemon command
 2021-01-18 16:05 UTC  (13+ messages)
` [PATCH 01/22] perf tools: Make perf_config_from_file static
` [PATCH 02/22] perf tools: Add config set interface
` [PATCH 03/22] perf tools: Add debug_set_display_time function
` [PATCH 04/22] perf tools: Add perf_home_perfconfig function
` [PATCH 05/22] perf tools: Make perf_config_system global
` [PATCH 06/22] perf tools: Make perf_config_global gobal

[RESEND PATCH] ASoC: audio-graph-card: Drop remote-endpoint as required property
 2021-01-18 16:02 UTC  (2+ messages)

[PATCH] ARM: kernel: Fix interrupted SMC calls
 2021-01-18 16:08 UTC  (2+ messages)

SLUB: percpu partial object count is highly inaccurate, causing some memory wastage and maybe also worse tail latencies?
 2021-01-18 16:07 UTC  (6+ messages)

[PATCH bpf-next] bpf: Propagate memory bounds to registers in atomics w/ BPF_FETCH
 2021-01-18 16:06 UTC 

[PATCH] sched/fair: add protection for delta of wait time
 2021-01-18 16:05 UTC  (5+ messages)

[PATCH] net: mscc: ocelot: Fix multicast to the CPU port
 2021-01-18 16:03 UTC 

Linksys WRT54G and the GPL - What about GRSECURITY?
 2021-01-18 16:05 UTC  (2+ messages)

[PATCH 1/6] devicetree/bindings: Initial commit of silergy,sy7636a.yaml
 2021-01-18 15:47 UTC  (4+ messages)
` [PATCH 3/6] devicetree/bindings: Initial commit of silergy,sy7636a-regulator.yaml

[PATCH v2 0/2] Add drivers for Intel Keem Bay SoC timer block
 2021-01-18 15:56 UTC  (5+ messages)
` [PATCH v2 2/2] clocksource: Add Intel Keem Bay Timer Support

[PATCH 1/3] drivers: firmware: Add Pdi load API support
 2021-01-18 15:47 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: fpga: Add binding doc for versal fpga manager

[PATCH v3 00/21] arm64: sunxi: Initial Allwinner H616 SoC support
 2021-01-18 15:55 UTC  (23+ messages)
` [PATCH v3 02/21] mmc: sunxi: add support for A100 mmc controller
      ` [linux-sunxi] "
` [PATCH v3 04/21] pinctrl: sunxi: Add support for the Allwinner H616 pin controller
` [PATCH v3 06/21] dt-bindings: clk: sunxi-ccu: Add compatible string for Allwinner H616
` [PATCH v3 07/21] clk: sunxi-ng: Add support for the Allwinner H616 R-CCU
` [PATCH v3 08/21] clk: sunxi-ng: Add support for the Allwinner H616 CCU
` [PATCH v3 13/21] phy: sun4i-usb: Rework HCI PHY (aka. "pmu_unk1") handling
` [PATCH v3 14/21] dt-bindings: usb: Add H616 compatible string
` [PATCH v3 15/21] dt-bindings: usb: sunxi-musb: "
` [PATCH v3 16/21] phy: sun4i-usb: Add support for the H616 USB PHY
` [PATCH v3 17/21] dt-bindings: watchdog: sun4i: Add H616 compatible string

[PATCH] drivers/pinctrl/bcm: Simplify bool comparison
 2021-01-18 15:31 UTC  (4+ messages)

[PATCH 1/5] ARM: dts: rockchip: assign a fixed index to mmc devices on rk322x boards
 2021-01-18 15:52 UTC  (5+ messages)
` [PATCH 2/5] ARM: dts: rockchip: assign a fixed index to mmc devices on rv1108 boards
` [PATCH 3/5] arm64: dts: rockchip: assign a fixed index to mmc devices on px30 boards
` [PATCH 4/5] arm64: dts: rockchip: assign a fixed index to mmc devices on rk3308 boards
` [PATCH 5/5] arm64: dts: rockchip: assign a fixed index to mmc devices on rk3368 boards

[PATCH v6 00/33] MT8192 IOMMU support
 2021-01-18 15:49 UTC  (5+ messages)
` [PATCH v6 06/33] of/device: Move dma_range_map before of_iommu_configure

[PATCH] PCI: altera-msi: Remove irq handler and data in one go
 2021-01-18 15:49 UTC  (3+ messages)
` [PATCH v4 1/3] PCI: altera-msi: Remove IRQ "

[PATCH v2 0/3] Fix infinite machine check loop in futex_wait_setup()
 2021-01-18 15:39 UTC  (5+ messages)
` [PATCH v3] x86/mce: Avoid infinite loop for copy from user recovery

[PATCH v1] of: property: Add fw_devlink support for "gpio" and "gpios" binding
 2021-01-18 15:32 UTC  (2+ messages)

[RESEND PATCH] PCI: qcom: use PHY_REFCLK_USE_PAD only for ipq8064
 2021-01-18 15:38 UTC  (4+ messages)

[PATCH v3 0/4] arm64: ARMv8.5-A: MTE: Add async mode support
 2021-01-18 15:40 UTC  (8+ messages)
` [PATCH v3 3/4] arm64: mte: Enable async tag check fault

[PATCH 1/2] dt-bindings: clk: versaclock5: Add optional load capacitance property
 2021-01-18 15:26 UTC  (3+ messages)
` [PATCH 2/2] clk: vc5: Add support for optional load capacitance

[RFC PATCH 0/7] Support for virtio-net hash reporting
 2021-01-18 15:19 UTC  (11+ messages)

[PATCH 5.4 00/75] 5.4.91-rc2 review
 2021-01-18 15:25 UTC 

[PATCH 4.19 00/42] 4.19.169-rc2 review
 2021-01-18 15:25 UTC 

[RESEND PATCH v3 0/2] Add a separate DWC3 OF driver for Xilinx platforms
 2021-01-18 15:24 UTC  (4+ messages)
` [RESEND PATCH v3 2/2] usb: dwc3: Add "

[PATCH 1/2] dt-bindings: pci: layerscape-pci: Add compatible strings for LX2160A rev2
 2021-01-18 15:19 UTC  (2+ messages)

[PATCH v3] module: harden ELF info handling
 2021-01-18 15:18 UTC  (2+ messages)

[PATCH] xen-blkfront: don't make discard-alignment mandatory
 2021-01-18 15:15 UTC 

[PATCH] swiotlb: Validate bounce size in the sync/unmap path
 2021-01-18 15:14 UTC  (4+ 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).