All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-07 00:34:00 to 2019-12-07 04:42:55 UTC [more...]

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

[PATCH] net-sysfs: Call dev_hold always in netdev_queue_add_kobject
 2019-12-07  4:39 UTC  (2+ messages)

大神丝雨国道酒店打炮第二部作品这一部就一个男的太性福带着两个熟妇在国道上操然后到酒店搞网上没有流出过的大神sison街头搭讪素人第一季超级性感的音乐教师P高清原版
 2019-12-03 14:10 UTC 

[PATCH] btrfs-progs: Skip device tree when we failed to read it
 2019-12-07  4:31 UTC  (5+ messages)

[Qemu-devel] [Bug 1623998] [NEW] pulseaudio Invalid argument error
 2019-12-07  4:17 UTC  (2+ messages)
` [Bug 1623998] "

[Xen-devel] [xen-4.13-testing test] 144609: tolerable FAIL - PUSHED
 2019-12-07  4:28 UTC 

[PATCH] crypto: doc - remove references to ARC4
 2019-12-07  4:19 UTC 

[PATCH net] net: dsa: fix flow dissection on Tx path
 2019-12-07  4:19 UTC  (2+ messages)

[PATCH] net/tls: Fix return values for setsockopt
 2019-12-07  4:17 UTC  (3+ messages)
` [PATCH v3] net/tls: Fix return values to avoid ENOTSUPP

[PATCH 0/2] Minor updates
 2019-12-07  4:07 UTC  (3+ messages)
` [PATCH 1/2] toyrcu: Use mathcal O for 'orders of'
` [PATCH 2/2] defer/rcuusage: Fix typo (that -> than)

[Intel-gfx] [PATCH] drm/i915: Fix the use-after-free between i915_active_ref and __active_retire
 2019-12-07  4:02 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH 0/2] pipe: Fixes [ver #2]
 2019-12-07  4:01 UTC  (6+ messages)

[PATCH] docs: dm-integrity: remove reference to ARC4
 2019-12-07  3:59 UTC 

[PATCH][v2] page_pool: handle page recycle for NUMA_NO_NODE condition
 2019-12-07  3:52 UTC  (2+ messages)

[PATCH -next] tracing: remove set but not used variable 'buffer'
 2019-12-07  3:44 UTC 

mmotm 2019-12-06-19-46 uploaded
 2019-12-07  3:47 UTC 

✅ PASS: Test report for kernel 5.3.15-7dc12b0.cki (stable-queue)
 2019-12-07  3:43 UTC 

[PATCH 0/2] crypto: api - Fix spawn races
 2019-12-07  3:40 UTC  (4+ messages)
` [PATCH 2/2] crypto: api - Do not zap spawn->alg

[Patch v2 5/6] x86/mm: Use address directly in split_mem_range()
 2019-12-07  3:36 UTC  (3+ messages)

[PATCH 0/4] crypto: api - Retain grabbed refcount until registration
 2019-12-07  3:30 UTC  (4+ messages)
` [PATCH 2/4] crypto: aead - Retain alg refcount in crypto_grab_aead

[PATCH v4 0/6] reorganize and add FADump sysfs files
 2019-12-07  3:21 UTC  (7+ messages)
` [PATCH v4 2/6] sysfs: wrap __compat_only_sysfs_link_entry_to_kobj function to change the symlink name

[PATCH] scsi:lpfc:Fix memory leak on lpfc_bsg_write_ebuf_set func
 2019-12-07  3:22 UTC 

[PATCH] lib: Check for migrate_disable only on SMP systems
 2019-12-07  3:21 UTC  (4+ messages)

[PATCH] erofs: update documentation
 2019-12-07  2:55 UTC  (4+ messages)
  ` [PATCH v2] "

dmar pte read access not set error messages on hp dl388 gen8 systems
 2019-12-07  2:41 UTC  (14+ messages)

next/pending-fixes build: 214 builds: 1 failed, 213 passed, 4 errors, 58 warnings (v5.4-13330-gdc6685f19f14)
 2019-12-07  2:38 UTC 

MAINTAINERS updates in stable trees
 2019-12-07  2:38 UTC 

[PATCH] Fix some comment spelling errors
 2019-12-07  2:33 UTC 

[Intel-gfx] [PATCH 1/4] drm/i915/tgl: Select master transcoder for MST stream
 2019-12-07  2:31 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/4] drm/i915/display: Always enables MST master pipe first
` [Intel-gfx] [PATCH 3/4] drm/i915/dp: Fix MST disable sequences
` [Intel-gfx] [PATCH 4/4] drm/i915/display: Add comment to a function that probably can be removed
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/4] drm/i915/tgl: Select master transcoder for MST stream

[PATCH 1/3] mm: add apply_to_existing_pages helper
 2019-12-07  2:16 UTC  (4+ messages)

[Xen-devel] [qemu-mainline test] 144591: tolerable FAIL - PUSHED
 2019-12-07  2:09 UTC 

[git pull] vfs.git d_inode/d_flags barriers
 2019-12-07  2:08 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/guc: Update uncore access path in flush_ggtt_writes
 2019-12-07  2:08 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

100% disk usage reported by "df", 60% disk usage reported by "btrfs fi usage" - this breaks userspace behaviour
 2019-12-07  1:54 UTC  (5+ messages)

[PATCH net v4 0/3] tcp: fix handling of stale syncookies timestamps
 2019-12-07  1:49 UTC  (3+ messages)
` [PATCH net v4 1/3] tcp: fix rejected syncookies due to stale timestamps

Request to backport 4929a4e6faa0 to stable tree
 2019-12-07  1:47 UTC  (6+ messages)

[Intel-gfx] [PATCH i-g-t] Revert "tests/i915: Use engine query interface for gem_ctx_isolation/persistence"
 2019-12-07  1:45 UTC  (3+ messages)
` [igt-dev] "
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH] kconfig: Add yes2modconfig and mod2yesconfig targets
 2019-12-07  1:42 UTC  (2+ messages)
` [PATCH v2] "

✅ PASS: Test report for kernel 5.3.15-b00ce7c.cki (stable-queue)
 2019-12-07  1:32 UTC 

KASAN: null-ptr-deref Read in refcount_sub_and_test_checked (2)
 2019-12-07  1:30 UTC  (2+ messages)

Documentation question (verdicts)
 2019-12-07  1:28 UTC  (2+ messages)

[PATCH] um: Add back support for extra userspace libraries
 2019-12-07  1:24 UTC  (3+ messages)

[RFC v1 0/2] um: drop broken features to fix allyesconfig
 2019-12-07  1:21 UTC  (6+ messages)
` [RFC v1 1/2] um: drivers: remove support for UML_NET_PCAP

[PATCH v5 0/2] Enable IOMMU support for pseries Secure VMs
 2019-12-07  1:12 UTC  (6+ messages)
` [PATCH v5 1/2] powerpc/pseries/iommu: Share the per-cpu TCE page with the hypervisor
  ` [PATCH v5 2/2] powerpc/pseries/iommu: Use dma_iommu_ops for Secure VM

[PATCH 0/2] Add iProc IDM device support
 2019-12-07  1:15 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: soc: Add binding doc for iProc IDM device
` [PATCH 2/2] soc: bcm: iproc: Add Broadcom iProc IDM driver

[PATCH v3.16] sched/fair: Scale bandwidth quota and period without losing quota/period ratio precision
 2019-12-07  1:13 UTC 

[PATCH v4.4] sched/fair: Scale bandwidth quota and period without losing quota/period ratio precision
 2019-12-07  1:11 UTC 

[PATCH v4.9] sched/fair: Scale bandwidth quota and period without losing quota/period ratio precision
 2019-12-07  1:10 UTC 

[PATCH v4.14] sched/fair: Scale bandwidth quota and period without losing quota/period ratio precision
 2019-12-07  1:09 UTC 

[PATCH 00/13] git-p4: python3 compatibility
 2019-12-07  1:09 UTC  (8+ messages)
` [PATCH 08/13] git-p4: use marshal format version 2 when sending to p4
` [PATCH 09/13] git-p4: fix freezing while waiting for fast-import progress
` [PATCH 10/13] git-p4: use functools.reduce instead of reduce
` [PATCH 11/13] git-p4: use dict.items() iteration for python3 compatibility
` [PATCH 12/13] git-p4: simplify regex pattern generation for parsing diff-tree
` [PATCH 13/13] git-p4: use python3's input() everywhere

[PATCH v4.19] sched/fair: Scale bandwidth quota and period without losing quota/period ratio precision
 2019-12-07  1:08 UTC 

[PATCH v3 5/6] gpio: sifive: Add GPIO driver for SiFive SoCs
 2019-12-07  1:07 UTC  (3+ messages)

[PATCH v4.19] sched/fair: Scale bandwidth quota and period without losing quota/period ratio precision
 2019-12-07  1:07 UTC  (2+ messages)

[RFC PATCH 00/10] pipe: Notification queue preparation [ver #2]
 2019-12-07  1:03 UTC  (7+ messages)
` [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length "

[PATCH v1] of/platform: Unconditionally pause/resume sync state during kernel init
 2019-12-07  1:03 UTC 

[PATCH] drm/i915/uc: Extra info notice about FW version mis-match vs overrides
 2019-12-07  1:01 UTC  (2+ messages)
` [Intel-gfx] [PATCH] drm/i915/uc: Don't complain about FW versions when overridden

[dpdk-dev] [PATCH 0/3] add support for RSS level
 2019-12-07  0:59 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/3] ethdev: add RSS hash level
` [dpdk-dev] [PATCH 2/3] app/testpmd: support RSS hash level setting
` [dpdk-dev] [PATCH 3/3] net/bnxt: add support to set RSS hash level

"usbip: Implement SG support to vhci-hcd and stub driver" causes a deadlock
 2019-12-07  0:58 UTC  (5+ messages)

linux-next: manual merge of the qcom tree with Linus' tree
 2019-12-07  0:55 UTC 

[PATCH] ARM: dts: Cygnus: Fix MDIO node address/size cells
 2019-12-07  0:54 UTC  (3+ messages)

[PATCH v8 00/17] DSC MST support for DRM and AMDGPU
 2019-12-07  0:53 UTC  (13+ messages)
` [PATCH v8 14/17] drm/amd/display: MST DSC compute fair share
` [PATCH v8 15/17] drm/amd/display: Recalculate VCPI slots for new DSC connectors
` [PATCH v8 16/17] drm/dp_mst: Add helper to trigger modeset on affected DSC MST CRTCs
` [PATCH v8 17/17] drm/amd/display: Trigger modesets on MST DSC connectors

[GIT PULL] nvme updates for-5.5
 2019-12-07  0:50 UTC  (2+ messages)

[PATCH] mtd: rawnand: denali_dt: Add support for configuring SPARE_AREA_SKIP_BYTES
 2019-12-07  0:48 UTC 

[RFC] Thing 1: Shardmap fox Ext4
 2019-12-07  0:46 UTC  (7+ messages)
          ` [RFC] Thing 1: Shardmap for Ext4


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.