All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-25 14:21:31 to 2019-09-25 14:56:39 UTC [more...]

[U-Boot] [PATCH 000/126] x86: Add initial support for apollolake
 2019-09-25 14:56 UTC  (56+ messages)
` [U-Boot] [PATCH 001/126] dm: core: Use U-Boot logging instead of pr_debug()
` [U-Boot] [PATCH 002/126] dm: core: Correct low cell in ofnode_read_pci_addr()
` [U-Boot] [PATCH 003/126] dm: core: Drop a few early returns
` [U-Boot] [PATCH 004/126] dm: core: Add documentation on how to debug driver model
` [U-Boot] [PATCH 005/126] dm: core: Don't include ofnode functions with of-platdata
` [U-Boot] [PATCH 006/126] dm: core: Correct bad cast in ofnode_get_addr_size_index()
` [U-Boot] [PATCH 007/126] dm: test: Fix running of multiple test from command line
` [U-Boot] [PATCH 008/126] dm: test: Don't fail when tests are skipped due to build
` [U-Boot] [PATCH 009/126] dm: core: Call ofdata_to_platdata() with of-platdata
` [U-Boot] [PATCH 010/126] dm: doc: Correct of-platdata CONFIG_IS_ENABLED() condition
` [U-Boot] [PATCH 011/126] dm: core: Correct the return value for uclass_find_first_device()
` [U-Boot] [PATCH 012/126] dm: core: Add device_foreach_child()
` [U-Boot] [PATCH 013/126] dm: test: Correct a stray backslash in dm_test_destroy()
` [U-Boot] [PATCH 014/126] fdt: Show the preprocessed .dts file on error
` [U-Boot] [PATCH 015/126] sandbox: spmi: Add ranges property for address translation
` [U-Boot] [PATCH 016/126] sandbox: mmc: Fix up MMC emulator for valgrind
` [U-Boot] [PATCH 017/126] sandbox: Rename PCI ID for swap_case to be more specific
` [U-Boot] [PATCH 018/126] sandbox: Add support for clrsetio_32() and friends
` [U-Boot] [PATCH 019/126] sandbox: swap_case: Use statics where possible
` [U-Boot] [PATCH 020/126] sandbox: pci: Drop the get_devfn() method
` [U-Boot] [PATCH 021/126] sandbox: net: Suppress the MAC-address warnings
` [U-Boot] [PATCH 022/126] sandbox: pci: Move pci_offset_to_barnum() to pci.h
` [U-Boot] [PATCH 023/126] sandbox: Add a -T flag to use the test device tree
` [U-Boot] [PATCH 024/126] sandbox: pci: Increase the memory space
` [U-Boot] [PATCH 025/126] sandbox: Allow use of real I/O with readl(), etc
` [U-Boot] [PATCH 026/126] pci: sandbox: Move the emulators into their own node
` [U-Boot] [PATCH 027/126] pci: sandbox: Probe PCI emulation devices when used
` [U-Boot] [PATCH 028/126] pci: Show the result of binding a device
` [U-Boot] [PATCH 029/126] pci: Disable autoconfig in SPL
` [U-Boot] [PATCH 030/126] pci: Correct 'specifified' and 'Plese' typos
` [U-Boot] [PATCH 031/126] pci: Add more debug detail when resources are exhausted
` [U-Boot] [PATCH 032/126] pci: Show a message if PCI autoconfig fails
` [U-Boot] [PATCH 033/126] dm: pci: Add a function to read a PCI BAR
` [U-Boot] [PATCH 034/126] serial: ns16550: Add a PCI device/function field
` [U-Boot] [PATCH 035/126] binman: Allow verbose output with all commands
` [U-Boot] [PATCH 036/126] binman: Add a base implementation of Entry.ReadChildData()
` [U-Boot] [PATCH 037/126] binman: Handle reading data for end-at-4gb sections
` [U-Boot] [PATCH 038/126] binman: Take account of skip-at-start with image-header
` [U-Boot] [PATCH 039/126] log: Add log_nop() to avoid unused-variable warnings
` [U-Boot] [PATCH 040/126] cros_ec: Add MEC_EMI_BASE and size to the header file
` [U-Boot] [PATCH 041/126] iod: Enhance to support display of multiple values
` [U-Boot] [PATCH 042/126] arm: mxs: Correct CONFIG_SPL_NO_CPU_SUPPORT option
` [U-Boot] [PATCH 043/126] spl: Allow tiny printf() to be controlled in SPL and TPL
` [U-Boot] [PATCH 044/126] spl: Convert CONFIG_SPL_LIMIT to hex
` [U-Boot] [PATCH 045/126] spl: Add a size check for TPL
` [U-Boot] [PATCH 046/126] spl: Allow distinguishing between two phases in U-Boot
` [U-Boot] [PATCH 047/126] spl: Allow SPL/TPL to use of-platdata without libfdt
` [U-Boot] [PATCH 048/126] x86: Move acpi_s3.h to a common location
` [U-Boot] [PATCH 049/126] x86: pci: Drop the first parameter in pci_x86_r/w_config()
` [U-Boot] [PATCH 050/126] x86: timer: Reduce timer code size in TPL on Intel CPUs
` [U-Boot] [PATCH 051/126] x86: Use a common definition of MSR_IA32_PERF_CTL
` [U-Boot] [PATCH 052/126] x86: Add a common function to set CPU thermal target
` [U-Boot] [PATCH 053/126] x86: Use a common bus clock for Intel CPUs
` [U-Boot] [PATCH 054/126] x86: Add common functions for TDP and perf control
` [U-Boot] [PATCH 055/126] x86: Tidy up some duplicate MSR defines

[RFC PATCH 0/3] fs: interface for directly writing encoded (e.g., compressed) data
 2019-09-25 14:56 UTC  (9+ messages)
` [RFC PATCH 2/3] fs: add RWF_ENCODED for writing compressed data
              ` [RFC PATCH 2/3] "

[dpdk-dev] [PATCH 0/3] RFC: Support disabling DPDK drivers in meson builds
 2019-09-25 14:55 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/3] build: align variable names between drivers and libs
` [dpdk-dev] [PATCH 2/3] build: process dependencies before main build check
` [dpdk-dev] [PATCH 3/3] build: support disabling drivers with meson

libdrm patch merge request
 2019-09-25 14:56 UTC  (6+ messages)

[PATCH v2 00/23] aspeed: Add support for the AST2600 SoC
 2019-09-25 14:32 UTC  (21+ messages)
` [PATCH v2 01/23] aspeed/wdt: Check correct register for clock source
` [PATCH v2 02/23] hw/sd/aspeed_sdhci: New device
` [PATCH v2 03/23] hw: aspeed_scu: Add AST2600 support
` [PATCH v2 04/23] aspeed/timer: Introduce an object class per SoC
` [PATCH v2 05/23] aspeed/timer: Add support for control register 3
` [PATCH v2 06/23] aspeed/timer: Add AST2600 support
` [PATCH v2 07/23] aspeed/timer: Add support for IRQ status register on the AST2600
` [PATCH v2 08/23] aspeed/sdmc: Introduce an object class per SoC
` [PATCH v2 09/23] aspeed/sdmc: Add AST2600 support
` [PATCH v2 10/23] watchdog/aspeed: Introduce an object class per SoC
` [PATCH v2 11/23] hw: wdt_aspeed: Add AST2600 support
` [PATCH v2 12/23] aspeed/smc: Introduce segment operations
` [PATCH v2 13/23] aspeed/smc: Add AST2600 support
` [PATCH v2 14/23] hw/gpio: Add in AST2600 specific implementation
` [PATCH v2 15/23] aspeed/i2c: Introduce an object class per SoC
` [PATCH v2 16/23] aspeed/i2c: Add AST2600 support
` [PATCH v2 17/23] aspeed: Introduce an object class per SoC
` [PATCH v2 18/23] aspeed/soc: Add AST2600 support
` [PATCH v2 19/23] m25p80: Add support for w25q512jv
` [PATCH v2 21/23] aspeed: Parameterise number of MACs

[GIT PULL][SECURITY] Kernel lockdown patches for v5.4
 2019-09-25 14:54 UTC  (2+ messages)

[PATCH v3 10/11] drm/amdgpu: job is secure iff CS is secure (v4)
 2019-09-25 14:54 UTC  (3+ messages)

[PATCH 01/23] drm/i915/dp: Fix dsc bpp calculations, v2
 2019-09-25 14:54 UTC  (5+ messages)
` [PATCH 05/23] drm/i915: Complete sw/hw split

[Buildroot] Failure upgrading 8/2017 to 8/2019
 2019-09-25 14:54 UTC 

[PATCH v5 11/15] dmaengine: imx-sdma: fix ecspi1 rx dma not work on i.mx8mm
 2019-09-25 14:53 UTC  (5+ messages)

[PATCH 00/11] of: Fix DMA configuration for non-DT masters
 2019-09-25 14:52 UTC  (5+ messages)

[PATCH] bmap-tools: add missing python3-misc dependency
 2019-09-25 14:49 UTC 

[alsa-devel] About soc_check_tplg_fes
 2019-09-25 14:49 UTC  (2+ messages)

[PATCH 26/36] drm/vboxvideo: use bpp instead of cpp for drm_format_info
 2019-09-25 14:50 UTC  (3+ messages)
` [PATCH 29/36] drm/ingenic: "

[PATCH v2 1/2] efi+tpm: Don't access event->count when it isn't mapped
 2019-09-25 14:50 UTC  (3+ messages)

errors found in extent allocation tree or chunk allocation after power failure
 2019-09-25 14:50 UTC 

[PATCH v4 0/3] Add g_csi_active_lanes for dynamic active lanes
 2019-09-25 14:51 UTC  (4+ messages)
` [PATCH v4 1/3] media: v4l2-subdev: add g_csi_active_lanes() op

[PATCH net] vrf: Do not attempt to create IPv6 mcast rule if IPv6 is disabled
 2019-09-25 14:53 UTC 

[dpdk-dev] [RFC] Proposals and notes from ABI stability panel @ DPDK Userspace
 2019-09-25 14:49 UTC  (5+ messages)
    ` [dpdk-dev] [dpdk-techboard] "

[dpdk-dev] [PATCH v7 00/10] vhost: support inflight share memory protocol feature
 2019-09-25 14:45 UTC  (4+ messages)
  ` [dpdk-dev] [PATCH v7 10/10] vhost: add vhost-user-blk example which support inflight

[PATCH 0/3] tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations
 2019-09-25 14:47 UTC  (2+ messages)

[PATCH v22 00/24] Intel SGX foundations
 2019-09-25 14:46 UTC  (17+ messages)
` [PATCH v22 02/24] x86/cpufeatures: x86/msr: Intel SGX Launch Control hardware bits
` [PATCH v22 04/24] x86/cpu/intel: Detect SGX supprt

[PATCH] drm/amdgpu: fix error handling in amdgpu_bo_list_create
 2019-09-25 14:46 UTC  (2+ messages)

BUG report: usb: dwc3: Link TRB triggered an intterupt without IOC being setted
 2019-09-25 14:48 UTC  (5+ messages)

[PATCH] IB/hfi1: prevent memory leak in sdma_init
 2019-09-25 14:45 UTC 

[PATCH] ipipe: Make ipipe_root_nr_syscalls independent of CONFIG_IPIPE
 2019-09-25 14:45 UTC 

回复:流程、方法、工艺、材料、装配、图纸全方位技术提升
 2019-09-25 14:44 UTC 

[PATCH 00/25] sched/nohz: Make kcpustat vtime aware (Fix kcpustat on nohz_full)
 2019-09-25 14:42 UTC  (4+ messages)
` [PATCH 04/25] vtime: Spare a seqcount lock/unlock cycle on context switch

[PATCH v9 0/3] fix double page fault on arm64
 2019-09-25 14:42 UTC  (7+ messages)
` [PATCH v9 1/3] arm64: cpufeature: introduce helper cpu_has_hw_af()
` [PATCH v9 3/3] mm: fix double page fault on arm64 if PTE_AF is cleared

[PATCH 00/35] irqchip/gic-v4: GICv4.1 architecture support
 2019-09-25 14:41 UTC  (5+ messages)
` [PATCH 10/35] irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocation

[Xen-devel] [PATCH v6 0/8] AMD IOMMU: further improvements
 2019-09-25 14:40 UTC  (4+ messages)
` [Xen-devel] [PATCH v6 7/8] AMD/IOMMU: allocate one device table per PCI segment

blocking ops in drm_sched_cleanup_jobs()
 2019-09-25 14:40 UTC  (7+ messages)

[PATCH v3] media: vimc: Implement debayer control for mean window size
 2019-09-25 14:39 UTC  (2+ messages)

[PULL 0/3] vhost: fixes
 2019-09-25 14:30 UTC  (7+ messages)
` [PULL 1/3] memory: Align MemoryRegionSections fields
` [PULL 2/3] memory: Provide an equality function for MemoryRegionSections
` [PULL 3/3] vhost: Fix memory region section comparison

[PATCH 1/1] PM / hibernate: memory_bm_find_bit -- tighten node optimisation
 2019-09-25 14:39 UTC 

struct_mutex is over the hill and far away
 2019-09-25 14:38 UTC  (5+ messages)
` [PATCH 20/27] drm/i915: Remove logical HW ID

[Patch v3 0/8] media: i2c: ov2659: maintenance series
 2019-09-25 14:37 UTC  (5+ messages)
` [Patch v3 6/8] media: i2c: ov2659: Add powerdown/reset gpio handling

How is nftables + IFB
 2019-09-25 14:37 UTC  (2+ messages)

[PATCH v2] printf: add support for printing symbolic error codes
 2019-09-25 14:36 UTC  (3+ messages)
` [PATCH v3] "

[dpdk-dev] [PATCH v4 0/4] doc: changes to abi policy introducing major abi versions
 2019-09-25 14:34 UTC  (5+ messages)
` [dpdk-dev] [PATCH v4 1/4] doc: separate versioning.rst into version and policy

[PATCH v10 0/12] Add mt7629 and fix mt7628 pwm
 2019-09-25 14:32 UTC  (26+ messages)
` [PATCH v10 01/12] pwm: mediatek: add a property "num-pwms"
` [PATCH v10 02/12] pwm: mediatek: droping the check for of_device_get_match_data
` [PATCH v10 03/12] pwm: mediatek: remove a property "has-clks"
` [PATCH v10 04/12] pwm: mediatek: allocate the clks array dynamically
` [PATCH v10 05/12] pwm: mediatek: use pwm_mediatek as common prefix
` [PATCH v10 06/12] pwm: mediatek: update license and switch to SPDX tag
` [PATCH v10 07/12] dt-bindings: pwm: pwm-mediatek: add a property "num-pwms"
` [PATCH v10 08/12] pwm: mediatek: Add MT7629 compatible string
` [PATCH v10 09/12] arm64: dts: mt7622: add a property "num-pwms" for PWM
` [PATCH v10 10/12] arm: dts: mt7623: "
` [PATCH v10 11/12] dt-bindings: pwm: update bindings for MT7629 SoC
` [PATCH v10 12/12] arm: dts: mediatek: add mt7629 pwm support

[REPOST PATCH v3 00/16] xfs: mount API patch series
 2019-09-25 14:34 UTC  (14+ messages)
` [REPOST PATCH v3 06/16] xfs: mount-api - make xfs_parse_param() take context .parse_param() args
` [REPOST PATCH v3 09/16] xfs: mount-api - add xfs_get_tree()
` [REPOST PATCH v3 12/16] xfs: mount api - add xfs_reconfigure()

[Bug 204779] New: Xubuntu 18.04 sometimes freezes when turned on on logo
 2019-09-25 14:33 UTC  (2+ messages)
` [Bug 204779] Xubuntu 18.04 Sometimes freezes when turned off on the logo

[PATCH v2] drm/i915/tgl: Add memory type decoding for bandwidth checking
 2019-09-25 14:33 UTC  (2+ messages)

Review request V2 0/16: [meta-openssl102-fips] Enable FIPS mode in Kernel and OpenSSH
 2019-09-25 14:33 UTC  (2+ messages)

Bi-Weekly Standup - Time/timezone in calendar?
 2019-09-25 14:32 UTC  (2+ messages)

[PATCH] docs: kmemleak: DEBUG_KMEMLEAK_EARLY_LOG_SIZE changed names
 2019-09-25 14:32 UTC  (2+ messages)

[PATCH 0/3] followups to debug_pagealloc improvements through page_owner
 2019-09-25 14:30 UTC  (8+ messages)
` [PATCH 1/3] mm, page_owner: fix off-by-one error in __set_page_owner_handle()
` [PATCH 2/3] mm, debug, kasan: save and dump freeing stack trace for kasan
` [PATCH 3/3] mm, page_owner: rename flag indicating that page is allocated

[PATCH] virtio-fs: rename num_queues to num_request_queues
 2019-09-25 14:31 UTC  (5+ messages)

[PATCH 0/2] add Amlogic A1 clock controller driver
 2019-09-25 14:29 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: clock: meson: add A1 clock controller bindings

[thud/master PATCH v1] recipes-kernel: Add recipe for ivshmem-uio driver
 2019-09-25 14:28 UTC 

For review: pidfd_send_signal(2) manual page
 2019-09-25 14:29 UTC  (10+ messages)

[PATCH V2 1/1] tick: broadcast-hrtimer: Fix a race in bc_set_next
 2019-09-25 14:20 UTC  (3+ messages)

[PATCH v3] drm/i915: Restrict qgv points which don't have enough bandwidth
 2019-09-25 14:28 UTC  (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Restrict qgv points which don't have enough bandwidth. (rev3)

[Qemu-devel] [PATCH v3 0/3] Add virtio-fs (experimental)
 2019-09-25 14:27 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/3] virtio: Add virito_fs linux headers
  `  "
` [PATCH v3 0/3] Add virtio-fs (experimental)

[PATCH v3 0/9] TGL TC enabling v3
 2019-09-25 14:26 UTC  (6+ messages)
` [PATCH v3 4/9] drm/i915/tgl: Add dkl phy programming sequences

[PATCH] thermal: st: Use devm_platform_ioremap_resource() in st_mmap_regmap_init()
 2019-09-25 14:25 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 1/2] i915_drm.h sync
 2019-09-25 14:24 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] "

Build fail on OpenBSD 6.5 amd64
 2019-09-25 14:23 UTC  (5+ messages)

Generating Log of Guest Physical Addresses from a Kernel Function and Perform Analysis at Runtime
 2019-09-25 14:21 UTC  (8+ messages)

Fw: [Bug 204903] New: unable to create vrf interface when ipv6.disable=1
 2019-09-25 14:22 UTC  (4+ messages)

[Xen-devel] [PATCH v3 00/47] xen: add core scheduling support
 2019-09-25 14:21 UTC  (3+ messages)
` [Xen-devel] [PATCH v3 16/47] xen/sched: make credit scheduler vcpu agnostic


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.