linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-14 13:53:00 to 2013-03-14 19:33:05 UTC [more...]

[PATCH 0/5] mv643xx_eth: use mvmdio MDIO bus driver
 2013-03-14 19:32 UTC  (12+ messages)
` [PATCH 0/4] "
  ` [PATCH] mv643xx_eth: convert to use the Marvell Orion MDIO driver
  ` [PATCH 2/4 v2] net: mvmdio: rename base register cookie from smireg to regs
  ` [PATCH 3/4 v2] net: mvmdio: enhance driver to support SMI error/done interrupts
  ` [PATCH 4/4 v2] mv643xx_eth: convert to use the Marvell Orion MDIO driver
  ` [PATCH 1/4 v2] net: mvmdio: allow platform device style registration

[stable request] TTY: do not reset master's packet mode
 2013-03-14 19:32 UTC  (2+ messages)

[PATCH v3] drm/i915: bounds check execbuffer relocation count
 2013-03-14 19:32 UTC  (5+ messages)

[PATCH -next] m68k: Add missing cmpxchg64() if CONFIG_RMW_INSNS=y
 2013-03-14 19:30 UTC 

ACPI undocking on 3.8-rc5 no longer works with Lenovo T61
 2013-03-14 19:17 UTC  (5+ messages)

[PATCH] cifs: Rename cERROR and cifserror to cifs_vfs_err
 2013-03-14 19:24 UTC  (5+ messages)
      ` [PATCH] cifs: Rename cERROR and cFYI to cifs_dbg

zsmalloc limitations and related topics
 2013-03-14 19:16 UTC  (9+ messages)

SLAB + UML : WARNING: at mm/page_alloc.c:2386
 2013-03-14 19:07 UTC 

[RFC PATCH] Linux kernel Wait-Free Concurrent Queue Implementation
 2013-03-14 19:07 UTC  (4+ messages)

need info: softirq warning upon free skb
 2013-03-14 18:36 UTC 

[PATCH] USB: EHCI: fix for leaking isochronous data
 2013-03-14 18:48 UTC  (2+ messages)

Linux 3.0.69
 2013-03-14 18:48 UTC  (2+ messages)

[3.9-rc1] irq 16: nobody cared (was [3.9-rc1] very poor interrupt responses)
 2013-03-14 18:48 UTC  (18+ messages)

Linux 3.4.36
 2013-03-14 18:47 UTC  (2+ messages)

Linux 3.8.3
 2013-03-14 18:47 UTC  (2+ messages)

[PATCH] usb: limit OMAP related USB options to OMAP2PLUS platforms
 2013-03-14 18:40 UTC  (6+ messages)

[ANNOUNCE] rasdaemon userspace tool v.0.1
 2013-03-14 18:38 UTC 

[PATCHv3 03/14] mailbox: OMAP: introduce mailbox framework
 2013-03-14 18:30 UTC  (5+ messages)

[RFC PATCH] integrity: Use a new type for asymmetric signature
 2013-03-14 18:28 UTC 

[PATCH] x86/mce: Use MCG_CAP MSR to find out number of banks on AMD
 2013-03-14 18:23 UTC  (2+ messages)

NULL pointer dereference in ext4_superblock_csum_set with mounted filesystem
 2013-03-14 18:02 UTC  (6+ messages)

[PATCHv2, RFC 00/30] Transparent huge page cache
 2013-03-14 17:50 UTC  (31+ messages)
` [PATCHv2, RFC 01/30] block: implement add_bdi_stat()
` [PATCHv2, RFC 02/30] mm: implement zero_huge_user_segment and friends
` [PATCHv2, RFC 03/30] mm: drop actor argument of do_generic_file_read()
` [PATCHv2, RFC 04/30] radix-tree: implement preload for multiple contiguous elements
` [PATCHv2, RFC 05/30] thp, mm: avoid PageUnevictable on active/inactive lru lists
` [PATCHv2, RFC 06/30] thp, mm: basic defines for transparent huge page cache
` [PATCHv2, RFC 07/30] thp, mm: introduce mapping_can_have_hugepages() predicate
` [PATCHv2, RFC 08/30] thp, mm: rewrite add_to_page_cache_locked() to support huge pages
` [PATCHv2, RFC 09/30] thp, mm: rewrite delete_from_page_cache() "
` [PATCHv2, RFC 10/30] thp, mm: locking tail page is a bug
` [PATCHv2, RFC 11/30] thp, mm: handle tail pages in page_cache_get_speculative()
` [PATCHv2, RFC 12/30] thp, mm: add event counters for huge page alloc on write to a file
` [PATCHv2, RFC 13/30] thp, mm: implement grab_cache_huge_page_write_begin()
` [PATCHv2, RFC 14/30] thp, mm: naive support of thp in generic read/write routines
` [PATCHv2, RFC 15/30] thp, libfs: initial support of thp in simple_read/write_begin/write_end
` [PATCHv2, RFC 16/30] thp: handle file pages in split_huge_page()
` [PATCHv2, RFC 17/30] thp: wait_split_huge_page(): serialize over i_mmap_mutex too
` [PATCHv2, RFC 18/30] thp, mm: truncate support for transparent huge page cache
` [PATCHv2, RFC 19/30] thp, mm: split huge page on mmap file page
` [PATCHv2, RFC 20/30] ramfs: enable transparent huge page cache
` [PATCHv2, RFC 21/30] x86-64, mm: proper alignment mappings with hugepages
` [PATCHv2, RFC 22/30] mm: add huge_fault() callback to vm_operations_struct
` [PATCHv2, RFC 23/30] thp: prepare zap_huge_pmd() to uncharge file pages
` [PATCHv2, RFC 24/30] thp: move maybe_pmd_mkwrite() out of mk_huge_pmd()
` [PATCHv2, RFC 25/30] thp, mm: basic huge_fault implementation for generic_file_vm_ops
` [PATCHv2, RFC 26/30] thp: extract fallback path from do_huge_pmd_anonymous_page() to a function
` [PATCHv2, RFC 27/30] thp: initial implementation of do_huge_linear_fault()
` [PATCHv2, RFC 28/30] thp: handle write-protect exception to file-backed huge pages
` [PATCHv2, RFC 29/30] thp: call __vma_adjust_trans_huge() for file-backed VMA
` [PATCHv2, RFC 30/30] thp: map file-backed huge pages on fault

[RFC 1/1] clk: Add notifier support in clk_prepare_enable/clk_disable_unprepare
 2013-03-14 17:54 UTC  (12+ messages)

[PATCH v2 0/8] Use module_platform_driver_probe() part 2
 2013-03-14 17:51 UTC  (12+ messages)
` [PATCH v2 1/8] drivers: media: use module_platform_driver_probe()
` [PATCH v2 2/8] drivers: ata: "
` [PATCH v2 3/8] drivers: char: "
` [PATCH v2 4/8] drivers: input: "
` [PATCH v2 5/8] drivers: memory: "
` [PATCH v2 6/8] drivers: mfd: "
` [PATCH v2 7/8] drivers: video: "
` [PATCH v2 8/8] drivers: misc: "

[PATCH v2] mm/hugetlb: add more arch-defined huge_pte functions
 2013-03-14 17:51 UTC 

mmotm 2013-03-01-15-50 uploaded
 2013-03-14 17:48 UTC  (4+ messages)
` mmotm 2013-03-01-15-50 uploaded (strict user copy)

[PATCH] X.509: Remove certificate date checks
 2013-03-14 17:42 UTC  (5+ messages)

[PATCH] ARM: hw_breakpoint: Enable debug powerdown only if system supports 'has_ossr'
 2013-03-14 17:38 UTC  (2+ messages)

Regression: Fixing recursive fault but reboot is needed at boot on HP 6730B
 2013-03-14 17:27 UTC  (4+ messages)
` Regression: Fixing recursive fault but reboot is needed at boot on HP 6730B - bisected

[PATCH 0/7] ACPI / hotplug: Common code for ACPI-based hotplug
 2013-03-14 17:16 UTC  (4+ messages)
` [Update 4][PATCH 2/7] ACPI / scan: Introduce common code for ACPI-based device hotplug

[PATCH] pinctrl: move subsystem mutex to pinctrl_dev struct
 2013-03-14 16:59 UTC  (3+ messages)

[PATCH v2 0/3] leds: replace macros with inline functions and support camera LED triggers
 2013-03-14 16:57 UTC  (2+ messages)

[PATCH 00/24] ARM: OMAP2+: Adapt to ehci-omap changes for 3.10
 2013-03-14 16:54 UTC  (8+ messages)

Curious (non-trivial?) stability problem with two identical systems
 2013-03-14 16:37 UTC 

[PATCH 00/10] Use module_platform_driver_probe() part 2
 2013-03-14 16:42 UTC  (10+ messages)
` [PATCH 01/10] drivers: media: use module_platform_driver_probe()
` [PATCH 04/10] drivers: hwmon: "
` [PATCH 10/10] drivers: misc: "

[PATCHSET wq/for-3.10] workqueue: break up workqueue_lock into multiple locks
 2013-03-14 16:41 UTC  (4+ messages)
` [PATCH 1/7] workqueue: rename worker_pool->assoc_mutex to ->manager_mutex

[PATCH] hwmon: (pmbus) Fix krealloc() misuse in pmbus_add_attribute()
 2013-03-14 16:39 UTC  (4+ messages)
` [PATCH] checkpatch: Add check for reuse of krealloc arg

+ atomic-improve-atomic_inc_unless_negative-atomic_dec_unless_positive .patch added to -mm tree
 2013-03-14 16:24 UTC 

3.7.6 Panic kvm related (maybe)
 2013-03-14 16:23 UTC 

[PATCH 0/4] zcache: Support zero-filled pages more efficiently
 2013-03-14 16:10 UTC  (4+ messages)
` [PATCH 4/4] zcache: add pageframes count once compress zero-filled pages twice

[PATCH 0/2] vfs: Report a mount r/o if the superblock is
 2013-03-14 16:09 UTC  (3+ messages)
` [PATCH 1/2] vfs: mountinfo: A mnt is "
` [PATCH 2/2] vfs: statfs: A fs "

[PATCH] usb: gadget: remove MACH_OMAP_H4_OTG
 2013-03-14 16:07 UTC  (4+ messages)

[RFC 00/17] Remove GENERIC_GPIO from architecture code
 2013-03-14 15:50 UTC  (8+ messages)

[PATCH 0/3] Platform support for EHRPWM & ECAP devices in Davinci
 2013-03-14 15:49 UTC  (3+ messages)
` [PATCH 3/3] ARM: davinci: da850: add EHRPWM & ECAP DT node

[PATCH v2 0/4] usb: musb/otg: cleanup and fixes
 2013-03-14 15:49 UTC  (9+ messages)
` [PATCH v2 2/4] usb: otg: twl4030: use devres API for regulator get and request irq
` [PATCH v2 4/4] usb: otg: twl4030: fix cold plug on OMAP3

[PATCH 0/3] Davinci support for EHRPWM & ECAP
 2013-03-14 15:44 UTC  (8+ messages)
` [PATCH 1/3] pwm: davinci: Add Kconfig support for ECAP & EHRPWM devices
` [PATCH 2/3] pwm: pwm-tiecap: Add device-tree binding support for da850 SOC

[PATCH] sched,trace: Allow tracing the preemption decision on wakeup
 2013-03-14 15:42 UTC  (3+ messages)

[PATCH v2] USB: ehci-s5p: Fix phy reset
 2013-03-14 15:36 UTC  (6+ messages)

[RFC] perf: need to expose sched_clock to correlate user samples with kernel samples
 2013-03-14 15:34 UTC  (11+ messages)

[PATCH] cciss: fix invalid use of sizeof in cciss_find_cfgtables()
 2013-03-14 15:30 UTC  (2+ messages)

[PATCH] regmap: Remove __attribute__ ((packed))
 2013-03-14 15:26 UTC 

Hello dear,
 2013-03-14 13:46 UTC 

[PATCH 00/12] rwsem fast-path write lock stealing
 2013-03-14 15:20 UTC  (6+ messages)
` [PATCH 11/12] rwsem: wake all readers when first waiter is a reader

[PATCH 0/2] Improve imon LCD/VFD driver to better support 15c2:0036
 2013-03-14 15:18 UTC  (6+ messages)
` [PATCH 1/2] media/rc/imon.c: make send_packet() delay configurable
` [PATCH 2/2] media/rc/imon.c: avoid flooding syslog with "unknown keypress" when keypad is pressed

Regression: HSW eDP broken on 3.9-rc[12]
 2013-03-14 15:15 UTC 

[PATCH] powerpc: remove "config 8260_PCI9"
 2013-03-14 15:14 UTC 

[PATCH] hwmon: lineage-pem: Add missing terminating entry for pem_[input|fan]_attributes
 2013-03-14 15:08 UTC  (4+ messages)

[PATCH 11/12] USB: ehci-omap: Try to get PHY even if not in PHY mode
 2013-03-14 15:08 UTC  (4+ messages)

Inactive memory keep growing and how to release it?
 2013-03-14 15:07 UTC  (6+ messages)

In SMP, every CPU has its own loops_per_jiffy value, __loop_const_udelay time period is not right if two cpus are running in different frequency
 2013-03-14 15:06 UTC 

[PATCH 2/2] PCI: fix system hang issue of Marvell SATA host controller
 2013-03-14 15:03 UTC  (15+ messages)

[PATCH 0/1] mm/hugetlb: add more arch-defined huge_pte_xxx functions
 2013-03-14 15:01 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH -next] Staging: netlogic: remove unused variable in xlr_net_start_xmit()
 2013-03-14 14:55 UTC 

[PATCH] mfd: abx500 move the AB8500 Kconfig fragment
 2013-03-14 14:54 UTC 

[PATCH v2 0/4] usb: added palmas-usb driver and a few misc fixes
 2013-03-14 14:53 UTC  (6+ messages)
` [PATCH v2 3/4] USB: Palmas OTG Transceiver Driver
` [PATCH v2 4/4] usb: musb: omap2430: replace *_* with *-* in property names

[PATCH v2] regmap: Cut down on the average # of nodes in the rbtree cache
 2013-03-14 14:52 UTC 

[PATCH bugfix 3.9] PCI: Don't try to disable Bus Master on disconnected PCI devices
 2013-03-14 14:49 UTC 

3.9.0-rc1: kexec not working: root disk does not show up
 2013-03-14 14:46 UTC  (7+ messages)

[PATCH 1/2] task_work: make FIFO task_work list
 2013-03-14 14:43 UTC  (4+ messages)
` [PATCH 2/2] task_work: check callback if it's NULL

[GIT PULL] printk: fixes
 2013-03-14 14:26 UTC  (3+ messages)
` [PATCH 1/2] irq_work.h: fix warning when CONFIG_IRQ_WORK=n
` [PATCH 2/2] printk: Provide a wake_up_klogd() off-case

[ 000/100] 3.8.3-stable review
 2013-03-14 14:23 UTC  (6+ messages)
` [ 031/100] iwlwifi: always copy first 16 bytes of commands

[PATCH] powerpc/40x: remove unused "config 405GPR"
 2013-03-14 14:17 UTC  (2+ messages)

[RFC V1 0/8] Add a driver for somagic smi2021
 2013-03-14 14:07 UTC  (9+ messages)
` [RFC V1 1/8] smi2021: Add the header file
` [RFC V1 2/8] smi2021: Add smi2021_main.c
` [RFC V1 3/8] smi2021: Add smi2021_i2c.c
` [RFC V1 4/8] smi2021: Add smi2021_v4l2.c
` [RFC V1 5/8] smi2021: Add smi2021_video.c
` [RFC V1 6/8] smi2021: Add smi2021_audio.c
` [RFC V1 7/8] smi2021: Add smi2021_bl.c
` [RFC V1 8/8] smi2021: Add Kconfig and Makefiles

[PATCH] xtensa: net: fix invalid use of sizeof in iss_net_setup()
 2013-03-14 14:06 UTC 

MTD : Kernel oops when remounting ubifs as read/write
 2013-03-14 13:55 UTC  (13+ messages)

[BUG]: when printk too more through serial, cpu up is failed
 2013-03-14 14:05 UTC  (2+ messages)

[PATCH 0/6] mfd: omap-usb-host: Device tree support for 3.10
 2013-03-14 14:03 UTC  (3+ messages)
` [PATCH 3/6] mfd: omap-usb-host: Actually update hostconfig

[PATCH] slab : allow SLAB_RED_ZONE and SLAB_STORE_USER to work on arm
 2013-03-14 14:03 UTC  (2+ messages)

[PATCH] pinctrl: exynos5440: fix invalid use of sizeof in exynos5440_pinctrl_probe()
 2013-03-14 13:59 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).