All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-28 13:04:43 to 2015-11-28 17:41:39 UTC [more...]

[PATCH v5 0/5] usb: usbtmc: Add support for missing functions in USBTMC-USB488 spec
 2015-11-28 17:41 UTC  (10+ messages)
` [PATCH v5 1/5] Implement an ioctl to support the USMTMC-USB488 READ_STATUS_BYTE operation

[PATCH 0/4] ARM: dt: mvebu: ix4-300d: NAND cleanup and ECC
 2015-11-28 17:38 UTC  (22+ messages)
` [PATCH 1/4] ARM: dt: mvebu: ix4-300d: remove whole flash partition
` [PATCH 2/4] ARM: dt: mvebu: ix4-300d: move partitions to partition sub-node
` [PATCH 3/4] ARM: dt: mvebu: ix4-300d: Cleanup NAND partition ranges
` [PATCH 4/4] ARM: dt: mvebu: ix4-300d: Add ECC properties to NAND flash

[PATCH 5/5] arm: boot: store ATAGs structure into DT "/chosen/linux,atags" entry
 2015-11-28 17:34 UTC  (8+ messages)

[PATCH] wt-status: use strncmp() for length-limited string comparison
 2015-11-28 17:31 UTC  (6+ messages)
      ` [PATCH v2] wt-status: correct and simplify check for detached HEAD

[Buildroot] Missing 'sys/queue.h' on musl
 2015-11-28 17:31 UTC 

use-after-free in ip6_setup_cork
 2015-11-28 17:23 UTC  (3+ messages)

[PATCHv3] ident.c: add support for IPv6
 2015-11-28 17:23 UTC  (2+ messages)

xen can only detect one core of multiple cores cpu
 2015-11-28 17:23 UTC 

[Buildroot] [PATCH 1/2] infozip: rename to zip
 2015-11-28 17:22 UTC  (2+ messages)

[Buildroot] [git commit] infozip: rename to zip
 2015-11-28 17:21 UTC 

[Buildroot] [git commit branch/next] infozip: rename to zip
 2015-11-28 17:21 UTC 

[Buildroot] [PATCH 1/1] package/luv: bump to version 1.7.4-5
 2015-11-28 17:16 UTC  (2+ messages)

[Buildroot] [git commit branch/next] package/luv: bump to version 1.7.4-5
 2015-11-28 17:15 UTC 

[Buildroot] [git commit] package/luv: bump to version 1.7.4-5
 2015-11-28 17:15 UTC 

[U-Boot] Rpi Uboot not working ; USB keyboard undetected
 2015-11-28 17:15 UTC  (5+ messages)

[Buildroot] [git commit] docs/website: fix invalid links to the mailing list page
 2015-11-28 17:14 UTC 

[Buildroot] [PATCH 1/2] rubix: add a hash file
 2015-11-28 17:14 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] rubix: make the rubix.mk file more readable

[Buildroot] [PATCH] libtirpc: add dependency on atomic operations
 2015-11-28 17:13 UTC  (3+ messages)

[PATCH v8] Add Travis CI support
 2015-11-28 17:12 UTC  (2+ messages)

net: use after free in ip6_make_skb
 2015-11-28 17:10 UTC  (2+ messages)

[PATCH v1 0/2] test-must-fail-sigpipe
 2015-11-28 17:10 UTC  (6+ messages)
` [PATCH v1 1/2] implement test_might_fail using a refactored test_must_fail
` [PATCH v1 2/2] add "ok=sigpipe" to test_must_fail and use it to fix flaky tests

[Buildroot] [git commit] rubix: make the rubix.mk file more readable
 2015-11-28 17:10 UTC 

[Buildroot] [git commit branch/next] rubix: make the rubix.mk file more readable
 2015-11-28 17:10 UTC 

What's cooking in git.git (Nov 2015, #04; Tue, 24)
 2015-11-28 17:09 UTC  (4+ messages)

[PATCH] powerpc/mm: Fix infinite loop in hash fault with 4K page size
 2015-11-28 17:09 UTC 

[U-Boot] [PATCH v2 0/9] basic support for Allwinner A83T SOC
 2015-11-28 17:07 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/9] sunxi: Add Machine Support for "
` [U-Boot] [PATCH v2 2/9] sunxi: Add support for UART0 in PB pin group on A83T
` [U-Boot] [PATCH v2 3/9] sunxi: power: axp818: add support for axp818 driver
` [U-Boot] [PATCH v2 4/9] sunxi: power: enabled support for axp818
` [U-Boot] [PATCH v2 5/9] sunxi: do not enable smp for A83T
` [U-Boot] [PATCH v2 6/9] sunxi: clk: add basic clocks "
` [U-Boot] [PATCH v2 7/9] sunxi: Add support for Allwinner A83T DRAM
` [U-Boot] [PATCH v2 8/9] sunxi: dts: sun8i: Add Allwinner A83T dtsi
` [U-Boot] [PATCH v2 9/9] sunxi: Add suport for A83T HomletV2 Board by Allwinner

[Qemu-devel] [PATCH] m25p80.c Added support for N25Q256 and N25Q512
 2015-11-28 17:06 UTC 

[PATCH] test_must_fail: compare exit_code using integer -eq operator
 2015-11-28 16:58 UTC  (2+ messages)

[PATCH] mn10300: Select CONFIG_HAVE_UID16 to fix build failure
 2015-11-28 16:57 UTC 

[U-Boot] [PATCH v3 00/13] dm: pci: Support native driver model calls
 2015-11-28 16:55 UTC  (30+ messages)
` [U-Boot] [PATCH v3 01/13] pci: Use a common return in command processing
` [U-Boot] [PATCH v3 02/13] pci: Use a separate variable for the bus number
` [U-Boot] [PATCH v3 03/13] pci: Refactor the pciinfo() function
` [U-Boot] [PATCH v3 04/13] dm: pci: Add a comment about how to find struct pci_controller
` [U-Boot] [PATCH v3 05/13] dm: pci: Rename pci_auto.c to pci_auto_old.c
` [U-Boot] [PATCH v3 06/13] dm: pci: Move common auto-config functions to a common file
` [U-Boot] [PATCH v3 07/13] dm: pci: Reorder functions in cmd_pci.c
` [U-Boot] [PATCH v3 08/13] pci: Tidy up function comments "
` [U-Boot] [PATCH v3 09/13] pci: Use common functions to read/write config
` [U-Boot] [PATCH v3 10/13] pci: Use a separate 'dev' variable for the PCI device
` [U-Boot] [PATCH v3 11/13] pci: Move PCI header output code into its own function
` [U-Boot] [PATCH v3 12/13] dm: pci: Convert 'pci' command to driver model
` [U-Boot] [PATCH v3 13/13] dm: pci: Disable PCI compatibility functions by default

shall distros run btrfsck on boot?
 2015-11-28 16:52 UTC  (2+ messages)

[PATCH] base/platform: fix panic when probe function is NULL
 2015-11-28 16:49 UTC  (5+ messages)
` [tpmdd-devel] "

[Buildroot] [PATCH 0/2] core: use merged /usr in staging (branch merged-usr-staging)
 2015-11-28 16:46 UTC  (5+ messages)
` [Buildroot] [PATCH 2/2] package/skeleton: also handle merged /usr in the staging

[PATCH] net: fec: fix enet_out clock handling
 2015-11-28 16:43 UTC  (4+ messages)

[PATCH net-next 0/3] mvneta: Introduce RSS support
 2015-11-28 16:43 UTC  (4+ messages)
` [PATCH net-next 3/3] net: mvneta: Add naive "

[PATCH] rtc: imxdi: fix spelling mistake in warning message
 2015-11-28 16:38 UTC  (2+ messages)
` [rtc-linux] "

X-Box one controller causes Xpad to crash [NEW INFO]
 2015-11-28 16:35 UTC  (2+ messages)

[PATCH] scsi: ufs: fix spelling mistake in error message
 2015-11-28 16:33 UTC 

[PATCH v7 0/3] arm64: Add support for IRQ stack
 2015-11-28 16:32 UTC  (9+ messages)
` [PATCH v7 1/3] arm64: Add irq_stack boiler plate, store struct task_info in sp_el0
` [PATCH v7 3/3] arm64: Add do_softirq_own_stack() and enable irq_stacks

[PATCH] ARM: mach-imx: iomux-imx31: fix spelling mistake in error message
 2015-11-28 16:27 UTC  (2+ messages)

[ovmf baseline-only test] 38377: trouble: blocked/broken
 2015-11-28 16:14 UTC 

[PATCH 0/4 v2] Implement access checks in iommu page fault paths
 2015-11-28 16:12 UTC  (4+ messages)

[PATCH] doc: efi-stub.txt: Fix arm64 paths
 2015-11-28 16:12 UTC  (3+ messages)

[RFC PATCH] mm, oom: introduce oom reaper
 2015-11-28 16:10 UTC  (5+ messages)
` [RFC PATCH -v2] "

[PATCH] x86, calgary: constify cal_chipset_ops structures
 2015-11-28 15:58 UTC  (2+ messages)

[PATCH] IB/iser: constify iser_reg_ops structure
 2015-11-28 15:52 UTC  (3+ messages)

[PATCH] arm64: ftrace: stop using kstop_machine to enable/disable tracing
 2015-11-28 15:58 UTC  (3+ messages)

[PATCH v2 00/10] Add New DRM Driver for HiSilicon hi6220 SoC
 2015-11-28 15:56 UTC  (4+ messages)
` [PATCH v2 04/10] drm/hisilicon: Add crtc funcs for ADE

RFC: teuthology field in commit messages
 2015-11-28 15:56 UTC 

Debugging verbosity with mouse pointer movement
 2015-11-28 15:53 UTC  (2+ messages)

linux 4.4 Regression: 100% cpu usage on idle pv guest under Xen with single vcpu
 2015-11-28 15:47 UTC 

use-after-free in sctp_do_sm
 2015-11-28 15:50 UTC  (7+ messages)

[PATCH 0/7] Fixes for LightNVM
 2015-11-28 15:49 UTC  (8+ messages)
` [PATCH 1/7] lightnvm: Simplify config when disabled
` [PATCH 2/7] lightnvm: free memory when gennvm register fails
` [PATCH 3/7] lightnvm: fix ioctl memory leaks
` [PATCH 4/7] lightnvm: do device max sectors boundary check first
` [PATCH 5/7] lightnvm: refactor and change vendor id for qemu
` [PATCH 6/7] lightnvm: unconverted ppa returned in get_bb_tbl
` [PATCH 7/7] lightnvm: missing nvm_lock acquire

linux 4.4 Regression: 100% cpu usage on idle pv guest under Xen with single vcpu
 2015-11-28 15:47 UTC 

[Buildroot] [git commit] rubix: add a hash file
 2015-11-28 15:47 UTC 

[Buildroot] [git commit] docs/website: fix invalid link
 2015-11-28 15:46 UTC  (2+ messages)

[Buildroot] [PATCH 0/7 v3] autobuild: misc fixes and enhancements (branch yem/limits)
 2015-11-28 15:40 UTC  (16+ messages)
` [Buildroot] [PATCH 1/7 v3] autobuild: add config option to set niceness
` [Buildroot] [PATCH 2/7 v3] autobuild: store PID to PID file
` [Buildroot] [PATCH 3/7 v3] conf: add a sample run-time configuration file
` [Buildroot] [PATCH 4/7 v3] etc: add SysV-init startup script and sample config file
` [Buildroot] [PATCH 5/7 v3] autobuild: avoid infinite loop when sanitising the configuration
` [Buildroot] [PATCH 6/7 v3] autobuild: add a function to check if the configuration is fixable
` [Buildroot] [PATCH 7/7 v3] autobuild: check for Linaro toolchains earlier

[PATCH v6 0/3] target-i386: save/restore vcpu's TSC rate during migration
 2015-11-28 15:27 UTC  (6+ messages)
` [PATCH v6 3/3] target-i386: add support to migrate vcpu's TSC rate
      ` [Qemu-devel] "

[PATCH v2 03/10] drm/hisilicon: Add hisilicon DRM master driver
 2015-11-28 15:25 UTC 

[Qemu-trivial] [PATCH v2] bt: check struct sizes
 2015-11-28 15:13 UTC  (3+ messages)
` [Qemu-devel] "

xen 4.5.0 rtds scheduler perform poorly with 2vms
 2015-11-28 15:09 UTC  (9+ messages)

[Qemu-devel] [PATCH for-2.6 0/2] spapr: Use XHCI as default USB type for the pseries machine
 2015-11-28 15:09 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/2] hw/ppc/spapr: Create pseries-2.6 machine

[PATCH v5] ls-files: Add eol diagnostics
 2015-11-28 15:07 UTC 

[PATCH 1/2] USB: constify usb_mon_operations structure
 2015-11-28 15:07 UTC  (6+ messages)
` [PATCH v2] "

[PATCH V7 0/3] dma: add Qualcomm Technologies HIDMA driver
 2015-11-28 15:06 UTC  (5+ messages)
` [PATCH V7 1/3] dma: qcom_bam_dma: move to qcom directory

[Buildroot] [PATCH 1/1] Add ARM11 MPCore CPU target support
 2015-11-28 14:55 UTC 

RCU stall and the system boot hang
 2015-11-28 14:53 UTC  (2+ messages)

4.3+: Atheros ethernet fails after resume from s2ram, due to order 4 allocation
 2015-11-28 14:51 UTC  (6+ messages)
  ` [PATCH] Improve Atheros ethernet driver not to do order 4 GFP_ATOMIC allocation

[PATCH V2 1/2] devicetree: bindings: Add vendor prefix for Kosagi
 2015-11-28 14:47 UTC  (2+ messages)
` [PATCH V3 2/2] ARM: dts: imx6q: add Novena board

[PATCH] mkefidisk.sh: add startup script for automated boot
 2015-11-28 14:43 UTC 

[PATCH] xen/grant-table: constify gnttab_ops structure
 2015-11-28 14:28 UTC  (2+ messages)

[PATCH] xen/grant-table: constify gnttab_ops structure
 2015-11-28 14:28 UTC 

[meta-python][PATCH] python-cryptography, python-cryptography-vectors: uprev
 2015-11-28 14:35 UTC  (4+ messages)

[PATCH 2/2] USB: constify usb_mon_operations structure
 2015-11-28 14:19 UTC  (2+ messages)

[nightly] RT Core TISDK (fido/1.8) 2015.11 build 2015-11-28_05-00-32
 2015-11-28 14:31 UTC 

[Buildroot] [PATCH 1/1] Add ARM11 MPCore CPU target support
 2015-11-28 14:30 UTC  (2+ messages)

[meta-oe][PATCH] mkefidisk.sh: add boot log on console
 2015-11-28 14:29 UTC 

[Buildroot] [PATCH 1/1] gpsd: enable kpps support
 2015-11-28 14:10 UTC  (2+ messages)

[PATCH] spi: dw-mid: constify dw_spi_dma_ops structure
 2015-11-28 14:09 UTC  (2+ messages)

[Buildroot] [git commit] gpsd: enable kpps support
 2015-11-28 14:09 UTC 

[Buildroot] [git commit branch/next] gpsd: enable kpps support
 2015-11-28 14:09 UTC 

[PATCH] mtd: spi-nor: include mtd.h header for struct mtd_info definition
 2015-11-28 14:05 UTC  (4+ messages)

[PATCH] RDMA/nes: constify nes_cm_ops structure
 2015-11-28 14:00 UTC  (2+ messages)

[PATCH v2] pci: enable c800 magic for Clevo P150SM-A GTX 870M
 2015-11-28 13:53 UTC 

[Buildroot] [PATCH] package/autossh: really fix the path to ssh
 2015-11-28 13:53 UTC  (2+ messages)

[PATCH] pci: enable c800 magic for Clevo P150SM-A GTX 870M
 2015-11-28 13:52 UTC 

Integrate fully partman-reiser4 into d-i
 2015-11-28 13:48 UTC  (8+ messages)

[Buildroot] [git commit] package/autossh: really fix the path to ssh
 2015-11-28 13:48 UTC 

Bug/regression: Read-only mount not read-only
 2015-11-28 13:46 UTC 

[xen-unstable test] 65164: regressions - FAIL
 2015-11-28 13:41 UTC 

[Buildroot] [PATCH/next 1/1] package/ffmpeg: bump version to 2.8.3
 2015-11-28 13:33 UTC  (2+ messages)

[Buildroot] [git commit] package/ffmpeg: bump version to 2.8.3
 2015-11-28 13:32 UTC 

[Buildroot] [git commit branch/next] package/ffmpeg: bump version to 2.8.3
 2015-11-28 13:32 UTC 

[Buildroot] [PATCH/next 1/1] package/php: bump version to 5.6.16
 2015-11-28 13:32 UTC  (2+ messages)

[Buildroot] [git commit] package/php: bump version to 5.6.16
 2015-11-28 13:32 UTC 

[Buildroot] [git commit branch/next] package/php: bump version to 5.6.16
 2015-11-28 13:32 UTC 

[Buildroot] [PATCH v2/next 1/1] package/swig: bump version to 3.0.7
 2015-11-28 13:31 UTC  (2+ messages)

[Buildroot] [git commit] package/swig: bump version to 3.0.7
 2015-11-28 13:31 UTC 

[Buildroot] [git commit branch/next] package/swig: bump version to 3.0.7
 2015-11-28 13:31 UTC 

[Xenomai] https access
 2015-11-28 13:30 UTC 

[PATCH nft] src: perform sub-byte length matching from the evaluation step
 2015-11-28 13:20 UTC  (2+ messages)

[Bug 93147] [regression bisected] Stuttering in games caused by commit 4dfd6486 "drm: Use vblank timestamps to guesstimate how many vblanks were missed"
 2015-11-28 13:11 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] eth-raw-os.c: Add cast to bind(2) call
 2015-11-28 13:04 UTC  (2+ messages)
` [U-Boot] [PATCH 4/4] arch/arm/cpu/arm920t/ep93xx/led.c: Mark inline functions as static inline


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.