All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-21 00:45:52 to 2018-06-21 02:02:32 UTC [more...]

[U-Boot] Add FIT support for spl_nor
 2018-06-21  2:02 UTC  (2+ messages)

[U-Boot] [PATCH v8 00/30] efi: Enable sandbox support for EFI loader
 2018-06-21  2:02 UTC  (33+ messages)
` [U-Boot] [PATCH v8 02/30] efi: sandbox: Adjust memory usage for sandbox
` [U-Boot] [PATCH v8 12/30] sandbox: Try to start the RAM buffer at a particular address
` [U-Boot] [PATCH v8 14/30] efi: Don't build sandbox with __attribute__((ms_abi))
` [U-Boot] [PATCH v8 17/30] sandbox: Enhance map_to_sysmem() to handle foreign pointers
` [U-Boot] [PATCH v8 18/30] efi: Add a call to exit() along with why we can't use it
` [U-Boot] [PATCH v8 19/30] efi: Relocate FDT to 127MB instead of 128MB
` [U-Boot] [PATCH v8 22/30] efi: sandbox: Tidy up copy_fdt() to work with sandbox
` [U-Boot] [PATCH v8 24/30] efi: Adjust memory handling to support sandbox
` [U-Boot] [PATCH v8 29/30] efi_loader: Pass address to fs_read()

[U-Boot] [PATCH v2 00/11] sandbox: efi_loader support
 2018-06-21  2:02 UTC  (9+ messages)
` [U-Boot] [PATCH v2 10/11] efi_loader: Pass address to fs_read()

[U-Boot] [PATCH v4 00/21] sandbox: efi_loader support
 2018-06-21  2:02 UTC  (15+ messages)
` [U-Boot] [PATCH v4 06/21] efi_loader: Allow SMBIOS tables in highmem
` [U-Boot] [PATCH v4 07/21] sandbox: Map host memory for efi_loader
` [U-Boot] [PATCH v4 10/21] fs: Convert fs_read/write to take buffer instead of address
` [U-Boot] [PATCH v4 11/21] efi_loader: Introduce ms abi vararg helpers
` [U-Boot] [PATCH v4 15/21] sandbox: Fix setjmp/longjmp
` [U-Boot] [PATCH v4 18/21] efi: sandbox: Adjust memory usage for sandbox
` [U-Boot] [PATCH v4 19/21] sandbox: Allow to execute from RAM

[PATCH 00/22] enable hotplug on multi-process
 2018-06-21  2:00 UTC  (24+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/22] eal: introduce one device scan
  ` [PATCH v2 02/22] bus/vdev: enable "
  ` [PATCH v2 03/22] ethdev: add function to release port in local process
  ` [PATCH v2 04/22] ethdev: enable hotplug on multi-process
  ` [PATCH v2 05/22] ethdev: introduce device lock
  ` [PATCH v2 06/22] ethdev: support attach or detach share device from secondary
  ` [PATCH v2 07/22] net/i40e: enable port detach on secondary process
  ` [PATCH v2 08/22] net/ixgbe: "
  ` [PATCH v2 09/22] net/e1000: "
  ` [PATCH v2 10/22] net/igb: "
  ` [PATCH v2 11/22] net/fm10k: "
  ` [PATCH v2 12/22] net/af_packet: "
  ` [PATCH v2 13/22] net/bonding: "
  ` [PATCH v2 14/22] net/failsafe: "
  ` [PATCH v2 15/22] net/kni: "
  ` [PATCH v2 16/22] net/null: "
  ` [PATCH v2 17/22] net/octeontx: "
  ` [PATCH v2 18/22] net/pcap: "
  ` [PATCH v2 19/22] net/softnic: "
  ` [PATCH v2 20/22] net/tap: "
  ` [PATCH v2 21/22] net/vhost: "
  ` [PATCH v2 22/22] examples/devmgm_mp: add simple device management sample

[U-Boot] [RFC] sandbox: Enable 1:1 map
 2018-06-21  2:01 UTC  (4+ messages)

[PATCH v2 1/3] xfstests: dedupe a single big file and verify integrity
 2018-06-21  1:58 UTC  (4+ messages)
` [PATCH v2 3/3] xfstests: dedupe with random io race test

[PATCH -next] mqueue: fix a typo in mq_init_ns()
 2018-06-21  2:02 UTC  (2+ messages)

[PATCH 0/4 V3] Support kdump for AMD secure memory encryption(SME)
 2018-06-21  1:57 UTC  (12+ messages)
` [PATCH 2/4 V3] Allocate pages for kdump without encryption when SME is enabled
` [PATCH 3/4 V3] Remap the device table of IOMMU in encrypted manner for kdump

[PATCH 0/6] fstests: SPDX license conversion round 2
 2018-06-21  1:55 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 00/35] target/arm SVE patches
 2018-06-21  1:53 UTC  (36+ messages)
` [Qemu-devel] [PATCH v5 01/35] target/arm: Implement SVE Memory Contiguous Load Group
` [Qemu-devel] [PATCH v5 02/35] target/arm: Implement SVE Contiguous Load, first-fault and no-fault
` [Qemu-devel] [PATCH v5 03/35] target/arm: Implement SVE Memory Contiguous Store Group
` [Qemu-devel] [PATCH v5 04/35] target/arm: Implement SVE load and broadcast quadword
` [Qemu-devel] [PATCH v5 05/35] target/arm: Implement SVE integer convert to floating-point
` [Qemu-devel] [PATCH v5 06/35] target/arm: Implement SVE floating-point arithmetic (predicated)
` [Qemu-devel] [PATCH v5 07/35] target/arm: Implement SVE FP Multiply-Add Group
` [Qemu-devel] [PATCH v5 08/35] target/arm: Implement SVE Floating Point Accumulating Reduction Group
` [Qemu-devel] [PATCH v5 09/35] target/arm: Implement SVE load and broadcast element
` [Qemu-devel] [PATCH v5 10/35] target/arm: Implement SVE store vector/predicate register
` [Qemu-devel] [PATCH v5 11/35] target/arm: Implement SVE scatter stores
` [Qemu-devel] [PATCH v5 12/35] target/arm: Implement SVE prefetches
` [Qemu-devel] [PATCH v5 13/35] target/arm: Implement SVE gather loads
` [Qemu-devel] [PATCH v5 14/35] target/arm: Implement SVE first-fault "
` [Qemu-devel] [PATCH v5 15/35] target/arm: Implement SVE scatter store vector immediate
` [Qemu-devel] [PATCH v5 16/35] target/arm: Implement SVE floating-point compare vectors
` [Qemu-devel] [PATCH v5 17/35] target/arm: Implement SVE floating-point arithmetic with immediate
` [Qemu-devel] [PATCH v5 18/35] target/arm: Implement SVE Floating Point Multiply Indexed Group
` [Qemu-devel] [PATCH v5 19/35] target/arm: Implement SVE FP Fast Reduction Group
` [Qemu-devel] [PATCH v5 20/35] target/arm: Implement SVE Floating Point Unary Operations - Unpredicated Group
` [Qemu-devel] [PATCH v5 21/35] target/arm: Implement SVE FP Compare with Zero Group
` [Qemu-devel] [PATCH v5 22/35] target/arm: Implement SVE floating-point trig multiply-add coefficient
` [Qemu-devel] [PATCH v5 23/35] target/arm: Implement SVE floating-point convert precision
` [Qemu-devel] [PATCH v5 24/35] target/arm: Implement SVE floating-point convert to integer
` [Qemu-devel] [PATCH v5 25/35] target/arm: Implement SVE floating-point round to integral value
` [Qemu-devel] [PATCH v5 26/35] target/arm: Implement SVE floating-point unary operations
` [Qemu-devel] [PATCH v5 27/35] target/arm: Implement SVE MOVPRFX
` [Qemu-devel] [PATCH v5 28/35] target/arm: Implement SVE floating-point complex add
` [Qemu-devel] [PATCH v5 29/35] target/arm: Implement SVE fp complex multiply add
` [Qemu-devel] [PATCH v5 30/35] target/arm: Pass index to AdvSIMD FCMLA (indexed)
` [Qemu-devel] [PATCH v5 31/35] target/arm: Implement SVE fp complex multiply add (indexed)
` [Qemu-devel] [PATCH v5 32/35] target/arm: Implement SVE dot product (vectors)
` [Qemu-devel] [PATCH v5 33/35] target/arm: Implement SVE dot product (indexed)
` [Qemu-devel] [PATCH v5 34/35] target/arm: Enable SVE for aarch64-linux-user
` [Qemu-devel] [PATCH v5 35/35] target/arm: Implement ARMv8.2-DotProd

[linux-4.9 bisection] complete test-amd64-amd64-xl-qemuu-win10-i386
 2018-06-21  1:53 UTC 

[PATCH v4 00/12] Add throttler driver for non-thermal throttling
 2018-06-21  1:52 UTC  (13+ messages)
` [PATCH v4 01/12] PM / devfreq: Init user limits from OPP limits, not viceversa
` [PATCH v4 02/12] PM / devfreq: Fix handling of min/max_freq == 0
` [PATCH v4 03/12] PM / devfreq: Don't adjust to user limits in governors
` [PATCH v4 04/12] PM / devfreq: Add struct devfreq_policy
` [PATCH v4 05/12] PM / devfreq: Add support for policy notifiers
` [PATCH v4 06/12] PM / devfreq: Make update_devfreq() public
` [PATCH v4 07/12] PM / devfreq: export devfreq_class
` [PATCH v4 08/12] cpufreq: Add stub for cpufreq_update_policy()
` [PATCH v4 09/12] dt-bindings: PM / OPP: add opp-throttlers property
` [PATCH v4 10/12] misc: throttler: Add core support for non-thermal throttling
` [PATCH v4 11/12] misc: throttler: Add Chrome OS EC throttler
` [PATCH v4 12/12] mfd: cros_ec: Add throttler sub-device

[PATCH 0/5] Building for 32-bit RISC-V kernel
 2018-06-21  1:41 UTC  (14+ messages)
` [PATCH 1/5] RISC-V: Add conditional macro for zone of DMA32
` [PATCH] RISC-V: Add conditional marco for boot_sec_cpu
` [PATCH 2/5] RISC-V: Select GENERIC_UCMPDI2 on RV32I
` [PATCH 3/5] RISC-V: Add definiion of extract symbol's index and type for 32-bit
` [PATCH 4/5] RISC-V: Change variable type for 32-bit compatible
` [PATCH 5/5] RISC-V: Use fixed width integer types "

[lustre-devel] [PATCH 00/24] lustre - more cleanups including module reduction
 2018-06-21  1:48 UTC  (8+ messages)
` [lustre-devel] [PATCH 09/24] lustre: don't use spare bits in iattr.ia_valid
` [lustre-devel] [PATCH 24/24] lustre: discard TCD_MAX_TYPES
` [lustre-devel] [PATCH 21/24] lustre: move remainder of linux-tracefile.c to tracefile.c

[PATCH] RISC-V: Add the directive for alignment of stvec's value
 2018-06-21  1:40 UTC  (2+ messages)

[PATCH] RISC-V: Add conditional macro for boot_sec_cpu
 2018-06-21  1:39 UTC  (2+ messages)

general protection fault in mount_fs
 2018-06-21  1:45 UTC  (3+ messages)
` [PATCH] hfsplus: don't return 0 when fill_super() failed

[PATCH v2][RESEND] X.509: unpack RSA signatureValue field from BIT STRING
 2018-06-21  1:44 UTC  (7+ messages)

DPDK 16.07.2 for tile-tilegx-linuxapp-gcc make error
 2018-06-21  1:44 UTC 

[PATCH] printk: Make CONSOLE_LOGLEVEL_QUIET configurable
 2018-06-21  1:43 UTC  (5+ messages)

[PATCH v2 0/4] have the vt console preserve unicode characters
 2018-06-21  1:43 UTC  (4+ messages)

[PATCH 0/5]stop normal completion path entering a timeout req
 2018-06-21  1:43 UTC  (3+ messages)

[PATCH 0/4] Small cleanup for memoryhotplug
 2018-06-21  1:41 UTC  (4+ messages)
` [PATCH 1/4] mm/memory_hotplug: Make add_memory_resource use __try_online_node

[PATCH v2 00/21] use match_string() helper
 2018-06-21  1:39 UTC  (8+ messages)
` [PATCH v2 21/21] sparc64: "
  ` [PATCH v3 "
      ` [PATCH v4 "

[PATCH net] net: mscc: fix the injection header
 2018-06-21  1:30 UTC  (2+ messages)

[PATCH 14/14] target: Fix handling of removed LUNs
 2018-06-21  1:32 UTC  (2+ messages)

[PATCH] cfg80211: use IDA to allocate wiphy indeces
 2018-06-21  1:29 UTC 

Dynamic ftrace self test broken on ARM
 2018-06-21  1:29 UTC  (11+ messages)

[PATCH V2] gcc-8: Enable fp arch extention when fpu is available
 2018-06-21  1:26 UTC 

[PATCH] riscv: Add support to no-FPU systems
 2018-06-21  1:24 UTC  (2+ messages)

[PATCH] platform/x86: wmi: Do not mix pages and kmalloc
 2018-06-21  1:24 UTC  (6+ messages)

[PATCH v3 0/2] tpm: add support for nonblocking operation
 2018-06-21  1:24 UTC  (6+ messages)

[PATCH v2 00/27] Add support for R40 HDMI pipeline
 2018-06-21  1:23 UTC  (7+ messages)
` [linux-sunxi] Re: [PATCH v2 11/27] drm/sun4i: tcon: Add support for tcon-top gate
        `  "

[PATCH] panic: move bust_spinlocks(0) after console_flush_on_panic() to avoid deadlocks
 2018-06-21  1:23 UTC  (3+ messages)

+ slub-track-number-of-slabs-irrespective-of-config_slub_debug.patch added to -mm tree
 2018-06-21  1:22 UTC  (3+ messages)

[PATCH] fsck.f2fs: show missing large_nat_bitmap flag in print_ckpt_info
 2018-06-21  1:20 UTC 

[PATCH net] ipvlan: call dev_change_flags when reset ipvlan mode
 2018-06-21  1:18 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 for-2.11.2] spapr: make pseries-2.11 the default machine type
 2018-06-21  1:18 UTC  (2+ messages)

[PATCH 3/3] vmalloc: Add debugfs modfraginfo
 2018-06-21  1:17 UTC  (5+ messages)

[PATCH V6 00/30] block: support multipage bvec
 2018-06-21  1:17 UTC  (3+ messages)

[PATCH] slub: track number of slabs irrespective of CONFIG_SLUB_DEBUG
 2018-06-21  1:15 UTC  (2+ messages)

[PATCH] meta-yocto-bsp: Workaround the Ethernet malfunction on edgerouter when building with gcc8
 2018-06-21  1:12 UTC 

[PATCH] powerpc/pkeys: preallocate execute_only key only if the key is available
 2018-06-21  1:14 UTC  (2+ messages)

[PATCH] nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag
 2018-06-21  1:12 UTC  (2+ messages)

The number of fio jobs decrease after long time test
 2018-06-21  1:11 UTC  (5+ messages)
    ` 答复: "

[Qemu-devel] [PATCH 0/9] spapr: Clean up pagesize handling
 2018-06-21  1:08 UTC  (2+ messages)

[U-Boot] [PATCH V5 00/31] imx: add i.MX8M support and i.MX8MQ EVK
 2018-06-21  1:07 UTC  (8+ messages)
` [U-Boot] [PATCH V5 31/31] imx: add i.MX8MQ EVK support

[PATCH v4 0/4] Submit ->readpages() IO as read-ahead
 2018-06-21  1:07 UTC  (5+ messages)
` [PATCH 1/4] mpage: add argument structure for do_mpage_readpage()
` [PATCH 2/4] mpage: mpage_readpages() should submit IO as read-ahead
` [PATCH 3/4] btrfs: readpages() "
` [PATCH 4/4] ext4: "

[PATCH] gcc-target: Enable fp arch extention when fpu is available
 2018-06-21  1:05 UTC  (3+ messages)

[PATCH] arch/x86: get rid of KERN_CONT in show_fault_oops()
 2018-06-21  1:06 UTC  (2+ messages)

[PATCH V8 1/5] crypto: Multi-buffer encryption infrastructure support
 2018-06-21  1:05 UTC  (12+ messages)

[RFC] drm/i915: Fix assert_plane() warning on bootup with external display
 2018-06-21  1:00 UTC  (6+ messages)

[PULL] drm-misc-next
 2018-06-21  0:58 UTC 

[PATCH 1/1] arm64: dts: rockchip: correct voltage selector Firefly-RK3399
 2018-06-21  0:57 UTC  (8+ messages)

[PATCH] git-stash.txt: document show options
 2018-06-21  0:56 UTC 

[PATCH] r8169: Fix netpoll oops
 2018-06-21  0:56 UTC  (2+ messages)

[PATCH net][RESEND] strparser: Don't schedule in workqueue in paused state
 2018-06-21  0:54 UTC  (2+ messages)

usb HC busted?
 2018-06-21  0:53 UTC  (2+ messages)

Build regressions/improvements in v4.18-rc1
 2018-06-21  0:50 UTC  (6+ messages)

[PATCH v04 9/9] hotplug/pmt: Update topology after PMT
 2018-06-21  0:49 UTC  (2+ messages)

[PATCH] selftests: net: add config fragments
 2018-06-21  0:47 UTC  (4+ messages)

[PATCH 00/11] crypto: Remove VLA usage
 2018-06-21  0:47 UTC  (5+ messages)
` [PATCH 07/11] crypto: xcbc: "
  ` [dm-devel] "

[PATCH 2/2] perf test shell: make perf inet_pton test more portable
 2018-06-21  0:45 UTC  (3+ messages)


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.