All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-08-04 01:06:56 to 2013-08-04 09:34:04 UTC [more...]

[PATCH 0/6] ARM: sunxi: DTSI cleanups
 2013-08-04  9:34 UTC  (7+ messages)
` [PATCH 1/6] ARM: sun4i: a10: Remove useless simple-bus reg property
` [PATCH 2/6] ARM: sun4i: dt: Fix A10 SoC bus base address
` [PATCH 3/6] ARM: sun5i: a10s: Remove useless simple-bus reg property
` [PATCH 4/6] ARM: sun5i: dt: Fix A10s SoC bus base address
` [PATCH 5/6] ARM: sun5i: a13: Remove useless simple-bus reg property
` [PATCH 6/6] ARM: sun5i: dt: Fix A13 SoC bus base address

[PATCH v6 00/15] Nested EPT
 2013-08-04  9:32 UTC  (3+ messages)

Linux kernel 3.10.5 released
 2013-08-04  9:30 UTC 

Linux kernel 3.4.56 released
 2013-08-04  9:27 UTC 

(no subject)
 2013-08-04 10:23 UTC  (19+ messages)
` [PATCH 1/9] staging:iio:hmc5843: Drop I2C detection code
` [PATCH 2/9] staging:iio:hmc5843: Remove id register #defines, not used anymore
` [PATCH 3/9] staging:iio:hmc5843: Implement timeout in read function
` [PATCH 4/9] staging:iio:hmc5843: 'add' is a poor abbreviation for address
` [PATCH 5/9] staging:iio:hmc5843: Device has 3 channels, no need to store separately
` [PATCH 6/9] staging:iio:hmc5843: Trim sampling_frequencies to sampling_freq
` [PATCH 7/9] staging:iio:hmc5843: Split and join lines to make checkpatch happy
` [PATCH 8/9] staging:iio:hmc5843: Drop unneeded #includes
` [PATCH 9/9] staging:iio:hmc5843: Use i2c_smbus_read_word_swapped()

Linux 3.0.89
 2013-08-04  9:24 UTC  (2+ messages)

Linux kernel 3.0.89 released
 2013-08-04  9:18 UTC 

[PATCH v2] oeqa/utils/qemurunner: fix wrong var in message
 2013-08-04  9:15 UTC 

[PATCH] oeqa/utils/qemurunner: fix wrong var in message
 2013-08-04  9:12 UTC 

[U-Boot] Implement AUART for i.MX28
 2013-08-04  9:10 UTC  (4+ messages)

[PATCH 1/2] ARM: dts: imx6qdl-wandboard: add gpio lines to wandboard shared dtsi
 2013-08-04  9:08 UTC 

[PATCH 1/2] ARM: mxs_defconfig: Cleanup mxs_defconfig
 2013-08-04  9:04 UTC  (2+ messages)

[PATCHv9 0/2] Add ti qspi controller
 2013-08-04  8:58 UTC  (6+ messages)
  ` [PATCHv9 1/2] drivers: spi: Add qspi flash controller
` [RFC/PATCH 2/2] driver: spi: Add quad spi read support

[PATCH 01/11] ath9k: Add information about antenna diversity
 2013-08-04  8:52 UTC  (11+ messages)
` [PATCH 02/11] ath9k: Print LNA combining mode during init
` [PATCH 03/11] ath9k: Fix antenna diversity for CUS198
` [PATCH 04/11] ath9k: Cleanup WLAN/BT RX diversity
` [PATCH 05/11] ath9k: Add a HW capability for "
` [PATCH 06/11] ath9k: Rename ath9k_hw_antctrl_shared_chain_lnadiv
` [PATCH 07/11] ath9k: Enable WLAN/BT Ant Diversity for WB225/WB195
` [PATCH 08/11] ath9k: Program HW for WB195 diversity
` [PATCH 09/11] ath9k: Remove "shared_chain_lnadiv"
` [PATCH 10/11] ath9k: Set SWCOM value for CUS198
` [PATCH 11/11] ath9k: Support ANT diversity for WB225

[PATCH 0/2] resurrect CONFIG_PANIC_HANG option
 2013-08-04  8:46 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] CONFIG_PANIC_HANG: replace #ifdef with IS_ENABLED()

[PATCH v2 1/2] ARM: OMAP: Add secure function omap_smc3() which calling instruction smc #1
 2013-08-04  8:45 UTC  (5+ messages)
    ` [PATCH v3 "

=?UTF-8?q?=5BPATCH=5D=20omapfb=3A=20In=20omapfb=5Fprobe=20return=20-EPROBE=5FDEFER=20when=20display=
 2013-08-04  8:36 UTC  (4+ messages)
` [PATCH] omapfb: In omapfb_probe return -EPROBE_DEFER when display driver is not loaded yet

[PATCH 2/3] xfs: Implement FALLOC_FL_COLLAPSE_RANGE
 2013-08-04  8:29 UTC  (6+ messages)

[PATCHv5 00/23] Transparent huge page cache: phase 1, everything but mmap()
 2013-08-04  8:25 UTC  (50+ messages)
` [PATCH 01/23] radix-tree: implement preload for multiple contiguous elements
` [PATCH 02/23] memcg, thp: charge huge cache pages
` [PATCH 03/23] thp: compile-time and sysfs knob for thp pagecache
` [PATCH 04/23] thp, mm: introduce mapping_can_have_hugepages() predicate
` [PATCH 05/23] thp: represent file thp pages in meminfo and friends
` [PATCH 06/23] thp, mm: rewrite add_to_page_cache_locked() to support huge pages
` [PATCH 07/23] mm: trace filemap: dump page order
` [PATCH 08/23] block: implement add_bdi_stat()
` [PATCH 09/23] thp, mm: rewrite delete_from_page_cache() to support huge pages
` [PATCH 10/23] thp, mm: warn if we try to use replace_page_cache_page() with THP
` [PATCH 11/23] thp, mm: handle tail pages in page_cache_get_speculative()
` [PATCH 12/23] thp, mm: add event counters for huge page alloc on file write or read
` [PATCH 13/23] thp, mm: allocate huge pages in grab_cache_page_write_begin()
` [PATCH 14/23] thp, mm: naive support of thp in generic_perform_write
` [PATCH 15/23] mm, fs: avoid page allocation beyond i_size on read
` [PATCH 16/23] thp, mm: handle transhuge pages in do_generic_file_read()
` [PATCH 17/23] thp, libfs: initial thp support
` [PATCH 18/23] thp: libfs: introduce simple_thp_release()
` [PATCH 19/23] truncate: support huge pages
` [PATCH 20/23] thp: handle file pages in split_huge_page()
` [PATCH 21/23] thp: wait_split_huge_page(): serialize over i_mmap_mutex too
` [PATCH 22/23] thp, mm: split huge page on mmap file page
` [PATCH 23/23] ramfs: enable transparent huge page cache

[GIT PULL] sound fixes for 3.11-rc4
 2013-08-04  8:22 UTC 

[PATCH] MM: Make Contiguous Memory Allocator depends on MMU
 2013-08-04  8:17 UTC  (10+ messages)

[PATCH resend] drop_caches: add some documentation and info message
 2013-08-04  8:07 UTC  (9+ messages)

[PATCH v2 0/2] Add support for V4L2_PIX_FMT_Y16, V4L2_PIX_FMT_RGB32 and V4L2_PIX_FMT_BGR32
 2013-08-04  8:05 UTC  (4+ messages)
` [PATCH v2 2/2] libv4lconvert: Support for RGB32 and BGR32 format

[PATCH] MFD: Make VEXPRESS MFD controller depends on VEXPRESS systems
 2013-08-04  8:00 UTC 

pulling in patches mentioned in mails (linux-kernel@vger.kernel.org)
 2013-08-04  7:57 UTC  (2+ messages)

[Bug 60686] New: USB 3.0 disks do not mount
 2013-08-04  7:57 UTC 

[PATCH] Revert "mm/memory-hotplug: fix lowmem count overflow when offline pages"
 2013-08-04  7:49 UTC  (3+ messages)

[Bug 65730] New: no sound via HDMI for Radeon 6850 mesa driver
 2013-08-04  7:40 UTC  (3+ messages)
` [Bug 65730] "

Performance/stability problems with nfs shares
 2013-08-04  7:29 UTC  (5+ messages)

[oe-commits] Muhammad Shakeel : systemd: Remove init. d dir if systemd unit file is present and sysvinit not a distro feature
 2013-08-04  7:12 UTC  (3+ messages)

[PATCH] acpi: video: improve quirk check
 2013-08-04  6:54 UTC  (11+ messages)

Unbound module Mmap
 2013-08-04  6:53 UTC 

[U-Boot] [PATCH 0/6 V2] EXYNOS: I2S: Enable I2S0 channel
 2013-08-04  6:44 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6 V2] Sound: WM8994: Support "
` [U-Boot] [PATCH 2/6 V2] DTS: Addition of I2S0 channel and replacing I2S1
` [U-Boot] [PATCH 3/6 V2] ARM: Change from I2S1 to I2S0 for audio on SMDK5250
` [U-Boot] [PATCH 4/6 V2] Sound: I2S: Replacing I2S1 with I2S0 channel
` [U-Boot] [PATCH 5/6 V2] DTS: Addition of GPIO chipselect for MAX98095
` [U-Boot] [PATCH 6/6 V2] Sound: MAX98095: Support I2S0 channel

[xen-unstable test] 18622: tolerable FAIL
 2013-08-04  6:40 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2013-08-03
 2013-08-04  6:30 UTC 

[PATCH/RFC] add: support saving the last <n> versions of the index
 2013-08-04  6:28 UTC 

Kernel causes excessive delay mounting USB device
 2013-08-04  6:01 UTC  (2+ messages)

Advice for recovering array containing LUKS encrypted LVM volumes
 2013-08-04  5:49 UTC 

[U-Boot] [RESEND PATCH v2 1/6] sf: eon|spansion|ramtron: Fix code cleanup
 2013-08-04  5:48 UTC  (6+ messages)
` [U-Boot] [RESEND PATCH v2 2/6] sf: sst: "
` [U-Boot] [RESEND PATCH v2 3/6] sf: stmicro: "
` [U-Boot] [RESEND PATCH v2 4/6] sf: "
` [U-Boot] [RESEND PATCH v2 5/6] cmd_sf|env_sf: "
` [U-Boot] [RESEND PATCH v2 6/6] sf: Fix code cleanups

[U-Boot] [RESEND PATCH v2 0/6] sf: Code cleanup patch set
 2013-08-04  5:48 UTC 

[SPAM] 15% de réduction sur la nouvelle collection Pepe Jeans
 2013-08-04  5:39 UTC 

[PATCH v2] packagegroup-core-boot: correct runtime dependencies for non-sysvinit system
 2013-08-04  5:34 UTC 

[U-Boot] [PATCH v2 0/6] sf: Code cleanup patch set
 2013-08-04  5:34 UTC  (2+ messages)

[PATCH v2 0/6] ARM: mm: Extend the runtime patch stub for PAE systems
 2013-08-04  5:32 UTC  (7+ messages)
` [PATCH v2 4/6] ARM: mm: LPAE: Correct virt_to_phys patching for 64 bit physical addresses

aviso
 2013-08-04  4:43 UTC 

--with-libedit as default
 2013-08-04  5:11 UTC  (3+ messages)

[PATCH 00/18] mm, hugetlb: remove a hugetlb_instantiation_mutex
 2013-08-04  5:10 UTC  (12+ messages)
` [PATCH 01/18] mm, hugetlb: protect reserved pages when softofflining requests the pages

[PATCH v3] Add OF bindings to Micrel ksz9021 PHY
 2013-08-04  4:56 UTC  (3+ messages)
` [PATCH v3] net/phy: micrel: Add OF configuration support for ksz9021

[PATCH 4/4] USBNET: ax88179_178a: enable tso if host supports sg dma
 2013-08-04  4:56 UTC  (4+ messages)
` [PATCH net-next] ax88179_178a: avoid copy of tx tcp packets

net merged into net-next
 2013-08-04  4:55 UTC 

[PATCH 00/10] ARM: clps711x: Initial DT support / Fixes
 2013-08-04  4:50 UTC  (5+ messages)
` [PATCH 07/10] ARM: clps711x: Add CLPS711X irqchip driver

[Bug 67550] New: Radeon+Intel GPU with HDMI audio on Intel
 2013-08-04  4:40 UTC  (2+ messages)
` [Bug 67550] "

[U-Boot] [PATCH] bootm: fix conditional controlling call to fixup_silent_linux
 2013-08-04  4:29 UTC 

[git pull] drm build fix
 2013-08-04  3:50 UTC  (3+ messages)

[PATCH] Staging:xgifb:Fixed a warning of Space before semicolon
 2013-08-04  3:41 UTC 

[Qemu-devel] [PATCH 0/3] rdma fixes and clean ups
 2013-08-04  2:55 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 For-1.6 0/7] rdma: bugfixes, cleanups, IPv6 support
 2013-08-04  2:54 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 For-1.6 1/7] rdma: bugfix: make IPv6 support work
` [Qemu-devel] [PATCH v3 For-1.6 2/7] rdma: forgot to turn off the debugging flag
` [Qemu-devel] [PATCH v3 For-1.6 3/7] rdma: correct newlines in error statements
` [Qemu-devel] [PATCH v3 For-1.6 4/7] rdma: don't use negative index to array
` [Qemu-devel] [PATCH v3 For-1.6 5/7] rdma: qemu_rdma_post_send_control uses wrongly RDMA_WRID_MAX
` [Qemu-devel] [PATCH v3 For-1.6 6/7] rdma: use RDMA_WRID_READY
` [Qemu-devel] [PATCH v3 For-1.6 7/7] rdma: memory leak RDMAContext::host

[Buildroot] [PATCH] kobs-ng: new package
 2013-08-04  2:54 UTC  (4+ messages)

windfarm_fcu_controls: cpu-pump-0 <HW FAULT>
 2013-08-04  2:21 UTC  (6+ messages)

How to express planar formats with mediabus format code?
 2013-08-04  2:32 UTC 

[PATCH] Add missing test file for UTF-16
 2013-08-04  2:31 UTC  (2+ messages)

[RFC/PATCH 0/2] ext4: Transparent Decompression Support
 2013-08-04  2:21 UTC  (10+ messages)

[Qemu-devel] [PATCH] tap: Use numbered tap/tun devices on all *BSD OS's
 2013-08-04  2:20 UTC 

[PATCH net 1/2] vlan: make vlan_dev_real_dev work over stacked vlans
 2013-08-04  2:17 UTC  (2+ messages)

[PATCH] grub-efi-native: add flex patch to efi-native version also
 2013-08-04  2:11 UTC 

[PATCH 0/5 v2] add extent status tree caching
 2013-08-04  1:27 UTC  (11+ messages)

[PATCH 1/1] EXT4: LazyInit Mount Bug Fix
 2013-08-04  0:49 UTC 

[PATCH 1/2] ext4: fix handling of nodelalloc parameter
 2013-08-04  1:36 UTC  (2+ messages)

[ath9k-devel] difference between AR9271 and AR9271L?
 2013-08-04  1:36 UTC  (4+ messages)

[PATCH] regulator: 88pm800: Fix checking whether num_regulator is valid
 2013-08-04  1:23 UTC 

[Qemu-devel] [PATCH] rdma: memory leak RDMAContext::host
 2013-08-04  1:23 UTC 

[PATCH v9 00/30] MBus DT binding for Armada 370/XP and Kirkwood
 2013-08-04  1:15 UTC  (3+ messages)
` [PATCH v9 29/30] bus: mvebu-mbus: Add devicetree binding

Backlight upstream bug
 2013-08-04  1:12 UTC 

[PATCH 0/2] ARM: mvebu: fixes for v3.11
 2013-08-04  1:09 UTC  (5+ messages)
` [PATCH 1/2] ARM: remove dmacap,memset from Device tree binding

[PATCH] ACPI: Disable Windows 8 compatibility for some Lenovo ThinkPads
 2013-08-04  1:08 UTC  (5+ messages)
` [PATCH 5/5] acpi_video: Don't handle ACPI brightness notifications by default

[PATCH 0/2] Add support for a new Armada XP based board
 2013-08-04  1:06 UTC  (5+ messages)
` [PATCH 1/2] ARM: mvebu: add support for the AXP WiFi AP board


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.