All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-08-24 14:15:40 to 2015-08-24 15:12:48 UTC [more...]

[U-Boot] [PATCH v4 00/33] dm: Introduce Rockchip RK3288 support
 2015-08-24 15:12 UTC  (31+ messages)
` [U-Boot] [PATCH v4 01/33] pinctrl: Correct build errors in the pinctrl_simple
` [U-Boot] [PATCH v4 02/33] pinctrl: Add help text to Kconfig
` [U-Boot] [PATCH v4 03/33] pinctrl: Add the concept of peripheral IDs
` [U-Boot] [PATCH v4 04/33] mmc: Support bypass mode with the get_mmc_clk() method
` [U-Boot] [PATCH v4 05/33] dm: do not return pointer if NULL is given to devp of device_bind()
` [U-Boot] [PATCH v4 06/33] dm: Improve handling of a missing uclass
` [U-Boot] [PATCH v4 07/33] dm: Provide better debugging when a device fails to bind
` [U-Boot] [PATCH v4 08/33] arm: reset: Avoid a build error when the reset uclass is enabled
` [U-Boot] [PATCH v4 09/33] rockchip: Add serial support
` [U-Boot] [PATCH v4 10/33] rockchip: Bring in RK3288 device tree file includes and bindings
` [U-Boot] [PATCH v4 11/33] rockchip: rk3288: dts: Make core devices available early
` [U-Boot] [PATCH v4 12/33] mkimage: Allow padding to any length
` [U-Boot] [PATCH v4 13/33] mkimage: Allow the original file size to be recorded
` [U-Boot] [PATCH v4 14/33] rockchip: Add the rkimage format to mkimage
` [U-Boot] [PATCH v4 15/33] rockchip: Add support for the SD image
` [U-Boot] [PATCH v4 16/33] rockchip: Add support for the SPI image
` [U-Boot] [PATCH v4 17/33] rockchip: gpio: Add rockchip GPIO driver
` [U-Boot] [PATCH v4 18/33] rockchip: Add basic peripheral and clock definitions
` [U-Boot] [PATCH v4 19/33] power: Add support for ACT8846 PMIC
` [U-Boot] [PATCH v4 20/33] power: regulator: Add a driver for ACT8846 regulators
` [U-Boot] [PATCH v4 21/33] rockchip: rk3288: Add clock driver
` [U-Boot] [PATCH v4 22/33] rockchip: rk3288: Add header files for PMU and GRF
` [U-Boot] [PATCH v4 23/33] rockchip: rk3288: Add SoC reset driver
` [U-Boot] [PATCH v4 24/33] rockchip: rk3288: Add a simple syscon driver
` [U-Boot] [PATCH v4 25/33] rockchip: rk3288: Add pinctrl driver
` [U-Boot] [PATCH v4 26/33] rockchip: rk3288: Add SDRAM init
` [U-Boot] [PATCH v4 27/33] rockchip: Add an MMC driver
` [U-Boot] [PATCH v4 28/33] rockchip: Add core SoC start-up code
` [U-Boot] [PATCH v4 29/33] rockchip: Add I2C driver
` [U-Boot] [PATCH v4 30/33] rockchip: Add SPI driver

[PATCH v2] drivers/of/fdt.c: replace pr_warning by pr_warn
 2015-08-24 15:12 UTC  (3+ messages)

[PATCH] staging/lustre: change Lustre URLs and mailing list
 2015-08-24 15:11 UTC 

[PATCH] of: add vendor prefix for Socionext Inc
 2015-08-24 15:11 UTC  (3+ messages)

[PATCH] RFC: include/usb/ch9.h: pad usb_endpoint_descriptor with 1 byte
 2015-08-24 15:10 UTC  (4+ messages)

[PATCH 3/3 v4] mm/vmalloc: Cache the vmalloc memory info
 2015-08-24 15:11 UTC  (3+ messages)

[PATCH 00/10] Add support for img AXD audio hardware decoder
 2015-08-24 15:11 UTC  (12+ messages)
` [PATCH 01/10] irqchip: irq-mips-gic: export gic_send_ipi

(unknown),
 2015-08-24 15:11 UTC 

[PATCH] mmc: enable mmc host device to suspend/resume asynchronously
 2015-08-24 15:11 UTC  (4+ messages)

[PATCH v9 0/4] Sending kernel pathrecord query to user cache server
 2015-08-24 15:10 UTC  (4+ messages)

[PATCH v13 00/12] port tag.c to use ref-filter APIs
 2015-08-24 15:09 UTC  (6+ messages)
` [PATCH v13 11/12] tag.c: implement '--format' option

[refpolicy] [PATCH 1/3] rsync: remove rsync_run from admin interface
 2015-08-24 15:10 UTC  (3+ messages)
` [refpolicy] [PATCH 2/3] git: allow git_system_t to listen on tcp_sockets
` [refpolicy] [PATCH 3/3] hadoop: init_startstop_service() can not take attributes

[PATCH 1/2] amdgpu: remove sequence mutex
 2015-08-24 15:10 UTC  (3+ messages)
` [PATCH 2/2] amdgpu: serialize drmPrimeFDToHandle

[PATCH v7 0/6] Allow user to request memory to be locked on page fault
 2015-08-24 15:09 UTC  (15+ messages)
` [PATCH v7 3/6] mm: Introduce VM_LOCKONFAULT

[PATCH lttng-tools v2] Fix: Python agent tests were always skipped
 2015-08-24 15:08 UTC 

[Buildroot] [PATCH] package/dropbear: fix when readlink is busybox'
 2015-08-24 15:09 UTC  (2+ messages)

How to determine the reserved blocks in xfs filesystem ?
 2015-08-24 15:08 UTC  (3+ messages)

Kernel RBD Readahead
 2015-08-24 15:06 UTC  (3+ messages)

[PATCH v2] Documentation: add 'crashkernel=auto' entry into kernel-parameters.txt
 2015-08-24 15:04 UTC 

[Buildroot] [git commit] package/dropbear: fix when readlink is from busybox
 2015-08-24 15:06 UTC 

Intel SST on a Bay Trail tablet
 2015-08-24 15:05 UTC  (3+ messages)

[PATCHv3 0/5] Fix compound_head() race
 2015-08-24 15:04 UTC  (9+ messages)
` [PATCHv3 1/5] mm: drop page->slab_page
` [PATCHv3 2/5] zsmalloc: use page->private instead of page->first_page

[U-Boot] [PATCH 1/2] arm: socfpga: mmc: Enable calibration for drvsel and smpsel
 2015-08-24 15:04 UTC  (7+ messages)

Opensource plugin for pulling out cluster recovery and client IO metric
 2015-08-24 15:03 UTC 

ceph branch status
 2015-08-24 15:00 UTC 

Prevent list poison values from being mapped by userspace processes
 2015-08-24 15:00 UTC  (5+ messages)
  ` [PATCH 0/4] Efficiency cleanups

[PATCH] man ip-link: Add little explanations about VLAN qos map
 2015-08-24 14:57 UTC 

[PATCH][1.24/Dizzy] cooker: properly fix bitbake.lock handling
 2015-08-24 14:59 UTC  (3+ messages)

Corruption(?) if pm_genpd_add_device() fails
 2015-08-24 14:57 UTC 

[Qemu-devel] [RESEND PATCH v9 0/4] remove icc bus/bridge
 2015-08-24 14:56 UTC  (5+ messages)
` [Qemu-devel] [RESEND PATCH v9 1/4] apic: map APIC's MMIO region at each CPU's address space

[PATCH] scripts/checkkconfigsymbols.py: support default statements
 2015-08-24 14:57 UTC  (5+ messages)
` [PATCH v2] "

[Printing-architecture] PDF workflow, cupsaddsmb, and Windows clients
 2015-08-24 14:56 UTC 

[U-Boot] [PATCH 00/15] sunxi_nand_spl: cleanups, auto config and bad block handling
 2015-08-24 14:54 UTC  (5+ messages)
` [U-Boot] [PATCH 07/15] sunxi_nand_spl: Turn off clocks when we're done with the nand

[Qemu-devel] [PATCH 0/6] virtio pci 1.0 optimizations and fixes
 2015-08-24 14:52 UTC  (3+ messages)
` [Qemu-devel] [PATCH 5/6] virtio-pci: introduce pio notification capability for modern device

[PATCH-v3 0/2] regulator: 88pm800: Add dual phase mode support on BUCK1
 2015-08-24 14:54 UTC  (5+ messages)
` [PATCH-v3 1/2] mfd: devicetree: bindings: 88pm800: Add DT property for dual phase enable

[PATCH v11 00/20] Compile-time stack validation
 2015-08-24 14:46 UTC  (21+ messages)
` [PATCH v11 01/20] x86/asm: Frame pointer macro cleanup
` [PATCH v11 02/20] x86/asm: Add C versions of frame pointer macros
` [PATCH v11 03/20] x86/stackvalidate: Compile-time stack validation
` [PATCH v11 04/20] x86/stackvalidate: Add file and directory ignores
` [PATCH v11 05/20] x86/stackvalidate: Add ignore macros
` [PATCH v11 06/20] x86/xen: Add stack frame dependency to hypercall inline asm calls
` [PATCH v11 07/20] x86/paravirt: Add stack frame dependency to PVOP "
` [PATCH v11 08/20] x86/paravirt: Create a stack frame in PV_CALLEE_SAVE_REGS_THUNK
` [PATCH v11 09/20] x86/amd: Set ELF function type for vide()
` [PATCH v11 10/20] x86/reboot: Add ljmp instructions to stackvalidate whitelist
` [PATCH v11 11/20] x86/xen: Add xen_cpuid() and xen_setup_gdt() to stackvalidate whitelists
` [PATCH v11 12/20] x86/asm/crypto: Create stack frames in aesni-intel_asm.S
` [PATCH v11 13/20] x86/asm/crypto: Move .Lbswap_mask data to .rodata section
` [PATCH v11 14/20] x86/asm/crypto: Move jump_table "
` [PATCH v11 15/20] x86/asm/crypto: Create stack frames in clmul_ghash_mul/update()
` [PATCH v11 16/20] x86/asm/entry: Create stack frames in thunk functions
` [PATCH v11 17/20] x86/asm/acpi: Create a stack frame in do_suspend_lowlevel()
` [PATCH v11 18/20] x86/asm: Create stack frames in rwsem functions
` [PATCH v11 19/20] x86/asm/efi: Create a stack frame in efi_call()
` [PATCH v11 20/20] x86/asm/power: Create stack frames in hibernate_asm_64.S

[PATCH] MPI: Fix mpi_read_buffer
 2015-08-24 14:52 UTC 

[U-Boot] [PATCH v7 0/6] net: Move e1000 driver to driver model and Kconfig
 2015-08-24 14:52 UTC  (13+ messages)
` [U-Boot] [PATCH v7 1/6] net: e1000: Move #include of common.h to the C files
` [U-Boot] [PATCH v7 2/6] net: e1000: Prepare for driver model conversion
` [U-Boot] [PATCH v7 3/6] net: e1000: Convert to driver model
` [U-Boot] [PATCH v7 4/6] net: e1000: Add Kconfig options
` [U-Boot] [PATCH v7 5/6] Tidy up some defconfig files
` [U-Boot] [PATCH v7 6/6] net: Move CONFIG_E1000 options to Kconfig

[PATCH block/for-linus] writeback: fix syncing of I_DIRTY_TIME inodes
 2015-08-24 14:51 UTC  (12+ messages)

[U-Boot] [PATCH] net: e1000: Support 64-bit physical address
 2015-08-24 14:51 UTC  (2+ messages)

[U-Boot] [PATCH v2] net: Return -EINTR when ctrl+c is pressed
 2015-08-24 14:51 UTC  (2+ messages)

[PATCH] Fix `git rev-list --show-notes HEAD` when there are no notes
 2015-08-24 14:48 UTC  (5+ messages)

[PATCH v3 0/14] Add Analogix Core Display Port Driver
 2015-08-24 14:48 UTC  (7+ messages)
` [PATCH v3 06/14] Documentation: drm/bridge: add document for analogix_dp

[U-Boot] [PATCH] tftp: adjust settings to be suitable for 100Mbit ethernet
 2015-08-24 14:48 UTC  (2+ messages)

linux-next: build failure after merge of the nfs tree
 2015-08-24 14:48 UTC  (4+ messages)

Enabling contributors to run teuthology suites
 2015-08-24 14:46 UTC  (2+ messages)

[PATCH 0/2] kbuild: Minor cleanups of fixdep
 2015-08-24 14:46 UTC  (2+ messages)

[patch net-next 0/3] mlxsw: small driver update
 2015-08-24 14:45 UTC  (4+ messages)
` [patch net-next 1/3] mlxsw: Remove duplicate included header
` [patch net-next 2/3] mlxsw: expose EMAD transactions statistics via debugfs
` [patch net-next 3/3] mlxsw: adjust log messages level in __mlxsw_emad_transmit

Support for qca9377 ??
 2015-08-24 14:43 UTC  (2+ messages)

Getting started on switching rtl8188eu staging driver to LIB80211/MAC80211
 2015-08-24 14:42 UTC  (2+ messages)

[Qemu-devel] [PATCH COLO-Frame v8 00/34] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)
 2015-08-24 14:38 UTC  (2+ messages)

linux-next: Tree for Aug 24
 2015-08-24 14:36 UTC  (2+ messages)
` linux-next: Tree for Aug 24 (media/i2c/tc358743.c)

[PATCH 3/8][v3]usb:fsl:otg: Add support to add/remove usb host driver
 2015-08-24 14:35 UTC  (2+ messages)

[PATCH v2 0/6] perf: Introduce extended syscall error reporting
 2015-08-24 14:33 UTC  (7+ messages)
` [PATCH v2 1/6] "
` [PATCH v2 2/6] perf: Add file name and line number to perf extended error reports
` [PATCH v2 3/6] perf: Annotate some of the error codes with perf_err()
` [PATCH v2 4/6] perf/x86: "
` [PATCH v2 5/6] perf/x86/intel/pt: Use extended error reporting in event initialization
` [PATCH v2 6/6] perf/x86/intel/bts: "

[PATCH 1/5] clocksource: mediatek: do not enable GPT_CLK_EVT when setup
 2015-08-24 14:35 UTC  (14+ messages)
` [PATCH v2 "
          ` [PATCH] clockevents/drivers/mtk: Fix spurious interrupt leading to crash

[PATCH] scripts/kernel-doc: Improve Markdown results
 2015-08-24 14:34 UTC  (3+ messages)

[PATCH 14/14] exynos/fimg2d: remove g2d_context from public header
 2015-08-24 14:34 UTC 

[PATCH] docs: update HOWTO for 3.x -> 4.x versioning
 2015-08-24 14:33 UTC 

[PATCH v3 0/6] ARCv2 port to Linux - (C) perf
 2015-08-24 14:30 UTC  (8+ messages)
` [PATCH v3 1/6] ARC: perf: cap the number of counters to hardware max of 32
` [PATCH v3 2/6] ARCv2: perf: implement "event_set_period"
` [PATCH v3 3/6] ARCv2: perf: Support sampling events using overflow interrupts
` [PATCH v3 4/6] ARCv2: perf: implement exclusion of event counting in user or kernel mode
` [PATCH v3 5/6] ARCv2: perf: SMP support
` [PATCH v3 6/6] ARCv2: perf: Finally introduce HS perf unit

drm/msm/dsi: hs_zero timing
 2015-08-24 14:32 UTC  (5+ messages)

[PATCH] drm: fix the usage after free
 2015-08-24 14:30 UTC  (6+ messages)

[PATCH] harfbuzz: upgrade to 1.0.2
 2015-08-24 14:30 UTC 

[PATCH 1/7] drm/i915: Remove duplicated dpcd write on hsw_psr_enable_sink
 2015-08-24 14:29 UTC  (3+ messages)
` [PATCH 3/7] drm/i915: PSR: Let's rely more on frontbuffer tracking

[PATCH RFC 00/10] stat read during perf sampling
 2015-08-24 14:27 UTC  (7+ messages)
` [PATCH RFC 02/10] perf,tools: Support new sort type --socket

Re-using sun5i-a13.dtsi for the r8 ?
 2015-08-24 14:26 UTC  (2+ messages)

[patch] crypto: qat - silence a static checker warning
 2015-08-24 14:24 UTC  (4+ messages)

[PATCH v3] dmaengine: hdmac: Add memset capabilities
 2015-08-24 14:24 UTC  (3+ messages)

[PATCH v2] ARM: DT: STi: STiH418: Fix mmc0 clock configuration
 2015-08-24 14:23 UTC  (3+ messages)

[RFC PATCH 0/7] DMA: Add support for Tegra210 ADMA
 2015-08-24 14:21 UTC  (8+ messages)
` [RFC PATCH 1/7] DMA: tegra-apb: Correct runtime-pm usage

[PATCH v2 00/23] x86: multiboot2 protocol support
 2015-08-24 11:35 UTC  (9+ messages)
` [PATCH v2 09/23] efi: create efi_enabled()
` [PATCH v2 10/23] efi: build xen.gz with EFI code

[PATCH] Ensure that MIPS target code is compiled for the O32 ABI
 2015-08-24  9:27 UTC  (9+ messages)
      ` [PATCH v2] "

Dmesg not being dumped
 2015-08-24 14:17 UTC  (6+ messages)

[PATCH] crypto: caam - fix writing to JQCR_MS when using service interface
 2015-08-24 14:17 UTC  (2+ messages)

[PATCH v3 1/3] crypto: caam: ctrl: Fix the error handling
 2015-08-24 14:17 UTC  (2+ messages)

[PATCH 00/14] drm/exynos: rewrite fimg2d error handling
 2015-08-24 14:14 UTC  (5+ messages)
` [PATCH 09/14] exynos/fimg2d: check buffer space in g2d_scale_and_blend()
` [PATCH 10/14] exynos/fimg2d: remove default case from g2d_get_blend_op()
` [PATCH 11/14] exynos/fimg2d: remove superfluous initialization of g2d_point_val
` [PATCH 12/14] exynos/fimg2d: make g2d_add_cmd() less heavy

[Qemu-devel] [PATCH v4 0/7] Extract TLS handling code from VNC server
 2015-08-24 14:14 UTC  (2+ messages)
` [Qemu-devel] [PATCH v4 4/7] crypto: add sanity checking of TLS x509 credentials


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.