All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-08-30 07:57:53 to 2014-08-30 12:51:44 UTC [more...]

[Buildroot] [PATCH] btrfs-progs: bump to version 3.16, fix static linking
 2014-08-30 12:51 UTC 

[PATCH v2 0/4] Add support for Ricoh RN5T618 PMIC
 2014-08-30 12:50 UTC  (5+ messages)
` [PATCH v2 1/4] mfd: Add Ricoh RN5T618 PMIC core driver
` [PATCH v2 2/4] regulator: add driver for Ricoh RN5T618 regulators

[PATCH 0/2] Build system fixes/improvements
 2014-08-30 12:48 UTC  (3+ messages)
` [PATCH 1/2] Add support for DISABLE_DOCUMENTATION
` [PATCH 2/2] Improve static building and installation

[PATCH 0/5] kexec: minor fixups and enhancements
 2014-08-30 12:47 UTC  (4+ messages)
` [PATCH 1/5] kexec: Fix make headers_check

[PATCH v6 1/2] iio: adc: add driver for Rockchip saradc
 2014-08-30 12:41 UTC  (6+ messages)
` [PATCH v6 2/2] dt-bindings: document "

[U-Boot] [PATCH] ARM: mx6: Add support for Kosagi Novena
 2014-08-30 12:40 UTC  (3+ messages)

Uboot configuration error
 2014-08-30 12:32 UTC  (3+ messages)

[U-Boot] [PATCH v3 1/3] mx6: imx-regs: Provide a structure for GPC registers
 2014-08-30 12:31 UTC  (4+ messages)
` [U-Boot] [PATCH v3 3/3] mx6sxsabresd: Add PCI support

armv6k support in OE for raspberrypi and s3c6410
 2014-08-30 12:26 UTC  (3+ messages)

[PATCH] Export functions from pcie-designware
 2014-08-30 12:24 UTC 

Ask help for boost::statechart in PG
 2014-08-30 12:18 UTC 

[PATCH] ip link: Remove unnecessary device checking
 2014-08-30 12:06 UTC 

[Buildroot] [PATCH 1/5] package/libiqrf: fix static link
 2014-08-30 12:08 UTC  (6+ messages)
` [Buildroot] [PATCH 2/5] package/libwebsockets: "
` [Buildroot] [PATCH 3/5] package/polarssl: "
` [Buildroot] [PATCH 4/5] package/libplist: "
` [Buildroot] [PATCH 5/5] package/taglib: "

費用なしの自然被リンクで、安全に SEO ができるサイトを作りました。中小企業様、個人事業主様のサイトも沢山上位表示されてます。
 2014-08-30 12:04 UTC 

Actual framerate is always divided by 2.5
 2014-08-30 12:03 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 12:02 UTC  (2+ messages)

[PATCH 0/2] More changes for different address family
 2014-08-30 12:01 UTC  (4+ messages)
` [PATCH 1/2] ipvsadm: restrict "
` [PATCH 2/2] ipvsadm: allow different address family in connection listing

[PATCH v5 00/12] sched: consolidation of cpu_capacity
 2014-08-30 12:00 UTC  (4+ messages)
` [PATCH v5 03/12] sched: fix avg_load computation

[PATCH v2 00/19] Signed push
 2014-08-30 11:59 UTC  (3+ messages)
` [PATCH v2 19/19] signed push: fortify against replay attacks

[U-Boot] [PATCH] nand/denali: Adding Denali NAND driver support
 2014-08-30 11:45 UTC  (3+ messages)

[PATCH] iio: accel: kxcjk-1013: add support for kxcj9-1008
 2014-08-30 11:44 UTC  (2+ messages)

Auto Packing message twice?
 2014-08-30 11:28 UTC 

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

[PATCH] ipvsadm: specify real server address family to netlink socket
 2014-08-30 11:26 UTC  (2+ messages)

[PATCH] x86: only load initrd above 4g on second try
 2014-08-30 11:24 UTC  (5+ messages)

Here is a plain kernel based on 3.15x with the reiser4 patch enabled
 2014-08-30 11:16 UTC 

[PATCH 00/32] nd/multiple-work-trees cleanup
 2014-08-30 11:14 UTC  (35+ 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] pinctrl: sirf: Remove gpiochip on failure cases
 2014-08-30 11:13 UTC 

[GIT PULL nf] Second round of IPVS fixes for v3.17
 2014-08-30 11:08 UTC  (2+ messages)

[GIT PULL nf] IPVS fixes for v3.17
 2014-08-30 11:07 UTC  (2+ messages)

[PATCHv1 1/4] staging:lustre:lnet: lib-md.c make line not over 80 characters
 2014-08-30 10:58 UTC  (2+ messages)

RTNL: assertion failed at net/ipv6/addrconf.c (1699)
 2014-08-30 10:58 UTC  (7+ messages)

[PATCH v2 0/3] iio: accel: BMC150: add support for more Bosch chips
 2014-08-30 10:54 UTC  (7+ messages)
` [PATCH v2 1/3] iio: accel: BMC150: fix scale value for 16G
` [PATCH v2 2/3] iio: accel: BMC150: fix issues when CONFIG_PM_RUNTIME is not set
` [PATCH v2 3/3] iio: accel: BMC150: add support for other Bosch chips

[nft PATCH] Kill the correct protocol expression during payload parsing
 2014-08-30 10:52 UTC  (2+ messages)

[PATCH] iio: handle -EPROBE_DEFER in of_iio_channel_get_by_name
 2014-08-30 10:51 UTC  (3+ messages)

[PATCH] staging: comedi: addi_apci_1564: move boilerplate text to addi_apci_1564.c
 2014-08-30 10:45 UTC  (2+ messages)

[PATCH] staging: comedi: usbduxsigma: fix sparse endianness warnings
 2014-08-30 10:43 UTC  (2+ messages)

[PATCH v3] iio: Add Dyna-Image AL3320A ambient light sensor driver
 2014-08-30 10:45 UTC  (4+ messages)

[PATCH] staging: comedi: usbdux: fix sparse endianness warnings
 2014-08-30 10:40 UTC  (2+ messages)

[PATCH 0/3] staging: iio: light: isl29018: add support for other chips
 2014-08-30 10:39 UTC  (10+ messages)
` [PATCH 1/3] staging: iio: light: isl29018: fix typo
` [PATCH 2/3] staging: iio: light: isl29018: add support for isl29023 and isl29035
` [PATCH 3/3] staging: iio: light: isl29018: add ACPI support

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

Good hardware for mdadm
 2014-08-30 10:37 UTC  (11+ messages)

[RFC PATCH] Arm64: introduce __hyp_func_call
 2014-08-30 10:32 UTC  (3+ messages)

__devinit and __devexit removed in kernel ?
 2014-08-30 10:26 UTC  (2+ messages)

[PATCH 0/2] Get rid of ndo_xmit_flush
 2014-08-30 10:23 UTC  (5+ messages)

[Qemu-devel] [RFC] mmap of BAR0 fails for ivshmem device
 2014-08-30 10:22 UTC  (2+ messages)

[PATCH 1/2] libpam: Fix runtime providers
 2014-08-30 10:16 UTC  (2+ messages)

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

[PATCH 0/1] libpam: remove MLPREFIX from PN
 2014-08-30 10:12 UTC  (2+ messages)
` [PATCH 1/1] "

[Qemu-devel] [PATCH v6 00/27] modify boot order of guest, and take effect after rebooting
 2014-08-30 10:00 UTC  (28+ messages)
` [Qemu-devel] [PATCH v6 01/27] bootindex: add check bootindex function
` [Qemu-devel] [PATCH v6 02/27] bootindex: add del_boot_device_path function
` [Qemu-devel] [PATCH v6 03/27] fw_cfg: add fw_cfg_machine_reset function
` [Qemu-devel] [PATCH v6 04/27] bootindex: rework add_boot_device_path function
` [Qemu-devel] [PATCH v6 05/27] bootindex: support to set a existent device's bootindex to -1
` [Qemu-devel] [PATCH v6 06/27] bootindex: move setting bootindex on reset() instead of realize/init()
` [Qemu-devel] [PATCH v6 07/27] vl.c: add setter/getter functions for bootindex property
` [Qemu-devel] [PATCH v6 08/27] virtio-net: add bootindex to qom property
` [Qemu-devel] [PATCH v6 09/27] e1000: "
` [Qemu-devel] [PATCH v6 10/27] eepro100: "
` [Qemu-devel] [PATCH v6 11/27] ne2000: "
` [Qemu-devel] [PATCH v6 12/27] pcnet: "
` [Qemu-devel] [PATCH v6 13/27] rtl8139: "
` [Qemu-devel] [PATCH v6 14/27] spapr_lian: "
` [Qemu-devel] [PATCH v6 15/27] vmxnet3: "
` [Qemu-devel] [PATCH v6 16/27] usb-net: "
` [Qemu-devel] [PATCH v6 17/27] net: remove bootindex property from qdev to qom
` [Qemu-devel] [PATCH v6 18/27] host-libusb: "
` [Qemu-devel] [PATCH v6 19/27] pci-assign: "
` [Qemu-devel] [PATCH v6 20/27] vfio: "
` [Qemu-devel] [PATCH v6 21/27] redirect: "
` [Qemu-devel] [PATCH v6 22/27] isa-fdc: remove bootindexA/B "
` [Qemu-devel] [PATCH v6 23/27] ide: add bootindex to qom property
` [Qemu-devel] [PATCH v6 24/27] scsi: "
` [Qemu-devel] [PATCH v6 25/27] virtio-blk: "
` [Qemu-devel] [PATCH v6 26/27] block: remove bootindex property from qdev to qom
` [Qemu-devel] [PATCH v6 27/27] bootindex: delete bootindex when device is removed

[PATCH v2] nosave: Consolidate __nosave_{begin,end} in <asm/sections.h>
 2014-08-30  9:55 UTC 

[U-Boot] [PATCH] nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hook
 2014-08-30  9:53 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] serial: move nios2-yanu.h into opencores_yanu driver
 2014-08-30  9:52 UTC  (2+ messages)

[U-Boot] [PATCH] nios2: move nios2.h to arch asm directory
 2014-08-30  9:52 UTC  (2+ messages)

[U-Boot] [PATCH] nios2: divide nios2-io.h into each specific drivers and remove it
 2014-08-30  9:51 UTC  (2+ messages)

[U-Boot] [PATCH] nios2: remove epled driver
 2014-08-30  9:51 UTC  (2+ messages)

[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)

[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

[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)

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

[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)

kbuild: kselftest error
 2014-08-30  9:18 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

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

[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  (3+ messages)
` [PATCH 04/12] MIPS: GIC: Move MIPS_GIC_IRQ_BASE into platform irq.h


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.