All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-08-30 04:15:40 to 2014-08-30 09:49:59 UTC [more...]

post-receive: pub/scm/linux/kernel/git/jic23/iio
 2014-08-30  9:49 UTC 

[PATCH 01/11] iio: sensors-core: st: Check st_sensors_set_drdy_int_pin()'s return value
 2014-08-30  9:49 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/jic23/iio
 2014-08-30  9:48 UTC 

[PATCH] iio: adc: at91: make the function handle_adc_eoc_trigger() static
 2014-08-30  9:48 UTC  (3+ messages)

[PATCH] pack-write: simplify index_pack_lockfile using skip_prefix() and xstrfmt()
 2014-08-30  9:47 UTC 

[PATCH] connect: simplify check_ref() using skip_prefix() and starts_with()
 2014-08-30  9:46 UTC 

[U-Boot] [PATCH] nios2: rebase nios2-generic board to 3c120 reference design
 2014-08-30  9:47 UTC 

[PATCH] iio: adc: rockchip_saradc: remove unused variable in probe
 2014-08-30  9:45 UTC  (3+ messages)

[PATCH 1/2] iio: adc: ti_am335x_adc: refactor DT parsing into a function
 2014-08-30  9:44 UTC  (9+ messages)
` [PATCH 2/2] iio: adc: ti_am335x_adc: make sample delay, open delay, averaging DT parameters

[Bug 83205] New: GPU lockup when entering settings in Verdun game with HyperZ enabled
 2014-08-30  9:43 UTC  (2+ messages)
` [Bug 83205] "

[U-Boot] tools-only build broken
 2014-08-30  9:40 UTC  (3+ messages)

[PATCH resend] nosave: Consolidate __nosave_{begin,end} in <asm/sections.h>
 2014-08-30  9:36 UTC  (3+ messages)

is there a list of yocto-supported dev kits somewhere?
 2014-08-30  9:32 UTC  (9+ messages)

[PATCH 1/2] ARM: multi_v7_defconfig: Enable shmobile platforms
 2014-08-30  9:32 UTC  (7+ messages)

post-receive: pub/scm/linux/kernel/git/jic23/iio
 2014-08-30  9:32 UTC 

[PATCH] iio: imu: inv_mpu6050: Remove casting the return value which is a void pointer
 2014-08-30  9:32 UTC  (2+ messages)

[PATCH v3 0/4] Rockchip soc theamal driver
 2014-08-30  9:30 UTC  (9+ messages)
` [PATCH v3 1/4] thermal: rockchip: add driver for thermal
      `  "

[Buildroot] [git commit branch/next] host-gdb: enable terminal user interface support
 2014-08-30  9:29 UTC  (3+ messages)

[Buildroot] [PATCH 0 of 3 v2 for 2014.08] Manual improvements part 4
 2014-08-30  9:28 UTC  (4+ messages)

post-receive: pub/scm/utils/cryptsetup/cryptsetup
 2014-08-30  9:26 UTC 

kbuild: kselftest error
 2014-08-30  9:18 UTC 

This is impossible to let the kernel module and the userspace program read/write the same memory area at the same time ?
 2014-08-30  9:17 UTC 

2014~W O R K !
 2014-08-25 11:14 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2014-08-29
 2014-08-30  9:07 UTC  (2+ messages)
` [Buildroot] Analysis of build results

[PATCH 1/2] t0027: Tests for core.eol=native, eol=lf, eol=crlf
 2014-08-30  9:01 UTC  (3+ messages)

[PATCH 00/41] perf tools: Preparation for call graph from Intel BTS
 2014-08-30  8:53 UTC  (7+ messages)
` [PATCH 20/41] perf tools: Let a user specify a PMU event without any config terms

Good hardware for mdadm
 2014-08-30  8:45 UTC  (9+ messages)

__devinit and __devexit removed in kernel ?
 2014-08-30  8:43 UTC 

[meta-multimedia][PATCH V2 1/1] xbmc: Update to v13.2
 2014-08-30  8:37 UTC  (5+ messages)

[PATCH 00/32] nd/multiple-work-trees cleanup
 2014-08-30  8:34 UTC  (33+ messages)
` [PATCH 01/32] path.c: make get_pathname() return strbuf instead of static buffer
` [PATCH 02/32] path.c: make get_pathname() call sites return const char *
` [PATCH 03/32] git_snpath(): retire and replace with strbuf_git_path()
` [PATCH 04/32] path.c: rename vsnpath() to do_git_path()
` [PATCH 05/32] path.c: group git_path(), git_pathdup() and strbuf_git_path() together
` [PATCH 06/32] git_path(): be aware of file relocation in $GIT_DIR
` [PATCH 07/32] *.sh: respect $GIT_INDEX_FILE
` [PATCH 08/32] reflog: avoid constructing .lock path with git_path
` [PATCH 09/32] fast-import: use git_path() for accessing .git dir instead of get_git_dir()
` [PATCH 10/32] commit: use SEQ_DIR instead of hardcoding "sequencer"
` [PATCH 11/32] $GIT_COMMON_DIR: a new environment variable
` [PATCH 12/32] git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objects
` [PATCH 13/32] *.sh: avoid hardcoding $GIT_DIR/hooks/
` [PATCH 14/32] git-stash: avoid hardcoding $GIT_DIR/logs/
` [PATCH 15/32] setup.c: convert is_git_directory() to use strbuf
` [PATCH 16/32] setup.c: detect $GIT_COMMON_DIR in is_git_directory()
` [PATCH 17/32] setup.c: convert check_repository_format_gently to use strbuf
` [PATCH 18/32] setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()
` [PATCH 19/32] setup.c: support multi-checkout repo setup
` [PATCH 20/32] wrapper.c: wrapper to open a file, fprintf then close
` [PATCH 21/32] use new wrapper write_file() for simple file writing
` [PATCH 22/32] checkout: support checking out into a new working directory
` [PATCH 23/32] checkout: clean up half-prepared directories in --to mode
` [PATCH 24/32] checkout: reject if the branch is already checked out elsewhere
` [PATCH 25/32] prune: strategies for linked checkouts
` [PATCH 26/32] gc: style change -- no SP before closing parenthesis
` [PATCH 27/32] gc: factor out gc.pruneexpire parsing code
` [PATCH 28/32] gc: support prune --repos
` [PATCH 29/32] count-objects: report unused files in $GIT_DIR/repos/
` [PATCH 30/32] git_path(): keep "info/sparse-checkout" per work-tree
` [PATCH 31/32] checkout: don't require a work tree when checking out into a new one
` [PATCH 32/32] t2025: add a test to make sure grafts is working from a linked checkout

[PATCH ipvs,v4 00/20] Support v6 real servers in v4 pools and vice versa
 2014-08-30  8:35 UTC  (5+ messages)
` [PATCH ipvs,v4 19/20] ipvs: use the new dest addr family field

KVM scaling question about compile time
 2014-08-30  6:38 UTC 

[Qemu-devel] linux-user: enabling binfmt P flag
 2014-08-30  8:28 UTC  (3+ messages)

net_ns cleanup / RCU overhead
 2014-08-30  8:20 UTC  (9+ messages)

[Bug 82889] New: [drm:si_dpm_set_power_state] *ERROR* si_disable_ulv failed
 2014-08-30  8:20 UTC  (4+ messages)
` [Bug 82889] "

[PATCH RFC v2 00/12] Mem_event and mem_access for ARM
 2014-08-30  8:19 UTC  (7+ messages)
` [PATCH RFC v2 08/12] xen/arm: Add mem_event domctl and mem_access memop
` [PATCH RFC v2 09/12] xen/arm: Data abort exception (R/W) mem_events

[PATCH] Staging: bcm: LeakyBucket: format kernel-docs
 2014-08-30  8:04 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/5] target-ppc: Add FWNMI support in QEMU for powerKVM guests
 2014-08-30  8:08 UTC  (18+ messages)
` [Qemu-devel] [PATCH 3/5] target-ppc: Build error log
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 4/5] target-ppc: Handle ibm, nmi-register RTAS call
  ` [Qemu-devel] [Qemu-ppc] "

[PATCH] useradd: Add setscene dep on pseudo-native
 2014-08-30  7:59 UTC  (3+ messages)

[PATCH 00/12] MIPS: GIC device-tree support
 2014-08-30  7:57 UTC  (12+ messages)
` [PATCH 03/12] of: Add binding document for MIPS GIC
` [PATCH 04/12] MIPS: GIC: Move MIPS_GIC_IRQ_BASE into platform irq.h
` [PATCH 05/12] MIPS: GIC: Add device-tree support

armv6k support in OE for raspberrypi and s3c6410
 2014-08-30  7:49 UTC  (2+ messages)

[PATCH v8 net-next 0/2] load imm64 insn and uapi/linux/bpf.h
 2014-08-30  7:48 UTC  (9+ messages)
` [PATCH v8 net-next 2/2] net: filter: split filter.h and expose eBPF to user space

How to get the information from /proc/files from within a kernel module?
 2014-08-30  7:40 UTC  (6+ messages)

[uml-devel] [PATCH 01/10] Epoll based interrupt controller
 2014-08-30  7:35 UTC  (3+ messages)
` [uml-devel] [PATCH 03/10] High performance networking subsystem

[Buildroot] [git commit branch/next] gdb: fixup host gdb tui option
 2014-08-30  7:32 UTC  (2+ messages)

[Buildroot] About i386 Architecture and Grub2
 2014-08-30  7:30 UTC  (8+ messages)

(no subject)
 2014-08-30  7:29 UTC 

Not planned holidays yet? Plan now & get best travel deals !!!
 2014-08-29  6:52 UTC 

[Buildroot] [git commit] gdb: fixup host gdb tui option
 2014-08-30  7:21 UTC 

[Bug 82828] New: Regression: Crash in 3Dmark2001
 2014-08-30  7:19 UTC  (2+ messages)
` [Bug 82828] "

[Buildroot] [git commit] manual/user guide/customization: rework section on BR2_EXTERNAL
 2014-08-30  7:18 UTC 

[Buildroot] [git commit] manual/user guide/customization: add section with recommended dir structure
 2014-08-30  7:18 UTC 

[Buildroot] [git commit] manual/user guide/customization: expand introduction text
 2014-08-30  7:18 UTC 

[Buildroot] [PATCH 1/1] package/upmpdcli: disable for Blackfin GNU Toolchain
 2014-08-30  7:17 UTC  (2+ messages)

[Buildroot] [git commit] package/upmpdcli: disable for Blackfin GNU Toolchain
 2014-08-30  7:16 UTC 

[Patch v4] x86, irq, PCI: Keep IRQ assignment for runtime power management
 2014-08-30  7:15 UTC  (2+ messages)
` [Patch v4] x86, irq: Fix build error caused by 9eabc99a635a77cbf09

[libvirt test] 30051: tolerable FAIL - PUSHED
 2014-08-30  7:10 UTC 

[Buildroot] [PATCH 2/2] package/libao: bump to version 1.2.0
 2014-08-30  7:08 UTC  (2+ messages)

[Buildroot] [git commit] package/libao: bump to version 1.2.0
 2014-08-30  7:08 UTC 

[Buildroot] [git commit branch/next] package/libao: bump to version 1.2.0
 2014-08-30  7:08 UTC 

[Buildroot] [PATCH 1/1] package/libdaemon: add patch to fix build with the musl C library
 2014-08-30  7:07 UTC  (2+ messages)

[Buildroot] [PATCH v2] host-gdb: enable terminal user interface support
 2014-08-30  7:04 UTC  (2+ messages)

[Ocfs2-devel] [patch 02/10] ocfs2: free inode when i_count becomes zero
 2014-08-30  7:03 UTC  (3+ messages)

[Buildroot] [git commit] host-gdb: enable terminal user interface support
 2014-08-30  7:03 UTC 

[drm/i915/3.17] panic in i915_digport_work_func
 2014-08-30  7:03 UTC 

[Buildroot] [PATCH] zsh: bump to version 5.0.6
 2014-08-30  7:02 UTC  (2+ messages)

[nightly] Core TISDK 2014.08 build 2014-08-30_01-00-30
 2014-08-30  6:43 UTC 

[Buildroot] [git commit branch/next] zsh: bump to version 5.0.6
 2014-08-30  7:02 UTC 

[Buildroot] [git commit] zsh: bump to version 5.0.6
 2014-08-30  7:02 UTC 

[Buildroot] [PATCH] support/script/scancpan: don't generate the trailing slash in <PKG>_SITE variable
 2014-08-30  7:01 UTC  (2+ messages)

[Buildroot] [git commit] support/script/scancpan: don't generate the trailing slash in <PKG>_SITE variable
 2014-08-30  7:01 UTC 

[Buildroot] [git commit branch/next] support/script/scancpan: don't generate the trailing slash in <PKG>_SITE variable
 2014-08-30  7:01 UTC 

[PATCHv1 1/4] staging:lustre:lnet: lib-md.c make line not over 80 characters
 2014-08-30  6:59 UTC  (4+ messages)
` [PATCHv1 2/4] staging:lustre:lnet: lib-md.c delete space before '(' for code style
  ` [PATCHv1 3/4] staging:lustre:lnet: lib-md.c erase C99 // comments
    ` [PATCHv1 4/4] staging:lustre:lnet lib-md.c erase space before ')' for code style

[PATCH] fix calloc() and xcalloc() argument ordering
 2014-08-30  6:54 UTC 

[PATCH] Export handle_fasteoi_irq
 2014-08-30  6:52 UTC 

[PATCH net-next v3] lib/rhashtable: allow user to set the minimum shifts of shrinking
 2014-08-30  6:48 UTC 

[linux-3.14 test] 30039: regressions - FAIL
 2014-08-30  6:49 UTC 

[PATCH 1/7] mm/balloon_compaction: ignore anonymous pages
 2014-08-30  6:44 UTC  (5+ messages)
` [PATCH 7/7] mm/balloon_compaction: general cleanup

[PATCH net-next v2] tcp: whitespace fixes
 2014-08-30  6:32 UTC 

Problem using hashlimit for bandwidth limit
 2014-08-30  6:26 UTC  (2+ messages)

[Qemu-devel] [PATCH] numa: fix qerror_report_err not free issue
 2014-08-30  6:24 UTC  (4+ messages)

[ANNOUNCE] (Resend) Tools to analyse PM and scheduling behaviour
 2014-08-30  6:24 UTC  (4+ messages)

[PATCH] drm/i915: Don't use WaGsvRC0ResidenncyMethod on chv
 2014-08-31  6:18 UTC  (2+ messages)

[Qemu-devel] [PATCH] hypervisor property clashes with hypervisor node
 2014-08-30  5:55 UTC 

[PATCH] staging: comedi: addi_apci_1564: move boilerplate text to addi_apci_1564.c
 2014-08-30  5:55 UTC 

Configurable filename for what is now .gitignore
 2014-08-30  5:43 UTC  (2+ messages)

[PATCH 0/9] rdepends fixes and QA check: file-rdeps
 2014-08-30  5:23 UTC  (4+ messages)
` [PATCH 8/9] bootchart2: no bashism in bootchartd.in

[Ksummit-discuss] Fwd: Rough notes from testing unconference
 2014-08-30  5:15 UTC  (6+ messages)
      ` [kselftest] kselftest wiki (was RE: [Ksummit-discuss] Fwd: Rough notes from testing unconference)
          ` [Ksummit-discuss] [kselftest] kselftest wiki (was "

[nft PATCH] Kill the correct protocol expression during payload parsing
 2014-08-30  5:17 UTC 

How to safely access inode/dentry obtained from struct page *?
 2014-08-30  5:11 UTC 

[PATCH v3 0/4] Add reset support for apq8064
 2014-08-30  5:08 UTC  (5+ messages)
` [PATCH v3 4/4] pinctrl: qcom: Add support for reset "

[PATCH v2] pinctrl: qcom: remove gpiochip in failure cases
 2014-08-30  5:06 UTC  (4+ messages)

[PATCH 0/2] IO voltage domain support for rk3188 and rk3288
 2014-08-30  4:51 UTC  (5+ messages)

[PATCH v2 0/4] kvmtool: ARM/ARM64: Misc updates
 2014-08-30  4:46 UTC  (7+ messages)
` [PATCH v2 1/4] kvmtool: ARM: Use KVM_ARM_PREFERRED_TARGET vm ioctl to determine target cpu
` [PATCH v2 4/4] kvmtool: ARM/ARM64: Provide PSCI-0.2 to guest when KVM supports it

[PATCH 0/2] meta-yocto-bsps: SRCREV updates and 3.4 removal
 2014-08-30  4:46 UTC  (3+ messages)
` [PATCH 1/2] yocto-bsps: remove 3.4 bbappend
` [PATCH 2/2] yocto-bsps: update SRCREVs to linux-yocto latest

[PATCH 00/18] kernel-yocto: consolidated pull request
 2014-08-30  4:38 UTC  (19+ messages)
` [PATCH 01/18] kernel-yocto: use cat-file instead of git-show
` [PATCH 02/18] kernel-yocto: move SRCREV validation to patching phase
` [PATCH 03/18] kernel-yocto: remove containing branch check
` [PATCH 04/18] kernel-yocto: remove SRC_URI kbranch validation
` [PATCH 05/18] kernel-yocto: remove branch existence checking in do_validate_branches
` [PATCH 06/18] kernel-yocto: remove KBRANCH_DEFAULT
` [PATCH 07/18] kernel-yocto: simplify branch SRCREV validation
` [PATCH 08/18] kernel-yocto: use show-ref instead of branch -a
` [PATCH 09/18] kernel-yocto: clean overly complex branch checkout
` [PATCH 10/18] kernel-yocto: allow custom non-meta, SRCREV format builds
` [PATCH 11/18] kernel-yocto: remove KBRANCH_DEFAULT
` [PATCH 12/18] kernel-yocto: convert echo statements to bb* equivalents
` [PATCH 13/18] kern-tools: allow meta branch and meta data directory to differ
` [PATCH 14/18] images: introduce core-image-kernel-dev
` [PATCH 15/18] linux-yocto/3.14: vhost, vxland, openvswitch and block/bfq updates
` [PATCH 16/18] linux-yocto/3.14: update to v3.14.17
` [PATCH 17/18] linux-yocto/3.4: remove 3.4 name recipes
` [PATCH 18/18] linux-libc-headers: update to 3.16

[PATCH 0/2] rockchip-i2s: add power setting for I2S controller and fix some critical bugs
 2014-08-30  4:30 UTC  (3+ messages)

Uboot configuration error
 2014-08-30  4:23 UTC 

[PATCH v3 0/6] hix5hd2 add some nodes
 2014-08-30  4:15 UTC  (7+ messages)
` [PATCH v3 4/6] ARM: dts: hix5hd2: add sata node
` [PATCH v3 5/6] ARM: dts: hix5hd2: add gpio node
` [PATCH v3 6/6] ARM: dts: hix5hd2: add wdg node


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.