All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-09-01 16:51:16 to 2015-09-01 17:57:47 UTC [more...]

iproute2 v5: full ss json support and general output simplification
 2015-09-01 17:57 UTC  (5+ messages)
` [PATCH v5 01/10] ss: rooted out ss type declarations for output formatters
` [PATCH v5 02/10] ss: created formatters for json and hr
` [PATCH v5 04/10] ss: prepare timer for output handler usage
` [PATCH v5 05/10] ss: replaced old output with new generic output mechanisms

QEMU fw_cfg DMA interface
 2015-09-01 17:56 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 0/5] "
  ` [Qemu-devel] [PATCH v2 1/5] fw_cfg: document fw_cfg_modify_iXX() update functions
  ` [Qemu-devel] [PATCH v2 2/5] fw_cfg DMA interface documentation

[PATCH] scripts/kernel-doc: Improve Markdown results
 2015-09-01 17:57 UTC  (2+ messages)

Porting MIPS IRQ handler to ARM
 2015-09-01 17:57 UTC  (4+ messages)

[PATCH] fs: have flush_delayed_fput flush the workqueue job
 2015-09-01 17:57 UTC  (2+ messages)

[PATCH 0/5] Documentation: drm: Make drm.tmpl build as pdfdoc
 2015-09-01 17:56 UTC  (5+ messages)
` [PATCH 4/5] Documentation: drm: Convert KMS Properties HTML table to CALS
      ` [Intel-gfx] "

Git's inconsistent command line options
 2015-09-01 17:56 UTC  (12+ messages)

[Ocfs2-devel] [PATCH V2] ocfs2: fix a tiny case that inode can not removed
 2015-09-01 17:55 UTC  (2+ messages)

[PATCH] x86: wrap kexec feature with CONFIG_KEXEC
 2015-09-01 17:55 UTC  (10+ messages)

Linux 4.2 ALSA snd-usb-audio inconsistent lock state warn in PCM nonatomic mode
 2015-09-01 17:53 UTC  (4+ messages)
  ` [alsa-devel] "

[Ocfs2-devel] [patch 11/28] ocfs2: extend enough credits for freeing one truncate record while replaying truncate records
 2015-09-01 17:54 UTC  (4+ messages)

[PATCH] watchdog_dev: Use device tree alias for naming watchdogs
 2015-09-01 17:53 UTC  (4+ messages)

[PATCH] net: Fix behavior of unreachable, blackhole and prohibit routes
 2015-09-01 17:53 UTC  (2+ messages)

[PATCH V3 0/8 RESEND] Add password protected lock/unlock support for SD/MMC
 2015-09-01 17:51 UTC  (5+ messages)

[PATCH 1/2] mm/slab_common: add SLAB_NO_MERGE flag for use when creating slabs
 2015-09-01 17:51 UTC  (4+ messages)
` [PATCH 2/2] dm: disable slab merging for all DM slabs

[PATCH 0/3] qcom smd big endian support
 2015-09-01 17:51 UTC  (5+ messages)
` [PATCH 1/3] soc: qcom: smd: Represent channel layout in structures

[U-Boot] [PATCH 00/13] dm: arm: zynq: Convert serial driver to driver model
 2015-09-01 17:50 UTC  (5+ messages)

[PATCH] soc: qcom: Make qcom_smem_get() return a pointer
 2015-09-01 17:50 UTC  (4+ messages)

[PATCH 1/4] xen: drop patch that upstream says is wrong
 2015-09-01 17:49 UTC  (4+ messages)
` [PATCH 2/4] xen: drop incorrectly broken out package

[PATCHv2 0/3] submodule--helper: Have some refactoring only patches first
 2015-09-01 17:49 UTC  (4+ messages)
` [PATCH 3/3] submodule: implement `module_clone` as a builtin helper

[PATCHv2] Update scsi host to use ida for host number
 2015-09-01 17:49 UTC  (2+ messages)

[Qemu-devel] [PULL 00/26] qemu-ga patch queue for 2015-09-01
 2015-09-01 17:12 UTC  (28+ messages)
` [Qemu-devel] [PATCH 01/26] qemu-ga: Add .msi files to .gitignore
` [Qemu-devel] [PATCH 02/26] qemu-ga: Two MSI related cosmetic changes
` [Qemu-devel] [PATCH 03/26] qemu-ga: Fixed GUID capitalization
` [Qemu-devel] [PATCH 04/26] qemu-ga: Minor cosmetic changes to the WXS file
` [Qemu-devel] [PATCH 05/26] qemu-ga: Created a separate component for each installed file in the MSI
` [Qemu-devel] [PATCH 06/26] qemu-ga: Prevent QEMU-GA VSS provider from being unregistered on MSI reinstall
` [Qemu-devel] [PATCH 07/26] qemu-ga: Fixed paths issue with MSI build
` [Qemu-devel] [PATCH 08/26] configure: qemu-ga: report MSI install support in summary
` [Qemu-devel] [PATCH 09/26] qga: misc spelling
` [Qemu-devel] [PATCH 10/26] qga: use exit() when parsing options
` [Qemu-devel] [PATCH 11/26] qga: move string split in separate function
` [Qemu-devel] [PATCH 12/26] qga: make split_list() return allocated strings
` [Qemu-devel] [PATCH 13/26] qga: rename 'path' to 'channel_path'
` [Qemu-devel] [PATCH 14/26] qga: copy argument strings
` [Qemu-devel] [PATCH 15/26] qga: move option parsing to separate function
` [Qemu-devel] [PATCH 16/26] qga: fill default options in main()
` [Qemu-devel] [PATCH 17/26] qga: move agent run in a separate function
` [Qemu-devel] [PATCH 18/26] qga: free a bit more
` [Qemu-devel] [PATCH 19/26] qga: add an optional qemu-ga.conf system configuration
` [Qemu-devel] [PATCH 20/26] qga: add --dump-conf option
` [Qemu-devel] [PATCH 21/26] qga: start a man page
` [Qemu-devel] [PATCH 22/26] qemu-ga: implement win32 guest-set-user-password
` [Qemu-devel] [PATCH 23/26] configure: qemu-ga: move MSI installer probe after qga probe
` [Qemu-devel] [PATCH 24/26] configure: qemu-ga: explicitly enable qemu-ga MSI support when probed
` [Qemu-devel] [PATCH 25/26] build: qemu-ga: fix VSS dependencies
` [Qemu-devel] [PATCH 26/26] Makefile: qemu-ga: fix msi target error message

[Qemu-devel] Adding secondary ARM processor
 2015-09-01 17:45 UTC  (2+ messages)

[Xenomai] xenomai/ipipe arm64 port
 2015-09-01 17:45 UTC  (2+ messages)

[Buildroot] First rootfile system build using buildroot
 2015-09-01 17:45 UTC  (9+ messages)

GSoC 2015 is over
 2015-09-01 17:43 UTC  (2+ messages)

[PATCH 0/2] arm64: introduce run-time detection of aarch32 support
 2015-09-01 17:44 UTC  (6+ messages)
` [PATCH 2/2] arm64: don't load 32-bit binaries if platform has no aarch32_el0

[PATCH] scripts/kernel-doc: Processing -nofunc for functions only
 2015-09-01 17:44 UTC 

NFSv4 mount fails on Sun Solaris 10 after reboot of client
 2015-09-01 17:43 UTC  (9+ messages)

[rtc-linux] [PATCH -next] rtc: drop unused ret variable orphaned by misc_deregister becoming void
 2015-09-01 17:43 UTC  (5+ messages)
` [rtc-linux] "
  `  "

[RFC PATCH 0/5] DT binding documents using text markup
 2015-09-01 17:42 UTC  (17+ messages)
` [RFC PATCH 1/5] Documentation: dt-bindings: add documentation on new DT binding format
` [RFC PATCH 2/5] Documentation: dt-bindings: add example DT binding document
` [RFC PATCH 5/5] Documentation: dt-bindings: phy: add YAML TI PHY binding

[Printing-architecture] [20 minutes!] REMINDER - OP Call Tuesday (1 September 2015) - NEW TIME
 2015-09-01 17:40 UTC 

Patch merge process
 2015-09-01 17:40 UTC 

xhci_hcd intterrupt affinity in Dom0/DomU limited to single interrupt
 2015-09-01 17:39 UTC 

[PATCH v14 00/13] Port tag.c to use ref-filter.c
 2015-09-01 17:37 UTC  (4+ messages)

[U-Boot] [PATCH 0/2] GPIO LED improvements (resend)
 2015-09-01 17:37 UTC  (6+ messages)
` [U-Boot] [PATCH 1/2] add generic stubs for GPIO LEDs

[PATCH] t7300: fix broken && chains
 2015-09-01 17:36 UTC  (4+ messages)

[GIT PULL] first round of SCSI updates for the 4.2+ merge window
 2015-09-01 17:36 UTC 

[PATCH V3 0/8] Extensible SDK fixesExtensible SDK fixes
 2015-09-01 17:35 UTC  (4+ messages)
` [PATCH V3 8/8] populate_sdk_ext: get rid of buildtools

[PATCH v3] git-p4: add "--path-encoding" option
 2015-09-01 17:35 UTC  (6+ messages)

[BUG] Boot hangs at clocksource_done_booting on large configs
 2015-09-01 17:33 UTC  (3+ messages)

[PATCH] genpd: cpuidle: Remove cpuidle attach
 2015-09-01 17:32 UTC  (2+ messages)

errors while "btrfs receive"
 2015-09-01 17:31 UTC  (3+ messages)

Windows path handling changed between versions
 2015-09-01 17:30 UTC  (2+ messages)

[Buildroot] [PATCH] gdk-pixbuf: add security patch for CVE-2015-4491
 2015-09-01 17:31 UTC 

[PATCH v10 00/11] toolstack-assisted approach to PVHVM guest kexec
 2015-09-01 17:30 UTC  (5+ messages)
` [PATCH v10 11/11] (lib)xl: soft reset support

[PATCHv2] ARM64: Add AT_ARM64_MIDR to the aux vector
 2015-09-01 17:30 UTC  (11+ messages)

Possible regression: module insertion, relocation misalignement
 2015-09-01 17:30 UTC  (4+ messages)

[PATCH] [v4] surface pro 3: Add support driver for Surface Pro 3 buttons
 2015-09-01 17:30 UTC  (5+ messages)

[PATCH] mm: Change global memory state symbols to GPL-only
 2015-09-01 17:29 UTC  (3+ messages)

[Cocci] [RFC] firmware: annotate thou shalt not request fw on init or probe
 2015-09-01 17:28 UTC  (4+ messages)
  `  "

[Qemu-devel] [PATCH] linux-user: remove MAX_ARG_PAGES limit
 2015-09-01 17:27 UTC  (4+ messages)

[PATCH] Update scsi host to use ida for host number
 2015-09-01 17:26 UTC  (3+ messages)

[PATCH v2 2/3] drm/dp: Adjust i2c-over-aux retry count based on message size and i2c bus speed
 2015-09-01 17:26 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] NVMe:Expose model attribute in sysfs
 2015-09-01 17:25 UTC  (4+ messages)

[Fwd: [PATCH] utils.movefile: specify dest file name]
 2015-09-01 17:25 UTC 

[PATCH] Allow bitbake commands starting with do_
 2015-08-31 23:35 UTC  (2+ messages)

[Qemu-devel] [PATCH V4 0/8] Xilinx DisplayPort
 2015-09-01 17:24 UTC  (2+ messages)

randconfig build error with next-20150901, in drivers/media/pci/netup_unidvb/netup_unidvb_core.c
 2015-09-01 17:24 UTC 

[PATCH 07/11] xfsprogs: add nftw64 translation for OS X
 2015-09-01 17:24 UTC  (4+ messages)
` [PATCH v2] "

[Qemu-devel] [RFC PATCH 0/2] Auto-generated IDs
 2015-09-01 17:23 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH 1/2] util - add automated ID generation utility
` [Qemu-devel] [RFC PATCH 2/2] block: auto-generated node-names

[PATCH net-next 0/4] BPF updates
 2015-09-01 17:21 UTC  (3+ messages)
` [PATCH net-next 1/4] net: qdisc: add op to run filters/actions before enqueue

[PATCH] xz: Correctly specify GPL-3.0 with autoconf exception
 2015-09-01 17:21 UTC  (8+ messages)

[PATCH] ps3-vuart: BUG_ON on null drv before dereferencing it on dev_dbg
 2015-09-01 17:20 UTC  (2+ messages)

[PATCH v2] ARM: OMAP: Change all cpu_is_* occurences to soc_is_*
 2015-09-01 17:19 UTC  (3+ messages)

[rtc-linux] [PATCH v5 0/3] ARM: AM437X: Add rtc clock handling
 2015-09-01 17:18 UTC  (7+ messages)
` [rtc-linux] "

[seabios test] 61132: regressions - FAIL
 2015-09-01 17:17 UTC 

[RFC PATCH v3 0/3] vfio: platform: return device properties for a platform device
 2015-09-01 17:16 UTC  (12+ messages)
                ` Building assigned device guest dt node from host device tree

[dizzy][PATCH] gnome: move introspection options to gnomebase
 2015-09-01 17:11 UTC 

[U-Boot] [PATCH 1/2][V2] pci: Add function to find an extended capability
 2015-09-01 17:15 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2][V2] pci/layerscape: Add EP mode support

[PATCH] mailmap: update my entry with new email address
 2015-09-01 17:14 UTC  (4+ messages)

[PATCH 8/9] clocksource: Improve unstable clocksource detection
 2015-09-01 17:13 UTC  (12+ messages)

kdbus_proc_permission (Re: [GIT PULL] kdbus updates for Greg)
 2015-09-01 17:13 UTC  (6+ messages)

[PATCH] push: don't show Done with --quiet --porcelain
 2015-09-01 17:13 UTC  (2+ messages)

[PATCH v3 00/20] xen/arm64: Add support for 64KB page
 2015-09-01 17:10 UTC  (6+ messages)
` [PATCH v3 19/20] xen/privcmd: Add support for Linux 64KB page granularity

[PATCH 0/3] sys_membarrier (x86, generic)
 2015-09-01 17:11 UTC  (5+ messages)
` [PATCH 2/3] selftests: add membarrier syscall test

[fido][PATCH] gnome: move introspection options to gnomebase
 2015-09-01 17:11 UTC 

[PATCH 1/6] nettle: Fix binary license to LGPLv2.1+
 2015-09-01 17:10 UTC  (13+ messages)
` [PATCH 0/6] Bring back LGPLv2 gmp, upgrade gnutls stack
  ` [PATCH 2/6] gmp: Bring back version 4.2.1 (LGPL 2.1+)

[review-request][PATCH] toaster: Fix import of custom layers from toasterjson.conf
 2015-09-01 17:09 UTC  (12+ messages)

[oe-commits] Armin Kuster : tzdata: update to 2015f
 2015-09-01 17:08 UTC  (4+ messages)
` [fido][PATCH] tzcode: update to 2015d
` [dizzy][PATCH] tzdata, tzcode-native: drop older versions 2014h, 2015b
` [fido][PATCH] tzdata: update to 2015d

[PATCH RFC 0/5] net: L2 only interfaces
 2015-09-01 17:07 UTC  (3+ messages)

[Bug 100671] New: vmwrite error in vmx_vcpu_run
 2015-09-01 17:06 UTC  (2+ messages)
` [Bug 100671] "

[PATCH] blk: Fix bio_io_vec index when checking bvec gaps
 2015-09-01 17:05 UTC  (2+ messages)

[GIT PULL] Early batch of KVM changes for 4.3 merge window
 2015-09-01 17:05 UTC  (5+ messages)

List or description of auditd exit codes?
 2015-09-01 17:05 UTC 

[U-Boot] [RFC PATCH v2] Makefile: search for GNU date
 2015-09-01 17:03 UTC  (3+ messages)
` [U-Boot] [PATCH v3] Makefile: fix SOURCE_DATE_EPOCH for *BSD host

[U-Boot] [PATCH 03/45] arm: Remove most LaCie boards
 2015-09-01 17:01 UTC  (2+ messages)
` [U-Boot] [PATCH] ARM: Kirkwood: enable generic board support for "

[PATCH] irqchip/gic: Fix EOImode setting for non-DT/ACPI systems
 2015-09-01 17:00 UTC  (2+ messages)
` [tip:irq/core] irqchip/GIC: Fix EOImode setting for non-DT/ ACPI systems

Single gpio shared by LED and switch?
 2015-09-01 17:00 UTC 

[PATCH 0/4] MIPS: ath79: Add USB support on the TL-WR1043ND
 2015-09-01 16:59 UTC  (4+ messages)
` [PATCH 3/4] MIPS: ath79: Add the EHCI controller and USB phy to the AR9132 dtsi

[PATCH] staging: ipath: fix build failure
 2015-09-01 16:59 UTC  (6+ messages)

Security/cgroup suspicious RCU usage with v4.2-2744-g65a99597f044
 2015-09-01 16:59 UTC  (4+ messages)

[Qemu-devel] [PATCH] target-i386: Disable cache info passthrough by default
 2015-09-01 16:58 UTC  (3+ messages)

PCI rescan : can't assign mem
 2015-09-01 16:57 UTC  (4+ messages)

[Qemu-devel] [PATCH] target-arm: Fix general-purpose register mapping between AArch32 state and AArch64 state
 2015-09-01 16:56 UTC  (2+ messages)

[PATCH 0/2] Fix memcg/memory.high in case kmem accounting is enabled
 2015-09-01 16:55 UTC  (8+ messages)

[PATCH v11 0/5] mtd: nand: vf610_nfc: Freescale NFC for VF610
 2015-09-01 16:55 UTC  (5+ messages)
` [PATCH v11 2/5] mtd: nand: vf610_nfc: add hardware BCH-ECC support

[PATCH 1/2] selftests/zram: must be run as root
 2015-09-01 16:55 UTC  (5+ messages)
` [PATCH 2/2] selftests/zram: Makefile fix

[PATCH 1/4] drm: Constify generic_edid_names[]
 2015-09-01 16:55 UTC  (4+ messages)

[PATCH v3] Tmem bug-fixes and cleanups
 2015-09-01 16:55 UTC  (10+ messages)
` [PATCH v3 07/11] tmem: Make the uint64_t oid[3] a proper structure: tmem_oid

[Ksummit-discuss] [TECH TOPIC] Kernel Hardening
 2015-09-01 16:52 UTC  (8+ messages)

[U-Boot] DM: Problem with DT bus translation dev_get_addr()
 2015-09-01 16:52 UTC  (4+ messages)

[PATCH v4 0/16] Add Analogix Core Display Port Driver
 2015-09-01 16:51 UTC  (5+ messages)
` [PATCH v4 10/16] phy: Add driver for rockchip Display Port PHY


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.