All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-22 02:53:18 to 2019-11-22 04:19:01 UTC [more...]

[U-Boot] [PATCH v4 000/100] x86: Add initial support for apollolake
 2019-11-22  4:19 UTC  (97+ messages)
` [U-Boot] [PATCH v4 001/100] binman: Add a library to access binman entries
` [U-Boot] [PATCH v4 002/100] dm: gpio: Allow control of GPIO uclass in SPL
` [U-Boot] [PATCH v4 003/100] dm: core: Fix offset_to_ofnode() with invalid offset
` [U-Boot] [PATCH v4 004/100] dm: pci: Allow delaying auto-config until after relocation
` [U-Boot] [PATCH v4 005/100] dm: pci: Move pci_get_devfn() into a common file
` [U-Boot] [PATCH v4 006/100] net: Move the checksum functions to lib/
` [U-Boot] [PATCH v4 007/100] i2c: designware: Tidy up PCI support
` [U-Boot] [PATCH v4 008/100] i2c: designware: Avoid using static data
` [U-Boot] [PATCH v4 009/100] i2c: designware: Support use in SPL
` [U-Boot] [PATCH v4 010/100] x86: spi: Add helper functions for Intel Fast SPI
` [U-Boot] [PATCH v4 011/100] fdt: Show the preprocessed .dts file on error
` [U-Boot] [PATCH v4 012/100] board_r: Move early-timer init later
` [U-Boot] [PATCH v4 013/100] RFC: sandbox: net: Suppress the MAC-address warnings
` [U-Boot] [PATCH v4 014/100] Revert "RFC: sandbox: net: Suppress the MAC-address warnings"
` [U-Boot] [PATCH v4 015/100] x86: timer: use a timer base of 0
` [U-Boot] [PATCH v4 016/100] x86: timer: Reduce timer code size in TPL on Intel CPUs
` [U-Boot] [PATCH v4 017/100] x86: Drop unnecessary cpu code for TPL
` [U-Boot] [PATCH v4 018/100] x86: Drop unnecessary interrupt "
` [U-Boot] [PATCH v4 019/100] x86: power: Add an ACPI PMC uclass
` [U-Boot] [PATCH v4 020/100] x86: sandbox: Add a PMC emulator and test
` [U-Boot] [PATCH v4 021/100] x86: power: Add a 'pmc' command
` [U-Boot] [PATCH v4 022/100] pci: Add support for p2sb uclass
` [U-Boot] [PATCH v4 023/100] sandbox: Disable mmio by default in tests
` [U-Boot] [PATCH v4 024/100] sandbox: Add PCI driver and test for p2sb
` [U-Boot] [PATCH v4 025/100] x86: Move UCLASS_IRQ into a separate file
` [U-Boot] [PATCH v4 026/100] sandbox: Add a test for IRQ
` [U-Boot] [PATCH v4 027/100] x86: Define the SPL image start
` [U-Boot] [PATCH v4 028/100] x86: Reduce mrccache record alignment size
` [U-Boot] [PATCH v4 029/100] x86: Correct mrccache find_next_mrc_cache() calculation
` [U-Boot] [PATCH v4 030/100] x86: Adjust mrccache_get_region() to use livetree
` [U-Boot] [PATCH v4 031/100] x86: Adjust mrccache_get_region() to support get_mmap()
` [U-Boot] [PATCH v4 032/100] x86: Add a new global_data member for the cache record
` [U-Boot] [PATCH v4 033/100] x86: Tidy up error handling in mrccache_save()
` [U-Boot] [PATCH v4 034/100] x86: Update mrccache to support multiple caches
` [U-Boot] [PATCH v4 035/100] x86: Add mrccache support for a 'variable' cache
` [U-Boot] [PATCH v4 036/100] x86: Don't export mrccache_update()
` [U-Boot] [PATCH v4 037/100] x86: Move fsp_prepare_mrc_cache() to fsp1 directory
` [U-Boot] [PATCH v4 038/100] x86: Set the DRAM banks to reflect real location
` [U-Boot] [PATCH v4 039/100] x86: Set up the MTRR for SDRAM
` [U-Boot] [PATCH v4 040/100] x86: Don't imply libfdt or SPI flash in TPL
` [U-Boot] [PATCH v4 041/100] x86: Allow removal of standard PCH drivers
` [U-Boot] [PATCH v4 042/100] x86: Allow interrupt to happen once
` [U-Boot] [PATCH v4 043/100] x86: fsp: Make graphics support common to FSP1/2
` [U-Boot] [PATCH v4 044/100] x86: fsp: Correct wrong header inlude in fsp_support.c
` [U-Boot] [PATCH v4 045/100] x86: fsp: Add FSP2 base support
` [U-Boot] [PATCH v4 046/100] x86: fsp: Set up an MTRR for the graphics frame buffer
` [U-Boot] [PATCH v4 047/100] x86: fsp: Add a new arch_fsp_init_r() hook
` [U-Boot] [PATCH v4 048/100] x86: fsp: Allow remembering the location of FSP-S
` [U-Boot] [PATCH v4 049/100] x86: fsp: Make the notify API call common
` [U-Boot] [PATCH v4 050/100] x86: Don't include the BIOS emulator in TPL
` [U-Boot] [PATCH v4 051/100] x86: Add an option to include a FIT
` [U-Boot] [PATCH v4 052/100] x86: Add support for newer CAR schemes
` [U-Boot] [PATCH v4 053/100] x86: Disable microcode section for FSP2
` [U-Boot] [PATCH v4 054/100] x86: Update the fsp command "
` [U-Boot] [PATCH v4 055/100] x86: Update .dtsi file "
` [U-Boot] [PATCH v4 056/100] x86: Add an option to control the position of U-Boot
` [U-Boot] [PATCH v4 057/100] x86: Add an option to control the position of SPL
` [U-Boot] [PATCH v4 058/100] x86: Add an fdtmap and image-header
` [U-Boot] [PATCH v4 059/100] x86: Don't repeat microcode in U-Boot if not needed
` [U-Boot] [PATCH v4 060/100] x86: Separate out U-Boot and device tree in ROM image
` [U-Boot] [PATCH v4 061/100] x86: Make MSR_PKG_POWER_SKU common
` [U-Boot] [PATCH v4 062/100] spi: Correct operations check in dm_spi_xfer()
` [U-Boot] [PATCH v4 063/100] x86: spi: Don't enable SPI_FLASH_BAR by default
` [U-Boot] [PATCH v4 064/100] spi: ich: Move init function just above probe()
` [U-Boot] [PATCH v4 065/100] spi: ich: Move the protection/lockdown code into a function
` [U-Boot] [PATCH v4 066/100] spi: ich: Convert to livetree
` [U-Boot] [PATCH v4 067/100] spi: ich: Fix header order
` [U-Boot] [PATCH v4 068/100] spi: ich: Various small tidy-ups
` [U-Boot] [PATCH v4 069/100] spi: ich: Add mmio_base to struct ich_spi_platdata
` [U-Boot] [PATCH v4 070/100] dm: doc: Add a note about of-platdata and header files
` [U-Boot] [PATCH v4 071/100] spi: ich: Correct max-size bug in ich_spi_adjust_size()
` [U-Boot] [PATCH v4 072/100] spi: ich: Support of-platdata for fast-spi
` [U-Boot] [PATCH v4 073/100] spi: ich: Support hardware sequencing
` [U-Boot] [PATCH v4 074/100] spi: ich: Add support for get_mmap() method
` [U-Boot] [PATCH v4 075/100] spi: ich: Add TPL support
` [U-Boot] [PATCH v4 076/100] spi: ich: Add Apollo Lake support
` [U-Boot] [PATCH v4 077/100] mtd: spi: Export spi_flash_std_probe()
` [U-Boot] [PATCH v4 078/100] x86: Enable pinctrl in SPL and TPL
` [U-Boot] [PATCH v4 079/100] x86: Add low-power subsystem (lpss) support
` [U-Boot] [PATCH v4 080/100] x86: Add a generic Intel pinctrl driver
` [U-Boot] [PATCH v4 081/100] x86: Add a generic Intel GPIO driver
` [U-Boot] [PATCH v4 082/100] x86: apl: Add basic IO addresses
` [U-Boot] [PATCH v4 083/100] x86: apl: Add PMC driver
` [U-Boot] [PATCH v4 084/100] x86: apl: Add UART driver
` [U-Boot] [PATCH v4 085/100] x86: apl: Add pinctrl driver
` [U-Boot] [PATCH v4 086/100] i2c: designware: Add Apollo Lake support
` [U-Boot] [PATCH v4 087/100] x86: apl: Add systemagent driver
` [U-Boot] [PATCH v4 088/100] x86: apl: Add hostbridge driver
` [U-Boot] [PATCH v4 089/100] x86: apl: Add ITSS driver
` [U-Boot] [PATCH v4 090/100] x86: apl: Add LPC driver
` [U-Boot] [PATCH v4 091/100] x86: apl: Add PCH driver
` [U-Boot] [PATCH v4 092/100] x86: apl: Add PUNIT driver
` [U-Boot] [PATCH v4 093/100] x86: apl: Add SPL loaders
` [U-Boot] [PATCH v4 094/100] x86: apl: Add a CPU driver
` [U-Boot] [PATCH v4 095/100] x86: apl: Add SPL/TPL init
` [U-Boot] [PATCH v4 096/100] x86: apl: Add P2SB driver

[PATCH] Documentation: security: core.rst: fix warnings
 2019-11-22  4:18 UTC 

[alsa-devel] [PATCH 0/8] ALSA: pcm: API cleanups and extensions
 2019-11-22  4:08 UTC  (20+ messages)
` [alsa-devel] [PATCH 7/8] ALSA: pcm: Add card sync_irq field

[PATCH] lib/metadata: Print VG name in log message for raid segment errors
 2019-11-22  4:07 UTC 

[PATCH] io_uring: only return -EBUSY for submit on non-flushed backlog
 2019-11-22  4:04 UTC 

[Intel-gfx] [PATCH 0/1] Wa_1604555607 implementation and verification skip
 2019-11-22  4:02 UTC  (6+ messages)
  `  "
  ` [Intel-gfx] [PATCH 1/1] drm/i915/tgl: Implement Wa_1604555607
      `  "

[PATCH] cronie:upgrade 1.5.4 -> 1.5.5
 2019-11-22 10:51 UTC  (5+ messages)
` ✗ patchtest: failure for "
` ✗ patchtest: failure for cronie:upgrade 1.5.4 -> 1.5.5 (rev2)
` [PATCH] kexec-tools: upgrade 2.0.19 -> 2.0.20

[PATCH] usb: dwc3: gadget: Fix logical condition
 2019-11-22  4:00 UTC  (2+ messages)

Mailing list platform change November 21st
 2019-11-22  3:59 UTC  (3+ messages)

[U-Boot] Maximum size of u-boot.imx for TBS2910 board
 2019-11-22  3:58 UTC  (14+ messages)

[PATCH 1/2] ext4: save the error code which triggered an ext4_error() in the superblock
 2019-11-22  3:56 UTC  (6+ messages)
` [PATCH 2/2] ext4: simulate various I/O and checksum errors when reading metadata

[PATCH] grep: provide pathspecs/patterns via file or stdin
 2019-11-22  3:56 UTC  (4+ messages)

[Linux-kernel-mentees] [PATCH] Documentation: gpio: driver.rst: Fix warnings
 2019-11-22  3:47 UTC  (2+ messages)
`  "

[PATCH] proc: align mnt_id in /proc/pid/fdinfo and /proc/pid/mountinfo
 2019-11-22  3:51 UTC  (3+ messages)

linux-next: manual merge of the rpmsg tree with the devicetree tree
 2019-11-22  3:50 UTC 

[Buildroot] [PATCH v1 0/1] Buildroot on Macintosh Laptops
 2019-11-22  3:48 UTC  (2+ messages)
` [Buildroot] [PATCH v1 1/1] mbpfan: new package

[RESEND PATCH v4 00/10] Rework REFCOUNT_FULL using atomic_fetch_* operations
 2019-11-22  3:44 UTC  (2+ messages)

[PATCH] rcu: Fix missed wakeup of exp_wq waiters
 2019-11-22  3:44 UTC  (8+ messages)

[PATCH 0/1] Limit search for primary key fingerprint
 2019-11-22  3:44 UTC  (6+ messages)
` [PATCH 1/1] gpg-interface: limit "

[PATCH v2] ppc/pnv: Create BMC devices at machine init
 2019-11-22  3:41 UTC  (2+ messages)

[PATCH 0/5] ppc/pnv: Add PNOR support
 2019-11-22  3:40 UTC  (4+ messages)
` [PATCH 2/5] ipmi: Add support to customize OEM functions

dm-thin: Several Questions on dm-thin performance
 2019-11-22  3:43 UTC 

[PATCH 0/2] drm/amd: Use ARRAY_SIZE
 2019-11-22  3:42 UTC  (3+ messages)
` [PATCH 1/2] drm/amd/powerplay: Use ARRAY_SIZE for smu7_profiling
` [PATCH 2/2] drm/amdgpu: Use ARRAY_SIZE for sos_old_versions

[meta-oe][PATCH] mcelog: upgrade 1.65 -> 1.66
 2019-11-22 10:49 UTC 

[PATCH v2] rcu: Fix missed wakeup of exp_wq waiters
 2019-11-22  3:40 UTC  (5+ messages)

[CFT PATCH net-next v2] net: phylink: rename mac_link_state() op to mac_pcs_get_state()
 2019-11-22  3:36 UTC  (7+ messages)

Latest meta-freescale versions compatible with NXP SDK 2.0 - 1703 ?
 2019-11-22  2:41 UTC  (4+ messages)
    ` [meta-freescale] "

[Intel-gfx] [PULL] gvt-fixes
 2019-11-22  3:33 UTC  (3+ messages)
  `  "

[PATCH v2 0/1] Limit search for primary key fingerprint
 2019-11-22  3:34 UTC  (4+ messages)
` [PATCH v3 0/2] gpg-interface: fix "
  ` [PATCH v3 2/2] gpg-interface: limit "

[PATCH v1 1/4] arm64: dts: ls1028a-rdb: enable emmc hs400 mode
 2019-11-22  3:31 UTC  (4+ messages)

[meta-oe][PATCH] hwdata: upgrade 0.328 -> 0.329
 2019-11-22 10:37 UTC 

[PATCH -next] enetc: make enetc_setup_tc_mqprio static
 2019-11-22  3:30 UTC  (3+ messages)

[PATCH AUTOSEL 4.14 001/115] net: ovs: fix return type of ndo_start_xmit function
 2019-11-22  3:29 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 014/115] ata: ahci_brcm: Match BCM63138 compatible strings

[PATCH 1/1] drm/i915/tgl: Implement Wa_1604555607
 2019-11-22  3:27 UTC  (6+ messages)
    ` [Intel-gfx] "

[PATCH] iio: humidity: hdc100x: fix IIO_HUMIDITYRELATIVE channel reporting
 2019-11-22  3:25 UTC  (2+ messages)

[PATCH v2] iommu/iova: silence warnings under memory pressure
 2019-11-22  2:55 UTC  (2+ messages)

[PATCH 0/4] scis: don't apply per-LUN queue depth for SSD
 2019-11-22  3:24 UTC  (8+ messages)
` [PATCH 4/4] scsi: core: don't limit "

[PATCH AUTOSEL 4.19 001/209] net: ovs: fix return type of ndo_start_xmit function
 2019-11-22  3:24 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 087/209] ARM: dts: da850-lego-ev3: slow down A/DC as much as possible

[PATCH] - oFono v1.31 stuck in loop when unplugging a USB dongle connected via PPP
 2019-11-22  3:23 UTC  (2+ messages)

[PATCH v2] watchdog: make DesignWare watchdog allow users to set bigger timeout value
 2019-11-22  3:20 UTC  (5+ messages)

[PATCH] net-ipv6: IPV6_TRANSPARENT - check NET_RAW prior to NET_ADMIN
 2019-11-22  3:15 UTC  (2+ messages)

[BUG] "git checkout BRANCH -- FILE" deletes staged commits
 2019-11-22  3:14 UTC  (2+ messages)

dm-thin: Several Questions on dm-thin performance
 2019-11-22  3:14 UTC 

Autobiography of Singaporean Targeted Individual Mr. Turritopsis Dohrnii Teo En Ming (Very First Draft, Lots More to Add in Future)
 2019-11-22  3:12 UTC 

[peterz-queue:master /8] include/linux/compiler.h:350:38: error: call to '__compiletime_assert_189' declared with attribute error: BUILD_BUG_ON failed: CPU_ENTRY_AREA_PAGES * PAGE_SIZE < CPU_ENTRY_AREA_MAP_SIZE
 2019-11-22  3:09 UTC 

next/pending-fixes boot: 273 boots: 2 failed, 265 passed with 5 offline, 1 untried/unknown (v5.4-rc8-156-gba9fc86e6953)
 2019-11-22  3:09 UTC 

[PATCH 0/5] iommu/vt-d: Consolidate various cache flush ops
 2019-11-22  3:04 UTC  (12+ messages)
` [PATCH 1/5] iommu/vt-d: Extend iommu_flush for scalable mode
` [PATCH 2/5] iommu/vt-d: Consolidate pasid cache invalidation
` [PATCH 3/5] iommu/vt-d: Consolidate device tlb invalidation
` [PATCH 4/5] iommu/vt-d: Consolidate pasid-based "
` [PATCH 5/5] iommu/vt-d: Consolidate pasid-based device "

[PATCH v6 0/8] crypto: x86: Fix indirect function call casts
 2019-11-22  3:06 UTC  (3+ messages)
` [PATCH v6 8/8] crypto, x86/sha: Eliminate casts on asm implementations

[PATCH] arm64: dts: realtek: Add Realtek rtd1619 and mjolnir
 2019-11-22  3:03 UTC  (7+ messages)

[PATCH rdma-core 0/7] libhns: Bugfix for hip08
 2019-11-22  3:02 UTC  (5+ messages)
` [PATCH rdma-core 1/7] libhns: Fix calculation errors with ilog32()
` [PATCH rdma-core 2/7] libhns: Optimize bind_mw for fixing null pointer access

[PATCH] PCI: increase D3 delay for AMD Ryzen5/7 XHCI controllers
 2019-11-22  3:00 UTC  (3+ messages)

[PATCH v4 00/13] add the latest exfat driver
 2019-11-22  3:00 UTC  (5+ messages)
  ` [PATCH v4 04/13] exfat: add directory operations

[[RFC PATCH v1] 0/1] Add pci=nobbn to ignore ACPI _BBN method to override host bridge bus window
 2019-11-22  2:59 UTC 

[[RFC PATCH v1] 0/1] Add pci=nobbn to ignore ACPI _BBN method to override host bridge bus window
 2019-11-22  2:59 UTC 

[PATCH 1/3] drm/i915/display: Refactor intel_commit_modeset_disables()
 2019-11-22  2:59 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/3] "
    `  "

[PATCH v7 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-22  2:54 UTC  (9+ messages)
` [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines

[PATCH v10 6/6] x86/split_lock: Enable split lock detection by kernel parameter
 2019-11-22  2:57 UTC  (2+ messages)

[PATCH v8 0/2] pinctrl: Add new pinctrl/GPIO driver
 2019-11-22  2:53 UTC  (5+ messages)
` [PATCH v8 2/2] dt-bindings: pinctrl: intel: Add for new SoC


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.