All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-09-18 18:06:05 to 2016-09-18 20:22:21 UTC [more...]

[PATCH v3) posix-timers: make it configurable
 2016-09-18 20:22 UTC  (13+ messages)

[PATCH] staging: lustre: lustre/ldlm: Fixed sparse warnings
 2016-09-18 20:21 UTC  (6+ messages)

[PATCH 0/9] Various fixes related to ptrace_may_access()
 2016-09-18 20:18 UTC  (17+ messages)
` [PATCH 2/9] exec: turn self_exec_id into self_privunit_id
` [PATCH 4/9] futex: don't leak robust_list pointer
` [PATCH 5/9] proc: lock properly in ptrace_may_access callers
` [PATCH 7/9] ptrace: forbid ptrace checks against current_cred() from VFS context

[PATCH v4 0/3] ASoC: sun4i-codec: Distinguish sun4i from sun7i
 2016-09-18 20:17 UTC  (9+ messages)
` [PATCH v4 1/3] ASoC: sun4i-codec: rename sun4i_codec_widgets for consistency
` [PATCH v4 2/3] ASoC: rename some sun7i-only registers

[PATCH] staging: ks7010: Remove unnecessary variable used to store return value
 2016-09-18 20:16 UTC 

xfs_file_splice_read: possible circular locking dependency detected
 2016-09-18 20:12 UTC  (12+ messages)
                  ` skb_splice_bits() and large chunks in pipe (was "

[Buildroot] [PATCH] linux-firmware: Add switch for marvell usb8801
 2016-09-18 20:09 UTC  (3+ messages)

[PATCH 00/10] devtool add / recipetool create fixes
 2016-09-18 20:08 UTC  (11+ messages)
` [PATCH 01/10] recipetool: create: fix picking up name from local python source tree
` [PATCH 02/10] recipetool: create: improve python recipe license handling
` [PATCH 03/10] recipetool: create: fix name/version extraction from filename
` [PATCH 04/10] recipetool: create: fix error with git tree and no network
` [PATCH 05/10] recipetool: create: detect python autoconf macros
` [PATCH 06/10] recipetool: create: pick up AC_PROG_SWIG
` [PATCH 07/10] recipetool: create: tweak license crunching
` [PATCH 08/10] recipetool: create: support git short form URLs
` [PATCH 09/10] lib/oe/recipeutils: fix invalid character detection in validate_pn()
` [PATCH 10/10] devtool: add: drop superfluous validation for recipe name

More OOM problems
 2016-09-18 20:03 UTC 

[patch net-next RFC 0/2] fib4 offload: notifier to let hw to be aware of all prefixes
 2016-09-18 20:00 UTC  (2+ messages)

[PATCH v2 0/9] Add support for Neighbor Awareness Networking
 2016-09-18 20:00 UTC  (17+ messages)
` [PATCH v2 1/9] cfg80211: add start / stop NAN commands
` [PATCH v2 2/9] mac80211: add boilerplate code for start / stop NAN
` [PATCH v2 3/9] cfg80211: add add_nan_func / rm_nan_func
` [PATCH v2 4/9] cfg80211: allow the user space to change current NAN configuration
` [PATCH v2 6/9] cfg80211: Provide an API to report NAN function termination

Need Help with crashed RAID5 (that was rebuilding and then had SATA error on another drive)
 2016-09-18 19:58 UTC  (14+ messages)
                                    ` Best tool to partition Drives with new sector geometry - (WAS: Need Help with crashed RAID5 (that was rebuilding and then had SATA error on another drive))

[PATCH 2/2 v2] x86/e820: Use much less memory for e820/e820_saved, save up to 120k
 2016-09-18 19:58 UTC  (6+ messages)

[PATCH 0/7] usb/phy: Add Amlogic Meson8b and GXBB USB support
 2016-09-18 19:56 UTC  (15+ messages)
` [PATCH 4/7] phy: meson: add USB2 PHY support for Meson8b and GXBB

[U-Boot] [PATCH 00/27] spl: Use linker list and parameters for SPL image loading
 2016-09-18 19:45 UTC  (28+ messages)
` [U-Boot] [PATCH 01/27] spl: Move spl_board_load_image() into a generic header
` [U-Boot] [PATCH 02/27] spl: Add a parameter to spl_set_header_raw_uboot()
` [U-Boot] [PATCH 03/27] spl: Add a parameter to spl_parse_image_header()
` [U-Boot] [PATCH 04/27] spl: Add a parameter to jump_to_image_linux()
` [U-Boot] [PATCH 05/27] spl: Add function comments to spl_start_uboot()
` [U-Boot] [PATCH 06/27] spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig
` [U-Boot] [PATCH 07/27] spl: Convert boot_device into a struct
` [U-Boot] [PATCH 08/27] spl: Add a way to declare an SPL image loader
` [U-Boot] [PATCH 09/27] spl: Convert spl_ram_load_image() to use linker list
` [U-Boot] [PATCH 10/27] spl: Convert spl_mmc_load_image() "
` [U-Boot] [PATCH 11/27] spl: Convert spl_ubi_load_image() "
` [U-Boot] [PATCH 12/27] spl: Convert spl_nand_load_image() "
` [U-Boot] [PATCH 13/27] spl: Convert spl_onenand_load_image() "
` [U-Boot] [PATCH 14/27] spl: Convert spl_nor_load_image() "
` [U-Boot] [PATCH 15/27] spl: Convert spl_ymodem_load_image() "
` [U-Boot] [PATCH 16/27] spl: Convert spl_usb_load_image() "
` [U-Boot] [PATCH 17/27] spl: Convert spl_sata_load_image() "
` [U-Boot] [PATCH 18/27] spl: spi: Move the generic SPI loader into common/spl
` [U-Boot] [PATCH 19/27] spl: Convert spl_spi_load_image() to use linker list
` [U-Boot] [PATCH 20/27] spi: Move freescale-specific code into a private header
` [U-Boot] [PATCH 21/27] spl: Convert spl_net_load_image() to use linker list
` [U-Boot] [PATCH 22/27] spl: Convert spl_board_load_image() "
` [U-Boot] [PATCH 23/27] spl: Pass spl_image as a parameter to load_image() methods
` [U-Boot] [PATCH 24/27] spl: Update ext functions to take an spl_image parameter
` [U-Boot] [PATCH 25/27] spl: Update fat "
` [U-Boot] [PATCH 26/27] spl: Update spl_load_simple_fit() to take an spl_image param
` [U-Boot] [PATCH 27/27] spl: Make spl_boot_list a local variable

[PATCH v2 0/4] gpio: fix an incorrect lockdep warning
 2016-09-18 19:45 UTC  (7+ messages)

[iproute PATCH] tc: don't accept qdisc 'handle' greater than ffff
 2016-09-18 19:47 UTC  (2+ messages)

[PATCH] staging: lustre: lmv: add missing function declaration
 2016-09-18 19:43 UTC  (3+ messages)
  ` [lustre-devel] "

[PATCH] netfilter: fix namespace handling in nf_log_proc_dostring
 2016-09-18 19:40 UTC 

[PATCH net-next 0/2] act_vlan: Introduce TCA_VLAN_ACT_MODIFY vlan action
 2016-09-18 19:41 UTC  (3+ messages)
` [PATCH net-next 2/2] net/sched: "

[Bug 97852] Unreal Engine corrupted preview viewport
 2016-09-18 19:39 UTC 

[PATCH] checkpatch: Minimize checkpatch induced patches
 2016-09-18 19:38 UTC  (6+ messages)

[PATCH v4] MIPS: bcm63xx: let clk_disable() return immediately if clk is NULL
 2016-09-18 19:37 UTC  (3+ messages)

Finding a commit based on the diff index line?
 2016-09-18 19:37 UTC  (3+ messages)

[PATCH v5] iio: light: Add driver for Silabs si1132, si1141/2/3 and si1145/6/7 ambient light, uv index and proximity sensors
 2016-09-18 19:34 UTC  (2+ messages)

[PATCH soc/next] ARM: BCM53573: Add custom init_time with arch timer workaroud
 2016-09-18 19:32 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] Add sdram capacity auto detect for rk3288
 2016-09-18 19:34 UTC  (7+ messages)

[GIT PULL] fixes for v4.8-rc7
 2016-09-18 19:32 UTC  (2+ messages)

accelerometer orientation
 2016-09-18 19:32 UTC  (4+ messages)

Gitattributes file is not respected when switching between branches
 2016-09-18 19:31 UTC  (5+ messages)

[U-Boot] [PATCH] ML: SPL: NOR: Add CONFIG_SPL_NOR_COPY_ENTIRE_IMAGE define to enable whole image copy from NOR
 2016-09-18 19:24 UTC  (4+ messages)

[nightly] Core TISDK (daisy/1.6) 2015.06 build 2016-09-18_15-00-47
 2016-09-18 19:24 UTC 

[PATCH v7 0/3] Add a new board TOPEET iTOP for Exynos 4412
 2016-09-18 19:23 UTC  (9+ messages)
` [PATCH v7 1/3] ARM: dts: Add TOPEET itop core board SCP package version
` [PATCH v7 2/3] ARM: dts: add TOPEET itop elite based board

[PATCH 00/11] Resumable clone
 2016-09-18 19:22 UTC  (4+ messages)
` [PATCH 10/11] run command: add RUN_COMMAND_NO_STDOUT

[PATCH v3 0/2] Add IIO support for counter devices
 2016-09-18 19:22 UTC  (5+ messages)
` [PATCH v3 1/2] iio: Implement counter channel type and info constants
` [PATCH v3 2/2] iio: 104-quad-8: Add IIO support for the ACCES 104-QUAD-8

[PATCH] i2c-eg20t: use dynamically registered adapter number
 2016-09-18 19:22 UTC  (3+ messages)

[PATCH v2 0/6] staging: ks7010: Fix multiple checkpatch warnings
 2016-09-18 19:19 UTC  (4+ messages)
` [PATCH v2 2/6] staging: ks7010: Remove braces following single statement blocks
  ` [Outreachy kernel] [PATCH v3 "

[PATCH v2 net-next] MAINTAINERS: Add an entry for the core network DSA code
 2016-09-18 19:17 UTC 

[ptrace] e0d4fc9937: WARNING: CPU: 0 PID: 263 at kernel/ptrace.c:228 __ptrace_may_access+0x164/0x200
 2016-09-18 19:17 UTC 

[PATCH v2 1/6] Bluetooth: Add support for local name in scan rsp
 2016-09-18 19:17 UTC  (4+ messages)

[PATCH 0/4] drm/sun4i: rgb and dotclock misc fixes and improvements
 2016-09-18 19:16 UTC  (15+ messages)
` [PATCH 1/4] drm/sun4i: rgb: Declare RGB encoder and connector as MIPI DPI
` [PATCH 2/4] drm/sun4i: dotclock: Fix clock rate read back calcation
` [PATCH 3/4] drm/sun4i: dotclock: Allow divider = 127
` [PATCH 4/4] drm/sun4i: dotclock: Round to closest clock rate

[ANNOUNCE] Git User's Survey 2016
 2016-09-18 19:16 UTC 

[PATCH -next v2 0/5] ipc/sem: semop(2) improvements
 2016-09-18 19:11 UTC  (6+ messages)
` [PATCH 1/5] ipc/sem: do not call wake_sem_queue_do() prematurely
` [PATCH 2/5] ipc/sem: rework task wakeups
` [PATCH 3/5] ipc/sem: optimize perform_atomic_semop()
` [PATCH 4/5] ipc/sem: explicitly inline check_restart
` [PATCH 5/5] ipc/sem: use proper list api for pending_list wakeups

[RFC PATCH v2 0/2] adding panel claa070wp03xg support for exynos
 2016-09-18 19:09 UTC  (7+ messages)
` [RFC PATCH v2 1/2] ARM: dts: samsung: add rga-lvds panel in itop elite

[PATCH] Staging: rts5208: rtsx_card.c: Fixed brace style issues
 2016-09-18 19:08 UTC 

[ptrace] e0d4fc9937: WARNING: CPU: 0 PID: 379 at kernel/ptrace.c:228 __ptrace_may_access
 2016-09-18 19:08 UTC 

[PATCH -next] drm/sun4i: backend: remove redundant dev_err call in sun4i_backend_bind()
 2016-09-18 19:04 UTC  (4+ messages)

[PATCH] Staging: lustre: Use x instead of x != NULL
 2016-09-18 19:02 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH] Staging: i4l: Remove unused variable
 2016-09-18 19:01 UTC 

[PATCH 00/15] Line6 POD X3/X3Live suport
 2016-09-18 18:59 UTC  (14+ messages)
` [PATCH v4 00/12] "
  ` [PATCH v4 01/12] ALSA: line6: Enable different number of URBs for frame transfers
  ` [PATCH v4 02/12] ALSA: line6: Add high-speed USB support
  ` [PATCH v4 03/12] ALSA: line6: Support assymetrical in/out configurations
  ` [PATCH v4 04/12] ALSA: line6: Allow different channel numbers for in/out
  ` [PATCH v4 05/12] ALSA: line6: Add LINE6_CAP_IN_NEEDS_OUT, a void playback stream during capture
  ` [PATCH v4 06/12] ALSA: line6: Distinguish device init (ctrl EP) and MIDI data transfer (int EP)
  ` [PATCH v4 07/12] ALSA: line6: Allow processing of raw incoming messages
  ` [PATCH v4 08/12] ALSA: line6: Add support for POD X3
  ` [PATCH v4 09/12] ALSA: line6: Add support for POD X3 Live (only USB ID differs from POD X3)
  ` [PATCH v4 10/12] ALSA: line6: Only determine control port properties if needed
  ` [PATCH v4 11/12] ALSA: line6: Cleanup podhd initialization
  ` [PATCH v4 12/12] ALSA: line6: Add hwdep interface to access the POD control messages

[PATCH] Let platform drivers set GPE masks: Fix suspend for Intel Virtual Button Devices
 2016-09-18 18:52 UTC 

[PATCH 1/2] [media] pxa_camera: make soc_mbus_xlate_by_fourcc() static
 2016-09-18 18:48 UTC  (4+ messages)
` [PATCH 2/2] [media] pxa_camera: remove an unused structure pointer

[PATCH v5 0/1] iio: devm helpers and Murata zpa2326 barometer support
 2016-09-18 18:42 UTC  (4+ messages)
` [PATCH v5 1/1] iio:pressure: initial "

[RFC] extending pathspec support to submodules
 2016-09-18 18:40 UTC  (4+ messages)
` [PATCH] ls-files: add pathspec matching for submodules

sandox -X not working with recent Xephyr
 2016-09-18 18:39 UTC 

[RFC PATCH] x86: Do not panic if mce=2 is passed
 2016-09-18 18:39 UTC  (3+ messages)

[PATCH net-next 2/3] r8152: support ECM mode
 2016-09-18 18:37 UTC  (3+ messages)

[PATCH] spi: bcm-qspi: fix build error
 2016-09-18 18:33 UTC  (2+ messages)

[PATCH -next 0/5] ipc/sem: semop(2) improvements
 2016-09-18 18:26 UTC  (4+ messages)
` [PATCH 2/5] ipc/sem: rework task wakeups

[PATCH v3 0/2] leds: Add driver for NCP5623 3-channel I2C LED driver
 2016-09-18 18:20 UTC  (4+ messages)
` [PATCH v3 2/2] "

[PATCH 3/3 v2] x86/e820: Use much less memory for e820/e820_saved, save up to 120k
 2016-09-18 18:21 UTC 

[Buildroot] Patches for Acme Systems Arietta G25 and Aria G25
 2016-09-18 18:21 UTC  (8+ messages)
` [Buildroot] [PATCH 02/11] Add Linux Kernel stable 4.4.16 patch file for Arietta G25
` [Buildroot] [PATCH 05/11] Update and improve default configuration files for Arietta G25 (both 128MB and 256MB version)
` [Buildroot] [PATCH 07/11] Add Linux Kernel stable v4.4.16 patch file for Aria G25

[PATCH v2] dmaengine: s3c24xx: Add dma_slave_map for s3c2440 devices
 2016-09-18 18:18 UTC  (4+ messages)

[PATCH 1/2] perf, tools, list: Print aliases with --raw-dump
 2016-09-18 18:18 UTC  (2+ messages)
` [PATCH 2/2] perf, tools: Fix completion script to handle comma list

[PATCH] Staging: lustre: Use sizeof structure *pointer over sizeof structure in kzalloc()
 2016-09-18 18:15 UTC  (2+ messages)
` [Outreachy kernel] "

[GIT pull] irq fixes for 4.8
 2016-09-18 18:15 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/17] imx6: Add Engicam i.CoreM6 QDL modules support
 2016-09-18 18:15 UTC  (3+ messages)
` [U-Boot] [PATCH v2 04/17] Kconfig: Add DEFAULT_FDT_FILE entry

QCA6174 Performance
 2016-09-18 18:14 UTC  (3+ messages)

[PATCH] ARM: mediatek: clean up mach-mediatek/Makefile
 2016-09-18 18:11 UTC  (3+ messages)

[PATCH] make samsung interface entries explicitly
 2016-09-18 18:09 UTC  (6+ messages)
` [PATCH] ASoC: samsung: make audio interface/controller explicitly

[net-next PATCH v3 0/3] e1000 XDP implementation
 2016-09-18 18:06 UTC  (7+ messages)
` [net-next PATCH v3 2/3] e1000: add initial XDP support
          ` [Intel-wired-lan] "


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.