messages from 2015-08-21 16:53:52 to 2015-08-21 18:02:49 UTC [more...]
[PATCH v3 00/33] serial: sh-sci: Miscellaneous and DMA Improvements
2015-08-21 18:02 UTC (52+ 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 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)
GRUB release schedule?
2015-08-21 17:57 UTC (6+ 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)
[PATCH for 4.7] xen: Replace alloc_vcpu_guest_context() with vmalloc()
2015-08-21 17:55 UTC (2+ messages)
[PATCH] xfs: Fix file type directory corruption for btree directories
2015-08-21 17:55 UTC
[Buildroot] [PATCH] package/minidlna/S60minidlnad: add force-reload to rebuild DB
2015-08-21 17:55 UTC
[PATCH v6 0/8] MC preparation patches
2015-08-21 17:54 UTC (13+ 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] 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)
[Ksummit-discuss] [TECH TOPIC] Fix devm_kzalloc, its users, or both
2015-08-21 17:52 UTC (8+ 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 v3] xtensa: improve vmlinux.lds.S sed post-processing
2015-08-21 17:43 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 (24+ messages)
` [PATCH v5 07/28] libxc: rework BSP initialization
` [PATCH v5 09/28] libxl: switch HVM domain building to use xc_dom_* helpers
` [PATCH v5 10/28] libxc: remove dead HVM building code
` [PATCH v5 11/28] xen/x86: add bitmap of enabled emulated devices
` [PATCH v5 12/28] xen/x86: allow disabling the emulated local apic
` [PATCH v5 13/28] xen/x86: allow disabling the emulated HPET
` [PATCH v5 14/28] xen/x86: allow disabling the pmtimer
` [PATCH v5 15/28] xen/x86: allow disabling the emulated RTC
` [PATCH v5 16/28] xen/x86: allow disabling the emulated IO APIC
` [PATCH v5 17/28] xen/x86: allow disabling the emulated PIC
` [PATCH v5 18/28] xen/x86: allow disabling the emulated pmu
` [PATCH v5 19/28] xen/x86: allow disabling the emulated VGA
` [PATCH v5 20/28] xen/x86: allow disabling the emulated IOMMU
` [PATCH v5 21/28] xen/x86: allow disabling all emulated devices inside of Xen
` [PATCH v5 22/28] elfnotes: intorduce a new PHYS_ENTRY elfnote
` [PATCH v5 23/28] libxc: allow creating domains without emulated devices
` [PATCH v5 24/28] xen/x86: allow HVM guests to use hypercalls to bring up vCPUs
` [PATCH v5 25/28] xenconsole: try to attach to PV console if HVM fails
` [PATCH v5 26/28] libxc/xen: introduce a start info structure for HVMlite guests
` [PATCH v5 27/28] libxc: switch xc_dom_elfloader to be used with HVMlite domains
` [PATCH v5 28/28] libxl: allow the creation of HVM domains without a device model
[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 0/2] xfsdump: fix problems in cb_add_inogrp
2015-08-21 17:24 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] 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
[PATCH] mm/readahead.c: fix regression caused by small readahead limit
2015-08-21 17:12 UTC (3+ messages)
` [PATCH] mm: use only per-device "
[RFC/PATCH] contrib: teach completion about git-worktree options and arguments
2015-08-21 17:21 UTC (3+ messages)
Query: Best way to know if a watchdog is active (kicked)
2015-08-21 17:19 UTC (11+ messages)
[PATCH RFC] DocBook/device-drivers: Add drivers/media core stuff
2015-08-21 17:19 UTC
[PATCH 0/4 net-next] enic: add devcmd2
2015-08-21 17:19 UTC (3+ messages)
[GIT PULL 8/9] ARM: tegra: Devicetree changes for v4.3-rc1
2015-08-21 17:16 UTC (4+ messages)
` [GIT PULL 8/9] ARM: tegra: Devicetree changes for v4.3-rc1 (updated)
[GIT PULL] PCI fixes for v4.2
2015-08-21 17:15 UTC
[PATCH] mfd: cros_ec: Fix possible leak in led_rgb_store()
2015-08-21 17:11 UTC (2+ messages)
[PATCH] mfd: cros_ec: Fix leak in sequence_store()
2015-08-21 17:11 UTC (2+ messages)
[PATCH] chrome: Enable Chrome platforms on 64-bit ARM
2015-08-21 17:08 UTC (2+ messages)
[RESEND PATCH 0/3] platform/chrome: Changes for cros_ec_lpc and cros_ec_dev
2015-08-21 17:05 UTC (2+ messages)
[PATCH 0/6] ChromeOS EC Kconfig cleanups
2015-08-21 17:03 UTC (5+ messages)
` [PATCH 2/6] Revert "platform/chrome: Don't make CHROME_PLATFORMS depends on X86 || ARM"
` [PATCH 3/6] platform/chrome: Make depends on MFD_CROS_EC instead CROS_EC_PROTO
[PATCH] Documentation/config: fix inconsistent label
2015-08-21 17:11 UTC (2+ messages)
[meta-filesystems][PATCH v2] dmapi: add new recipe
2015-08-21 17:08 UTC (2+ messages)
` [meta-filesystems][PATCH v2] xfsdump: "
[RFC] Support of non-indirect grant backend on 64KB guest
2015-08-21 17:10 UTC (11+ messages)
` PAGE_SIZE (64KB), while block driver 'struct request' deals with < PAGE_SIZE (up to 44Kb). Was:Re: "
Openjdk 8
2015-08-21 17:09 UTC (2+ messages)
[net-next PATCH 0/3] net: sched: allow switching qdisc to noqueue intuitively
2015-08-21 17:08 UTC (4+ messages)
` [net-next PATCH 2/3] net: sched: allocate a handle to default qdiscs
xtensa builds broken in -next due to 'kbuild: Fix .text.unlikely placement'
2015-08-21 17:06 UTC (3+ messages)
[Qemu-devel] [PATCH] q35: Remove old machine versions
2015-08-21 17:06 UTC (2+ messages)
[PATCH 0/2] Minor signal clean up
2015-08-21 17:03 UTC (3+ messages)
` [PATCH 2/2] MIPS: kernel: signal: Drop unused arguments for traditional signal handlers
Get patch of all manual changes done in sources
2015-08-21 17:02 UTC (2+ messages)
[U-Boot] [PATCH v4 0/4] add dfu support for at91 sam9260 based boards
2015-08-21 17:01 UTC (5+ messages)
` [U-Boot] [PATCH v4 1/4] bitops: introduce BIT() definition
` [U-Boot] [PATCH v4 2/4] usb: gadget: at91_udc: port linux driver at91_udc
` [U-Boot] [PATCH v4 3/4] usb: gadget: at91_udc: add at91_udc into U-Boot
` [U-Boot] [PATCH v4 4/4] at91, taurus, smartweb: add dfu support
mac80211: When adding a new station, notify driver before adding to hash
2015-08-21 17:00 UTC (4+ messages)
Fw: seccomp selftest on s390
2015-08-21 16:56 UTC (2+ messages)
[U-Boot] [PATCH v3] taurus: board updates
2015-08-21 16:55 UTC
[Xenomai] timer "host-timer" gets stopped
2015-08-21 16:54 UTC (2+ messages)
[GIT PULL for v4.2] media fixes
2015-08-21 16:54 UTC
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.