All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-08-09 16:42:30 to 2015-08-09 22:48:22 UTC [more...]

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2015-08-09 22:48 UTC 

[meta-raspberrypi][PATCH 0/5] Add support for 4.1 kernel with vc4 DRM/KMS driver
 2015-08-09 22:44 UTC  (9+ messages)
` [meta-raspberrypi][PATCH 1/5] linux-raspberrypi.inc: Make kgdboc kernel param optional
` [meta-raspberrypi][PATCH 2/5] rpi-config: Allow to mask GPU irqs
` [meta-raspberrypi][PATCH 3/5] sdcard_image-rpi.bbclass: Allocate more space for boot partition

[Buildroot] [PATCH 0/5] core/graphs: add (near) real-time build status to graph-depends (branch yem/graphs)
 2015-08-09 22:38 UTC  (6+ messages)
` [Buildroot] [PATCH 1/5] instrumentation: explicitly pass the package name
` [Buildroot] [PATCH 2/5] fs: add instrumentation steps
` [Buildroot] [PATCH 3/5] instrumentation: add step-{start, end} to target-finalize
` [Buildroot] [PATCH 4/5] support/graphs: real-time build status on graph-depends
` [Buildroot] [PATCH 5/5] docs/manual: document rt-graph-depends and <pkg>-rt-graph-depends

[Buildroot] [Bug 8271] New: Buildroot wit x86_64 architecture fails to boot on qemu with kernels >=3.10
 2015-08-09 22:27 UTC 

[Bug 89987] Slow VDPAU (rv770_restrict_performance_levels_before_switch failed)
 2015-08-09 22:25 UTC  (2+ messages)

[PATCH] JFFS2: Prevent CPU starvation during garbage collection
 2015-08-09 22:24 UTC  (3+ messages)

[linux-3.4 test] 60632: regressions - FAIL
 2015-08-09 22:23 UTC 

sparc64 function alignmnet (4 or 32)?
 2015-08-09 22:19 UTC  (3+ messages)

[PATCH] libpam: Fix patch broken during upgrade
 2015-08-09 22:16 UTC  (2+ messages)

kdbus: to merge or not to merge?
 2015-08-09 22:11 UTC  (12+ messages)

[PATCH] r8169: Filtered data on Rx descriptor status context
 2015-08-09 22:09 UTC  (2+ messages)

[PATCH] drivers: Update help for firmware loading options
 2015-08-09 22:01 UTC 

[meta-raspberrypi][PATCH] sdcard_image: Fix sdcard image generation
 2015-08-09 21:54 UTC  (3+ messages)

Crash when 'ifconfig vEth0 X.X.X.X'
 2015-08-09 21:50 UTC 

[PATCH] misc: sram: extend usage of reserved partitions
 2015-08-09 21:40 UTC  (2+ messages)

[GIT PULL] NTB bug fixes for v4.2
 2015-08-09 21:39 UTC 

[U-Boot] [PATCH v2 0/9] dfu: tftp: update: Support for DFU upgrades via ETH (TFTP)
 2015-08-09 21:37 UTC  (7+ messages)
` [U-Boot] [PATCH v2 4/9] dfu: tftp: update: Provide tftp support for the DFU subsystem
` [U-Boot] [PATCH v2 5/9] dfu: tftp: update: Add dfu_write_from_mem_addr() function

linux-4.2-rc6/drivers/extcon/extcon.c: 3 * bad tests ?
 2015-08-09 21:30 UTC 

[meta-oe][PATCH] dosfstools-2.11: Fix memory leak in mkdosfs
 2015-08-09 21:30 UTC  (6+ messages)

[git pull] another RCU pathwalk breakage
 2015-08-09 21:15 UTC 

[Qemu-devel] [PATCH for-2.5 00/30] 680x0 instructions emulation
 2015-08-09 21:12 UTC  (32+ messages)
` [Qemu-devel] [PATCH for-2.5 01/30] m68k: define m680x0 CPUs and features
` [Qemu-devel] [PATCH for-2.5 02/30] m68k: manage scaled index
` [Qemu-devel] [PATCH for-2.5 03/30] m68k: introduce read_imXX() functions
` [Qemu-devel] [PATCH for-2.5 04/30] m68k: set disassembler mode to 680x0 or coldfire
` [Qemu-devel] [PATCH for-2.5 05/30] m68k: define operand sizes
` [Qemu-devel] [PATCH for-2.5 06/30] m68k: REG() macro cleanup
` [Qemu-devel] [PATCH for-2.5 07/30] m68k: allow to update flags with operation on words and bytes
` [Qemu-devel] [PATCH for-2.5 08/30] m68k: update CPU flags management
` [Qemu-devel] [PATCH for-2.5 09/30] m68k: add X flag helpers
` [Qemu-devel] [PATCH for-2.5 10/30] m68k: tst bugfix
` [Qemu-devel] [PATCH for-2.5 11/30] m68k: improve clr/moveq
` [Qemu-devel] [PATCH for-2.5 12/30] m68k: Manage divw overflow
` [Qemu-devel] [PATCH for-2.5 13/30] m68k: set Z and N on divu/muls overflow as a real 68040
` [Qemu-devel] [PATCH for-2.5 14/30] m68k: allow adda/suba to add/sub word
` [Qemu-devel] [PATCH for-2.5 15/30] m68k: add more modes to movem
` [Qemu-devel] [PATCH for-2.5 16/30] m68k: Add all access modes and data sizes to some 680x0 instructions
` [Qemu-devel] [PATCH for-2.5 17/30] m68k: ori/andi/subi/addi/eori/cmpi can modify SR/CCR
` [Qemu-devel] [PATCH for-2.5 18/30] m68k: addq/subq can work with all the data sizes
` [Qemu-devel] [PATCH for-2.5 19/30] m68k: add cmpm
` [Qemu-devel] [PATCH for-2.5 20/30] m68k: add exg
` [Qemu-devel] [PATCH for-2.5 21/30] m68k: add bkpt
` [Qemu-devel] [PATCH for-2.5 22/30] m68k: add cas instruction
` [Qemu-devel] [PATCH for-2.5 23/30] m68k: add linkl
` [Qemu-devel] [PATCH for-2.5 24/30] m68k: add DBcc and Scc (memory operand)
` [Qemu-devel] [PATCH for-2.5 25/30] m68k: add abcd, sbcd, nbcd instructions
` [Qemu-devel] [PATCH for-2.5 26/30] m68k: add mull/divl
` [Qemu-devel] [PATCH for-2.5 27/30] m68k: add addx/subx/negx
` [Qemu-devel] [PATCH for-2.5 28/30] m68k: shift/rotate bytes and words
` [Qemu-devel] [PATCH for-2.5 29/30] m68k: add rol/rox/ror/roxr
` [Qemu-devel] [PATCH for-2.5 30/30] m68k: add bitfield instructions

[refpolicy] [PATCH 1/2] Policy for gpg's dirmngr
 2015-08-09 21:10 UTC  (2+ messages)
` [refpolicy] [PATCH 2/2] gpg 2.1 places gpg-agent sockets in ~/.gnupg/

[meta-raspberrypi][PATCH] userland: Fix POSIX compliance expectation
 2015-08-09 21:08 UTC  (2+ messages)

[PATCH] Documentation/watchdog: add timeout and ping rate control to watchdog-test.c
 2015-08-09 20:58 UTC  (3+ messages)

"mesg n" exits with error, even if the command is successful
 2015-08-09 20:56 UTC  (6+ messages)

Build failures in v3.2.y-stable-queue (i386, x86_64)
 2015-08-09 20:54 UTC 

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2015-08-09 20:50 UTC 

[Buildroot] [PATCH/next 1/1] package/jsoncpp: bump version to 1.6.5
 2015-08-09 20:50 UTC  (8+ messages)

post-receive: pub/scm/linux/kernel/git/bwh/linux-3.2.y-queue
 2015-08-09 20:48 UTC 

post-receive: pub/scm/linux/kernel/git/groeck/linux-staging
 2015-08-09 20:45 UTC 

post-receive: pub/scm/linux/kernel/git/groeck/linux-staging
 2015-08-09 20:44 UTC 

post-receive: pub/scm/linux/kernel/git/rw/uml
 2015-08-09 20:33 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2015-08-07
 2015-08-09 20:32 UTC  (3+ messages)

[uml-devel] [PATCH] um: Fix kernel mode fault condition
 2015-08-09 20:31 UTC  (2+ messages)
`  "

[PATCH V2 0/6] iio: TSYS01, TSYS02D, HTU21, MS5637, MS8607 Measurement Specialties driver development
 2015-08-09 20:21 UTC  (6+ messages)
` [PATCH V2 3/6] iio: Add tsys02d meas-spec driver support

git blame breaking on repository with CRLF files
 2015-08-09 20:19 UTC  (3+ messages)

[PATCH v2] modpost: abort if a module symbol is too long
 2015-08-08  5:47 UTC  (2+ messages)

Linux 4.2-rc6
 2015-08-09 20:16 UTC 

[PATCH 00/31] use kmemdup rather than duplicating its implementation
 2015-08-09 20:14 UTC  (3+ messages)
` [PATCH 04/31] arch/mips/bcm47xx: "

[PATCH] f2fs:Fix error handling in the function recover_inline_data
 2015-08-09 20:12 UTC 

[Buildroot] [PATCH/next 1/1] package/libglew: bump version to 1.12.0
 2015-08-09 20:09 UTC 

[Buildroot] [PATCH 1/1] package/mesa3d: needs dynamic library
 2015-08-09 20:09 UTC 

Linux kernel 4.2-rc6 released
 2015-08-09 20:07 UTC 

[PATCH] drivers: staging: lustre: lnet: klnds: o2iblnd: o2iblnd.c
 2015-08-09 20:04 UTC  (2+ messages)

[PATCH 2/2] drivers: staging : media : davinci_vpfe : dma365_resizer.c drivers: staging : media : davinci_vpfe : dma365_resizer.h
 2015-08-09 20:04 UTC  (2+ messages)

[uml-devel] [PATCH] um: Fix waitpid() usage in helper code
 2015-08-09 20:00 UTC  (2+ messages)
`  "

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2015-08-09 19:59 UTC 

[Buildroot] [PATCH v3 1/1] package/jsoncpp: Broken on musl
 2015-08-09 19:57 UTC  (4+ messages)

Warnings/memory corruption in perf intel events
 2015-08-09 19:46 UTC 

Ceph Manual Deployment for version 94.2
 2015-08-09 19:40 UTC  (2+ messages)

[PATCH] iwlwifi: Deinline iwl_{read,write}{8,32}
 2015-08-09 19:38 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/bwh/linux-3.2.y-queue
 2015-08-09 19:34 UTC 

[Bug 102551] New: fmemopen.3 manpage needs update for glibc-2.22
 2015-08-09 19:23 UTC 

[PATCH V2] staging: rtl8723au: Fix Sparse errors in rtw_security.c
 2015-08-09 19:20 UTC 

GPMC in device tree
 2015-08-09 19:18 UTC  (12+ messages)

[RFC PATCH] ARM: dts: rockchip: Add wifi support for firefly
 2015-08-09 19:17 UTC  (4+ messages)

[PATCH v9 00/20] Compile-time stack validation
 2015-08-09 19:14 UTC  (3+ messages)
` [PATCH v9 20/20] x86/asm/power: Create stack frames in hibernate_asm_64.S

[ath9k-devel] how dose ath9k read the art data from eeprom?
 2015-08-09 19:11 UTC 

post-receive: pub/scm/linux/kernel/git/s390/linux
 2015-08-09 19:08 UTC 

[PATCH] radeon: Add option to disable dpm quirks
 2015-08-09 19:06 UTC  (5+ messages)

[Buildroot] Autobuilder toolchain configuration update
 2015-08-09 19:04 UTC 

[PATCH] ARM: dts: sunxi: Use the axp209 driver on the olimex lime2
 2015-08-09 19:02 UTC  (6+ messages)
` [PATCH] ARM: dts: sunxi: enable otg port on the sun7i-a20-olinuxino-lime2

post-receive: pub/scm/virt/kvm/mst/qemu
 2015-08-09 18:59 UTC 

[PATCH] kexec: override GFP flag for the control page allocation
 2015-04-21 12:06 UTC  (4+ messages)
` [PATCH] kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFP

[Buildroot] [PATCH 0/4 v2] OpenCV: re-introduce opencv-2.4 package (branch yem/sma/opencv3-opencv24)
 2015-08-09 18:52 UTC  (4+ messages)
` [Buildroot] [PATCH 3/4 v2] Revert "package/gstreamer1/gst1-plugins-bad: disable opencv plugin with opencv-3"

[btrfs:integration-4.3 34/35] fs/btrfs/extent_io.c:2734:10: error: 'struct bio' has no member named 'bi_css'
 2015-08-09 18:37 UTC 

What is my i2c device slave address?
 2015-08-09 18:37 UTC  (4+ messages)

[PATCHv2 net-next] dsa: Support multiple MDIO busses
 2015-08-09 18:33 UTC  (6+ messages)

[PATCH] SH: use PFN_DOWN macro
 2015-08-09 18:28 UTC  (2+ messages)

[PATCH] ARM: dts: sunxi enable otg port on the sun7i-a20-olinuxino-lime2
 2015-08-09 18:22 UTC  (4+ messages)
` [PATCH] ARM: dts: sunxi: "

[uml-devel] uml_net zombie processes
 2015-08-09 18:22 UTC  (13+ messages)

[PATCH 0/8] serial: imx: rework pm support and add runtime pm
 2015-08-09 18:19 UTC  (9+ messages)
` [PATCH 1/8] serial: imx: remove unbalanced clk_prepare
` [PATCH 2/8] serial: imx: introduce serial_imx_enable_wakeup()
` [PATCH 3/8] serial: imx: allow waking up on RTSD
` [PATCH 4/8] serial: imx: use dev_pm_ops
` [PATCH 5/8] serial: imx: save and restore context in the suspend path
` [PATCH 6/8] serial: imx: add a flag to indicate we are "
` [PATCH 7/8] serial: imx: add runtime pm support
` [PATCH 8/8] serial: imx: add pm_qos request

[PATCH 4.1 000/123] 4.1.5-stable review
 2015-08-09 18:12 UTC  (3+ messages)
` [PATCH 4.1 099/123] perf hists browser: Take the --comm, --dsos, etc filters into account

crash in colcrt
 2015-08-09 18:19 UTC  (5+ messages)
` [PATCH 0/3] pull: colcrt crash fixes
  ` [PATCH 1/3] colcrt: use #define in place of magic constants
  ` [PATCH 2/3] colcrt: avoid writing beyond array bound [afl & asan]
  ` [PATCH 3/3] colcrt: allocate enough space for data moves "

[PATCH v2] send-email: provide whitelist of SMTP AUTH mechanisms
 2015-08-09 18:13 UTC  (6+ messages)

[Buildroot] [PATCH v2] postgresql: fix sparc compile issue
 2015-08-09 18:13 UTC 

[Buildroot] [PATCH] toolchain/external: better check for gcc-5
 2015-08-09 18:13 UTC  (2+ messages)

[PATCH] type assignment and restricted type cast error fixes for rtl8723au/core/rtw_security.c
 2015-08-09 18:09 UTC  (2+ messages)

c++11 merged in master
 2015-08-09 18:02 UTC  (3+ messages)

[PATCH] i40e:remove unlikely check in i40e_xmit_pkts for checksum offload
 2015-08-09 18:00 UTC  (3+ messages)

Wireless is not working after upgrading kernel to 4.2.0-rc5-00183-g3fbdc37
 2015-08-09 17:57 UTC  (3+ messages)

btusb regression / 0a12:0001 CSR
 2015-08-09 17:57 UTC  (3+ messages)

[PATCH] ipc/sem.c: Update/correct memory barriers
 2015-08-09 17:55 UTC 

[uml-devel] [PATCH v2] um: Switch clocksource to hrtimers
 2015-08-09 17:54 UTC  (3+ messages)

[PATCH] ethdev: Fix illegal access of rte_eth_dev_is_detachable()
 2015-08-09 17:52 UTC  (3+ messages)

[uml-devel] [PATCH] um: Switch clocksource to hrtimers
 2015-08-09 17:53 UTC 

[PATCH] ipc,sem: fix use after free on IPC_RMID after a task using same semaphore set exits
 2015-08-09 17:49 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2015-08-09 17:35 UTC 

[REGRESSION] nouveau: Crash in gk104_fifo_intr_runlist()
 2015-08-09 17:28 UTC  (2+ messages)

[U-Boot] [PATCH] cm5200: fix FAT function prototypes
 2015-08-09 17:25 UTC 

[RFC v3 2/2] mm, compaction: make kcompactd rely on sysctl_extfrag_threshold
 2015-08-09 17:21 UTC  (2+ messages)

[PATCH bluetooth-next 0/4] ieee802154: aret handling changes
 2015-08-09 19:12 UTC  (5+ messages)
` [PATCH bluetooth-next 1/4] mac802154: cfg: remove test and set checks
` [PATCH bluetooth-next 2/4] mac802154: change frame_retries behaviour
` [PATCH bluetooth-next 3/4] at86rf230: use STATE_TX_ARET mode only
` [PATCH bluetooth-next 4/4] ieee802154: add ack request default handling

[PATCH] config.mak.uname: Cygwin: Use renames for creation
 2015-08-09 17:05 UTC  (6+ messages)

An option to sign the push by default
 2015-08-09 16:57 UTC 

post-receive: pub/scm/linux/kernel/git/mason/linux-btrfs
 2015-08-09 16:55 UTC 

[PATCH-v5 0/5] i2c: pxa: Add support for PXA910 family of device
 2015-08-09 16:53 UTC  (6+ messages)
` [PATCH-v5 5/5] i2c: pxa: Add ILCR (tLow & tHigh) configuration support

post-receive: pub/scm/virt/kvm/mst/qemu
 2015-08-09 16:47 UTC 

Purchasing/Infrared lamp therapy products/Aukewel Co., ltd
 2015-08-09 16:45 UTC 


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.