All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-29 13:41:31 to 2018-11-29 14:14:12 UTC [more...]

[PATCH 4.14 000/100] 4.14.85-stable review
 2018-11-29 14:12 UTC  (2+ messages)
` [PATCH 4.14 079/100] iwlwifi: fix wrong WGDS_WIFI_DATA_SIZE

[PATCH 3.18 00/83] 3.18.128-stable review
 2018-11-29 14:11 UTC  (16+ messages)
` [PATCH 3.18 01/83] usb: core: Fix hub port connection events lost
` [PATCH 3.18 02/83] v9fs_dir_readdir: fix double-free on p9stat_read error
` [PATCH 3.18 10/83] can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to access frame length
` [PATCH 3.18 11/83] can: dev: __can_get_echo_skb(): Dont crash the kernel if can_priv::echo_skb is accessed out of bounds
` [PATCH 3.18 12/83] can: dev: __can_get_echo_skb(): print error message, if trying to echo non existing skb
` [PATCH 3.18 13/83] cpufreq: imx6q: add return value check for voltage scale
` [PATCH 3.18 14/83] ARM: make lookup_processor_type() non-__init
` [PATCH 3.18 15/83] SUNRPC: Fix a bogus get/put in generic_key_to_expire()
` [PATCH 3.18 16/83] kdb: Use strscpy with destination buffer size
` [PATCH 3.18 17/83] powerpc/numa: Suppress "VPHN is not supported" messages
` [PATCH 3.18 18/83] tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset
` [PATCH 3.18 19/83] arm64: remove no-op -p linker flag
` [PATCH 3.18 20/83] Input: initialize device counter variables with -1
` [PATCH 3.18 21/83] Input: xpad - add rumble support for Xbox One controller
` [PATCH 3.18 22/83] Input: xpad - set the LEDs properly on XBox Wireless controllers

[RFC] android: ion: How to properly clean caches for uncached allocations
 2018-11-29 14:14 UTC  (12+ messages)
    ` [RFC PATCH v2] "

[PATCH v11 00/23] drm/i915/icl: dsi enabling
 2018-11-29 14:12 UTC  (24+ messages)
` [PATCH v11 01/23] drm/i915/icl: push pll to port mapping/unmapping to ddi encoder hooks
` [PATCH v11 02/23] drm/i915/icl: Sanitize DDI port clock gating for DSI ports
` [PATCH v11 03/23] drm/i915/icl: Calculate DPLL params for DSI
` [PATCH v11 04/23] drm/i915/icl: Allocate DSI encoder/connector
` [PATCH v11 05/23] drm/i915/icl: Use the same pll functions for dsi
` [PATCH v11 06/23] drm/i915/icl: Fill DSI ports info
` [PATCH v11 07/23] drm/i915/icl: Allocate DSI hosts and imlement host transfer
` [PATCH v11 08/23] drm/i915/icl: Add get config functionality for DSI
` [PATCH v11 09/23] drm/i915/icl: Get HW state for DSI encoder
` [PATCH v11 10/23] drm/i915/icl: Add DSI encoder compute config hook
` [PATCH v11 11/23] drm/i915/icl: Configure DSI Dual link mode
` [PATCH v11 12/23] drm/i915/icl: Consider DSI for getting transcoder state
` [PATCH v11 13/23] drm/i915/icl: Get pipe timings for DSI
` [PATCH v11 14/23] drm/i915/icl: Define missing bitfield for shortplug reg
` [PATCH v11 15/23] drm/i915/icl: Define Panel power ctrl register
` [PATCH v11 16/23] drm/i915/icl: Define display GPIO pins for DSI
` [PATCH v11 17/23] drm/i915/icl: add dummy DSI GPIO element execution function
` [PATCH v11 18/23] drm/i915/icl: Gate clocks for DSI
` [PATCH v11 19/23] drm/i915/icl: Ungate DSI clocks
` [PATCH v11 20/23] drm/i915/icl: add pll mapping for DSI
` [PATCH v11 21/23] HACK: drm/i915/icl: Add changes to program DSI panel GPIOs
` [PATCH v11 22/23] HACK: drm/i915/icl: Configure backlight functions for DSI
` [PATCH v11 23/23] HACK: drm/i915/bios: ignore VBT not overflowing the mailbox

pkg-config file generated with meson
 2018-11-29 14:13 UTC  (3+ messages)

[PATCH] fs: namespace: convert mnt_namespace.count from atomic_t to refcount_t
 2018-11-29  3:08 UTC  (2+ messages)

[PATCH v9 00/20] Implement use of HW assistance on TLB table walk on 8xx
 2018-11-29 14:07 UTC  (23+ messages)
` [PATCH v9 01/20] powerpc/book3s32: Remove CONFIG_BOOKE dependent code
` [PATCH v9 02/20] powerpc/8xx: Remove PTE_ATOMIC_UPDATES
` [PATCH v9 03/20] powerpc/mm: Move pte_fragment_alloc() to a common location
` [PATCH v9 04/20] powerpc/mm: Avoid useless lock with single page fragments
` [PATCH v9 05/20] powerpc/mm: move platform specific mmu-xxx.h in platform directories
` [PATCH v9 06/20] powerpc/mm: Move pgtable_t into platform headers
` [PATCH v9 07/20] powerpc/mm: add helpers to get/set mm.context->pte_frag
` [PATCH v9 08/20] powerpc/mm: Extend pte_fragment functionality to PPC32
` [PATCH v9 09/20] powerpc/mm: enable the use of page table cache of order 0
` [PATCH v9 10/20] powerpc/mm: replace hugetlb_cache by PGT_CACHE(PTE_T_ORDER)
` [PATCH v9 11/20] powerpc/mm: fix a warning when a cache is common to PGD and hugepages
` [PATCH v9 12/20] powerpc/mm: remove unnecessary test in pgtable_cache_init()
` [PATCH v9 13/20] powerpc/8xx: Move SW perf counters in first 32kb of memory
` [PATCH v9 14/20] powerpc/8xx: Temporarily disable 16k pages and hugepages
` [PATCH v9 15/20] powerpc/8xx: Use hardware assistance in TLB handlers
` [PATCH v9 16/20] powerpc/8xx: Enable 8M hugepage support with HW assistance
` [PATCH v9 17/20] powerpc/8xx: Enable 512k "
` [PATCH v9 18/20] powerpc/8xx: reintroduce 16K pages "
` [PATCH v9 19/20] powerpc/8xx: don't use r12/SPRN_SPRG_SCRATCH2 in TLB Miss handlers
` [PATCH v9 20/20] powerpc/8xx: regroup TLB handler routines

[U-Boot] [PATCH] arm64: zynqmp: Disable autoboot feature for mini
 2018-11-29 14:12 UTC 

[PATCH v2 0/6] mtd: spi-nor: Random cleanups
 2018-11-29 14:10 UTC  (7+ messages)
` [PATCH v2 1/6] mtd: spi-nor: Drop inline on all internal helpers
` [PATCH v2 2/6] mtd: spi-nor: Avoid forward declaration of internal functions
` [PATCH v2 3/6] mtd: spi-nor: Stop passing info to set_4byte()
` [PATCH v2 4/6] mtd: spi-nor: Make the enable argument passed to set_byte() a bool
` [PATCH v2 5/6] mtd: spi-nor: Add an SPDX tag to spi-nor.c
` [PATCH v2 6/6] mtd: spi-nor: Move the nor->info assignment earlier in the scan func

[PATCH v3 0/6] mips: system call table generation support
 2018-11-29 14:10 UTC  (3+ messages)
` [PATCH v3 1/6] mips: add __NR_syscalls along with __NR_Linux_syscalls

[RFC PATCH v3 0/4] irqchip/gic-v3: Add support to DT based quirk for msm8996
 2018-11-29 14:10 UTC  (4+ messages)
` [RFC PATCH v3 3/4] irqchip: gic-v3: Add quirk for msm8996 secured registers

[PATCHSET v3 0/18] Support for polled aio
 2018-11-29 14:10 UTC  (7+ messages)
` [PATCH 17/20] aio: support for IO polling

Support Mac address pass through on Dell DS1000 dock
 2018-11-29 14:10 UTC 

[PATCH] sysctl: clean up nr_pdflush_threads leftover
 2018-11-29 14:09 UTC  (2+ messages)

[RFC v1] Add virtual file system settings and hook proc
 2018-11-29 14:09 UTC  (4+ messages)
` [PATCH v1] teach git to support a virtual (partially populated) work directory

[Bug 113] pktgen -s option send pcap traffic once
 2018-11-29 14:09 UTC 

[PATCH RESEND] bus: fsl-mc: explicitly define the fsl_mc_command endianness
 2018-11-29 14:09 UTC  (3+ messages)

[PATCH v1] mem_pool: add GIT_TRACE_MEMPOOL support
 2018-11-29 14:09 UTC  (3+ messages)

[PATCH v2] staging: wilc1000: correct inconsistent indenting
 2018-11-29 14:08 UTC 

[PATCH 1/2] drm/i915/backlight: Restore backlight on resume
 2018-11-29 14:08 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/backlight: Restore backlight on resume (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH 00/22] Add more support to RZ/G1N
 2018-11-29 14:07 UTC  (20+ messages)
` [PATCH 02/22] ARM: dts: r8a7744: Add I2C and IIC support
` [PATCH 03/22] ARM: dts: r8a7744: Add SDHI nodes
` [PATCH 04/22] ARM: dts: r8a7744: Add MMC node
` [PATCH 05/22] ARM: dts: r8a7744-iwg20m: Add eMMC support
` [PATCH 06/22] ARM: dts: r8a7744-iwg20m: Enable SDHI10 controller
` [PATCH 07/22] ARM: dts: r8a7744: USB 2.0 host support
` [PATCH 08/22] ARM: dts: r8a7744: Add USB-DMAC and HSUSB device nodes

[PATCH v2] power: supply: bq24190_charger: add support for bq24196 variant
 2018-11-29 14:07 UTC  (2+ messages)

[RFC] VSOCK: About Virtio-vsock support "Multiqueue" feature ?
 2018-11-29 14:06 UTC  (2+ messages)

[PATCH v2 4/4] oe-selftest: add some tests for recipeutils module
 2018-11-29 14:06 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 0/2] Don’t leave executable TLB entries to freed pages
 2018-11-29 14:06 UTC  (2+ messages)

[RFC 0/5] add XDP support to mt76x2e/mt76x0e drivers
 2018-11-29 14:06 UTC  (21+ messages)

[PATCH v11 00/22] Convert "git stash" to C builtin
 2018-11-29 14:06 UTC  (6+ messages)

[PATCH] MIPS: Hardcode cpu_has_mmips=1 for microMIPS kernels
 2018-11-29 14:04 UTC  (4+ messages)

[PATCH] drm/i915/icl: Sanitize DDI port clock gating for DSI ports
 2018-11-29 14:05 UTC  (2+ messages)

[PATCH] net/nfp: add multiprocess support
 2018-11-29 14:05 UTC  (4+ messages)

[Qemu-devel] [PATCH for-4.0 0/4] Small checkpatch fixes and improvements
 2018-11-29 14:04 UTC  (5+ messages)
` [Qemu-devel] [PATCH for-4.0 1/4] checkpatch: fix premature exit when no input or --mailback
` [Qemu-devel] [PATCH for-4.0 2/4] checkpatch: check Signed-off-by in --mailback mode

[PATCH 0/5] various fixes
 2018-11-29 14:04 UTC  (3+ messages)
` [PATCH 1/5] RFC image_types.bbclass: add image size limit for tar image type

[Qemu-devel] [PATCH 00/18] Xen PV backend 'qdevification'
 2018-11-29 14:01 UTC  (6+ messages)
` [Qemu-devel] [PATCH 17/18] MAINTAINERS: add myself as a Xen maintainer

[PATCH v3 1/1] drm: msm: Replace dma_map_sg with dma_sync_sg*
 2018-11-29 14:03 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/8] hw: acpi: RSDP fixes and refactoring
 2018-11-29 14:02 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/8] hw: acpi: The RSDP build API can return void
` [Qemu-devel] [PATCH v2 2/8] hw: arm: acpi: Fix incorrect checksums in RSDP

[PATCH 0/7] Bring suspend to RAM support to MVEBU SATA
 2018-11-29 14:02 UTC  (3+ messages)
` [PATCH 5/7] ata: ahci: mvebu: add clock support

[PATCH 00/18] xen/arm64: Suspend to RAM support for Xen
 2018-11-29 14:02 UTC  (17+ messages)
` [PATCH 17/18] xen/arm: Resume Dom0 after Xen resumes

[PATCH v5 0/2] Add device driver for APU2/APU3 GPIOs
 2018-11-29 14:02 UTC  (5+ messages)

[RFC] locking/rwsem: Avoid issuing wakeup before setting the reader waiter to nil
 2018-11-29 14:02 UTC  (4+ messages)

[RFC] Discuss about an new idea "Vsock over Virtio-net"
 2018-11-29 14:00 UTC  (4+ messages)

[Intel-wired-lan] [PATCH net v2 1/2] i40e: fix VLAN.TCI == 0 RX HW offload
 2018-11-29 14:00 UTC  (2+ messages)
` [Intel-wired-lan] [PATCH net v2 2/2] i40e: DRY rx_ptype handling code

[PATCH V10 0/5] Fix VGA logdirty related display freezes with altp2m
 2018-11-29 13:58 UTC  (5+ messages)
` [PATCH V10 4/5] p2m: Always use hostp2m when clipping rangesets

SPC-3 persistent reservations race condition
 2018-11-29 13:57 UTC  (2+ messages)

[PATCH] drm/i915/icl: Remove Wa_1604302699
 2018-11-29 13:56 UTC  (2+ messages)

[PATCH] tools/xenstore: domain can sometimes disappear when destroying connection
 2018-11-29 13:55 UTC  (5+ messages)

[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2018-11-29 13:56 UTC  (15+ messages)
` [RFC v3 11/19] kunit: add Python libraries for handing KUnit config and kernel
` [RFC v3 14/19] Documentation: kunit: add documentation for KUnit

Bug#912087: reassign to systemd #912087 | openssh-server: Slow startup after the upgrade to 7.9p1
 2018-11-29 13:54 UTC  (2+ messages)

[Bug 201815] New: Mouse Pointer Disappears when touching top of the screen
 2018-11-29 13:54 UTC  (2+ messages)
` [Bug 201815] "

[PATCH 1/5] cobalt/sched: add per-policy handler for early parameter checking
 2018-11-29 13:54 UTC  (5+ messages)
` [PATCH 2/5] cobalt/sched: quota: add early parameter checking handler
` [PATCH 3/5] cobalt/sched: sporadic: "
` [PATCH 4/5] cobalt/sched: tp: "
` [PATCH 5/5] cobalt/sched: weak: "

[Buildroot] [autobuild.buildroot.net] Build results for 2018-11-28
 2018-11-29 13:54 UTC  (2+ messages)

[Qemu-devel] [PATCH V2 for 3.1 0/4] Fix possible OOB during queuing packets
 2018-11-29 13:53 UTC  (3+ messages)
` [Qemu-devel] [PATCH V2 for 3.1 4/4] virtio-net-test: add large tx buffer test

dmaengine: at_hdmac: fix memory leak in at_dma_xlate()
 2018-11-29 13:52 UTC  (8+ messages)
` dmaengine: at_hdmac: fix module unloading
  ` [PATCH] "
` [PATCH] dmaengine: at_hdmac: fix memory leak in at_dma_xlate()

[PATCH 1/3] drm/i915/icl: Release TC ports when unloading or suspending driver
 2018-11-29 13:52 UTC  (4+ messages)

[PATCH v7 00/16] tracing: Hist trigger snapshot and onchange additions
 2018-11-29 13:52 UTC  (4+ messages)

[PATCH] x86/tools/relocs: fix big section header tables
 2018-11-29 13:51 UTC 

[PATCH] ath10k: remove an unnecessary NULL check
 2018-11-29 13:51 UTC  (4+ messages)

[PATCH] hugetlbfs: Call VM_BUG_ON_PAGE earlier in free_huge_page
 2018-11-29 13:51 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net 1/2] i40e: fix VLAN.TCI == 0 RX HW offload
 2018-11-29 13:50 UTC  (2+ messages)
` [Intel-wired-lan] [PATCH net 2/2] i40e: DRY rx_ptype handling code

overlayfs access checks on underlying layers
 2018-11-29 13:49 UTC  (10+ messages)

[PATCH 0/4] Allow using external memory without malloc
 2018-11-29 13:48 UTC  (5+ messages)
` [PATCH 1/4] malloc: separate creating memseg list and malloc heap
` [PATCH 2/4] malloc: separate destroying memseg list and heap data
` [PATCH 3/4] mem: allow registering external memory areas
` [PATCH 4/4] mem: allow usage of non-heap external memory in multiprocess

[PATCH] drm/i915: Remove whitelist application from ringbuffer backend
 2018-11-29 13:46 UTC  (2+ messages)

[PATCH net-next] net: qualcomm: rmnet: Remove set but not used variable 'cmd'
 2018-11-29  2:43 UTC  (2+ messages)

[Qemu-devel] [qemu-web PATCH v2] Document how to test the site with jekyll locally
 2018-11-29 13:47 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/16] Virtio devices split from virtio-pci
 2018-11-29 13:46 UTC  (5+ messages)

[SPDK] [NVME-OF TCP] Crash in perf running on more than single core
 2018-11-29 13:45 UTC 

Git Tags
 2018-11-29 13:45 UTC  (4+ messages)

vpci: deferral of register write until p2m changes are done
 2018-11-29 13:44 UTC  (11+ messages)

[PATCH] staging: wilc1000: correct inconsistent indenting
 2018-11-29 13:45 UTC  (3+ messages)

[LTP] [PATCH v2] mtest06/mmap1: rewrite to newlib
 2018-11-29 13:44 UTC  (2+ messages)

[PATCH v5 0/2] clk: meson-g12a: Add EE clock controller driver
 2018-11-29 13:41 UTC  (9+ messages)
` [PATCH v5 1/2] dt-bindings: clk: meson-g12a: Add G12A EE Clock Bindings
` [PATCH v5 2/2] clk: meson-g12a: Add EE Clock controller driver


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.