All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-19 22:09:55 to 2016-04-19 23:52:44 UTC [more...]

[meta-qt5][meta-raspberrypi]: Qt5 with EGL support for the Raspberry through linux-oe-g++
 2016-04-19 23:46 UTC  (2+ messages)

[PATCH v5 00/15] index-helper/watchman
 2016-04-19 23:50 UTC  (18+ messages)
` [PATCH v5 01/15] read-cache.c: fix constness of verify_hdr()
` [PATCH v5 02/15] read-cache: allow to keep mmap'd memory after reading
` [PATCH v5 03/15] index-helper: new daemon for caching index and related stuff
` [PATCH v5 04/15] index-helper: add --strict
` [PATCH v5 05/15] daemonize(): set a flag before exiting the main process
` [PATCH v5 06/15] index-helper: add --detach
` [PATCH v5 07/15] read-cache: add watchman 'WAMA' extension
` [PATCH v5 08/15] Add watchman support to reduce index refresh cost
` [PATCH v5 09/15] index-helper: use watchman to avoid refreshing index with lstat()
` [PATCH v5 10/15] update-index: enable/disable watchman support
` [PATCH v5 11/15] unpack-trees: preserve index extensions
` [PATCH v5 12/15] index-helper: kill mode
` [PATCH v5 13/15] index-helper: don't run if already running
` [PATCH v5 14/15] index-helper: autorun mode
` [PATCH v5 15/15] index-helper: optionally automatically run

[PATCH][master][krogoth][jethro][fido 1/2] tzcode: update to 2016d
 2016-04-19 23:51 UTC  (2+ messages)
` [PATCH][master][krogoth][jethro][fido 2/2] tzdata: "

[PATCH net-next v5] rtnetlink: add new RTM_GETSTATS message to dump link stats
 2016-04-19 23:50 UTC  (7+ messages)

[PATCH] net: stmmac: socfpga: Remove re-registration of reset controller
 2016-04-19 23:49 UTC 

[PATCHv7 00/29] THP-enabled tmpfs/shmem using compound pages
 2016-04-19 23:48 UTC  (5+ messages)

[PATCH] thermal: minor mtk_thermal.c cleanups
 2016-04-19 23:45 UTC 

[PATCH 00/13] devpts: New instances for every mount
 2016-04-19 23:39 UTC  (27+ messages)
` [PATCH 01/13] devpts: Teach /dev/ptmx to find the associated devpts via path lookup
                              ` [PATCH 01/16] devpts: Attempting to get it right
                                ` [PATCH 01/16] devpts: Use the same default mode for both /dev/ptmx and dev/pts/ptmx
                                  ` [PATCH 14/16] vfs: Implement mount_super_once
                                  ` Does anyone care about a race free ptsname?

[BUG linux-next] Kernel panic found with linux-next-20160414
 2016-04-19 23:43 UTC  (2+ messages)

[PATCH/RFC 0/6] fetch with refspec
 2016-04-19 23:43 UTC  (7+ messages)
` [PATCH/RFC 4/6] transport: add refspec list parameters to functions

PCI Hot Plug: OS can not program BARs for new devices
 2016-04-19 23:40 UTC  (3+ messages)

[PATCH v2 1/1] drivers: net: cpsw: Prevent NUll pointer dereference with two PHYs
 2016-04-19 23:38 UTC  (5+ messages)

Ideas to measure kernel function execution time using perf
 2016-04-19 23:37 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v3] e1000e: don't modify SYSTIM registers during SIOCSHWTSTAMP ioctl
 2016-04-19 23:37 UTC  (3+ messages)

[RESEND PATCH v7 1/2] mmc: OCTEON: Add DT bindings for OCTEON MMC controller
 2016-04-19 23:27 UTC  (5+ messages)
` [RESEND PATCH v7 2/2] mmc: OCTEON: Add host driver "

[PATCH 2/2 v2] arm64: dts: ls2080a: fsl-mc dt node updates
 2016-04-19 21:51 UTC  (3+ messages)

第七章 自我激励
 2016-04-19 23:25 UTC 

regression: 3a878c430fd6 ("tty: serial: msm: Add TX DMA support") drops data
 2016-04-19 23:23 UTC 

[PATCH] PCI: Fix device attach failure handling
 2016-04-19 23:23 UTC  (2+ messages)

[PATCH] tb: consistently use uint32_t for tb->flags
 2016-04-19 23:21 UTC  (3+ messages)
  ` [Qemu-devel] "

[PATCH 0/3] arm64: defconfig updates
 2016-04-19 23:18 UTC  (2+ messages)

[PATCH 0/6] object_id Part 3
 2016-04-19 23:16 UTC  (4+ messages)
` [PATCH 4/6] Convert struct name_entry to use struct object_id

AUTH_NONE at top of SECINFO_NONAME reply
 2016-04-19 23:13 UTC  (5+ messages)

[ovmf test] 92074: regressions - FAIL
 2016-04-19 23:11 UTC 

[V2] powerpc/Kconfig: Update config option based on page size
 2016-04-19 23:09 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 00/11] tb hash improvements
 2016-04-19 23:07 UTC  (12+ messages)
` [Qemu-devel] [PATCH v3 01/11] compiler.h: add QEMU_ALIGNED() to enforce struct alignment
` [Qemu-devel] [PATCH v3 02/11] seqlock: remove optional mutex
` [Qemu-devel] [PATCH v3 03/11] seqlock: rename write_lock/unlock to write_begin/end
` [Qemu-devel] [PATCH v3 04/11] include/processor.h: define cpu_relax()
` [Qemu-devel] [PATCH v3 05/11] qemu-thread: add simple test-and-set spinlock
` [Qemu-devel] [PATCH v3 06/11] exec: add tb_hash_func5, derived from xxhash
` [Qemu-devel] [PATCH v3 07/11] tb hash: hash phys_pc, pc, and flags with xxhash
` [Qemu-devel] [PATCH v3 08/11] qht: QEMU's fast, resizable and scalable Hash Table
` [Qemu-devel] [PATCH v3 09/11] qht: add test program
` [Qemu-devel] [PATCH v3 10/11] tb hash: track translated blocks with qht
` [Qemu-devel] [PATCH v3 11/11] translate-all: add tb hash bucket info to 'info jit' dump

[PATCH 0/2 v4] xdiff: implement empty line chunk heuristic
 2016-04-19 23:07 UTC  (7+ messages)
` [PATCH 2/2] "

[RFC][PATCH 0/4] tracing: Add event-fork to trace tasks children
 2016-04-19 23:06 UTC  (12+ messages)
` [RFC][PATCH 2/4] tracing: Use pid bitmap instead of a pid array for set_event_pid

[Qemu-devel] [PATCH 00/10] tb hash improvements
 2016-04-19 23:06 UTC  (7+ messages)
` [Qemu-devel] [PATCH 08/10] qht: QEMU's fast, resizable and scalable Hash Table
` [Qemu-devel] [PATCH 09/10] qht: add test program

[Intel-wired-lan] [PATCH next S35 v3 0/9] i40e/i40evf refactor receive
 2016-04-19 23:05 UTC  (13+ messages)
` [Intel-wired-lan] [PATCH next S35 v3 1/9] i40e/i40evf: Refactor tunnel interpretation
  ` [Intel-wired-lan] [PATCH next S35 v3 2/9] i40e: Drop packet split receive routine
    ` [Intel-wired-lan] [PATCH next S35 v3 3/9] i40e/i40evf: Remove reference to ring->dtype
      ` [Intel-wired-lan] [PATCH next S35 v3 4/9] i40e: Refactor receive routine
        ` [Intel-wired-lan] [PATCH next S35 v3 5/9] i40evf: Drop packet split "
          ` [Intel-wired-lan] [PATCH next S35 v3 6/9] i40evf: refactor "
            ` [Intel-wired-lan] [PATCH next S35 v3 7/9] i40e/i40evf: Remove unused hardware receive descriptor code
              ` [Intel-wired-lan] [PATCH next S35 v3 8/9] i40evf: Allocate rx buffers properly

[PATCH] [media] af9035: fix for MXL5007T devices with I2C read issues
 2016-04-19 23:02 UTC  (2+ messages)

[PATCH v3 0/2] ext4: Improve parallel I/O performance on NVDIMM
 2016-04-19 23:01 UTC  (9+ messages)
` [PATCH v3 1/2] ext4: Pass in DIO_SKIP_DIO_COUNT flag if inode_dio_begin() called

[Bug 95026] Alien Isolation segfault after initial loading screen/video
 2016-04-19 23:01 UTC  (6+ messages)

[GIT PULL] Renesas ARM Based SoC DT Updates for v4.7
 2016-04-19 23:01 UTC  (6+ messages)
` [PATCH 31/47] ARM: dts: r8a7794: Reference both DMA controllers in SCIFA nodes

[Qemu-devel] [PATCH for-2.6 0/2] block/mirror: Fix mirroring with guest I/O load
 2016-04-19 22:59 UTC  (3+ messages)
` [Qemu-devel] [PATCH for-2.6 1/2] block/mirror: Revive dead yielding code
` [Qemu-devel] [PATCH for-2.6 2/2] block/mirror: Refresh stale bitmap iterator cache

[Buildroot] [PATCH 0/4] match headers with latest kernel source
 2016-04-19 22:58 UTC  (8+ messages)
` [Buildroot] [PATCH 1/4] linux: explicit latest kernel version
` [Buildroot] [PATCH 2/4] linux-headers: indent custom choices
` [Buildroot] [PATCH 3/4] linux-headers: rename _AS_KERNEL to _FROM_KERNEL

[PATCH] fuse: Fix fuse_get_user_pages() return value
 2016-04-19 22:57 UTC  (2+ messages)
` [fuse-devel] "

mt8173-evb: failing to boot in linux-next and mainline
 2016-04-19 22:57 UTC  (8+ messages)

[PATCH] rtc: ds1307: Use irq when available for wakeup-source device
 2016-04-19 22:56 UTC  (4+ messages)
  ` [rtc-linux] "

[GIT PULL] Renesas ARM Based SoC Fixes for v4.6
 2016-04-19 22:54 UTC  (8+ messages)

[PATCH] ASoC: tlv320aix31xx: Add ACPI match for Lenovo 100S
 2016-04-19 22:54 UTC  (4+ messages)

[PATCH v2] Force cppc_cpufreq to report values in KHz to fix user space reporting
 2016-04-19 22:53 UTC  (3+ messages)

[PATCH 0/5] pull: couple clang scan-build fixes
 2016-04-19 22:52 UTC  (3+ messages)
` [PATCH 4/5] lib: avoid double free in loopdev.c

[PATCH 0/5] fix deadlock in git-push
 2016-04-19 22:51 UTC  (6+ messages)
` [PATCH 1/5] send-pack: close demux pipe before finishing async process
` [PATCH 2/5] run-command: teach async threads to ignore SIGPIPE
` [PATCH 3/5] send-pack: isolate sigpipe in demuxer thread
` [PATCH 4/5] fetch-pack: "
` [PATCH 5/5] t5504: drop sigpipe=ok from push tests

[PATCH] ARM: dts: r8a7791: Don't disable referenced optional clocks
 2016-04-19 22:51 UTC  (4+ messages)

[tegrarcm PATCH] Don't assume cryptopp is system-wide installed
 2016-04-19 22:50 UTC  (3+ messages)

[GIT PULL] Renesas ARM Based SoC Drivers Updates for v4.7
 2016-04-19 22:48 UTC  (10+ messages)

[PATCH] x86/vdso: Use RDPID in preference to LSL when available
 2016-04-19 22:47 UTC 

[rtc-linux] [PATCH] rtc-pcf2123: use sign_extend32() for sign extension
 2016-04-19 22:44 UTC  (3+ messages)
`  "
  ` [rtc-linux] "

[PATCH babeltrace] Fix: lttng-live flush when output to file
 2016-04-19 22:42 UTC 

[RFC][PATCHSET] reduce messing with iovecs in cifs
 2016-04-19 22:41 UTC  (4+ messages)
` [PATCH 3/6] cifs: quit playing games with draining iovecs

[PATCH 0/2] Control PL310 pwr_ctrl register through DT
 2016-04-19 22:41 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] Documentation: devicetree: Add PL310 PM bindings

[Qemu-devel] [Bug 1572329] [NEW] ARM emulation: r0 != 0 on boot
 2016-04-19 22:34 UTC 

[PATCH] MIPS: BMIPS: Adjust mips-hpt-frequency for BCM7435
 2016-04-19 22:38 UTC  (2+ messages)

[rtc-linux] [PATCH 1/3] RTC: Enable RTC switching to battery power when VCC_PSAUX is N/A
 2016-04-19 22:39 UTC  (12+ messages)
` [rtc-linux] [PATCH 2/3] RTC: Write Calibration value before set time
  `  "
    ` [rtc-linux] "
` [rtc-linux] [PATCH 3/3] RTC: Update seconds time programming logic
  `  "
    ` [rtc-linux] "
` [PATCH 1/3] RTC: Enable RTC switching to battery power when VCC_PSAUX is N/A
  ` [rtc-linux] "

[PATCH v3 0/2] MTK Smart Device Gen1 NAND Driver
 2016-04-19 22:39 UTC  (7+ messages)
` [PATCH v3 2/2] mtd: mediatek: driver for MTK Smart Device Gen1 NAND

[RFC PATCH v2 00/10] ACPI overlays
 2016-04-19 22:39 UTC  (12+ messages)
` [RFC PATCH v2 01/10] kernel: add TAINT_OVERLAY_ACPI_TABLE
` [RFC PATCH v2 02/10] acpi: decouple initrd table install from CONFIG_ACPI_INITRD_TABLE_OVERRIDE
` [RFC PATCH v2 03/10] acpi: fix enumeration (visited) flags for bus rescans
` [RFC PATCH v2 04/10] acpi: add support for ACPI reconfiguration notifiers
` [RFC PATCH v2 05/10] i2c: add support for ACPI reconfigure notifications
` [RFC PATCH v2 06/10] spi: "
` [RFC PATCH v2 07/10] efi: load SSTDs from EFI variables
` [RFC PATCH v2 08/10] acpi: add support for configfs
` [RFC PATCH v2 09/10] acpi: add support for loading SSDTs via configfs
` [RFC PATCH v2 10/10] HACK: acpi: configfs: add unload_hanlde_path attribute for tables

[PATCH 3/3] arm64: defconfig: enable freescale/nxp config options
 2016-04-19 22:39 UTC 

[PATCH 2/3] arm64: defconfig: enable 48-bit virtual addresses
 2016-04-19 22:39 UTC 

[PATCH 1/3] arm64: defconfig: cleanup the defconfig
 2016-04-19 22:39 UTC 

[PATCH v2] MIPS: BMIPS: Adjust mips-hpt-frequency for BCM7435
 2016-04-19 22:35 UTC 

[Buildroot] [PATCHv2 0/4] Add flashing tools for tegra processors
 2016-04-19 22:36 UTC  (4+ messages)
` [Buildroot] [PATCHv2 4/4] Add package cbootimage-configs

[PATCH] ARM: mx5: dts: Enable USB OTG on M53EVK
 2016-04-19 22:36 UTC 

MIPS: BMIPS: Adjust mips-hpt-frequency for BCM7435
 2016-04-19 22:35 UTC 

[Qemu-devel] [PULL for-2.6 0/1] qemu-ga patch queue for 2.6
 2016-04-19 22:34 UTC  (2+ messages)
` [Qemu-devel] [PULL 1/1] qemu-ga: do not run qga test when guest agent disabled

console noise after commit c1e9b3b0eea
 2016-04-19 22:33 UTC  (2+ messages)

[PATCH 0/4] xfs: various fixes
 2016-04-19 22:30 UTC  (4+ messages)
` [PATCH 1/4] xfs: Don't wrap growfs AGFL indexes

[PATCH v4 00/16] index-helper, watchman
 2016-04-19 22:31 UTC  (7+ messages)
` [PATCH v4 12/16] index-helper: kill mode
` [PATCH v4 15/16] index-helper: optionally automatically run

[PATCHv2 0/4] Implements the GIT_TRACE_CURL environment variable
 2016-04-19 22:11 UTC  (4+ messages)
` [PATCH 1/4] http.h: Add debug callback and helper routine for implementing the GIT_TRACE_CURL environment variable in http.c

[PATCH 0/6 v2] of: Implement iterator for phandles
 2016-04-19 22:30 UTC  (4+ messages)

[PATCH] virtio: fix newline under debug mode
 2016-04-19 22:29 UTC  (2+ messages)

[PATCH] kernel/futex: handle the case where we got a "late" waiter
 2016-04-19 22:27 UTC  (2+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] 9127cf27d86ea0fe54f3fa829395ed01992b5e5b BUILD SUCCESS
 2016-04-19 22:27 UTC 

[Qemu-devel] [PATCH] qemu-ga: do not run qga test when guest agent disabled
 2016-04-19 22:25 UTC  (4+ messages)

[PATCH] btrfs: Test that qgroup counts are valid after snapshot creation
 2016-04-19 22:25 UTC 

[PATCH] bcache: bch_writeback_thread() is not freezable
 2016-04-19 22:25 UTC  (3+ messages)

[PATCH/TRIVIAL] devicetree: bindings: designware-pcie: Fix unit address
 2016-04-19 22:24 UTC  (3+ messages)

[Buildroot] [PATCH v5] core/pkg-kconfig: Use olddefconfig when available
 2016-04-19 22:24 UTC  (4+ messages)

[PATCH v2 1/2] dt-bindings: tegra: Remove 0, prefix from unit-addresses
 2016-04-19 22:24 UTC  (4+ messages)
` [PATCH v2 2/2] dt-bindings: tegra: Rename some bindings for consistency

[PATCH 1/2] of: Add Arrow Electronics to vendor prefix list
 2016-04-19 22:23 UTC  (5+ messages)
` [PATCH 2/2] of: Add Inforce Computing "

[PATCH] of: Add vendor prefix for Shenzhen Embest Technology
 2016-04-19 22:23 UTC  (2+ messages)

[PATCH v3 0/1] mmc: omap_hsmmc: devm_pinctrl_get returns ERR_PTR
 2016-04-19 22:19 UTC  (5+ messages)
` [PATCH v3 1/1] mmc: omap_hsmmc: devm_pinctrl_get returns ERR_PTR upon error

[PATCH v4] btrfs: qgroup: Fix qgroup accounting when creating snapshot
 2016-04-19 22:19 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] dm: core: allow drivers to refuse to bind
 2016-04-19 22:19 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] video: tegra: refuse to bind to disabled dcs

[Buildroot] [PATCH 0/4] vpnc: update and fix musl build
 2016-04-19 22:16 UTC  (3+ messages)
` [Buildroot] [PATCH 3/4] vpnc: bump to newer upstream version

[PATCH v2] Documentation: devicetree: Clean up gpio-keys example
 2016-04-19 22:16 UTC  (7+ messages)

[PATCH] Documentation: devicetree: bindings: regulator: palmas-pmic.txt
 2016-04-19 22:14 UTC  (2+ messages)

[PATCH] dt-bindings: Correct path for ARM GIC documentation
 2016-04-19 22:14 UTC  (2+ messages)

[Buildroot] [PATCH v4 0/7] Support building a second Barebox config (incl. BBB)
 2016-04-19 22:13 UTC  (5+ messages)
` [Buildroot] [PATCH v4 7/7] beaglebone: adds barebox bootloader defconfig

[PATCH] include sys/sysmacros.h for major/minor/makedev prototypes
 2016-04-19 22:12 UTC 

[Qemu-devel] [Bug 1570134] [NEW] While committing snapshot qemu crashes with SIGABRT
 2016-04-19 22:01 UTC  (2+ messages)
` [Qemu-devel] [Bug 1570134] "


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.