All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-12-18 04:50:25 to 2013-12-18 06:45:01 UTC [more...]

[Buildroot] generate uImage file
 2013-12-18  9:46 UTC  (3+ messages)

[net-next 00/14][pull request] Intel Wired LAN Driver Updates
 2013-12-18  6:44 UTC  (11+ messages)
` [net-next 01/14] i40e: Fix dump output from debugfs calls
` [net-next 02/14] i40e: prevent null pointer exception in dump descriptor
` [net-next 03/14] i40e: simplify error messages for "
` [net-next 04/14] i40e: fix up scanf decoders
` [net-next 05/14] i40e: more print_hex_dump use
` [net-next 06/14] i40e: Fix wrong mask bits being used in misc interrupt
` [net-next 07/14] i40e: Bump version number
` [net-next 08/14] i40e: Fix off by one in i40e_dbg_command_write
` [net-next 09/14] i40e: make functions static and remove dead code
` [net-next 10/14] ixgbevf: add DCB configuration into queue setup

[PATCH] iscsi: conn error (1020) each time iscsi session logout
 2013-12-18  6:47 UTC 

[PATCH v3 RESEND 0/2] Update charger manager driver to support device tree
 2013-12-18  6:42 UTC  (3+ messages)
` [PATCH v3 RESEND 1/2] charger-manager : Modify the way of checking battery's temperature
` [PATCH v3 RESEND 2/2] charger-manager : Support deivce tree in charger manager driver

[PATCH 0/2] Add support for SolidRun's IMX6 board
 2013-12-18  6:42 UTC  (6+ messages)
` [PATCH 1/2] ARM: imx: initial SolidRun HummingBoard support
` [PATCH 2/2] ARM: imx: update imx_v6_v7_defconfig

[PATCH] drivers: base: Add prototype declaration in memory.c
 2013-12-18  6:39 UTC 

[PATCH net] net: neighbour: add neighbour dead check for neigh_timer_handler()
 2013-12-18  6:37 UTC  (11+ messages)

linux-next: build warning after merge of the target-updates tree
 2013-12-18  6:39 UTC 

[PATCH 00/13] i2c: Use devm_*() functions
 2013-12-18  6:39 UTC  (5+ messages)
` [PATCH 04/13] i2c: isch: Use devm_request_region()

[PATCH net-next 1/3] netconf: rename PROXY_ARP to NEIGH_PROXY
 2013-12-18  6:39 UTC  (3+ messages)
` [PATCH net-next 2/3] netconf: add support for IPv6 proxy_ndp
` [PATCH iproute 3/3] iproute2: add proxy_neigh attribute

[PATCH] bnx2x: downgrade "valid ME register value" message level
 2013-12-18  6:37 UTC  (2+ messages)

[PATCH 1/3] drivers: iommu: Mark functions as static in dmar.c
 2013-12-18  6:36 UTC  (3+ messages)
` [PATCH 2/3] drivers: iommu: Mark functions as static in intel_irq_remapping.c
` [PATCH 3/3] drivers: iommu: Mark function eoi_ioapic_pin_remapped() as static in irq_remapping.c

[RFC PATCH] KVM: arm/arm64: Clarify KVM_ARM_VCPU_INIT api
 2013-12-18  6:36 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/35] Switch over to real Kbuild
 2013-12-18  6:33 UTC  (37+ messages)
` [U-Boot] [PATCH v2 01/35] .gitignore: ingore files generated by Kbuild
` [U-Boot] [PATCH v2 02/35] Makefile.host.tmp: add a new script to refactor tools
` [U-Boot] [PATCH v2 03/35] tools: convert makefiles to kbuild style
` [U-Boot] [PATCH v2 04/35] board: samsung: refactor host programs
` [U-Boot] [PATCH v2 05/35] examples: Use scripts/Makefile.build
` [U-Boot] [PATCH v2 06/35] nand-spl: "
` [U-Boot] [PATCH v2 07/35] Makfile: move suffix rules to Makefile.build
` [U-Boot] [PATCH v2 08/35] Makefile: move some variable definitions to the top Makefile
` [U-Boot] [PATCH v2 09/35] Makefile: move BFD_ROOT_DIR to tools/gdb/Makefile
` [U-Boot] [PATCH v2 10/35] Kbuild: import Kbuild.include from linux v3.12 tag
` [U-Boot] [PATCH v2 11/35] Kbuild: Use Kbuild.include
` [U-Boot] [PATCH v2 12/35] Makefile: move more flags to the top Makefile
` [U-Boot] [PATCH v2 13/35] Makefile: refactor include path settings
` [U-Boot] [PATCH v2 14/35] Makefile: move more stuff to top Makefile
` [U-Boot] [PATCH v2 15/35] Makefile: move some flags to spl/Makefile
` [U-Boot] [PATCH v2 16/35] Makefile: move some flags to examples makefiles
` [U-Boot] [PATCH v2 17/35] Kbuild: change out-of-tree building
` [U-Boot] [PATCH v2 18/35] Kbuild: add dummy obj-y to create built-in.o
` [U-Boot] [PATCH v2 19/35] Makefile: rename scripts/Makefile.build to scripts/Makefile.build.tmp
` [U-Boot] [PATCH v2 20/35] Kbuild: import more build scripts from Linux v3.12 tag
` [U-Boot] [PATCH v2 21/35] Kbuild: use Linux Kernel build scripts
` [U-Boot] [PATCH v2 22/35] Kbuild: delete temporary "
` [U-Boot] [PATCH v2 23/35] Kbuild: move some lines to more suitable place
` [U-Boot] [PATCH v2 24/35] Kbuild: convert some make rules to Kbuild style
` [U-Boot] [PATCH v2 25/35] Kbuild: move include directives of board configuration files
` [U-Boot] [PATCH v2 26/35] Kbuild: generate {spl, tpl}-autoconf.mk only when it is necessary
` [U-Boot] [PATCH v2 27/35] Makefile: remove a cleaning target "tidy"
` [U-Boot] [PATCH v2 28/35] Kbuild: change the top Makefile to more Kbuild-ish structure
` [U-Boot] [PATCH v2 29/35] examples: move api/ and standalone/ to examples/Makefile
` [U-Boot] [PATCH v2 30/35] Kbuild: refactor Makefile and spl/Makefile more
` [U-Boot] [PATCH v2 31/35] Makefile: Do not pass MTD_VERSION from the top Makefile
` [U-Boot] [PATCH v2 32/35] Makefile: refactor tools-all targets
` [U-Boot] [PATCH v2 33/35] Kbuild: use scripts/Makefile.clean
` [U-Boot] [PATCH v2 34/35] Kbuild: support simultaneous board configuration and "make all"
` [U-Boot] [PATCH v2 35/35] Kbuild: check clean source and generate Makefile for out-of-tree build

[PATCH 1/4] Phy: DT binding documentation for Marvell MVEBU SATA phy
 2013-12-18  6:32 UTC  (7+ messages)
` [PATCH 3/4] SATA: MV: Add support for the optional PHYs
` [PATCH 4/4] Phy: Add DT nodes on kirkwood and Dove for the SATA PHY

[U-Boot] [PATCH v7] spi: Add support SH Quad SPI driver
 2013-12-18  6:31 UTC 

[PATCH 01/11] drivers: acpi: Mark the function acpi_table_checksum() as static in osl.c
 2013-12-18  6:31 UTC  (10+ messages)
` [PATCH 05/11] drivers: acpi: Include appropriate header file in utstate.c
  ` [Devel] "
` [PATCH 06/11] drivers: acpi: Add appropriate ifdef conditions in exdump.c
    ` [Devel] "

[PATCHv7 0/4] Add Freescale FTM PWM driver
 2013-12-18  6:28 UTC  (8+ messages)
` [PATCHv7 1/4] pwm: Add Freescale FTM PWM driver support

[PATCH v2] arm: KVM: Don't return PSCI_INVAL if waitqueue is inactive
 2013-12-18  6:26 UTC  (2+ messages)

[PATCH 0/8] hfpmodem: Add Apple Siri
 2013-12-18  6:24 UTC  (2+ messages)

Cannot use 80MHz channel
 2013-12-18  6:15 UTC  (2+ messages)

[PATCH v2] powerpc/powernv: Framework to log critical errors on powernv
 2013-12-18  6:21 UTC  (5+ messages)

[PATCH] ipv6: clear RTF_EXPIRES when call ip6_rt_copy
 2013-12-18  6:20 UTC  (11+ messages)

[RFC PATCH 0/6] Configurable fair allocation zone policy v3
 2013-12-18  6:17 UTC  (4+ messages)

[next:master 4576/4601] ERROR: "hwrng_register" undefined!
 2013-12-18  6:17 UTC 

[PATCH v3 4/8] pciehp: Don't disable the link permanently, during removal
 2013-12-18  6:17 UTC  (6+ messages)

[Bug 65501] New: Blind angle of 1% between up_threshold and down_threshold
 2013-12-18  6:16 UTC  (2+ messages)
` [Bug 65501] "

[Buildroot] [PATCH] git: bump to version 1.8.5.2
 2013-12-18  6:14 UTC 

[PATCH 11/11] PM / devfreq: use inclusion <mach/map.h> instead of <plat/map-s5p.h>
 2013-12-18  6:12 UTC  (3+ messages)

[PATCH 06/11] PM / devfreq: move definitions for exynos4_bus into drivers/devfreq
 2013-12-18  6:11 UTC  (3+ messages)

linux-next: manual merge of the usb-gadget tree with the usb.current tree
 2013-12-18  6:09 UTC 

[PATCH] ssp/pxa2xx: add ssp support for mach-mmp
 2013-12-18  6:08 UTC 

[PATCH net-next 0/9] net: phy: fix checkpatch errors
 2013-12-18  6:07 UTC  (12+ messages)
` [PATCH net-next 1/9] net: phy: cicada: fix checkpath errors
` [PATCH net-next 2/9] net: phy: davicom: "
` [PATCH net-next 3/9] net: phy: dp83640: fix checkpath error
` [PATCH net-next 4/9] net: phy: icplus: "
` [PATCH net-next 5/9] net: phy: lxt: fix checkpath errors
` [PATCH net-next 6/9] net: phy: mdio_bus: fix checkpath error
` [PATCH net-next 7/9] net: phy: micrel: fix checkpath errors
` [PATCH net-next 8/9] net: phy: fix checkpatch errors
` [PATCH net-next 9/9] net: phy: spi_ks8995: "

[PATCH v3] difftool: Change prompt to display the number of files in the diff queue
 2013-12-18  6:06 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/7] target-arm: Support AArch64 KVM
 2013-12-18  6:05 UTC  (2+ messages)

Card with si2165
 2013-12-18  6:05 UTC  (5+ messages)
  ` Aw: "
        ` Aw: "

[PATCH] docs: add filter-branch note about The BFG
 2013-12-18  5:57 UTC  (4+ messages)

[PATCH] drivers/net/wireless/hostap: Integer overflow
 2013-12-18  5:56 UTC 

[PATCH] ASoC: mmp-pcm: config pcm slave via generic dmaengine
 2013-12-18  5:55 UTC  (4+ messages)

[PATCH] Kbuild: Move extra gcc check flags to the top Makefile
 2013-12-18  5:53 UTC 

[PATCH 2/3] [RESEND]sparc64: convert spinloc_t to raw_spinlock_t in mmu_context_t
 2013-12-18  5:54 UTC  (4+ messages)
` [PATCH 3/3] [RESEND]sparc64: convert ctx_alloc_lock raw_spinlock_t

linux-next: manual merge of the usb tree with the usb.current tree
 2013-12-18  5:53 UTC 

[PATCH v4 0/3] diff: Add diff.orderfile configuration variable
 2013-12-18  5:47 UTC  (9+ messages)
` [PATCH v4 2/3] diff: Let "git diff -O" read orderfile from any file, fail properly

[PATCH v3 0/2] Update charger manager driver to support device tree
 2013-12-18  5:47 UTC  (4+ messages)
` [PATCH 2/2] charger-manager : Support deivce tree in charger manager driver

[PATCH 0/3] Fix ext4 deadlock when running xfstests/269
 2013-12-18  5:45 UTC  (7+ messages)
` [PATCH 1/3] ext4: Retry allocation when inline->extent conversion failed
` [PATCH 2/3] ext4: Standardize error handling in ext4_da_write_inline_data_begin()
` [PATCH 3/3] ext4: Fix deadlock when writing in ENOSPC conditions

[PATCHv2 ipsec-next] xfrm: Namespacify xfrm_policy_sk_bundles
 2013-12-18  5:44 UTC  (5+ messages)

Query about PCI base address registers
 2013-12-18  5:44 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 resend] rdma: rename 'x-rdma' => 'rdma'
 2013-12-18  5:43 UTC 

[RESEND][PATCH] scsi: esas2r: fix potential format string flaw
 2013-12-18  5:42 UTC  (2+ messages)

[LTP] [PATCH v4 2/2] clone/clone08.c: add new flags
 2013-12-18  5:41 UTC  (3+ messages)

[PATCH] checkpatch.pl: Fix wrong curly bracket position reporting
 2013-12-18  5:39 UTC  (2+ messages)

[PATCH 0/3] some nested vmx fixing to hyper-v
 2013-12-18  5:39 UTC  (2+ messages)

[PATCH v4 0/3] packet: deliver VLAN TPID to userspace
 2013-12-18  5:37 UTC  (2+ messages)

[Qemu-devel] [PATCH V4] char: restore read callback on a reattached (hotplug) chardev
 2013-12-18  5:35 UTC  (4+ messages)

[PATCH v3] ASoC: fsl: imx-wm8962: Grant hw_params/free() permission to control FLL
 2013-12-18  5:13 UTC  (4+ messages)

[PATCH v2 01/12] xfstests: use mount point instead of device name
 2013-12-18  5:33 UTC  (5+ messages)
` [PATCH v2 02/12] xfstests: _scratch_mkfs_sized() for tmpfs
` [PATCH v2 09/12] xfstests: skip generic/076 which cannot work on tmpfs

[net-next 00/12] bna: Update the Driver to v3.2.23.0
 2013-12-18  5:31 UTC  (2+ messages)

[PATCH] random: use the architectural HWRNG for the SHA's IV in extract_buf()
 2013-12-18  5:30 UTC 

[PATCH net-next 5/5] bonding: add packets_per_slave attribute netlink support
 2013-12-18  5:30 UTC 

[PATCH net-next 4/5] bonding: add lp_interval attribute netlink support
 2013-12-18  5:30 UTC 

[PATCH net-next 3/5] bonding: add min_links attribute netlink support
 2013-12-18  5:30 UTC 

[PATCH net-next 2/5] bonding: add all_slaves_active attribute netlink support
 2013-12-18  5:30 UTC 

[PATCH net-next 1/5] bonding: add num_grat_arp attribute netlink support
 2013-12-18  5:30 UTC 

[PATCH v3 0/3] regulator: act8865: add PMIC driver
 2013-12-18  5:25 UTC  (12+ messages)
` [PATCH v3 1/3] regulator: act8865: add PMIC act8865 driver
` [PATCH v3 2/3] regulator: act8865: add device tree binding doc
` [PATCH v3 3/3] ARM: dts: sama5d3xcm: add the regulator device node

[PATCH net-next 0/5] bonding: add even more netlink attributes
 2013-12-18  5:30 UTC 

TTY/n_gsm: Removing the wrong tty_unlock/lock() in gsm_dlci_release()
 2013-12-18  5:30 UTC 

[PATCH] Squashfs: add asynchronous read support
 2013-12-18  5:24 UTC  (3+ messages)
` Re : "

[RFC PATCH] net, tun: remove the flow cache
 2013-12-18  5:23 UTC  (5+ messages)

[RFC/PATCHSET 00/18] perf report: Add support to accumulate hist periods (v3)
 2013-12-18  5:21 UTC  (19+ messages)
` [PATCH 01/18] perf sort: Compare addresses if no symbol info
` [PATCH 02/18] perf sort: Do not compare dso again
` [PATCH 03/18] perf tools: Do not pass period and weight to add_hist_entry()
` [PATCH 04/18] perf tools: Introduce struct add_entry_iter
` [PATCH 05/18] perf hists: Convert hist entry functions to use struct he_stat
` [PATCH 06/18] perf hists: Add support for accumulated stat of hist entry
` [PATCH 07/18] perf hists: Check if accumulated when adding a "
` [PATCH 08/18] perf hists: Accumulate hist entry stat based on the callchain
` [PATCH 09/18] perf tools: Update cpumode for each cumulative entry
` [PATCH 10/18] perf report: Cache cumulative callchains
` [PATCH 11/18] perf hists: Sort hist entries by accumulated period
` [PATCH 12/18] perf ui/hist: Add support to accumulated hist stat
` [PATCH 13/18] perf ui/browser: "
` [PATCH 14/18] perf ui/gtk: "
` [PATCH 15/18] perf tools: Apply percent-limit to cumulative percentage
` [PATCH 16/18] perf tools: Add more hpp helper functions
` [PATCH 17/18] perf report: Add --cumulate option
` [PATCH 18/18] perf report: Add report.cumulate config option

[PATCH v5] mtd: gpmi: Deal with bitflips in erased regions regions
 2013-12-18  5:21 UTC  (2+ messages)

[U-Boot] [PATCH 00/11 V11] EXYNOS5420: Add SMDK5420 board support
 2013-12-18  5:10 UTC  (2+ messages)

[PATCH 1/1] ARM: dts: Add PMIC support to arndale-octa
 2013-12-18  5:07 UTC  (3+ messages)

[PATCH] Btrfs-progs: receive: fix the case that we can not find subvolume
 2013-12-18  5:03 UTC  (8+ messages)

[PATCH v3 0/3] Add XIP support to ext4
 2013-12-18  5:01 UTC  (4+ messages)

[PATCH] mm/memory-failure.c: send "action optional" signal to an arbitrary thread
 2013-12-18  4:54 UTC  (4+ messages)
` [PATCH] mm/memory-failure.c: send action optional "


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.