All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-08-21 17:21:11 to 2015-08-21 18:25:45 UTC [more...]

[PATCH/RFC v3 0/4] serial: sh-sci: Add DT DMA support
 2015-08-21 18:25 UTC  (8+ messages)
` [PATCH/RFC v3 1/4] serial: sh-sci: Stop TX and RX on shutdown
` [PATCH/RFC v3 2/4] serial: sh-sci: Get rid of the workqueue to handle receive DMA requests
` [PATCH/RFC v3 3/4] serial: sh-sci: Submit RX DMA from RX interrupt on (H)SCIF

[PATCH 2/2] dts: keystone: Change "ti,davinci-i2c" compatible to "ti,keystone-i2c"
 2015-08-21 18:25 UTC  (2+ messages)

GRUB release schedule?
 2015-08-21 18:24 UTC  (7+ messages)

[PATCH] clk: rockchip: Add pclk_peri to critical clocks on RK3066/RK3188
 2015-08-21 18:24 UTC  (6+ messages)

[PATCH v4 00/52] PCI: Resource allocation cleanup for v4.3
 2015-08-21 18:24 UTC  (6+ messages)
` [PATCH v4 43/52] OF/PCI: Add IORESOURCE_MEM_64 for 64-bit resource

[Qemu-devel] [PATCH] block/nfs: cache allocated filesize for read-only files
 2015-08-21 18:23 UTC  (4+ messages)

[PATCH] drm/i915/skl: Update DDI buffer translation programming
 2015-08-21 18:23 UTC  (2+ messages)

[PATCH v3] xtensa: improve vmlinux.lds.S sed post-processing
 2015-08-21 18:22 UTC  (2+ messages)

[PATCH v3 1/3] media: atmel-isi: setup the ISI_CFG2 register directly
 2015-08-21 18:22 UTC  (3+ messages)
` [PATCH v3 3/3] media: atmel-isi: add sanity check for supported formats in try/set_fmt()

[PATCH] selftests/seccomp: add support for s390
 2015-08-21 18:22 UTC 

[PATCH,RFC] sched: fix "impossible" load balancing oops
 2015-08-21 18:21 UTC 

[PATCH 0/2] xfsdump: fix problems in cb_add_inogrp
 2015-08-21 18:22 UTC  (5+ messages)
` [PATCH 1/2] xfsdump: use 64bit local variables in inode.c
` [PATCH 2/2] xfsdump: don't do pointer math twice

[PATCH v4 1/4] Numachip: Fix 16-bit APIC ID truncation
 2015-08-21 18:19 UTC  (3+ messages)
` [PATCH v4 4/4] Use 2GB memory block size on large-memory x86-64 systems

[Ksummit-discuss] [TECH TOPIC] Fix devm_kzalloc, its users, or both
 2015-08-21 18:18 UTC  (10+ messages)

Chunk fullness distribution
 2015-08-21 18:18 UTC  (2+ messages)

[PATCH] mm/readahead.c: fix regression caused by small readahead limit
 2015-08-21 18:17 UTC  (4+ messages)
` [PATCH] mm: use only per-device "

[PATCH] DRM - radeon: Don't link train DisplayPort on HPD until we get the dpcd
 2015-08-21 18:16 UTC 

drm/msm/dsi: hs_zero timing
 2015-08-21 18:13 UTC 

[PATCH v6 0/8] MC preparation patches
 2015-08-21 18:11 UTC  (15+ messages)
` [PATCH v6 1/8] [media] media: create a macro to get entity ID
` [PATCH v6 3/8] [media] media: use media_gobj inside entities
` [PATCH v6 7/8] [media] media: add a debug message to warn about gobj creation/removal

[PATCH for 4.7] xen: Replace alloc_vcpu_guest_context() with vmalloc()
 2015-08-21 18:10 UTC  (3+ messages)

[PATCH] v4l: omap3isp: Enable driver compilation with COMPILE_TEST
 2015-08-21 18:09 UTC 

[PATCH] utils.movefile: specify dest file name
 2015-08-21 10:05 UTC  (2+ messages)
` [PATCH v2] bb.utils.movefile: "

[PATCH WIP 28/43] IB/core: Introduce new fast registration API
 2015-08-21 18:08 UTC  (11+ messages)

BTRFS cannot remove empry directory pretending it is not empty
 2015-08-21 18:07 UTC  (4+ messages)

linux-next conflict resolution branch for btrfs
 2015-08-21 18:06 UTC  (3+ messages)

[PATCH] xfs: Fix file type directory corruption for btree directories
 2015-08-21 18:06 UTC  (2+ messages)

[PATCH] perf script/python: add new compaction-times script
 2015-08-21 18:05 UTC  (5+ messages)
` [PATCH v2] "

OVS-DPDK performance problem on ixgbe vector PMD
 2015-08-21 18:05 UTC 

[PATCH 0/3] Showing merges easier with "git log"
 2015-08-21 18:03 UTC  (2+ messages)
` [PATCH 4/3] builtin/log.c: minor reformat

[PATCH v3 00/33] serial: sh-sci: Miscellaneous and DMA Improvements
 2015-08-21 18:02 UTC  (68+ messages)
` [PATCH v3 01/33] serial: sh-sci: Replace buggy big #ifdef by runtime logic
` [PATCH v3 02/33] serial: sh-sci: Prevent compiler warnings on 64-bit
` [PATCH v3 03/33] serial: sh-sci: Correct SCIF_ERROR_CLEAR for plain SCIF
` [PATCH v3 04/33] serial: sh-sci: Use SCIF_DR instead of hardcoded literal 1
` [PATCH v3 05/33] serial: sh-sci: Use SCSMR_CKS instead of hardcoded literal 3
` [PATCH v3 06/33] serial: sh-sci: Drop path in reference to serial_core.c
` [PATCH v3 07/33] serial: sh-sci: Improve readability of sampling rate configuration
` [PATCH v3 08/33] serial: sh-sci: Make sci_irq_desc[] const
` [PATCH v3 09/33] serial: sh-sci: Make sci_regmap[] const
` [PATCH v3 10/33] serial: sh-sci: Remove useless memory allocation failure printks
` [PATCH v3 11/33] serial: sh-sci: Remove bogus sci_handle_fifo_overrun() call on (H)SCIF
` [PATCH v3 12/33] serial: sh-sci: Return IRQ_HANDLED when overrun if detected
` [PATCH v3 13/33] serial: sh-sci: Improve DMA error messages
` [PATCH v3 14/33] serial: sh-sci: Improve comments for DMA timeout calculation
` [PATCH v3 15/33] serial: sh-sci: Handle DMA init failures inside sci_request_dma()
` [PATCH v3 16/33] serial: sh-sci: Use correct device for DMA mapping with IOMMU
` [PATCH v3 17/33] serial: sh-sci: Use min_t()/max_t() instead of casts
` [PATCH v3 18/33] serial: sh-sci: Switch to dma_map_single() for DMA transmission
` [PATCH v3 19/33] serial: sh-sci: Fix TX buffer mapping leak
` [PATCH v3 20/33] serial: sh-sci: Use DMA submission helpers instead of open-coding
` [PATCH v3 21/33] serial: sh-sci: Switch to generic DMA residue handling
` [PATCH v3 22/33] serial: sh-sci: Stop acknowledging DMA transmit completions
` [PATCH v3 23/33] serial: sh-sci: Simplify sci_submit_rx() error handling
` [PATCH v3 24/33] serial: sh-sci: Do not resubmit DMA descriptors
` [PATCH v3 25/33] serial: sh-sci: Fix exclusion of work_fn_rx and sci_dma_rx_complete
` [PATCH v3 26/33] serial: sh-sci: Fix race condition between RX worker and cleanup
` [PATCH v3 27/33] serial: sh-sci: Pass scatterlist to sci_dma_rx_push()
` [PATCH v3 28/33] serial: sh-sci: Use tty_insert_flip_string() for DMA receive
` [PATCH v3 29/33] serial: sh-sci: Use incrementing pointers instead of stack array
` [PATCH v3 30/33] serial: sh-sci: Fix NULL pointer dereference if HIGHMEM is enabled
` [PATCH v3 31/33] serial: sh-sci: Don't call sci_rx_interrupt() on error when using DMA
` [PATCH v3 32/33] serial: sh-sci: Don't kick tx in sci_er_interrupt() "
` [PATCH v3 33/33] serial: sh-sci: Don't call sci_dma_rx_push() if no data has arrived

[PATCH v4] git-p4: fix faulty paths for case insensitive systems
 2015-08-21 18:01 UTC  (2+ messages)

ipset v6.25.1 does not recognize 'counters' as option
 2015-08-21 18:01 UTC  (4+ messages)

[U-Boot] [RFC v3 PATCH 0/4] add pinctrl driver framework
 2015-08-21 17:56 UTC  (4+ messages)
` [U-Boot] [RFC v3 PATCH 2/4] pinctrl: add pin control uclass support

[Buildroot] [RFC 00/37] efl bump to 1.14.2
 2015-08-21 17:56 UTC  (3+ messages)

[Buildroot] [PATCH] package/minidlna/S60minidlnad: add force-reload to rebuild DB
 2015-08-21 17:55 UTC 

[PATCH] omapdrmtest: fix use of deprecated libav/ffmpeg API
 2015-08-21 17:54 UTC 

[U-Boot] [PATCH v2 0/3] arm: Move all boards over to generic board
 2015-08-21 17:53 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] arm: Enable CONFIG_SYS_GENERIC_BOARD for all boards

[U-Boot] [PATCH] image: Fix loop condition to avoid warning
 2015-08-21 17:53 UTC  (2+ messages)

[PATCH] clk: rockchip: handle critical clocks after registrering all clocks
 2015-08-21 17:51 UTC  (3+ messages)

Build failres with Xen 4.6.0-rc1 (firmware/etherboot/ipxe)
 2015-08-21 17:51 UTC 

gpio-f7188x: Fix concurrent GPIO accesses (and minor improvements)
 2015-08-21 17:52 UTC  (3+ messages)
` [1/4] gpio: gpio-f7188x: Use mutex for access serialisation

[PATCH 1/3] drm/i915: Fix some gcc warnings
 2015-08-21 17:50 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Use ARRAY_SIZE() instead of hand rolling it
` [PATCH 3/3] drm/i915: Make some string arrays const

[PATCH 1/3] clk: add flag for clocks that need to be enabled on rate changes
 2015-08-21 17:48 UTC  (9+ messages)
` [PATCH 2/3] clk: rockchip: handle mux dependency of fractional dividers
` [PATCH 3/3] clk: rockchip: include downstream muxes into "

[PATCH RFC] watchdog: Add watchdog device control through sysfs attributes
 2015-08-21 17:48 UTC  (2+ messages)

[PATCH v2 0/8] Add rcu_sync infrastructure to avoid _expedited() in percpu-rwsem
 2015-08-21 17:43 UTC  (9+ messages)
` [PATCH v2 1/8] rcu: Create rcu_sync infrastructure
` [PATCH v2 2/8] rcusync: Introduce struct rcu_sync_ops
` [PATCH v2 3/8] rcusync: Add the CONFIG_PROVE_RCU checks
` [PATCH v2 4/8] rcusync: Introduce rcu_sync_dtor()
` [PATCH v2 5/8] percpu-rwsem: make percpu_free_rwsem() after kzalloc() safe
` [PATCH v2 6/8] percpu-rwsem: change it to rely on rss_sync infrastructure
` [PATCH v2 7/8] percpu-rwsem: fix the comments outdated by rcu_sync
` [PATCH v2 8/8] percpu-rwsem: cleanup the lockdep annotations in percpu_down_read()

[RFC PATCH 0/1] Add recipe whitelisting class
 2015-08-21 17:45 UTC  (4+ messages)
` [RFC PATCH 1/1] classes/whitelist: add class to allow whitelisting recipes from a layer

[PATCH/RFC v6 00/36] Remove work queues from LED class drivers
 2015-08-21 17:45 UTC  (5+ messages)
` [PATCH/RFC v6 05/36] leds: Improve setting brightness in a non sleeping way

Generalizing ceph-disk for various osd backends
 2015-08-21 17:44 UTC  (3+ messages)

[Qemu-devel] [PATCH 1/1] MAINTAINERS: add responsible person for Parallels format driver
 2015-08-21 17:44 UTC 

[PATCH] config: restructure format_config() for better control flow
 2015-08-21 17:43 UTC  (4+ messages)
` [PATCH 2/3] format_config: simplify buffer handling

Applied "regmap: Add missing comments about struct regmap_bus" to the regmap tree
 2015-08-21 17:43 UTC 

[PATCH v5 00/28] Introduce HVM without dm and new boot ABI
 2015-08-21 17:42 UTC  (3+ messages)
` [PATCH v5 23/28] libxc: allow creating domains without emulated devices

[PATCH 4/4 RESEND v2] spi: s3c64xx: replace clock disabling with runtime PM suspend call in remove function
 2015-08-21 17:35 UTC 

[PATCH 3/4 RESEND v2] spi: s3c64xx: simplify suspend / resume handlers
 2015-08-21 17:31 UTC 

[PATCH 1/4 RESEND v2] spi: s3c64xx: clean up runtime PM if driver registration fails
 2015-08-21 17:31 UTC 

[PATCH 2/4 RESEND v2] spi: s3c64xx: extend driver to make full use of runtime PM autosuspend
 2015-08-21 17:29 UTC 

[PATCHv4 net-next 00/10] OVS conntrack support
 2015-08-21 17:39 UTC  (5+ messages)
` [PATCHv4 net-next 10/10] openvswitch: Allow attaching helpers to ct action

[PATCHv2] DocBook/device-drivers: Add drivers/media core stuff
 2015-08-21 17:39 UTC 

[PATCH 0/5] ALSA: hdac: More hdac core fixes and updates
 2015-08-21 17:38 UTC  (4+ messages)
` [PATCH 4/5] ALSA: hdac: Add support to enable SPIB for hdac ext stream

[GIT PULL] ARM64: juno: SCPI and dependent drivers for v4.3
 2015-08-21 17:37 UTC  (6+ messages)

BBB IIO ADC access not working
 2015-08-21 17:36 UTC  (12+ messages)

[PATCH v2 09/21] ARM: pxa: magician: Add OV9640 camera support
 2015-08-21 17:36 UTC  (4+ messages)

Prevent list poison values from being mapped by userspace processes
 2015-08-21 17:32 UTC  (3+ messages)

[PATCH v2] ALSA: ac97: Switch to dev_pm_ops
 2015-08-21 17:31 UTC  (6+ messages)

[PATCH 00/18] Export SPI and OF module aliases in missing drivers
 2015-08-21 17:29 UTC  (9+ messages)
` [PATCH 18/18] spi: (RFC, don't apply) report OF style modalias when probing using DT

[Buildroot] bootm - "Starting kernel"
 2015-08-21 17:29 UTC  (5+ messages)

[PATCH v3 1/2] dt: snps,dw-apb-ssi: Document new I/O data register width property
 2015-08-21 17:26 UTC  (2+ messages)
  ` Applied "dt: snps,dw-apb-ssi: Document new I/O data register width property" to the spi tree

[PATCH v3 2/2] spi: dw: Allow interface drivers to limit data I/O to word sizes
 2015-08-21 17:26 UTC  (2+ messages)
  ` Applied "spi: dw: Allow interface drivers to limit data I/O to word sizes" to the spi tree

[PATCH] Staging: fsl-mc/bus: mc-bus.c: Fixed coding style issues
 2015-08-21 17:24 UTC 

[PATCH] spi: Fall back to master maximum speed if no slave speed specified
 2015-08-21 17:24 UTC  (2+ messages)
  ` Applied "spi: Fall back to master maximum speed if no slave speed specified" to the spi tree

[linux-4.1 test] 60785: tolerable FAIL - PUSHED
 2015-08-21 17:24 UTC 

[RFC/PATCH] contrib: teach completion about git-worktree options and arguments
 2015-08-21 17:21 UTC  (3+ messages)


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.