messages from 2013-02-07 07:56:55 to 2013-02-07 14:41:59 UTC [more...]
[PATCH v2 1/8] locks: make flock_lock_file take is_conflict callback parm
2013-02-07 14:41 UTC (9+ messages)
` [PATCH v2 3/8] vfs: Add O_DENYREAD/WRITE flags support for open syscall
[PATCH 0/1] OMAP4: DSS: Add panel for Blaze Tablet boards
2013-02-07 14:40 UTC (2+ messages)
` [PATCH 1/1] "
linux-next: Tree for Feb 7 (fakeroot BROKEN due to SYSV IPC support?)
2013-02-07 14:40 UTC (7+ messages)
[PATCH] drivers/block/xsysace - replace in(out)_8/in(out)_be16/in(out)_le16 with generic iowrite(read)8/16(be)
2013-02-07 14:39 UTC (31+ messages)
Dear Friend,Please get back to me if you are ready to work with me
2013-02-07 14:38 UTC
[PATCH] Fix ARM build error on 3.8-rc6
2013-02-07 14:35 UTC (2+ messages)
` [PATCH] omapdrm: fix the dependency to omapdss
[PATCH] mfd: syscon: Added support for using platform driver resources
2013-02-07 14:32 UTC (4+ messages)
` Re[2]: "
[PATCH 00/11] lockdep: LD_PRELOAD support
2013-02-07 14:31 UTC (7+ messages)
` [PATCH 09/11] liblockdep: support using LD_PRELOAD
` [PATCH 11/11] liblockdep: preload helper
[PATCH] block: xsysace: Fix device name assignment for SystemACE (from "xs`" to "xsa")
2013-02-07 14:30 UTC
[PATCH 0/4] Alter steal-time reporting in the guest
2013-02-07 14:27 UTC (12+ messages)
` [PATCH 2/4] Expand the steal time msr to also contain the consigned time
` [PATCH 3/4] Add the code to send the consigned time from the host to the guest
` [PATCH 4/4] Add a timer to allow the separation of consigned from steal time
[PATCH] xilinx: Documentation/devicetree - add description for "port-number" property
2013-02-07 14:26 UTC
[PATCH] asm-generic: io: Fix ioread16/32be and iowrite16/32be
2013-02-07 14:20 UTC (2+ messages)
[PATCH] HID: multitouch: do not use pointers towards hid-core
2013-02-07 14:14 UTC (2+ messages)
[PATCH] ARM: dts: add minimal DT support for DevKit8000
2013-02-07 14:11 UTC
[PATCH 00/15] Add various missing GENERIC_HARDIRQS dependencies
2013-02-07 14:01 UTC (11+ messages)
` [PATCH 07/15] drivers/hid: add missing GENERIC_HARDIRQ dependency
` [PATCH 09/15] drivers/media: add missing GENERIC_HARDIRQS dependencies
` [PATCH 12/15] sound: add missing HAS_IOPORT and "
[PATCH 0/5] Add P state driver for Intel Core Processors
2013-02-07 14:02 UTC (12+ messages)
` [PATCH 1/5] cpufreq: Retrieve current frequency from scaling drivers with internal governors
` [PATCH 2/5] cpufreq: Only call cpufreq_out_of_sync() with drivers that implement cpufreq_driver.target()
` [PATCH 3/5] cpufreq: Do not track governor name for scaling drivers with internal governors
` [PATCH 5/5] cpufreq/x86: Add P-state driver for sandy bridge
Access Network Device Driver from the Kernel
2013-02-07 13:49 UTC
[PATCH v2 0/7] spi: spi-fsl-spi: Make spi-fsl-spi usable in cpu mode outside of FSL SOC environments and add a grlib variant normally running on sparc
2013-02-07 13:38 UTC (9+ messages)
` [PATCH v2 1/7] spi: spi-fsl-spi: Make driver usable in CPU mode outside of an FSL_SOC environment
` [PATCH v2 2/7] spi: spi-fsl-spi: Make sure in spi_fsl_setup that chipselect becomes inactive
` [PATCH v2 3/7] spi: spi-fsl-spi: Move setting non-zero tx and rx shifts to a function accessed by a function pointer
` [PATCH v2 4/7] spi: spi-fsl-spi: Introduce a type for the driver
` [PATCH v2 5/7] spi: spi-fsl-spi: Add support for setting a maximum number of bits per word
` [PATCH v2 6/7] spi: spi-fsl-spi: Add support for Aeroflex Gaisler GRLIB cores normally running on SPARC
` [PATCH v2 7/7] spi: spi-fsl-spi: Add support for gpio chipselects for GRLIB type cores
` [PATCH v2 4/7 RESEND] spi: spi-fsl-spi: Introduce a type for the driver
[PATCH] NET: ath5k, check ath5k_eeprom_mode_from_channel retval
2013-02-07 13:44 UTC
[PATCH, resubmit] ax88179_178a: ASIX AX88179_178A USB 3.0/2.0 to gigabit ethernet adapter driver
2013-02-07 13:39 UTC
[PATCH v3] usb: phy: moving all PHY API definitions to usb/phy directory
2013-02-07 13:38 UTC (2+ messages)
[PATCHv2-net-3.8 0/3] fix kernel crash with macvtap on top of LRO
2013-02-07 13:37 UTC (5+ messages)
` [PATCHv2-net-3.8 1/3] ixgbe: fix gso type
` [PATCHv2-net-3.8 2/3] qlcnic: set gso_type
` [PATCHv2-net-3.8 3/3] bnx2x: "
Problems with late 3.8-rc5 and 3.8-rc6 on i686
2013-02-07 13:37 UTC (3+ messages)
[RFC PATCH 0/8] virtio: new API for addition of buffers, scatterlist changes
2013-02-07 13:31 UTC (16+ messages)
` [RFC PATCH 1/8] virtio: add functions for piecewise addition of buffers
` [RFC PATCH 2/8] virtio-blk: reorganize virtblk_add_req
` [RFC PATCH 3/8] virtio-blk: use virtqueue_start_buf on bio path
` [RFC PATCH 4/8] virtio-blk: use virtqueue_start_buf on req path
` [RFC PATCH 5/8] scatterlist: introduce sg_unmark_end
` [RFC PATCH 6/8] virtio-net: unmark scatterlist ending after virtqueue_add_buf
` [RFC PATCH 7/8] virtio-scsi: use virtqueue_start_buf
` [RFC PATCH 8/8] virtio: reimplement virtqueue_add_buf using new functions
[RFE PATCH] time, Fix setting of hardware clock in NTP code
2013-02-07 13:29 UTC
[PATCH] dw_dmac: adjust slave_id accordingly to request line base
2013-02-07 13:28 UTC (9+ messages)
[PATCH -v5 0/5] x86,smp: make ticket spinlock proportional backoff w/ auto tuning
2013-02-07 13:28 UTC (6+ messages)
` [PATCH -v5 5/5] x86,smp: limit spinlock delay on virtual machines
clock_nanosleep() task_struct leak
2013-02-07 13:24 UTC (11+ messages)
` [PATCH] posix-cpu-timers: fix nanosleep "
[PATCH 0/4] CPUFreq Fixes for 3.9
2013-02-07 13:22 UTC (7+ messages)
` [PATCH 1/4] cpufreq: governors: Fix WARN_ON() for multi-policy platforms
` [PATCH 2/4] cpufreq: Remove unused HOTPLUG_CPU code
` [PATCH 3/4] cpufreq: Create a macro for unlock_policy_rwsem{read,write}
` [PATCH 4/4] cpufreq: Fix locking issues
[PATCH] devicetree: Move NS2 LEDs binding into LEDs directory
2013-02-07 13:21 UTC (2+ messages)
system administrator
2004-03-02 1:10 UTC
[PATCH] drivers/block/xsysace - revert "id" type from "u32" back to "int"
2013-02-07 13:05 UTC
Problem with GVRP on eth while having a bridge
2013-02-07 13:02 UTC (4+ messages)
[PATCH] mm: don't overwrite mm->def_flags in do_mlockall()
2013-02-07 12:59 UTC (3+ messages)
BUG at net/sunrpc/svc_xprt.c:921
2013-02-07 12:56 UTC
[RFC PATCH] xfrm: fix handling of XFRM policies mark and mask
2013-02-07 12:54 UTC (8+ messages)
[PATCH V3] i2c: davinci: update to devm_* API
2013-02-07 12:52 UTC
[PATCH] OMAPDSS: enable omapdss for ARCH_MULTIPLATFORM
2013-02-07 12:50 UTC (8+ messages)
Regression, bisected: hyperv shutdown panics guest
2013-02-07 12:43 UTC (2+ messages)
[PATCH v2 0/4] suspend/resume support for OMAP nand driver
2013-02-07 12:36 UTC (5+ messages)
` [PATCH v2 1/4] arm: gpmc: Converts GPMC driver to pm_runtime capable
` [PATCH v2 2/4] arm: gpmc: Low power transition support
` [PATCH v2 3/4] mtd: devices: elm: "
` [PATCH v2 4/4] mtd: nand: omap2: "
[PATCH v2] media: add support for decoder as one of media entity types
2013-02-07 12:37 UTC (3+ messages)
[PATCH for 3.2.34] memcg: do not trigger OOM from add_to_page_cache_locked
2013-02-07 12:31 UTC (13+ messages)
[PATCH 1/3] stop_machine: check work->done while handling enqueued works
2013-02-07 12:13 UTC (3+ messages)
[PATCH] lockdep: Print more info when MAX_LOCK_DEPTH is exceeded
2013-02-07 12:12 UTC (2+ messages)
` [tip:core/locking] "
[PATCH] perf/hwbp: Fix cleanup in case of kzalloc failure
2013-02-07 12:11 UTC (2+ messages)
` [tip:perf/urgent] perf/hwbp: Fix cleanup in case of kzalloc() failure
[PATCH 0/4] Add polling support for 64xx spi controller
2013-02-07 11:55 UTC (6+ messages)
` [PATCH 3/4] spi: s3c64xx: add gpio quirk for controller
` [PATCH 1/4] spi: s3c64xx: modified error interrupt handling and init
[PATCH 2/3] stop_machine: dequeue work before signal completion
2013-02-07 11:53 UTC (5+ messages)
[PATCH v2 0/3] fixes for large mm_populate() and munlock() operations
2013-02-07 11:49 UTC (4+ messages)
` [PATCH v2 3/3] mm: accelerate munlock() treatment of THP pages
[PATCH v2] fat: eliminate iterations in fat_search_long and __fat_readdir in case of EOD
2013-02-07 11:45 UTC (2+ messages)
[PATCH 2/2] regmap: debugfs: Optimize seeking within blocks of registers
2013-02-07 11:40 UTC
[PATCH 1/2] regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cache
2013-02-07 11:40 UTC
[PATCHv3 0/4] clockevents: decouple broadcast mechanism from drivers
2013-02-07 11:40 UTC (5+ messages)
` [PATCHv3 4/4] arm: Add generic timer broadcast support
[PATCH 1/1]linux-usb: fix the idProduct value to be compatible with current CPU in initializers.c
2013-02-07 11:38 UTC (2+ messages)
[RFC] ACPI scan handlers
2013-02-07 11:43 UTC (6+ messages)
` [PATCH 0/4] "
` [PATCH 0/2] ACPI scan handler for memory hotplug and container simplification
` [PATCH 2/2] ACPI / scan: Simplify container driver
[PATCH] intel_iommu: Disable vfio and kvm interrupt assignment when unsafe
2013-02-07 11:33 UTC (2+ messages)
[GIT PULL rcu/next] RCU commits for 3.9
2013-02-07 11:21 UTC (2+ messages)
[PATCH] watchdog: davinci_wdt: update to devm_* API
2013-02-07 11:21 UTC (2+ messages)
linux-next build conflict between modules and metag trees (LOCKDEP_NOW_UNRELIABLE)
2013-02-07 11:16 UTC
[ANNOUNCE] 3.8-rc6-nohz4
2013-02-07 11:10 UTC (3+ messages)
[PATCH 0/6 RFC] Mapping range lock
2013-02-07 11:06 UTC (7+ messages)
[PATCH 11/11] sound/pcmcia: use module_pcmcia_driver() in pcmcia drivers
2013-02-07 11:04 UTC (2+ messages)
[PATCH v2] rtc: max8997: Add driver for max8997 rtc
2013-02-07 11:01 UTC
MODSIGN without RTC?
2013-02-07 10:54 UTC (5+ messages)
[PATCH] regmap: debugfs: Fix reading in register field units
2013-02-07 10:51 UTC
[PATCH v2 2/3] mmc: davinci_mmc: add DT support
2013-02-07 10:46 UTC (3+ messages)
` [PATCH v2 3/3] ARM: davinci: da850: add mmc DT entries
[RFC] arm: use built-in byte swap function
2013-02-07 10:43 UTC (17+ messages)
Heads up on a device tree change
2013-02-07 10:32 UTC (4+ messages)
[PATCH] mtd: davinci_nand: Use managed resources
2013-02-07 10:33 UTC
[BUG] cpufreq: sleeping function called from invalid context at kernel/workqueue.c:2811
2013-02-07 10:30 UTC (2+ messages)
[PATCH v3 00/22] PCI: Iterate pci host bridge instead of pci root bus
2013-02-07 10:24 UTC (7+ messages)
[PATCH V2 0/6] davinci: DT support for i2c0 and tps6507x
2013-02-07 10:22 UTC (5+ messages)
` [PATCH V2 5/6] ARM: regulator: add tps6507x device tree data
` [PATCH V2 6/6] ARM: davinci: da850: add tps6507x regulator DT data
gpio-sch GPIO_SYSFS access
2013-02-07 10:09 UTC (2+ messages)
[PATCH 00/14] reform the ABx500 IRQ handling
2013-02-07 10:01 UTC (7+ messages)
` [PATCH 02/14] mfd: ab8500: provide a irq_set_type() function
` [PATCH 13/14] ARM: ux500: enable AB8500 GPIO for HREF
[PATCH] fuse: make fuse daemon frozen along with kernel threads
2013-02-07 9:59 UTC (3+ messages)
` [fuse-devel] "
[PATCH] ARM: davinci: da850: add DT node for I2C0
2013-02-07 9:51 UTC (2+ messages)
[PATCH v2 0/8] Add O_DENY* support for VFS and CIFS/NFS
2013-02-07 9:40 UTC (5+ messages)
[PATCH v2 RESEND] video console: add a driver for lcd2s character display
2013-02-07 9:26 UTC (2+ messages)
` [PATCH v2,RESEND] "
selinux_msg_queue_msgrcv() oops
2013-02-07 9:16 UTC (6+ messages)
[PATCH v3 00/10] video: da8xx-fb: runtime timing configuration
2013-02-07 9:13 UTC (3+ messages)
[PATCH 1/2] clocksource: dbx500-prcmu: use relaxed readl variant
2013-02-07 9:04 UTC (4+ messages)
[PATCH 0/7] perf annotate: Add support for GTK+ annotation browser (v2)
2013-02-07 9:02 UTC (8+ messages)
` [PATCH 1/7] perf ui/gtk: Implement basic GTK2 annotation browser
` [PATCH 2/7] perf gtk/annotate: Support multiple event annotation
` [PATCH 3/7] perf gtk/annotate: Show source lines with gray color
` [PATCH 4/7] perf buildid-cache: Add --update option
` [PATCH 5/7] perf annotate: Fix warning message on a missing vmlinux
` [PATCH 6/7] perf gtk/annotate: Fail early if it can't annotate
` [PATCH 7/7] perf annotate: Make it to be able to skip unannotatable symbols
mmotm 2013-02-06-17-13 uploaded
2013-02-07 9:01 UTC (3+ messages)
` mmotm 2013-02-06-17-13 uploaded (alsa)
[PATCH] xen-pciback: notify hypervisor about devices intended to be assigned to guests
2013-02-07 9:00 UTC (3+ messages)
[RFC PATCH 0/5] powerpc: Support context tracking for Power pSeries
2013-02-07 8:53 UTC (4+ messages)
` [RFC PATCH 1/5] powerpc: Syscall hooks for context tracking subsystem
[PATCH] net: fix functions and variables related to netns_ipvs->sysctl_sync_qlen_max
2013-02-07 8:40 UTC (4+ messages)
` [PATCH v2] "
linux-next: manual merge of the signal tree with the s390 tree
2013-02-07 8:41 UTC (2+ messages)
[PATCH 0/2] fix kernel crash with macvtap on top of LRO
2013-02-07 8:16 UTC (6+ messages)
` [PATCH 2/2] qlcnic: set gso_type
[PATCH] vmalloc: Remove alloc_map from vmap_block
2013-02-07 8:11 UTC (2+ messages)
[PATCH] mpic: fix Destination Registers init problem
2013-02-07 8:07 UTC
[PATCH v5 00/14] memory-hotplug: hot-remove physical memory
2013-02-07 7:56 UTC (10+ messages)
` [PATCH v5 01/14] memory-hotplug: try to offline the memory twice to avoid dependence
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox