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

[PATCH v2 00/76] Synopsys ARC Linux kernel Port
 2013-01-18 12:25 UTC  (44+ messages)
` [PATCH v2 01/76] ARC: Generic Headers
` [PATCH v2 02/76] ARC: irqflags - Interrupt enabling/disabling at in-core intc
` [PATCH v2 03/76] ARC: Atomic/bitops/cmpxchg/barriers
` [PATCH v2 04/76] asm-generic headers: uaccess.h to conditionally define segment_eq()
` [PATCH v2 05/76] ARC: uaccess friends
` [PATCH v2 06/76] asm-generic: uaccess: Allow arches to over-ride __{get,put}_user_fn()
` [PATCH v2 07/76] ARC: [optim] uaccess __{get,put}_user() optimised
` [PATCH v2 08/76] asm-generic headers: Allow yet more arch overrides in checksum.h
` [PATCH v2 09/76] ARC: Checksum/byteorder/swab routines
` [PATCH v2 10/76] ARC: Fundamental ARCH data-types/defines
` [PATCH v2 11/76] ARC: Spinlock/rwlock/mutex primitives
` [PATCH v2 14/76] ARC: Interrupt Handling
` [PATCH v2 15/76] ARC: Non-MMU Exception Handling
` [PATCH v2 16/76] ARC: Syscall support (no-legacy-syscall ABI)
` [PATCH v2 18/76] ARC: Timers/counters/delay management
` [PATCH v2 19/76] ARC: Signal handling
` [PATCH v2 20/76] ARC: [Review] Preparing to fix incorrect syscall restarts due to signals
` [PATCH v2 21/76] ARC: [Review] Prevent incorrect syscall restarts
` [PATCH v2 22/76] ARC: Cache Flush Management
` [PATCH v2 23/76] ARC: Page Table Management
` [PATCH v2 24/76] ARC: MMU Context Management
` [PATCH v2 27/76] ARC: Page Fault handling
` [PATCH v2 28/76] ARC: I/O and DMA Mappings
` [PATCH v2 29/76] ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem init
` [PATCH v2 30/76] ARC: [plat-arcfpga] Static platform device for CONFIG_SERIAL_ARC
` [PATCH v2 31/76] ARC: Build system: Makefiles, Kconfig, Linker script
` [PATCH v2 32/76] ARC: [DeviceTree] Basic support
` [PATCH v2 33/76] ARC: [DeviceTree] Convert some Kconfig items to runtime values
` [PATCH v2 34/76] ARC: [plat-arcfpga]: Enabling DeviceTree for Angel4 board
` [PATCH v2 35/76] ARC: Last bits (stubs) to get to a running kernel with UART
` [PATCH v2 36/76] ARC: Switch to generic kernel_thread() - split ret_from_fork
` [PATCH v2 38/76] ARC: Switch to saner kernel_execve() semantics #1
` [PATCH v2 39/76] ARC: Switch to saner kernel_execve() semantics #2
` [PATCH v2 40/76] ARC: Switch to generic sys_clone, fork, vfork
` [PATCH v2 41/76] ARC: [3.8 tracking] altstack consolidation, trace_clock, cacheflush.h
` [PATCH v2 42/76] ARC: [plat-arcfpga] defconfig
` [PATCH v2 44/76] ARC: ptrace support
` [PATCH v2 45/76] ARC: Futex support
` [PATCH v2 46/76] ARC: OProfile support
` [PATCH v2 47/76] ARC: Support for high priority interrupts in the in-core intc
` [PATCH v2 48/76] ARC: Module support
` [PATCH v2 49/76] ARC: Diagnostics: show_regs() etc
` [PATCH v2 50/76] ARC: SMP support

Eclipse Plugin
 2013-01-18 12:24 UTC  (3+ messages)

[PULL 3.8 0/1] ppc patch queue 2013-01-18 for 3.8
 2013-01-18 12:23 UTC  (6+ messages)

[PATCH] ARM: arch_timer: Don't expect both secure and nonsecure PPI IRQ info
 2013-01-18 12:23 UTC 

[PATCH v8 00/22] OMAP USB Host cleanup
 2013-01-18 12:17 UTC  (46+ messages)
` [PATCH v8 01/22] USB: ehci-omap: Don't free gpios that we didn't request
` [PATCH v8 02/22] mfd: omap-usb-host: Consolidate OMAP USB-HS platform data
` [PATCH v8 03/22] mfd: omap-usb-tll: Fix channel count detection
` [PATCH v8 04/22] mfd: omap-usb-tll: Use devm_kzalloc/ioremap and clean up error path
` [PATCH v8 05/22] mfd: omap-usb-tll: Clean up clock handling
` [PATCH v8 06/22] mfd: omap-usb-tll: introduce and use mode_needs_tll()
` [PATCH v8 07/22] mfd: omap-usb-tll: Check for missing platform data in probe
` [PATCH v8 08/22] mfd: omap-usb-tll: Fix error message
` [PATCH v8 09/22] mfd: omap-usb-tll: serialize access to TLL device
` [PATCH v8 10/22] mfd: omap-usb-tll: Add OMAP5 revision and HSIC support
` [PATCH v8 11/22] mfd: omap_usb_host: Avoid missing platform data checks in suspend/resume
` [PATCH v8 12/22] mfd: omap-usb-host: Use devm_kzalloc() and devm_request_and_ioremap()
` [PATCH v8 13/22] mfd: omap-usb-host: know about number of ports from revision register
` [PATCH v8 14/22] mfd: omap-usb-host: override number of ports from platform data
` [PATCH v8 15/22] mfd: omap-usb-host: cleanup clock management code
` [PATCH v8 16/22] mfd: omap-usb-host: Manage HSIC clocks for HSIC mode
` [PATCH v8 17/22] mfd: omap-usb-host: Get rid of unnecessary spinlock
` [PATCH v8 18/22] mfd: omap-usb-host: clean up omap_usbhs_init()
` [PATCH v8 19/22] ARM: OMAP3: clock data: get rid of unused USB host clock aliases and dummies
` [PATCH v8 20/22] ARM: OMAP4: clock data: get rid of unused USB host clock aliases
` [PATCH v8 21/22] mfd: omap-usb-host: Don't spam console on clk_set_parent failure
` [PATCH v8 22/22] mdf: omap-usb-host: get rid of build warning

[PATCH] tests: Include string.h for strlen() and memset()
 2013-01-18 12:22 UTC 

[PATCH] man: Fix typo and use $() for make expressions
 2013-01-18 12:22 UTC 

[PATCH v7 0/15] support pinconf in pinctrl single driver
 2013-01-18 12:21 UTC  (4+ messages)
` [PATCH v7 05/15] gpio: fix wrong checking condition for gpio range

[PATCH 0/86] remove CONFIG_EXPERIMENTAL
 2013-01-18 12:26 UTC  (4+ messages)
` [PATCH 58/86] drivers/pnp/pnpbios: remove depends on CONFIG_EXPERIMENTAL

[Qemu-devel] [PATCH] define qemukvm-1.2 machine type
 2013-01-18 12:12 UTC  (5+ messages)

[PATCH V5] Btrfs: snapshot-aware defrag
 2013-01-18 12:19 UTC  (3+ messages)

[patch] isdn/gigaset: off by one check leading to oops
 2013-01-18 12:18 UTC  (3+ messages)

[PATCH] xen arm: add XSM hooks to arch_memory_op
 2013-01-18 12:17 UTC  (3+ messages)

(no subject)
 2013-01-18 12:17 UTC 

[Qemu-devel] [Bug 955379] [NEW] cmake hangs with qemu-arm-static
 2013-01-18 12:10 UTC  (2+ messages)
` [Qemu-devel] [Bug 955379] "

bitbake DEPENDS problem
 2013-01-18 12:00 UTC  (2+ messages)

Question/problem with mmu_notifier_unregister
 2013-01-18 12:14 UTC  (11+ messages)
  ` [PATCH] [Patch] mmu_notifier_unregister NULL Pointer deref fix

[PATCH] dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptors
 2013-01-18 12:14 UTC 

[PATCH 0/2] Variable tracking: Cleaned up and rebased
 2013-01-18 11:58 UTC  (6+ messages)

[PATCH 0/4] usb: musb: add driver for control module
 2013-01-18 12:13 UTC  (22+ messages)
` [PATCH 1/4] drivers: usb: phy: add a new driver for usb part of "
` [PATCH 2/4] ARM: OMAP: devices: create device "
` [PATCH 4/4] drivers: usb: start using the control module driver

[Qemu-devel] VMSTate state of the union
 2013-01-18 12:13 UTC 

[PATCH RESEND 0/6 v13] gpio: Add block GPIO
 2013-01-18 12:13 UTC  (4+ messages)
` [PATCH RESEND 1/6 v13] gpio: Add a block GPIO API to gpiolib

[PATCH 0/5] MAP client: Add missing parameters for GetMessageListing
 2013-01-18 12:12 UTC  (2+ messages)

[PATCH 1/2] usb: mxs-phy: add set_suspend API
 2013-01-18 12:12 UTC  (4+ messages)
` [PATCH 2/2] usb: chipidea: imx: Add system suspend/resume API

[Buildroot] [PATCH] Use the libpng-config from staging instead of the one from the host
 2013-01-18 12:12 UTC  (2+ messages)

[PATCH v3] mtd: cfi_cmdset_0002: Support Persistent Protection Bits (PPB) locking
 2013-01-18 12:10 UTC  (2+ messages)

[PATCH v2 0/4] nested vmx: enable VMCS shadowing feature
 2013-01-18 12:09 UTC  (7+ messages)
` [PATCH v2 2/4] nested vmx: use VMREAD/VMWRITE to construct vVMCS if enabled VMCS shadowing
` [PATCH v2 3/4] nested vmx: optimize for bulk access of virtual VMCS
` [PATCH v2 4/4] nested vmx: enable VMCS shadowing feature

btrfs: could not do orphan cleanup -22
 2013-01-18 12:08 UTC  (2+ messages)

[Xenomai] Redhat packaging patch
 2013-01-18 12:07 UTC  (4+ messages)

[PATCH sort of] Fix emacs local variable for c-style
 2013-01-18 12:07 UTC  (2+ messages)

[PATCH] gtk-directfb: rename to directfb
 2013-01-18 12:07 UTC 

Auto reconnect heartrate LE device
 2013-01-18 12:06 UTC 

Ext4 developers get-together at the Collab Summit
 2013-01-18 12:06 UTC  (2+ messages)

[U-Boot] [PATCH 01/10] arm: Compile cache_disable() with -O2 to avoid failure
 2013-01-18 12:06 UTC  (3+ messages)
` [U-Boot] [PATCH 05/10] arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading

[PATCH 0/3] iw: mesh power save
 2013-01-18 12:05 UTC  (4+ messages)
` [PATCH 1/3] iw: add beacon interval and DTIM period parameters to mesh join
` [PATCH 2/3] iw: add default mesh Power Mode and Awake Window to mesh config
` [PATCH 3/3] iw: add support for link-specific mesh power modes

ListBuckets works but PutObject not
 2013-01-18 12:05 UTC 

[PATCH net-next] ndisc: Check NS message length before access
 2013-01-18 12:05 UTC 

Radeon HDMI question
 2013-01-18 12:04 UTC  (2+ messages)

[PATCH 0/4] Remove gtk-directfb
 2013-01-18 11:48 UTC  (5+ messages)
` [PATCH 1/4] packagegroup-core-gtk-directfb: rename to packagegroup-core-directfb
` [PATCH 2/4] core-image-gtk-directfb: rename to core-image-directfb
` [PATCH 3/4] gtk+: remove directfb support
` [PATCH 4/4] cairo: use directfb instead of gtk-directfb

[PATCH] bitbake: data_smart.py and friends: Track variable history
 2013-01-18 11:47 UTC 

[U-Boot] [PATCH 1/5] treewide: include libfdt_env.h before fdt.h
 2013-01-18 12:02 UTC  (8+ messages)
  `  "

[PATCH] BBHandler/data: Standardise some setVar access formats
 2013-01-18 11:46 UTC 

[Qemu-devel] [PATCH] Add option to slow down qemu
 2013-01-18 12:05 UTC  (5+ messages)
` [Qemu-devel] [[PATCH v2]] Add option to slow qemu down
    ` [Qemu-devel] [PATCH] "

[PATCH 0/12 v2] ext4: Several simplifications and fixes
 2013-01-18 12:00 UTC  (13+ messages)
` [PATCH 01/12] ext4: Always use ext4_bio_write_page() for writeout
` [PATCH 02/12] ext4: Use redirty_page_for_writepage() in ext4_bio_write_page()
` [PATCH 03/12] ext4: Remove bogus wait for unwritten extents in ext4_ind_direct_IO
` [PATCH 04/12] ext4: Disable merging of uninitialized extents
` [PATCH 05/12] ext4: Remove unnecessary wait for extent conversion in ext4_fallocate()
` [PATCH 06/12] ext4: Move work from io_end to inode
` [PATCH 07/12] ext4: Simplify list handling in ext4_do_flush_completed_IO()
` [PATCH 08/12] ext4: Remove __ext4_journalled_writepage() from mpage_da_submit_io()
` [PATCH 09/12] ext4: Dirty page has always buffers attached
` [PATCH 10/12] ext4: Simplify mpage_add_bh_to_extent()
` [PATCH 11/12] ext4: Make ext4_bio_writepage() handle unprepared buffers
` [PATCH 12/12] ext4: Fix ext4_writepage() to achieve data=ordered guarantees

[PATCH] bitbake: data_smart.py and friends: Track file inclusions for bitbake -e
 2013-01-18 11:45 UTC 

[U-Boot] [PATCH v2] mtd: resync with Linux-3.7.1
 2013-01-18 12:00 UTC  (4+ messages)

[PATCH net-next] ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers
 2013-01-18 12:00 UTC 

[PATCH v2] drm/i915: HDMI/DP - ELD info refresh support for Haswell
 2013-01-18 12:00 UTC  (3+ messages)

[PATCH] s5p-fimc: set m2m context to null at the end of fimc_m2m_resume
 2013-01-18 11:56 UTC  (3+ messages)

[PATCH net] ipv6: Fix addrconf_dst_alloc() failure check
 2013-01-18 11:56 UTC 

[Lsf-pc] [CFP] Linux Storage, Filesystem and Memory Management Summit 2013
 2013-01-18 11:56 UTC 

[RFC PATCH 0/6] USB: Add multiple PHYs of same type
 2013-01-18 11:55 UTC  (7+ messages)

[Qemu-devel] [PATCH] reading files from qcow2-formated image disk for windows system
 2013-01-18 11:54 UTC  (10+ messages)

[PATCHv2 0/6] mesh power save - basics
 2013-01-18 11:55 UTC  (6+ messages)
` [PATCHv2 6/6] mac80211: mesh power save basics

[PATCH 1/2] alsa-lib: upgrade to 1.0.26
 2013-01-18 11:39 UTC  (2+ messages)
` [PATCH 2/2] alsa-utils: "

[PATCH] virtio: suppress kmemleak false positive
 2013-01-18 11:54 UTC  (2+ messages)

[Qemu-devel] [RFC 0/4] migration.experimental queue
 2013-01-18 11:53 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/4] ram: remove xbrle last_stage optimization
` [Qemu-devel] [PATCH 4/4] migration: print times for end phase


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.