All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-25 22:49:36 to 2017-04-26 00:56:17 UTC [more...]

[PATCH 00/19] staging: ks7010: refactor host interface
 2017-04-26  0:55 UTC  (12+ messages)
` [PATCH 01/19] staging: ks7010: rename constant SLP_SLEEP to SLP_ASLEEP
` [PATCH 02/19] staging: ks7010: remove unnecessary address check
` [PATCH 03/19] staging: ks7010: remove unused local variable eap_key
` [PATCH 04/19] staging: ks7010: move skb null check near allocation
` [PATCH 05/19] staging: ks7010: remove magic numbers
` [PATCH 06/19] staging: ks7010: remove duplicate code
` [PATCH 07/19] staging: ks7010: clean memory allocation
` [PATCH 08/19] staging: ks7010: add hostif_generic_request()
` [PATCH 09/19] staging: ks7010: abstract connection status
` [PATCH 10/19] staging: ks7010: add enum sleep_mode_type
` [PATCH 11/19] staging: ks7010: fix checkpatch LINE_SPACING

[PATCH v6 0/5] i2c: aspeed: added driver for Aspeed I2C
 2017-04-26  0:52 UTC  (12+ messages)
` [PATCH v6 4/5] "

[PATCH v3 0/4] zram: implement deduplication in zram
 2017-04-26  0:53 UTC  (4+ messages)
` [PATCH v3 3/4] zram: make deduplication feature optional

[PATCH] mkfs.f2fs: fix wrong segment assignment
 2017-04-26  0:53 UTC 

[PATCH v4 0/4] zram: implement deduplication in zram
 2017-04-26  0:52 UTC  (5+ messages)
` [PATCH v4 1/4] zram: introduce zram_entry to prepare dedup functionality
` [PATCH v4 2/4] zram: implement deduplication in zram
` [PATCH v4 3/4] zram: make deduplication feature optional
` [PATCH v4 4/4] zram: compare all the entries with same checksum for deduplication

[PATCH 0/4] mitigate the per-pCPU blocking list may be too long
 2017-04-26  0:52 UTC  (5+ messages)
` [PATCH 1/4] xentrace: add TRC_HVM_VT_D_PI_BLOCK
` [PATCH 2/4] VT-d PI: Randomly Distribute entries to all online pCPUs' pi blocking list
` [PATCH 3/4] VT-d PI: Add reference count to pi_desc
` [PATCH 4/4] VT-d PI: Don't add vCPU to PI blocking list for a case

[U-Boot] [PATCH] power: twl4030: Add CONFIG_CMD_POWEROFF support
 2017-04-26  0:51 UTC  (3+ messages)

[PATCH v2 1/2] net: dsa: b53: Add compatible strings for the Cygnus-family BCM11360
 2017-04-26  0:49 UTC  (10+ messages)
` [PATCH v2 2/2] ARM: dts: Add the ethernet and ethernet PHY to the cygnus core DT

[Fuego] Changes to the specs and separate LTP build and run
 2017-04-26  0:48 UTC  (4+ messages)
` [Fuego] [PATCH 1/3] specs: put links in the spec and don't use the name key

Reminder: Toaster Weekly Meeting: 1-800-730-2996x7494529#
 2017-04-26  0:47 UTC  (2+ messages)

[PATCH 00/12] mkfs: save user input into opts table
 2017-04-26  0:45 UTC  (5+ messages)
` [PATCH 08/12] mkfs: replace variables with opts table: -b,d,s options

TCP fast open using experimental TCP option?
 2017-04-26  0:39 UTC  (3+ messages)

How should we handle GCC 6 and -isystem /usr/include?
 2017-04-26  0:44 UTC  (2+ messages)

[RFC] scsi: reduce protection of scan_mutex in scsi_remove_device
 2017-04-26  0:41 UTC  (7+ messages)

[PATCH] ipv6: check raw payload size correctly in ioctl
 2017-04-26  0:43 UTC 

[PATCH 1/2] sched/fair: Use task_groups instead of leaf_cfs_rq_list to walk all cfs_rqs
 2017-04-26  0:43 UTC  (2+ messages)
` [2/2] sched/fair: Fix O(# total cgroups) in load balance path

[PATCH] dm ioctl: prevent stack leak in dm ioctl call
 2017-04-26  0:42 UTC  (2+ messages)

[PATCH 0/3] introduce type based delalloc metadata reserve to fix some false enospc issues
 2017-04-26  0:41 UTC  (9+ messages)

[PATCH net] net: batman-adv: Fix possible memleaks when fail to register_netdevice
 2017-04-26  0:41 UTC  (4+ messages)
    ` [B.A.T.M.A.N.] "

[Qemu-devel] [PATCH for 2.9 v3 00/10] block: Fixes regarding dataplane and management operations
 2017-04-26  0:39 UTC  (4+ messages)
` [Qemu-devel] [PATCH for 2.9 v3 10/10] block: Fix bdrv_co_flush early return

[PATCH] checkpatch: Improve k.alloc with multiplication and sizeof test
 2017-04-26  0:38 UTC 

[PATCH net-next] tcp: memset ca_priv data to 0 properly
 2017-04-26  0:38 UTC 

[Fuego] rewrite of the parser core and flot plugin
 2017-04-26  0:32 UTC  (8+ messages)
` [Fuego] [PATCH] flot: rewrite of the flot plugin web application
` [Fuego] [PATCH] tests.info: remove it since we don't use it anymore
` [Fuego] [PATCH] metrics: remove all metrics files

[U-Boot] [PATCH v4 00/20] SPL: extend FIT loading support
 2017-04-26  0:32 UTC  (21+ messages)
` [U-Boot] [PATCH v4 01/20] SPL: FIT: refactor FDT loading
` [U-Boot] [PATCH v4 02/20] SPL: FIT: rework U-Boot image loading
` [U-Boot] [PATCH v4 03/20] SPL: FIT: improve error handling
` [U-Boot] [PATCH v4 04/20] SPL: FIT: factor out spl_load_fit_image()
` [U-Boot] [PATCH v4 05/20] SPL: FIT: allow loading multiple images
` [U-Boot] [PATCH v4 06/20] Kconfig: fix SPL_FIT dependency
` [U-Boot] [PATCH v4 07/20] tools: mksunxiboot: allow larger SPL binaries
` [U-Boot] [PATCH v4 08/20] armv8: SPL: only compile GIC code if needed
` [U-Boot] [PATCH v4 09/20] armv8: fsl: move ccn504 code into FSL Makefile
` [U-Boot] [PATCH v4 10/20] sunxi: A64: move SPL stack to end of SRAM A2
` [U-Boot] [PATCH v4 11/20] sunxi: SPL: store RAM size in gd
` [U-Boot] [PATCH v4 12/20] sunxi: SPL: add FIT config selector for Pine64 boards
` [U-Boot] [PATCH v4 13/20] Makefile: add rules to generate SPL FIT images
` [U-Boot] [PATCH v4 14/20] sunxi: 64-bit SoCs: introduce FIT generator script
` [U-Boot] [PATCH v4 15/20] sunxi: defconfig: add supported DT list for Pine64
` [U-Boot] [PATCH v4 16/20] sunxi: enable automatic FIT build for 64-bit SoCs
` [U-Boot] [PATCH v4 17/20] sunxi: Store the device tree name in the SPL header
` [U-Boot] [PATCH v4 18/20] sunxi: use SPL header DT name for FIT board matching
` [U-Boot] [PATCH v4 19/20] sunxi: update Pine64 README
` [U-Boot] [PATCH v4 20/20] sunxi: Move maintainership for Pine64

[PATCH] libsemanage: remove lock files
 2017-04-26  0:31 UTC  (4+ messages)
  ` [PATCH v2] "

Switching to 4.10
 2017-04-26  0:30 UTC  (3+ messages)

[Fuego] Add Functional.kernel_build test
 2017-04-26  0:28 UTC  (12+ messages)
` [Fuego] [PATCH 1/4] Dockerfile: add u-boot-tools for mkimage in the kernel build test
` [Fuego] [PATCH 2/4] Dockerfile: inject proxy variables into /etc/environment
` [Fuego] [PATCH 2/2] tests: add Functional.kernel_build test
` [Fuego] [PATCH 3/4] crosstool: allow installing different architectures

[RFC] drm/amdgpu: avoid scheduling on fence status query
 2017-04-26  0:28 UTC 

[meta-networking][PATCH V2] opensaf: Upgrade to 5.2.0
 2017-04-26  0:27 UTC 

[PATCH 00/11] drm/i915: LPE audio runtime PM and multipipe
 2017-04-26  0:27 UTC  (3+ messages)
` [PATCH 03/11] drm/i915: Stop pretending to mask/unmask LPE audio interrupts

english grammar and patches
 2017-04-26  0:27 UTC 

XDP question: best API for returning/setting egress port?
 2017-04-26  0:26 UTC  (8+ messages)
    ` xdp_redirect ifindex vs port. Was: "

[kernel-hardening] [PATCH v2 0/2] x86, refcount: Implement fast refcount overflow
 2017-04-26  0:25 UTC  (13+ messages)
`  "
` [PATCH v2 1/2] x86, asm: Add suffix macro for GEN_*_RMWcc()
  ` [kernel-hardening] "
` [PATCH v2 2/2] x86, refcount: Implement fast refcount overflow protection
  ` [kernel-hardening] "
  ` [kernel-hardening] "

[PATCH] rebase -i: add config to abbreviate command name
 2017-04-26  0:13 UTC  (15+ messages)
` [PATCH v2] rebase -i: add config to abbreviate command-names

[Qemu-devel] [PULL 00/11] Block patches for 2.9-rc4
 2017-04-26  0:19 UTC  (4+ messages)
` [Qemu-devel] [PULL 10/11] block: Fix bdrv_co_flush early return

[PATCH net-next] virtio-net: on tx, only call napi_disable if tx napi is on
 2017-04-26  0:17 UTC  (2+ messages)

Get back to me
 2017-04-26  0:10 UTC 

[PATCH v6 1/2] btrfs: scrub: Introduce full stripe lock for RAID56
 2017-04-26  0:13 UTC  (4+ messages)
` [PATCH v6 2/2] btrfs: scrub: Fix RAID56 recovery race condition

[PATCH v2 0/2] of: Add unit tests for applying overlays
 2017-04-26  0:10 UTC  (4+ messages)
` [PATCH v2 1/2] of: support dtc compiler flags for overlays

[PATCH RFC] ptr_ring: add ptr_ring_unconsume
 2017-04-26  0:10 UTC  (8+ messages)

[PATCH v4 0/2] of: Add unit tests for applying overlays
 2017-04-26  0:09 UTC  (4+ messages)
  ` [PATCH v4 1/2] of: per-file dtc compiler flags
` [PATCH v4 2/2] of: Add unit tests for applying overlays

[tip:x86/boot] x86/boot/e820: Basic cleanup of e820.c
 2017-04-25 23:57 UTC  (2+ messages)

[GIT 2.12.2 REGRESSION] git cherry-pick -x
 2017-04-26  0:07 UTC  (10+ messages)
` [PATCH] sequencer: require trailing NL in footers
  ` [PATCH v2] "

[Qemu-devel] [PATCH v3 0/3] vfio-pci: support recovery of AER non fatal error
 2017-04-26  0:06 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 3/3] vfio-pci: process non fatal error of AER

Reviewing determinism of xfs_reclaim_inodes_ag()
 2017-04-26  0:04 UTC  (2+ messages)

[U-Boot] [PATCH 0/6] arm: am335x: Enable SPL_DM
 2017-04-26  0:05 UTC  (4+ messages)
` [U-Boot] [PATCH 4/6] am33xx: Provide platform data for mmc

Nothing PROVIDES 'python3-pyyaml-native'
 2017-04-26  0:02 UTC 

[xtf test] 107664: all pass - PUSHED
 2017-04-26  0:00 UTC 

[PATCH] driver core: platform: fix race condition with driver_override
 2017-04-25 23:55 UTC 

[Fuego] Unification of functional and benchmark tests
 2017-04-25 23:55 UTC  (3+ messages)
` [Fuego] [PATCH] flot: unify functional and benchmark

[Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail
 2017-04-25 23:54 UTC  (2+ messages)

[PATCH] lttng-modules: work around GCC 7 changes
 2017-04-25 23:53 UTC  (2+ messages)

[PATCH v7 1/2] exec_cmd: expose is_executable function
 2017-04-25 23:50 UTC  (5+ messages)
` [PATCH v8 1/2] run-command: "
  ` [PATCH v8 2/2] run-command: restrict PATH search to executable files

[PATCH v2 0/2] BUG raised when onlining HWPoisoned page
 2017-04-25 23:48 UTC  (4+ messages)
` [PATCH v2 1/2] mm: Uncharge poisoned pages

[RESEND][PATCH V2 1/4] mfd: Add ROHM BD9571MWV-M PMIC DT bindings
 2017-04-25 23:49 UTC  (4+ messages)
` [RESEND][PATCH V2 4/4] regulator: Add ROHM BD9571MWV-M PMIC regulator driver

[PATCH] pmem: fix a NULL pointer BUG in nd_pmem_notify
 2017-04-25 23:40 UTC  (6+ messages)

[morty v3 1/3] ti-cgt-arm: add recipe for 16.9.2
 2017-04-25 23:39 UTC  (3+ messages)

Possible regression in git-http-backend
 2017-04-25 23:39 UTC 

Duplicate .plt sections warning with CONFIG_ARM_MODULE_PLTS
 2017-04-25 23:35 UTC 

[oe-layersetup][PATCH] coresdk: add config for 2017.00 release
 2017-04-25 23:35 UTC 

[Qemu-devel] [PATCH 00/26] Audio Cleanup
 2017-04-25 23:31 UTC  (2+ messages)

[PATCH 1/1] f2fs: sanity check segment count
 2017-04-25 23:28 UTC 

[morty 1/2] wayland-ivi-extension: add recipe
 2017-04-25 23:28 UTC  (4+ messages)

[PATCH 1/1] f2fs-tools: sanity check segment count
 2017-04-25 23:25 UTC 

[PATCH] toaster: noweb should init database
 2017-04-25 23:16 UTC 

[U-Boot] [U-boot] use of CONFIG_SYS_EARLY_PCI_INIT with DM PCI
 2017-04-25 23:25 UTC 

[PATCH] nvmet_fc: remove target cpu scheduling flag
 2017-04-25 23:23 UTC 

[PATCH] nvmet_fc: Reduce work_q count
 2017-04-25 23:22 UTC 

[PATCH 0/4] Reproducible binaries
 2017-04-25 23:22 UTC  (2+ messages)

[PATCH v2 1/1] aacraid: pci_alloc_consistent() failures on ARM64
 2017-04-25 23:21 UTC  (3+ messages)

[Bug 195561] New: Suspicious persistent EXT4-fs error (device sda1): ext4_validate_block_bitmap:395: [Proc] bg 17: block 557056: invalid block bitmap
 2017-04-25 23:20 UTC  (7+ messages)
` [Bug 195561] Suspicious persistent EXT4-fs error: "

44354 linux-scsi
 2017-04-25 23:15 UTC 

[PATCH] trace-cmd: Fix a warning about incompatible pointer type of load_plugin()
 2017-04-25 23:11 UTC  (2+ messages)

[PATCH libdrm 1/2] Add pl111 as a KMS driver for utils
 2017-04-25 23:11 UTC  (4+ messages)
` [PATCH libdrm 2/2] Add the DPI encoder/connector types to KMS utils

[PATCH v10 2/2] Documentation/ABI: Add ABI information for QCOM socinfo driver
 2017-04-25 23:08 UTC  (9+ messages)
` [v10, "

[PATCH] drivers: input: joystick: Add PSX (Play Station 1/2) pad with SPI driver
 2017-04-25 23:07 UTC  (3+ messages)

trace-cmd bug fixes
 2017-04-25 23:07 UTC  (3+ messages)
` [PATCH 4/5] trace-cmd: fix argument parsing minor BUG

[Qemu-devel] [PULL 0/8] qemu-ga patch queue
 2017-04-25 23:04 UTC  (9+ messages)
` [Qemu-devel] [PULL 1/8] qemu-ga: Make QGA VSS provider service run only when needed
` [Qemu-devel] [PULL 2/8] qga-win: Enable 'can-offline' field in 'guest-get-vcpus' reply
` [Qemu-devel] [PULL 3/8] qga-win: Fix a bug where qemu-ga service is stuck during stop operation
` [Qemu-devel] [PULL 4/8] qga-win: Fix Event Viewer errors caused by qemu-ga
` [Qemu-devel] [PULL 5/8] qga: Add 'guest-get-host-name' command
` [Qemu-devel] [PULL 6/8] qga: improve fsfreeze documentations
` [Qemu-devel] [PULL 7/8] qga: Add 'guest-get-users' command
` [Qemu-devel] [PULL 8/8] qga: Add `guest-get-timezone` command

[meta-gplv2][PATCH] elfutils: Fix build with gcc7
 2017-04-25 23:01 UTC 

Recover array after I panicked
 2017-04-25 23:01 UTC  (10+ messages)

[PATCH 1/4] fs: fix data invalidation in the cleancache during direct IO
 2017-04-25 22:59 UTC  (9+ messages)
` [PATCH 1/2] dax: prevent invalidation of mapped DAX entries
  ` [PATCH 2/2] dax: fix data corruption due to stale mmap reads

[PATCH] libnvdimm: fix phys_addr for nvdimm_clear_poison
 2017-04-25 22:57 UTC  (6+ messages)

[Qemu-devel] [PATCH] RFC: vmcoreinfo device
 2017-04-25 22:55 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/4 v6] migration/ppc: migrating DRC, ccs_list and pending_events
 2017-04-25 22:53 UTC  (3+ messages)
` [Qemu-devel] [PATCH 4/4] migration: spapr: migrate pending_events of spapr state

[refpolicy] [PATCH] locallogin: fix the sulogin submodule (emergency shell!)
 2017-04-25 22:50 UTC  (2+ messages)
` [refpolicy] [PATCH v2] "

[PATCH v5 1/3] ethdev: new xstats API add retrieving by ID
 2017-04-25 22:49 UTC  (6+ messages)
` [PATCH v6 0/5] Extended xstats API in ethdev library to allow grouping of stats


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.