messages from 2015-05-17 08:26:37 to 2015-05-17 12:03:41 UTC [more...]
make check, src/test/ceph-disk.sh fails on Mint
2015-05-17 12:03 UTC (6+ messages)
[PATCH] zram: cosmetic zram_bvec_write() cleanup
2015-05-17 12:00 UTC
rtl28xx Leadtek
2015-05-17 11:55 UTC (3+ messages)
[PATCH v6 4/4] clk: dt: Introduce binding for always-on clock support
2015-05-15 14:12 UTC (11+ messages)
[PATCH 0/6] ARM: sunxi: Introduce Allwinner H3 support
2015-05-15 12:49 UTC (7+ messages)
` [PATCH 2/6] clk: sunxi: Add H3 clocks support
[PATCH 0/8] iio: Refactor __iio_update_buffers()
2015-05-17 11:44 UTC (17+ messages)
` [PATCH 1/8] iio: Replace printk in __iio_update_buffers with dev_dbg
` [PATCH 2/8] iio: __iio_update_buffers: Slightly refactor scan mask memory management
` [PATCH 3/8] iio: __iio_update_buffers: Perform request_update() only for new buffers
` [PATCH 4/8] iio: __iio_update_buffers: Update mode before preenable/after postdisable
` [PATCH 5/8] iio: __iio_update_buffers: Verify configuration before starting to apply it
` [PATCH 6/8] iio: __iio_update_buffers: Split enable and disable path into helper functions
` [PATCH 7/8] iio: __iio_update_buffers: Leave device in sane state on error
[Buildroot] [PATCH] libsodium: new package
2015-05-17 11:43 UTC (3+ messages)
[Buildroot] [git commit] ipmiutil: openssl is an optional dependency
2015-05-17 11:42 UTC
[PATCH v4 0/3] ARM: berlin: ADC support
2015-05-17 11:40 UTC (7+ messages)
` [PATCH v4 2/3] Documentation: bindings: document the Berlin ADC driver
` [PATCH v4 3/3] ARM: berlin: add an ADC node for the BG2Q
[Buildroot] [PATCH] Document the 72 char limit on package description
2015-05-17 11:38 UTC
[PATCH] v4l2: correct two SDR format names
2015-05-17 11:38 UTC
[Buildroot] [autobuild.buildroot.net] Build results for 2015-05-16
2015-05-17 11:37 UTC (3+ messages)
` [Buildroot] Analysis of build failures
[Buildroot] [autobuild.buildroot.net] Build results for 2015-05-11
2015-05-17 11:35 UTC (4+ messages)
[PATCH] vivid: SDR cap add 'CU08' Complex U8 format
2015-05-17 11:34 UTC
[PATCH 3.12 000/142] 3.12.43-stable review
2015-05-17 11:31 UTC (3+ messages)
[Qemu-devel] [PATCH] device-tree: Make a common-obj
2015-05-17 11:22 UTC (2+ messages)
lspci not working
2015-05-17 11:18 UTC (15+ messages)
[PATCH] DocBook: fix vidioc-qbuf.xml doc validation
2015-05-17 11:14 UTC (2+ messages)
[GIT PULL FOR v4.2] Various fixes
2015-05-17 11:12 UTC
[Buildroot] [PATCH v2 1/1] flashrom: Bump to version 0.9.8
2015-05-17 11:12 UTC (3+ messages)
[U-Boot] [PATCH v4] dm: sf: Add Atmel DataFlash spi flash driver
2015-05-17 11:10 UTC (4+ messages)
[RFC PATCH v3 00/37] perf tools: introduce 'perf bpf' command to load eBPF programs
2015-05-17 10:57 UTC (38+ messages)
` [RFC PATCH v3 01/37] perf/events/core: fix race in bpf program unregister
` [RFC PATCH v3 02/37] perf tools: Set vmlinux_path__nr_entries to 0 in vmlinux_path__exit
` [RFC PATCH v3 03/37] tools lib traceevent: Install libtraceevent.a into libdir
` [RFC PATCH v3 04/37] tools: Change FEATURE_TESTS and FEATURE_DISPLAY to weak binding
` [RFC PATCH v3 05/37] tools: Add __aligned_u64 to types.h
` [RFC PATCH v3 06/37] bpf tools: Introduce 'bpf' library to tools
` [RFC PATCH v3 07/37] bpf tools: Allow caller to set printing function
` [RFC PATCH v3 08/37] bpf tools: Define basic interface
` [RFC PATCH v3 09/37] bpf tools: Open eBPF object file and do basic validation
` [RFC PATCH v3 10/37] bpf tools: Check endianess and set swap flag according to EHDR
` [RFC PATCH v3 11/37] bpf tools: Iterate over ELF sections to collect information
` [RFC PATCH v3 12/37] bpf tools: Collect version and license from ELF sections
` [RFC PATCH v3 13/37] bpf tools: Collect map definitions from 'maps' section
` [RFC PATCH v3 14/37] bpf tools: Collect config string from 'config' section
` [RFC PATCH v3 15/37] bpf tools: Collect symbol table from SHT_SYMTAB section
` [RFC PATCH v3 16/37] bpf tools: Collect eBPF programs from their own sections
` [RFC PATCH v3 17/37] bpf tools: Collect relocation sections from SHT_REL sections
` [RFC PATCH v3 18/37] bpf tools: Record map accessing instructions for each program
` [RFC PATCH v3 19/37] bpf tools: Clear libelf and ELF parsing resrouce to finish opening
` [RFC PATCH v3 20/37] bpf tools: Add bpf.c/h for common bpf operations
` [RFC PATCH v3 21/37] bpf tools: Create eBPF maps defined in an object file
` [RFC PATCH v3 22/37] bpf tools: Relocate eBPF programs
` [RFC PATCH v3 23/37] bpf tools: Introduce bpf_load_program() to bpf.c
` [RFC PATCH v3 24/37] bpf tools: Load eBPF programs in object files into kernel
` [RFC PATCH v3 25/37] bpf tools: Introduce accessors for struct bpf_program
` [RFC PATCH v3 26/37] bpf tools: Introduce accessors for struct bpf_object
` [RFC PATCH v3 27/37] perf tools: Add new 'perf bpf' command
` [RFC PATCH v3 28/37] perf tools: Make perf depend on libbpf
` [RFC PATCH v3 29/37] perf bpf: Add 'perf bpf record' subcommand
` [RFC PATCH v3 30/37] perf bpf: Add bpf-loader and open ELF object files
` [RFC PATCH v3 31/37] perf bpf: Collect all eBPF programs
` [RFC PATCH v3 32/37] perf bpf: Parse probe points of eBPF programs during preparation
` [RFC PATCH v3 33/37] perf bpf: Probe at kprobe points
` [RFC PATCH v3 34/37] perf bpf: Load all eBPF object into kernel
` [RFC PATCH v3 35/37] perf tools: Add a bpf_wrapper global flag
` [RFC PATCH v3 36/37] perf tools: Add bpf_fd field to evsel and config it
` [RFC PATCH v3 37/37] perf tools: Attach eBPF program to perf event
[Buildroot] [PATCH 1/1] hwloc: fix condition to display comment message in menuconfig
2015-05-17 10:57 UTC (2+ messages)
[RFC][PATCHSET v3] non-recursive pathname resolution & RCU symlinks
2015-05-17 10:55 UTC (11+ messages)
[PATCH 0/4] x86/microcode/intel: Some trivial cleanups
2015-05-17 10:55 UTC (5+ messages)
` [PATCH 1/4] x86/microcode/intel: Rename get_matching_microcode
` [PATCH 2/4] x86/microcode/intel: Simplify update_match_cpu()
` [PATCH 3/4] x86/microcode/intel: Simplify get_matching_sig()
` [PATCH 4/4] x86/microcode/intel: Rename get_matching_sig()
[PATCH 1/6] crypto: md5: add MD5 initial vectors
2015-05-17 10:54 UTC (18+ messages)
` [PATCH 2/6] crypto: md5: use md5 IV MD5_HX instead of their raw value
` [PATCH 3/6] crypto: powerpc/md5: "
` [PATCH 4/6] crypto: sparc/md5: "
` [PATCH 5/6] crypto: n2: "
` [PATCH 6/6] crypto: octeon: "
[qemu-upstream-4.3-testing test] 56583: regressions - FAIL
2015-05-17 10:52 UTC
[PATCH v9] crypto: Add Allwinner Security System crypto accelerator
2015-05-17 10:48 UTC (11+ messages)
` [PATCH v9 4/4] "
[PATCH] rtc: mt6397: fix build on some 32bits platforms
2015-05-17 10:47 UTC (10+ messages)
` [rtc-linux] "
` [rtc-linux] "
[RESEND PATCH V3 for-next 0/3] HW Device hot-removal support
2015-05-17 10:33 UTC (5+ messages)
kernel page fault in r8712u
2015-05-17 10:29 UTC (6+ messages)
[Qemu-devel] [PATCH v8 0/7] QEMU:Xen stubdom vTPM for HVM virtual machine(QEMU Part)
2015-05-17 5:20 UTC (9+ messages)
` [Qemu-devel] [PATCH v8 1/7] Qemu-Xen-vTPM: Support for Xen stubdom vTPM command line options
` [Qemu-devel] [PATCH v8 2/7] Qemu-Xen-vTPM: Create a new file xen_pvdev.c
` [Qemu-devel] [PATCH v8 3/7] Qemu-Xen-vTPM: Xen frontend driver infrastructure
` [Qemu-devel] [PATCH v8 4/7] Qemu-Xen-vTPM: Register Xen stubdom vTPM frontend driver
` [Qemu-devel] [PATCH v8 5/7] Qemu-Xen-vTPM: Move tpm_passthrough_is_selftest() into tpm_util.c
` [Qemu-devel] [PATCH v8 6/7] Qemu-Xen-vTPM: Qemu vTPM xenstubdoms backen
` [Qemu-devel] [PATCH v8 7/7] Qemu-Xen-vTPM: QEMU machine class is initialized before tpm_init()
[U-Boot] [PATCH v2] sunxi: Make dram odt-en configurable through Kconfig for A33 based boards
2015-05-17 10:25 UTC (2+ messages)
[libvirt test] 56590: regressions - FAIL
2015-05-17 10:25 UTC
[B.A.T.M.A.N.] Patch to add mesh_no_rebroadcast
2015-05-17 10:22 UTC (6+ messages)
[U-Boot] USB storage with u-boot on RPi B
2015-05-17 10:22 UTC
[PATCH v4] iio: accel: Add support for Sensortek STK8312
2015-05-17 10:02 UTC (2+ messages)
[PATCH] iio: accel: bmc150: decouple buffer and triggers
2015-05-17 9:58 UTC (4+ messages)
[PATCH 0/2] Allow twl4030_charger to find phy reliably
2015-05-17 9:56 UTC (5+ messages)
` [PATCH 2/2] twl4030_charger: find associated phy by more reliable means
linux timer questions
2015-05-17 9:56 UTC
[PATCH V4 0/7] iio: mma8452 enhancements
2015-05-17 9:55 UTC (15+ messages)
` [PATCH V4 1/7] iio: mma8452: Initialise before activating
` [PATCH V4 2/7] iio: mma8452: Add access to registers via DebugFS
` [PATCH V4 3/7] iio: core: add high pass filter attributes
` [PATCH V4 4/7] iio: mma8452: Basic support for transient events
` [PATCH V4 5/7] iio: mma8452: Add support for transient event debouncing
` [PATCH V4 6/7] iio: mma8452: Add highpass filter configuration
` [PATCH V4 7/7] iio: mma8452: Add support for interrupt driven triggers
[B.A.T.M.A.N.] [PATCH] fix algorithm, which was unintentional changed on update from 2013 to 2014
2015-05-17 9:49 UTC (2+ messages)
[B.A.T.M.A.N.] [PATCH] fixes a uint32 overflow
2015-05-17 9:42 UTC (2+ messages)
[PATCH v3 0/7] Add Mediatek MMC driver
2015-05-17 9:40 UTC (11+ messages)
` [PATCH v3 2/7] mmc: mediatek: "
[U-Boot] [PATCH 0/7] avr32: remove non-generic boards
2015-05-17 9:35 UTC (7+ messages)
[B.A.T.M.A.N.] Patch which fixes a uint32overflow ; fix algorithm which was unintented changed on 2014 update
2015-05-17 9:29 UTC (4+ messages)
[PATCH 0/2] iio: gyro: bmg160: decouple buffer from triggers
2015-05-17 9:27 UTC (5+ messages)
` [PATCH 1/2] iio: gyro: bmg160: remove redundant field
` [PATCH 2/2] iio: gyro: bmg160: decouple buffer and triggers
[uml-devel] [PATCH] um: Switch clocksource to hrtimers
2015-05-17 9:25 UTC
getting the sound to work on my asus m6s00v
2015-05-17 9:24 UTC (13+ messages)
[PATCH 0/2] extcon: Use the unique id for each cable and update the extcon notifier
2015-05-17 9:09 UTC (5+ messages)
` [PATCH 1/2] extcon: Use the unique id for external connector instead of string
Got 10 csum errors according to dmesg but 0 errors according to dev stats
2015-05-17 8:57 UTC (6+ messages)
[GIT PULL] ARM: EXYNOS: Improvements for 4.2, second try
2015-05-17 8:52 UTC (3+ messages)
btrfs balance 4.0 regression?
2015-05-17 8:46 UTC (4+ messages)
[PATCH] i2c: powermac: don't workaround for keywest
2015-05-17 8:40 UTC (3+ messages)
[PATCH v4] iio: add m62332 DAC driver
2015-05-17 8:39 UTC (2+ messages)
[PATCH] Revert "sdhci-of-esdhc: Support 8BIT bus width."
2015-05-17 8:36 UTC (7+ messages)
[PATCH] iio: accel: Add support for Sensortek STK8BA50
2015-05-17 8:31 UTC (2+ messages)
[PATCH v6 00/13] ARM: dts: exynos4: labels for overriding nodes
2015-05-17 8:30 UTC (16+ messages)
` [PATCH 3/4] ARM: multi_v7_defconfig: Enable TMU for Exynos
` [PATCH 4/4] ARM: multi_v7_defconfig: Enable OHCI on Exynos
` [PATCH v6 10/13] ARM: dts: Use labels for overriding nodes in exynos4412-smdk4412
` [PATCH v6 11/13] ARM: dts: Use labels for overriding nodes in exynos4412-trats2
` [PATCH v6 12/13] ARM: dts: Use labels for overriding nodes in exynos4412-origen
` [PATCH v6 13/13] ARM: dts: Use labels for overriding nodes in exynos4412-tiny4412
[PATCH v5 0/6] mtrr, mm, x86: Enhance MTRR checks for huge I/O mapping
2015-05-17 8:30 UTC (3+ messages)
` [PATCH v5 1/6] mm, x86: Simplify conditions of HAVE_ARCH_HUGE_VMAP
[PATCH v4 0/8] ARM: dts: exynos5: labels for overriding nodes
2015-05-17 8:26 UTC (5+ messages)
` [PATCH v4 3/8] ARM: dts: Remove duplicated I2C7 nodes in exynos5250-snow
` [PATCH v4 4/8] ARM: dts: Use labels for overriding nodes in exynos5420-arndale-octa
` [PATCH v4 5/8] ARM: dts: Use labels for overriding nodes in exynos542x
` [PATCH v4 6/8] ARM: dts: Use labels for overriding nodes in exynos5420-smdk5420
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.