All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-19 06:41:37 to 2018-10-19 07:49:18 UTC [more...]

[RFC 0/8] re-organize a bit gen10 and gen11
 2018-10-19  7:48 UTC  (5+ messages)
` [RFC 2/8] drm/i915: Use the ddi_ports info to kill ugly CNL_WITH_PORT_F
` [RFC 3/8] drm/i915/gen10: Prefer gen number than platform codename

[PATCH v2 00/15] mtd: maps: physmap cleanups
 2018-10-19  7:49 UTC  (16+ messages)
` [PATCH v2 01/15] mtd: maps: physmap: Add SPDX header
` [PATCH v2 02/15] mtd: maps: physmap: Rename ->map and ->mtd into ->maps and ->mtds
` [PATCH v2 03/15] mtd: maps: physmap: Use platform_get_resource() to retrieve iomem resources
` [PATCH v2 04/15] mtd: maps: physmap: Use dev_notice() and a %pR specifier
` [PATCH v2 05/15] mtd: maps: physmap: Use devm_ioremap_resource()
` [PATCH v2 06/15] mtd: maps: physmap: Remove the MAX_RESOURCES limitation
` [PATCH v2 07/15] mtd: maps: physmap: Check mtd_device_{parse_register, unregister}() ret code
` [PATCH v2 08/15] mtd: maps: physmap: Return -ENOMEM directly when info allocation fails
` [PATCH v2 09/15] mtd: maps: physmap: Fix coding style issues reported by checkpatch
` [PATCH v2 10/15] mtd: maps: Prepare merging of physmap and physmap_of
` [PATCH v2 11/15] mtd: maps: Merge physmap_of.c into physmap-core.c
` [PATCH v2 12/15] mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}
` [PATCH v2 13/15] dt-binding: mtd: physmap: Document the addr-gpios property
` [PATCH v2 14/15] mtd: maps: Merge gpio-addr-flash.c into physmap-core.c
` [PATCH v2 15/15] mtd: maps: physmap: Invert logic on if/else branch

[PATCH v2 1/3] iio: ad_sigma_delta: Allow to provide custom data register address
 2018-10-19  7:46 UTC 

[PATCH v2 3/3] dt-bindings: iio: adc: Add docs for ad7124
 2018-10-19  7:47 UTC  (2+ messages)

move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v2
 2018-10-19  7:22 UTC  (16+ messages)
` [PATCH 4/8] PCI: consolidate PCI config entry in drivers/pci
` [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa

[PATCH v2 2/3] iio: adc: Add ad7124 support
 2018-10-19  7:46 UTC 

[PATCH] drm/i915: Add ppgtt to GVT GEM context
 2018-10-19  7:46 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] efi_loader: rework fdt handling in distro boot script
 2018-10-19  7:46 UTC  (14+ messages)
` [U-Boot] [PATCH 2/2] ARM: qemu-arm: define fdt_addr_r

[cip-dev] CIP activities panel
 2018-10-19  7:46 UTC 

[PATCH 0/3] Provide struct ttm_global for TTM global state
 2018-10-19  7:44 UTC  (9+ messages)
` [PATCH 1/3] drm/ttm: Provide struct ttm_global for referencing "
` [PATCH 2/3] drm/amdgpu: Replace TTM initialization/release with ttm_global

[PATCH 00/11 v3] x86: load FPU registers on return to userland
 2018-10-19  7:44 UTC  (9+ messages)
` [PATCH 05/11] x86/fpu: set PKRU state for kernel threads

[PATCH v4 0/6] Proper arch timer support for Exynos5433-based TM2(e) boards
 2018-10-19  7:44 UTC  (7+ messages)
  ` [PATCH v4 3/6] clocksource: exynos_mct: Refactor resources allocation
  ` [PATCH v4 4/6] clocksource: exynos_mct: Add arch_timer cooperation mode for ARM64

is per patch checkpatch reports working?
 2018-10-19  7:42 UTC 

[PATCH 3/3] crypto: ccree: add SM3 support
 2018-10-18 23:36 UTC  (2+ messages)

[PATCH v6 00/20] Implement use of HW assistance on TLB table walk on 8xx
 2018-10-19  6:55 UTC  (42+ messages)
` [PATCH v6 01/20] Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"
` [PATCH v6 02/20] powerpc/mm: Move pte_fragment_alloc() to a common location
` [PATCH v6 03/20] powerpc/mm: Avoid useless lock with single page fragments
` [PATCH v6 04/20] powerpc/mm: move platform specific mmu-xxx.h in platform directories
` [PATCH v6 05/20] powerpc/mm: Move pgtable_t into platform headers
` [PATCH v6 06/20] powerpc/code-patching: add a helper to get the address of a patch_site
` [PATCH v6 07/20] powerpc/8xx: Use patch_site for memory setup patching
` [PATCH v6 08/20] powerpc/8xx: Use patch_site for perf counters setup
` [PATCH v6 09/20] powerpc/8xx: Move SW perf counters in first 32kb of memory
` [PATCH v6 10/20] powerpc/8xx: Temporarily disable 16k pages and 512k hugepages
` [PATCH v6 11/20] powerpc/mm: Use hardware assistance in TLB handlers on the 8xx
` [PATCH v6 12/20] powerpc/mm: Enable 512k hugepage support with HW assistance "
` [PATCH v6 13/20] powerpc/8xx: don't use r12/SPRN_SPRG_SCRATCH2 in TLB Miss handlers
` [PATCH v6 14/20] powerpc/8xx: regroup TLB handler routines
` [PATCH v6 15/20] powerpc/mm: don't use pte_alloc_one_kernel() before slab is available
` [PATCH v6 16/20] powerpc/mm: inline pte_alloc_one() and pte_alloc_one_kernel() in PPC32
` [PATCH v6 17/20] powerpc/book3s32: Remove CONFIG_BOOKE dependent code
` [PATCH v6 18/20] powerpc/mm: Extend pte_fragment functionality to nohash/32
` [PATCH v6 19/20] powerpc/8xx: Remove PTE_ATOMIC_UPDATES
` [PATCH v6 20/20] powerpc/mm: reintroduce 16K pages with HW assistance on 8xx

[U-Boot] [PATCH 0/4] Add adc uclass's channel mask and conversion helpers and enhance adc cmd
 2018-10-19  7:40 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] cmd: adc: add info on channel mask

Linux Kernel Tester's Guide is still valid?
 2018-10-19  7:39 UTC  (2+ messages)

[PATCH bpf-next] bpf: Extend the sk_lookup() helper to XDP hookpoint
 2018-10-18 23:32 UTC  (4+ messages)

[PATCH] doc: show internal functions in doxygen
 2018-10-19  7:39 UTC  (4+ messages)

[PATCH v4 bpf-next 0/2] bpf: add cg_skb_is_valid_access
 2018-10-18 23:34 UTC  (2+ messages)

[Qemu-devel] [PULL v2 00/47] Miscellaneous patches for 2018-10-18
 2018-10-19  7:34 UTC 

valgrind upgrade
 2018-10-19  7:34 UTC  (6+ messages)
` [PATCH] valgrind: update from 3.13.0 to 3.14.0

[qemu-mainline baseline-only test] 75451: trouble: blocked/broken
 2018-10-19  7:33 UTC 

[Qemu-devel] [PULL 00/48] Miscellaneous patches for 2018-10-18
 2018-10-19  7:32 UTC  (4+ messages)
` [Qemu-devel] [PULL 05/48] qemu-timer: optimize record/replay checkpointing for all clocks

[PATCH] tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.x
 2018-10-19  7:30 UTC  (3+ messages)

linux-next: Signed-off-by missing for commits in the net-next tree
 2018-10-19  7:30 UTC 

[PATCH net-next] cxgb4: fix the error path of cxgb4_uld_register()
 2018-10-18 23:26 UTC  (2+ messages)

[PATCH v5 0/2] mtd: rawnand: meson: add Amlogic NAND driver support
 2018-10-19  7:29 UTC  (10+ messages)
` [PATCH v5 2/2] mtd: rawnand: meson: add support for Amlogic NAND flash controller

[PATCH] drm: panel-orientation-quirks: Do rotation quirk for new GPD Win2 FW
 2018-10-19  7:28 UTC  (2+ messages)

[PATCH] net: ethernet: lpc_eth: add device and device node local variables
 2018-10-18 23:25 UTC 

[PATCH 1/3] mtd: Move Redboot partition parser
 2018-10-19  7:27 UTC  (6+ messages)
` [PATCH 2/3] mtd: partitions: Add RedBoot FIS DT bindings
` [PATCH 3/3] mtd: partitions: Add OF support to RedBoot partitions

[U-Boot] [PATCH v11 0/6] efi_loader: Code refactoring and improvement
 2018-10-19  7:27 UTC  (5+ messages)
` [U-Boot] [PATCH v11 3/6] sandbox: smbios: Update to support sandbox

[PATCH v2 0/5] i915 pvmmio to improve GVTg performance
 2018-10-19  7:27 UTC  (6+ messages)
` [PATCH v2 1/5] drm/i915: introduced pv capability for vgpu
` [PATCH v2 2/5] drm/i915: get ready of memory for pvmmio
` [PATCH v2 3/5] drm/i915: context submission pvmmio optimization
` [PATCH v2 4/5] drm/i915: master irq "
` [PATCH v2 5/5] drm/i915: ppgtt update "

[Bug 107928] Screen regularly turns black, reboot needed
 2018-10-19  7:23 UTC  (2+ messages)

[PATCH 00/19] Bring more repository handles into our code base
 2018-10-19  7:23 UTC  (2+ messages)

[GIT PULL] mtd: nand: Changes for 4.20
 2018-10-19  7:21 UTC  (2+ messages)

PROBLEM: Keyboard not responding after resuming from suspend/hibernate
 2018-10-19  7:20 UTC  (2+ messages)
` Fw: "

[PATCH 1/3] drm/amdkfd: Simplify kfd2kgd interface
 2018-10-19  7:20 UTC  (3+ messages)
` [PATCH 3/3] drm/amdkfd: Add proper prefix to functions

[PATCH DRM] drm: msm: adreno: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) +PTR_ERR
 2018-10-19  7:19 UTC  (4+ messages)
` [Outreachy kernel] "

[PATCH v2 0/2] Add symlinks for git (shallow) tarballs when name differs due to mirror rewrite rules
 2018-10-18  9:41 UTC 

[GIT PULL] mtd: spi-nor: Changes for 4.20
 2018-10-19  7:18 UTC  (2+ messages)

linux-next: Tree for Oct 19
 2018-10-19  7:16 UTC 

[Xenomai] [PATCH] boilerplate/avl: fix missing include
 2018-10-19  7:16 UTC  (4+ messages)

[GIT] Sparc
 2018-10-19  7:16 UTC  (3+ messages)

[git pull] drm fixes for 4.19 final
 2018-10-19  7:14 UTC  (3+ messages)

[PATCH 1/3] drm/amdkfd: Delete unnecessary register settings
 2018-10-19  7:14 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu: Expose *_setup_vm_pt_regs for kfd to use

[Qemu-devel] [PATCH v3 0/3] Linux usermode emulation user mode USB driver support
 2018-10-19  7:13 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 3/3] linux-user: Implement special usbfs ioctls

[PATCH 1/3] drm/sched: Add callback to mark if sched is ready to work
 2018-10-19  7:13 UTC  (5+ messages)
` [PATCH 3/3] drm/amdgpu: Refresh rq selection for job after ASIC reset

+ hugetlbfs-dirty-pages-as-they-are-added-to-pagecache.patch tentatively added to -mm tree
 2018-10-18 23:10 UTC 

[LKP] [mm/memory.c] 6558038e45: general_protection_fault:#[##]
 2018-10-19  7:12 UTC  (3+ messages)
`  "

[PATCH v1 0/3] i2c: imx: DMA related fixes
 2018-10-19  7:12 UTC  (4+ messages)
` [PATCH v1 2/3] i2c: imx: probe dma only only on i.MX50 and later

[[PATCH] 0/9] *** DMA support for UART in ASPEED's AST2500 ***
 2018-10-19  7:11 UTC  (10+ messages)
` [[PATCH] 8/9] DMA-UART-Driver-for-AST2500

[Patch v4 0/8] drm/omap: Add virtual-planes support
 2018-10-19  7:10 UTC  (6+ messages)
` [Patch v4 5/8] drm/omap: Add global state as a private atomic object

[PATCH] net: ethernet: lpc_eth: remove unused local variable
 2018-10-18 23:06 UTC 

[PATCH v3] of: overlay: user space synchronization
 2018-10-19  7:08 UTC  (5+ messages)

[PATCH] net: ethernet: fec: Add missing SPEED_
 2018-10-19  7:07 UTC  (10+ messages)

RFC: kernelCI media subsystem pilot (Test results for gtucker/kernelci-media - gtucker-kernelci-media-001-6-g1b2c6e5844d8)
 2018-10-19  7:06 UTC  (2+ messages)

[PULL] drm-intel-next-fixes
 2018-10-19  7:05 UTC  (4+ messages)

[PATCH 2/2] HAX enable GuC for CI
 2018-10-19  7:05 UTC  (3+ messages)
` 262bd453bf: drm:i915_gem_init_hw[i915]]
  ` [LKP] "

[GVT-g] [ANNOUNCE] 2018-Q3 release of XenGT (Intel GVT-g for Xen)
 2018-10-19  7:04 UTC 

FTM support on ath10k
 2018-10-19  7:04 UTC  (2+ messages)

[Intel-gfx] [GVT-g] [ANNOUNCE] 2018-Q3 release of XenGT (Intel GVT-g for Xen)
 2018-10-19  7:04 UTC 

[GVT-g] [ANNOUNCE] 2018-Q3 release of KVMGT (Intel GVT-g for KVM)
 2018-10-19  7:04 UTC 

[PATCH] media: imx: capture: Remove unneeded variable
 2018-10-19  7:04 UTC  (2+ messages)
` [Outreachy kernel] "

[net PATCH] net: sched: Fix for duplicate class dump
 2018-10-18 23:00 UTC  (2+ messages)

[RFC 00/19] wilc: added driver for wilc module
 2018-10-19  7:02 UTC  (9+ messages)
` [PATCH 04/19] wilc: add host_interface.c

[PATCH net-next] bnxt_en: Copy and paste bug in extended tx_stats
 2018-10-18 22:59 UTC  (2+ messages)

[PATCH] drm/radeon: fix a missing-check bug
 2018-10-19  7:02 UTC  (3+ messages)

[PATCH v2 net] r8169: fix NAPI handling under high load
 2018-10-18 22:59 UTC  (3+ messages)

[PATCH] net: ethernet: lpc_eth: remove CONFIG_OF guard from the driver
 2018-10-18 22:58 UTC 

[Qemu-devel] [RFC v3 0/56] per-CPU locks
 2018-10-19  6:59 UTC  (4+ messages)
` [Qemu-devel] [RFC v3 48/56] ppc: acquire the BQL in cpu_has_work

[PATCH v3] staging: nrf24: add new driver for 2.4GHz radio transceiver
 2018-10-19  6:58 UTC  (2+ messages)

[PATCH v3 00/16] i.MX media mem2mem scaler
 2018-10-18 22:53 UTC  (3+ messages)
` [PATCH v3 01/16] media: imx: add mem2mem device

[PATCH] net: ethernet: lpc_eth: clean up the list of included headers
 2018-10-18 22:53 UTC 

Crash in msm serial on dragonboard with ftrace bootargs
 2018-10-19  6:54 UTC  (12+ messages)

[U-Boot] U-Boot and The Boot Loader Specification
 2018-10-19  6:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/38] Replace some unwise uses of error_report() & friends
 2018-10-19  6:53 UTC  (9+ messages)
` [Qemu-devel] [PATCH v4 25/38] ui/keymaps: Fix handling of erroneous include files
` [Qemu-devel] [PATCH v4 26/38] ui: Convert vnc_display_init(), init_keyboard_layout() to Error
` [Qemu-devel] [PATCH v4 27/38] vnc: Clean up error reporting in vnc_init_func()
` [Qemu-devel] [PATCH v4 30/38] spice: Clean up error reporting in add_channel()

move swiotlb noncoherent dma support from arm64 to generic code V2
 2018-10-19  6:52 UTC  (7+ messages)
` [PATCH 07/10] swiotlb: refactor swiotlb_map_page

-Wswitch Clang warnings in drivers/scsi
 2018-10-19  6:51 UTC  (7+ messages)

[Qemu-devel] [PATCH v3 0/4] Introduce attributes for timers subsystem and remove QEMU_CLOCK_VIRTUAL_EXT clock type
 2018-10-19  6:48 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 4/4] Optimize record/replay checkpointing for all clocks it applies to

[net-next 00/13][pull request] Intel Wired LAN Doc Updates 2018-10-18
 2018-10-18 22:46 UTC  (2+ messages)

[PATCH] nl80211: Emit a NEW_INTERFACE on iftype change
 2018-10-19  6:48 UTC  (2+ messages)

LUKS2 - RAID0 - NVME : alignment issue
 2018-10-19  6:47 UTC  (5+ messages)

[U-Boot] u-boot without network boot
 2018-10-19  6:46 UTC 

[Qemu-devel] [Bug 1798659] [NEW] A typo in trace/simple.c
 2018-10-19  6:12 UTC  (2+ messages)
` [Qemu-devel] [Bug 1798659] "

[PATCH chao/erofs-dev 1/2] staging: erofs: separate into init_once / always
 2018-10-19  6:41 UTC  (2+ messages)
` [PATCH v2 chao/erofs-dev 2/2] staging: erofs: locked before registering for all new workgroups


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.