All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-11-23 10:34:15 to 2014-11-23 13:14:36 UTC [more...]

[Cocci] Remove unnecessary null pointer checks?
 2014-11-23 13:14 UTC  (35+ messages)
                              ` [PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
                                ` [PATCH 1/1] kernel-audit: Deletion of an unnecessary check before the function call "audit_log_end"
                                            ` [Cocci] "
                                              ` [Cocci] [PATCH 1/1] kernel-audit: Deletion of an unnecessary check before the function call "aud
                                ` [PATCH 1/1] video: udlfb: Deletion of unnecessary checks before the function call "vfree"
                                ` [PATCH 1/1] video: smscufx: "
                                ` [PATCH 1/1] video: fbdev-SIS: Deletion of unnecessary checks before the function call "pci_dev_put"
                                ` [PATCH 1/1] video: fbdev-OMAP2: Deletion of unnecessary checks before the function call "i2c_put_adapter"
                                  ` [PATCH 1/1] video: fbdev-OMAP2: Deletion of unnecessary checks before the function call "i2c_put_ada

Reported key not released
 2014-11-23 13:13 UTC 

[PATCH 0/5] fix error return code
 2014-11-23 13:11 UTC  (9+ messages)
` [PATCH 1/5] mptfusion: "
` [PATCH 2/5] drm/exynos/ipp: "
` [PATCH 3/5] electra_cf: "
` [PATCH 4/5] drm/rcar-du: "
` [PATCH 5/5] drivers/gpu/drm: "

[qemu-upstream-unstable test] 31779: regressions - FAIL
 2014-11-23 13:01 UTC 

[U-Boot] [PATCH 0/8] dm: core: abolish "u-boot, dm-pre-reloc" property and various refactorings
 2014-11-23 13:00 UTC  (10+ messages)
` [U-Boot] [PATCH 1/8] dm: core: a trivial clean up
` [U-Boot] [PATCH 3/8] dm: core: remove unnecessary return condition in driver lookup
` [U-Boot] [PATCH 4/8] dm: core: remove unnecessary return condition in uclass lookup

[U-Boot] [PATCH 2/8] dm: core: remove meaningless if conditional
 2014-11-23 13:00 UTC  (5+ messages)

[U-Boot] [PATCH] cros_ec: Fix uninitialised variable in cros_ec.c
 2014-11-23 13:00 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/17] dm: Add I2C support and convert sandbox, tegra
 2014-11-23 13:00 UTC  (22+ messages)
` [U-Boot] [PATCH v2 01/17] dm: i2c: Move error reporting into a common function
` [U-Boot] [PATCH v2 03/17] dm: core: Add functions to find parent and OF data
` [U-Boot] [PATCH v2 04/17] dm: fdt: Correct handling of aliases with embedded digits
` [U-Boot] [PATCH v2 05/17] dm: Add a function to bind a device by driver name
` [U-Boot] [PATCH v2 06/17] dm: spi: Correct handling of SPI chip selects in sandbox
` [U-Boot] [PATCH v2 07/17] dm: spi: Use device_bind_driver() instead of our own function

[U-Boot] [PATCH v2 02/17] dm: core: Allow access to the device's driver_id data
 2014-11-23 12:59 UTC  (5+ messages)

[U-Boot] [PATCH v3 0/14] dm: Implement driver model support in SPL
 2014-11-23 12:59 UTC  (23+ messages)
` [U-Boot] [PATCH v3 02/14] dm: tegra: Avoid using arch-specific memcpy() "
` [U-Boot] [PATCH v3 03/14] dm: Split the simple malloc() implementation into its own file
` [U-Boot] [PATCH v3 04/14] dm: arm: spl: Allow simple malloc() in SPL
` [U-Boot] [PATCH v3 05/14] dm: spl: Make simple malloc() available when enabled
` [U-Boot] [PATCH v3 06/14] dm: spl: Allow driver model to be used
` [U-Boot] [PATCH v3 08/14] dm: Allow stdio registration to be dropped
` [U-Boot] [PATCH v3 09/14] dm: Disable dm_warn() in SPL
` [U-Boot] [PATCH v3 10/14] dm: tegra: Add platform data for the SPL uart
` [U-Boot] [PATCH v3 11/14] dm: tegra: Add platform data for the GPIO driver
` [U-Boot] [PATCH v3 12/14] dm: arm: spl: Make driver model linker lists available
` [U-Boot] [PATCH v3 14/14] dm: Update documentation to include CONFIG_DM... options

[GIT PULL FOR v3.19] Various cleanups & sg_next fix
 2014-11-23 12:56 UTC 

[PATCH 0/10] fix error return code
 2014-11-23 12:48 UTC  (21+ messages)
` [PATCH 2/10] sound/soc/fsl/imx-sgtl5000.c: "
` [PATCH 1/10] sound/soc/ux500/ux500_msp_i2s.c: better use devm functions and "
` [PATCH 8/9] sound/pci/rme9652/hdspm.c: "
` [PATCH 7/9] sound/pci/sis7019.c: "
` [PATCH 6/9] sound/pci/ctxfi/ctatc.c: "
` [PATCH 5/9] sound/atmel/ac97c.c: "
` [PATCH 3/10] sound/atmel/abdac.c: "
` [PATCH 9/9] sound/ppc/snd_ps3.c: "
` [PATCH 4/9] sound/soc/omap/am3517evm.c: "

[U-Boot] [PATCH v2 0/9] dm: Introduce driver model for Atmel at91
 2014-11-23 12:55 UTC  (21+ messages)
` [U-Boot] [PATCH v2 1/9] dm: at91: Correct text base for snapper9260
` [U-Boot] [PATCH v2 2/9] dm: at91: Move snapper9260 to generic baord
` [U-Boot] [PATCH v2 3/9] dm: at91: Add driver model support for atmel GPIO driver
` [U-Boot] [PATCH v2 4/9] dm: at91: Add platform data for GPIO on at91sam9260-based boards
` [U-Boot] [PATCH v2 5/9] dm: at91: Refactor serial driver slightly for driver model
` [U-Boot] [PATCH v2 6/9] dm: at91: Add driver model support for the serial driver
` [U-Boot] [PATCH v2 7/9] dm: at91: Convert snapper9260 to use driver model
` [U-Boot] [PATCH v2 8/9] dm: at91: Add myself as maintainer for snapper9260
` [U-Boot] [PATCH v2 9/9] dm: serial: Support changing the baud rate

[PATCH 0/5] sun6i: Add A31s (pinctrl) support
 2014-11-23 12:54 UTC  (12+ messages)
` [PATCH 1/5] pinctrl: sun6i: Add some missing functions, fix i2c3 muxing
` [PATCH 2/5] pinctrl: sun6i: Add A31s pinctrl support
` [PATCH 3/5] ARM: sunxi: Add "allwinner,sun6i-a31s" to mach-sunxi
` [PATCH 4/5] ARM: dts: sun6i: Add sun6i-a31s.dtsi
` [PATCH 5/5] ARM: dts: sun6i: Add dts file for CSQ CS908 board

[PATCH v2 0/4] VPE improvements
 2014-11-23 12:53 UTC  (3+ messages)
` [PATCH v2 1/4] media: ti-vpe: Use data offset for getting dma_addr for a plane

[refpolicy] [PATCH 0/7] Some simple core policy updates
 2014-11-23 12:50 UTC  (5+ messages)
` [refpolicy] [PATCH 2/7] New sudo manages timestamp directory in /var/run/sudo

terratec HTC XS HD USB
 2014-11-23 12:49 UTC  (2+ messages)

[PATCH 1/3] ASoC: alc5623: Cleanup bias level transitions
 2014-11-23 12:47 UTC  (3+ messages)
` [PATCH 2/3] ASoC: alc5632: "
` [PATCH 3/3] ASoC: rt5631: "

[dm-crypt] Empty key files vs empty passwords in plain mode
 2014-11-23 12:44 UTC  (2+ messages)

[PATCH 0/3] v4l2-common: cleanup
 2014-11-23 12:39 UTC  (4+ messages)
` [PATCH 1/3] v4l2-common: remove unused helper functions
` [PATCH 2/3] v4l2-ctrl: move function prototypes from common.h to ctrls.h
` [PATCH 3/3] v4l2-common: move v4l2_ctrl_check to cx2341x

[PATCH 01/32] ASoC: wm8350: Cleanup manual bias level transitions
 2014-11-23 12:37 UTC  (32+ messages)
` [PATCH 02/32] ASoC: wm8400: "
` [PATCH 03/32] ASoC: wm8510: "
` [PATCH 04/32] ASoC: wm8523: "
` [PATCH 05/32] ASoC: wm8580: "
` [PATCH 06/32] ASoC: wm8711: "
` [PATCH 07/32] ASoC: wm8728: "
` [PATCH 08/32] ASoC: wm8731: "
` [PATCH 09/32] ASoC: wm8737: "
` [PATCH 10/32] ASoC: wm8750: "
` [PATCH 11/32] ASoC: wm8776: "
` [PATCH 12/32] ASoC: wm8804: "
` [PATCH 13/32] ASoC: wm8900: "
` [PATCH 14/32] ASoC: wm8903: "
` [PATCH 15/32] ASoC: wm8940: "
` [PATCH 16/32] ASoC: wm8955: "
` [PATCH 17/32] ASoC: wm8960: "
` [PATCH 18/32] ASoC: wm8961: "
` [PATCH 19/32] ASoC: wm8974: "
` [PATCH 20/32] ASoC: wm8978: "
` [PATCH 21/32] ASoC: wm8983: "
` [PATCH 22/32] ASoC: wm8985: "
` [PATCH 23/32] ASoC: wm8988: "
` [PATCH 24/32] ASoC: wm8990: "
` [PATCH 25/32] ASoC: wm8991: "
` [PATCH 26/32] ASoC: wm8993: "
` [PATCH 27/32] ASoC: wm8994: "
` [PATCH 28/32] ASoC: wm8995: "
` [PATCH 29/32] ASoC: wm9081: "
` [PATCH 30/32] ASoC: wm9090: "
` [PATCH 31/32] ASoC: wm9712: "
` [PATCH 32/32] ASoC: wm9713: "

[U-Boot] Please pull u-boot-x86.git
 2014-11-23 12:29 UTC  (5+ messages)

Re:ciao
 2014-11-23 12:26 UTC 

SAA7164 firmware for Asus MyCinema
 2014-11-23 12:23 UTC  (5+ messages)

[PATCH tip/core/rcu 0/9] Miscellaneous fixes for 3.19
 2014-11-23 12:21 UTC  (7+ messages)
` [PATCH tip/core/rcu 1/9] rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSE
  ` [PATCH tip/core/rcu 3/9] drivers/md: Use rcu_dereference() for accessing rcu pointer

[PATCH V2] MIPS: BCM47XX: Move NVRAM driver to the drivers/soc/
 2014-11-23 12:16 UTC  (2+ messages)

[PATCH v4] ath3k: Add support of MCI 13d3:3408 bt device
 2014-11-23 12:15 UTC 

[U-Boot] [PATCH] sunxi: correct Mele M9 Vbus gpio settings
 2014-11-23 12:14 UTC  (2+ messages)

[PATCH] v4l2-dev: vdev->v4l2_dev is always set, so simplify code
 2014-11-23 12:14 UTC 

[Qemu-devel] [PATCH 0/2] vga: demote cirrus
 2014-11-23 12:11 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/2] vga: flip qemu 2.2 pc machine types from cirrus to stdvga

[PATCH v2] ath3k: Add support of MCI 13d3:3408 bt device
 2014-11-23 12:10 UTC  (7+ messages)
  ` [PATCH v3] "

[PATCH] 8139too: The maximum MTU should allow for VLAN headers
 2014-11-23 12:07 UTC 

[U-Boot] [PATCH v2 08/17] dm: i2c: Add a uclass for I2C
 2014-11-23 12:04 UTC  (5+ messages)

[U-Boot] USB Host not enumerating properly on AM335x-based board
 2014-11-23 11:56 UTC  (3+ messages)

Resend - ANNOUNCE: Netdev 0.1 conference
 2014-11-23 11:51 UTC  (2+ messages)

[PATCH RESEND 0/3] ARM: Meson6: enable SMP
 2014-11-23 11:48 UTC  (2+ messages)

[linux-lvm] mixed ssd/disk szenario question: moving lv from ssd ->disk?
 2014-11-23 11:47 UTC  (3+ messages)

[PATCH v3 0/3] media: soc_camera: rcar_vin: Add scaling support
 2014-11-23 11:45 UTC  (4+ messages)
` [PATCH v3 1/3] "
  ` [PATCH v4 "

3.17-rc6: bcache_gc: BUG: soft lockup - CPU#2 stuck for 23s!
 2014-11-23 11:17 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] config_distro_bootcmd.h: Allow user to indicate that usb is inited in preboot
 2014-11-23 11:42 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] sunxi: Avoid usb getting scanned twice when using usb kbd + usb boot

[Qemu-devel] [PATCH v2 0/5] libqos: Virtio MMIO driver
 2014-11-23 11:41 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 5/5] libqos: Add virtio MMIO support

Virtual Block device resize corrupts XFS
 2014-11-23 11:37 UTC  (3+ messages)

[Buildroot] [PATCH] package/librtlsdr: fix build failure
 2014-11-23 11:30 UTC  (3+ messages)

[U-Boot] [PATCH] sunxi: Use "usb start" rather then "run usb_init" for preboot with usb-kbd
 2014-11-23 11:27 UTC  (2+ messages)

[GIT PULL FOR v3.19] vb2: improvements
 2014-11-23 11:24 UTC 

[PATCH] MIPS: BCM47XX: Move NVRAM driver to the drivers/misc/
 2014-11-23 11:22 UTC  (4+ messages)

[Qemu-devel] [PULL 00/15] pc, pci, misc bugfixes
 2014-11-23 11:18 UTC  (18+ messages)
` [Qemu-devel] [PULL 01/15] qemu-char: fix tcp_get_fds
` [Qemu-devel] [PULL 02/15] pc: kvm: check if KVM has free memory slots to avoid abort()
  `  "
` [Qemu-devel] [PULL 03/15] pc: make pc_dimm_plug() more readble
` [Qemu-devel] [PULL 04/15] pc: limit DIMM address and size to page aligned values
` [Qemu-devel] [PULL 05/15] memory: expose alignment used for allocating RAM as MemoryRegion API
  `  "
` [Qemu-devel] [PULL 06/15] pc: align DIMM's address/size by backend's alignment value
` [Qemu-devel] [PULL 07/15] pc: pc-dimm: use backend alignment during address auto allocation
` [Qemu-devel] [PULL 08/15] pc: explicitly check maxmem limit when adding DIMM
` [Qemu-devel] [PULL 09/15] pc: count in 1Gb hugepage alignment when sizing hotplug-memory container
` [Qemu-devel] [PULL 10/15] hw/pci: fix crash on shpc error flow
` [Qemu-devel] [PULL 11/15] acpi-build: mark RAM dirty on table update
` [Qemu-devel] [PULL 12/15] target-i386: move generic memory hotplug methods to DSDTs
` [Qemu-devel] [PULL 13/15] pcie: fix typo in pcie_cap_deverr_init()
` [Qemu-devel] [PULL 14/15] pcie: fix improper use of negative value
` [Qemu-devel] [PULL 15/15] pc: acpi: mark all possible CPUs as enabled in SRAT

[Bug 86618] New: [NV96] neg modifiers not working in MIN and MAX operations
 2014-11-23 11:17 UTC 

task_stat splat
 2014-11-23 11:12 UTC 

Best GIT repository(s) for preparing patches?
 2014-11-23 11:10 UTC  (2+ messages)

using SD card on Broadcom 4709 eval board
 2014-11-23 11:09 UTC  (4+ messages)

[REVIEWv7 PATCH 00/12] vb2: improve dma-sg, expbuf
 2014-11-23 11:01 UTC  (9+ messages)
` [REVIEWv7 PATCH 01/12] videobuf2-core.h: improve documentation
` [REVIEWv7 PATCH 05/12] vb2-dma-sg: add allocation context to dma-sg
` [REVIEWv7 PATCH 09/12] vb2-vmalloc: add support for dmabuf exports
` [REVIEWv7 PATCH 12/12] vb2: use dma_map_sg_attrs to prevent unnecessary sync

[U-Boot] [PATCH] config_distro_bootcmd: Avoid scanning usb twice (under some circumstances)
 2014-11-23 11:03 UTC  (2+ messages)
` [U-Boot] "

Changing label few times killed filesystem?
 2014-11-23 11:00 UTC  (3+ messages)

[PATCH v3] iio: add driver for Freescale MMA9551L
 2014-11-23 10:58 UTC  (2+ messages)

[RFC] proc interface to show file page cache usage details
 2014-11-23 10:51 UTC 

[PATCH] doc: Add commands for Start Service Discovery and Stop Service Discovery
 2014-11-23 10:47 UTC  (8+ messages)

[PATCH net-net 0/4] Increase the limit of tuntap queues
 2014-11-23 10:46 UTC  (4+ messages)

[Qemu-devel] [RFA] Always consider infcall breakpoints as non-permanent
 2014-11-23 10:44 UTC  (2+ messages)

[Patch irqdomain: Enhance irq_domain_free_irqs_common() to support parentless irqdomain
 2014-11-23 10:36 UTC  (4+ 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.