linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-16 09:40:59 to 2020-03-16 12:54:35 UTC [more...]

[PATCH 00/89] drm/vc4: Support BCM2711 Display Pipeline
 2020-03-16 12:54 UTC  (3+ messages)
` [PATCH 86/89] drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rate

[PATCH v3 0/3] leds: pwm: add support for default-state device
 2020-03-16 12:54 UTC  (4+ messages)
` [PATCH v3 1/3] leds: pwm: remove header
` [PATCH v3 2/3] leds: pwm: add support for default-state device property
` [PATCH v3 3/3] leds: pwm: add reference to common leds for default-state

[PATCH v5 3/3] counter: 104-quad-8: Add lock guards - filter clock prescaler
 2020-03-16 12:50 UTC 

[PATCH v5 2/3] counter: 104-quad-8: Add lock guards - differential encoder
 2020-03-16 12:50 UTC 

[PATCH v3 00/12] NXP DSPI bugfixes and support for LS1028A
 2020-03-16 12:49 UTC  (7+ messages)
` [PATCH v3 05/12] spi: spi-fsl-dspi: Protect against races on dspi->words_in_flight
` [PATCH v3 06/12] spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completion

[PATCH v5 1/3] counter: 104-quad-8: Add lock guards - generic interface
 2020-03-16 12:49 UTC 

KASAN: slab-out-of-bounds Read in bitmap_ipmac_gc
 2020-03-16 12:49 UTC  (2+ messages)

[RFC][PATCH] dma-mapping: align default segment_boundary_mask with dma_mask
 2020-03-16 12:48 UTC  (5+ messages)

[PATCH v4 0/2] Fix SEV user-space mapping of unencrypted coherent memory
 2020-03-16 12:42 UTC  (2+ messages)

[PATCH v3 0/6] clocksource: timer-ti-dm: Prepare for dynamic pwm period updates
 2020-03-16 12:41 UTC  (8+ messages)
` [PATCH v3 3/6] clocksource: timer-ti-dm: Implement cpu_pm notifier for context save and restore
  ` [PATCH v4 "

[PATCH v4 1/2] mm/sparse.c: Use kvmalloc/kvfree to alloc/free memmap for the classic sparse
 2020-03-16 12:40 UTC  (6+ messages)
` [PATCH v4 2/2] mm/sparse.c: allocate memmap preferring the given node

[PATCH 2/3] arm64/sdei: gather trampolines' .rodata
 2020-03-16 12:40 UTC 

[PATCHv2 0/3] arm64: clean up trampoline alignment
 2020-03-16 12:40 UTC 

[PATCH 3/3] arm64: reduce trampoline data alignment
 2020-03-16 12:40 UTC 

[PATCH 1/3] arm64: clean up trampoline vector loads
 2020-03-16 12:40 UTC 

[PATCH] KVM: arm64: Use the correct timer for accessing CNT
 2020-03-16 12:38 UTC  (4+ messages)

[PATCH v1 00/46] Use hugepages to map kernel mem on 8xx
 2020-03-16 12:36 UTC  (47+ messages)
` [PATCH v1 01/46] powerpc/kasan: Fix shadow memory protection with CONFIG_KASAN_VMALLOC
` [PATCH v1 02/46] powerpc/kasan: Fix error detection on memory allocation
` [PATCH v1 03/46] powerpc/kasan: Fix issues by lowering KASAN_SHADOW_END
` [PATCH v1 04/46] powerpc/kasan: Fix shadow pages allocation failure
` [PATCH v1 05/46] powerpc/kasan: Remove unnecessary page table locking
` [PATCH v1 06/46] powerpc/kasan: Refactor update of early shadow mappings
` [PATCH v1 07/46] powerpc/kasan: Declare kasan_init_region() weak
` [PATCH v1 08/46] powerpc/ptdump: Limit size of flags text to 1/2 chars on PPC32
` [PATCH v1 09/46] powerpc/ptdump: Reorder flags
` [PATCH v1 10/46] powerpc/ptdump: Add _PAGE_COHERENT flag
` [PATCH v1 11/46] powerpc/ptdump: Display size of BATs
` [PATCH v1 12/46] powerpc/ptdump: Standardise display of BAT flags
` [PATCH v1 13/46] powerpc/ptdump: Properly handle non standard page size
` [PATCH v1 14/46] powerpc/ptdump: Handle hugepd at PGD level
` [PATCH v1 15/46] powerpc/32s: Don't warn when mapping RO data ROX
` [PATCH v1 16/46] powerpc/mm: Allocate static page tables for fixmap
` [PATCH v1 17/46] powerpc/mm: Fix conditions to perform MMU specific management by blocks on PPC32
` [PATCH v1 18/46] powerpc/mm: PTE_ATOMIC_UPDATES is only for 40x
` [PATCH v1 19/46] powerpc/mm: Refactor pte_update() on nohash/32
` [PATCH v1 20/46] powerpc/mm: Refactor pte_update() on book3s/32
` [PATCH v1 21/46] powerpc/mm: Standardise __ptep_test_and_clear_young() params between PPC32 and PPC64
` [PATCH v1 22/46] powerpc/mm: Standardise pte_update() prototype "
` [PATCH v1 23/46] powerpc/mm: Create a dedicated pte_update() for 8xx
` [PATCH v1 24/46] powerpc/mm: Reduce hugepd size for 8M hugepages on 8xx
` [PATCH v1 25/46] powerpc/8xx: Drop CONFIG_8xx_COPYBACK option
` [PATCH v1 26/46] powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages
` [PATCH v1 27/46] powerpc/8xx: Manage 512k huge pages as standard pages
` [PATCH v1 28/46] powerpc/8xx: Only 8M pages are hugepte pages now
` [PATCH v1 29/46] powerpc/8xx: MM_SLICE is not needed anymore
` [PATCH v1 30/46] powerpc/8xx: Move PPC_PIN_TLB options into 8xx Kconfig
` [PATCH v1 31/46] powerpc/8xx: Add function to update pinned TLBs
` [PATCH v1 32/46] powerpc/8xx: Don't set IMMR map anymore at boot
` [PATCH v1 33/46] powerpc/8xx: Always pin TLBs at startup
` [PATCH v1 34/46] powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB handlers
` [PATCH v1 35/46] powerpc/8xx: Remove now unused TLB miss functions
` [PATCH v1 36/46] powerpc/8xx: Move DTLB perf handling closer
` [PATCH v1 37/46] powerpc/mm: Don't be too strict with _etext alignment on PPC32
` [PATCH v1 38/46] powerpc/8xx: Refactor kernel address boundary comparison
` [PATCH v1 39/46] powerpc/8xx: Add a function to early map kernel via huge pages
` [PATCH v1 40/46] powerpc/8xx: Map IMMR with a huge page
` [PATCH v1 41/46] powerpc/8xx: Map linear memory with huge pages
` [PATCH v1 42/46] powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLB
` [PATCH v1 43/46] powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOC
` [PATCH v1 44/46] powerpc/8xx: Implement dedicated kasan_init_region()
` [PATCH v1 45/46] powerpc/32s: Allow mapping with BATs with DEBUG_PAGEALLOC
` [PATCH v1 46/46] powerpc/32s: Implement dedicated kasan_init_region()

[PATCH] modpost: Get proper section index by get_secindex() instead of st_shndx
 2020-03-16 12:28 UTC 

[PATCH v5 0/7] Add support for PCIe controller to work in endpoint mode on R-Car SoCs
 2020-03-16 12:33 UTC  (4+ messages)

[PATCH v6 0/9] Huge page-table entries for TTM
 2020-03-16 12:32 UTC  (2+ messages)
` Ack to merge through DRM? WAS "

[PATCH v2] EDAC: synopsys: Fix the wrong call of pinf->col parameter
 2020-03-16 12:28 UTC  (5+ messages)

[PATCH] kthread: Mark timer used by delayed kthread works as IRQ safe
 2020-03-16 12:23 UTC  (3+ messages)

[PATCH v4 0/6] implement KASLR for powerpc/fsl_booke/64
 2020-03-16 12:19 UTC  (2+ messages)

[PATCH] mm: clear 1G pages with streaming stores on x86
 2020-03-16 12:19 UTC  (9+ messages)

[PATCH] spi: fix cs_change for last transfer
 2020-03-16 12:17 UTC  (2+ messages)

[PATCH v2 1/1] dt-bindings: cpu: Add a support cpu type for cortex-a75
 2020-03-16 12:16 UTC  (3+ messages)

[PATCH v3] selftests: Fix seccomp to support relocatable build (O=objdir)
 2020-03-16 12:12 UTC  (2+ messages)

[PATCH 00/11] EDAC/ghes: Cleanup, rework and improvement of memory reporting
 2020-03-16 12:12 UTC  (8+ messages)
` [PATCH 06/11] EDAC/ghes: Carve out MC device handling into separate functions
` [PATCH 10/11] EDAC/ghes: Create an own device for each mci
` [PATCH 11/11] EDAC/ghes: Create one memory controller per physical memory array

[PATCH] arm: ptrace: Fix mask for thumb breakpoint hook
 2020-03-16 12:12 UTC 

[PATCH v3 0/5] PCI: functions/pci-epf-test: Add DMA data transfer
 2020-03-16 12:11 UTC  (7+ messages)
` [PATCH v3 1/5] PCI: endpoint: functions/pci-epf-test: Add DMA support to transfer data
` [PATCH v3 2/5] PCI: endpoint: functions/pci-epf-test: Print throughput information
` [PATCH v3 3/5] misc: pci_endpoint_test: Use streaming DMA APIs for buffer allocation
` [PATCH v3 4/5] tools: PCI: Add 'd' command line option to support DMA
` [PATCH v3 5/5] misc: pci_endpoint_test: Add support to get DMA option from userspace

WARNING in hwarc_neep_init/usb_submit_urb
 2020-03-16 12:07 UTC 

[PATCH net v2 0/3] QorIQ DPAA ARM RDBs need internal delay on RGMII
 2020-03-16 12:05 UTC  (4+ messages)
` [PATCH net v2 1/3] net: fsl/fman: treat all RGMII modes in memac_adjust_link()
` [PATCH net v2 2/3] arm64: dts: ls1043a-rdb: correct RGMII delay mode to rgmii-id
` [PATCH net v2 3/3] arm64: dts: ls1046ardb: set RGMII interfaces to RGMII_ID mode

Linux 4.19.110
 2020-03-16 12:03 UTC  (2+ messages)

[PATCH] ASoC: codecs: wsa881x: request gpio direction before setting
 2020-03-16 12:03 UTC 

[PATCH] iio: health: max30100: use generic property handler
 2020-03-16 11:56 UTC  (4+ messages)

[PATCH v3 0/2] irqchip/gic-v3-its: Balance LPI affinity across CPUs
 2020-03-16 11:54 UTC  (3+ messages)
` [PATCH v3 1/2] irqchip/gic-v3-its: Track LPI distribution on a per CPU basis
` [PATCH v3 2/2] irqchip/gic-v3-its: Balance initial LPI affinity across CPUs

[PATCH v3 1/3] KEYS: Don't write out to userspace while holding key semaphore
 2020-03-16 11:50 UTC  (7+ messages)
` [PATCH v3 0/3] KEYS: Read keys to internal buffer & then copy to userspace

[PATCH AUTOSEL 5.5 01/41] spi: spi-omap2-mcspi: Handle DMA size restriction on AM65x
 2020-03-16 11:50 UTC  (2+ messages)

[PATCH] iio: health: max30100: remove mlock usage
 2020-03-16 11:49 UTC  (5+ messages)

[RESEND PATCH 0/3] Introduce the request_atomic() for the host
 2020-03-16 11:47 UTC  (5+ messages)
` [RESEND PATCH 1/3] mmc: host: "
` [RESEND PATCH 2/3] mmc: host: sdhci-sprd: Implement the request_atomic() API

[PATCH 1/8] iio: core: drop devm_iio_device_unregister() API call
 2020-03-16 11:45 UTC  (3+ messages)

disk revalidation updates and OOM
 2020-03-16 11:37 UTC  (12+ messages)

linux-next: build failure after merge of the usb tree
 2020-03-16 11:30 UTC  (2+ messages)

[PATCH 0/2] timer: make deferrable cpu unbound timers really not bound to a cpu
 2020-03-16 11:27 UTC  (3+ messages)
` [PATCH 2/2] sched: Add a check for cpu unbound deferrable timers

[PATCH v2] initramfs: restore default compression behavior
 2020-03-16 11:25 UTC 

[PATCH 1/2] rtc: mt2712: fix build without PM_SLEEP
 2020-03-16 11:24 UTC  (3+ messages)
` [PATCH 2/2] rtc: mt2712: remove unused variable

[PATCH] initramfs: restore default compression behaviour
 2020-03-16 11:22 UTC  (3+ messages)

[PATCH v3 00/26] Introduce common headers for vDSO
 2020-03-16 11:22 UTC  (14+ messages)
` [PATCH v3 18/26] arm64: Introduce asm/vdso/processor.h
` [PATCH v3 21/26] arm64: Introduce asm/vdso/arch_timer.h

[PATCH v3] powerpc/fsl-85xx: fix compile error
 2020-03-16 11:20 UTC  (2+ messages)

[locks] 6d390e4b5d: will-it-scale.per_process_ops -96.6% regression
 2020-03-16 11:07 UTC  (23+ messages)

[PATCH] drm/msm/dpu: ensure device suspend happens during PM sleep
 2020-03-16 11:05 UTC 

[v2] arm64: dts: sc7180: modify assigned clocks for sc7180 target
 2020-03-16 11:02 UTC 

[PATCH v2,1/2] doc: zh_CN: index files in filesystems subdirectory
 2020-03-16 11:01 UTC  (3+ messages)
` [PATCH v3,1/2] "
  ` [PATCH v3,2/2] doc: zh_CN: add translation for virtiofs

[PATCH v1 0/3] Add GCC clock driver support
 2020-03-16 10:54 UTC  (4+ messages)
` [PATCH v1 1/3] clk: qcom: gcc: Add support for a new frequency for SC7180
` [PATCH v1 2/3] dt-bindings: clock: Add gcc_sec_ctrl_clk_src clock ID
` [PATCH v1 3/3] clk: qcom: gcc: Add support for Secure control source clock

[PATCH 4.4 000/113] 4.4.215-stable review
 2020-03-16 10:53 UTC  (4+ messages)
` [PATCH 4.4 035/113] drm/amdgpu: remove 4 set but not used variable in amdgpu_atombios_get_connector_info_from_object_table

[GIT PULL] Floppy cleanups for next
 2020-03-16 10:47 UTC 

[PATCH 1/1] psi: move PF_MEMSTALL out of task->flags
 2020-03-16 10:46 UTC 

[PATCH] mtd: rawnand: denali: add more delays before latching incoming data
 2020-03-16 10:43 UTC 

[PATCH 0/2] phy: intel: Add Keem Bay eMMC PHY support
 2020-03-16 10:37 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: phy: intel: Add documentation for Keem Bay eMMC PHY
` [PATCH 2/2] phy: intel: Add Keem Bay eMMC PHY support

[PATCH 0/9] Lock ordering documentation and annotation for lockdep
 2020-03-16 10:34 UTC  (4+ messages)
` [PATCH 1/9] Documentation: Add lock ordering and nesting documentation

[PATCH] arm64: move kimage_vaddr to .rodata
 2020-03-16 10:32 UTC  (3+ messages)

linux-next: build failure after merge of the rtc tree
 2020-03-16 10:31 UTC  (3+ messages)

[PATCH] rtc-pm8xxx: Clear Alarm register on resume
 2020-03-16 10:29 UTC  (2+ messages)

[PATCH] gpiolib: gpio_name_to_desc: factor out !name check
 2020-03-16 10:28 UTC  (2+ messages)

[PATCH] ARM: dts: omap5: Add bus_dma_limit for L3 bus
 2020-03-16 10:27 UTC 

[PATCH] rtc: 88pm860x: remove platform data support
 2020-03-16 10:25 UTC 

[PATCH] clocksource/drivers/timer-microchip-pit64b: set rate for gck
 2020-03-16 10:20 UTC  (2+ messages)

[PATCH 0/3] a few fixes for sprd serial driver
 2020-03-16 10:19 UTC  (4+ messages)
` [PATCH 1/3] serial: sprd: check console via stdout-path in addition
` [PATCH 2/3] serial: sprd: remove __init from sprd_console_setup
` [PATCH 3/3] serial: sprd: cleanup the sprd_port when return -EPROBE_DEFER

[PATCH V3 1/7] firmware: imx: Add stubs for !CONFIG_IMX_SCU case
 2020-03-16 10:18 UTC  (14+ messages)

[patch] mm, oom: prevent soft lockup on memcg oom for UP systems
 2020-03-16 10:14 UTC  (8+ messages)

[PATCH V2 1/2] arm64: dts: imx8qxp-mek: Sort labels alphabetically
 2020-03-16 10:04 UTC  (5+ messages)

[RESEND RFC PATCH 0/8] Add MMC packed request support
 2020-03-16 10:01 UTC  (9+ messages)
` [RESEND RFC PATCH 1/8] block: Change the dispatch_request() API to support batch requests
` [RESEND RFC PATCH 2/8] block: Allow sending a batch of requests from the scheduler to hardware
` [RESEND RFC PATCH 3/8] mmc: Add MMC packed request support for MMC software queue
` [RESEND RFC PATCH 4/8] mmc: host: sdhci: Introduce ADMA3 transfer mode
` [RESEND RFC PATCH 5/8] mmc: host: sdhci: Factor out the command configuration
` [RESEND RFC PATCH 6/8] mmc: host: sdhci: Remove redundant sg_count member of struct sdhci_host
` [RESEND RFC PATCH 7/8] mmc: host: sdhci: Add MMC packed request support
` [RESEND RFC PATCH 8/8] mmc: host: sdhci-sprd: "

[PATCH] Revert "x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51T"
 2020-03-16 10:02 UTC  (4+ messages)

[PATCH] MAINTAINERS: adjust to reservation.h renaming
 2020-03-16  9:56 UTC  (6+ messages)
  ` [Intel-gfx] "

[PATCH V5 00/12] Enable per-file/per-directory DAX operations V5
 2020-03-16  9:55 UTC  (8+ messages)

[PATCH v2] drm/edid: Distribute switch variables for initialization
 2020-03-16  9:54 UTC  (2+ messages)

[PATCH] MIPS: Add header files reference with path prefix
 2020-03-16  9:50 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).