linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-01 18:19:26 to 2013-05-02 01:56:01 UTC [more...]

linux-next: manual merge of the vfs tree with Linus' tree
 2013-05-02  1:55 UTC 

[RFC] Fix restore from hibernate with different kernel versions
 2013-05-02  1:53 UTC  (2+ messages)
` [PATCH] x86, x86-64, gdt, hibernate: Store/load GDT for hibernate path

[PATCH] linkage.h: fix build breakage due to symbol prefix handling
 2013-05-02  0:28 UTC  (4+ messages)

Crypto Update for 2.6.37
 2013-05-02  1:47 UTC  (11+ messages)
` Crypto Update for 2.6.38
  ` Crypto Update for 2.6.39
    ` Crypto Update for 2.6.40
      ` Crypto Update for 3.1
        ` Crypto Update for 3.2
          ` Crypto Update for 3.3
            ` Crypto Update for 3.7
              ` Crypto Update for 3.8
                ` Crypto Update for 3.9
                  ` Crypto Update for 3.10

[PULL] vhost: cleanups and fixes for 3.10
 2013-05-02  1:46 UTC  (3+ messages)

[PATCH 0/3] vhost-scsi: file renames
 2013-05-02  1:45 UTC  (4+ messages)
` [PATCH 1/3] vhost: src "
` [PATCH 2/3] tcm_vhost: header split up
` [PATCH 3/3] vhost_scsi: module rename

[PATCH v2 00/10] optimize freezing tasks by reducing task wakeups
 2013-05-02  1:35 UTC  (11+ messages)
` [PATCH v2 01/10] freezer: shorten freezer sleep time using exponential backoff
` [PATCH v2 02/10] freezer: skip waking up tasks with PF_FREEZER_SKIP set
` [PATCH v2 03/10] freezer: add new freezable helpers using freezer_do_not_count()
` [PATCH v2 04/10] binder: use freezable blocking calls
` [PATCH v2 05/10] epoll: use freezable blocking call
` [PATCH v2 06/10] select: "
` [PATCH v2 07/10] futex: "
` [PATCH v2 08/10] nanosleep: "
` [PATCH v2 09/10] sigtimedwait: "
` [PATCH v2 10/10] af_unix: use freezable blocking calls in read

IO regression after ab8fabd46f on x86 kernels with high memory
 2013-05-02  1:34 UTC  (7+ messages)

[PATCH 3.8-stable] kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_trees()
 2013-05-02  1:33 UTC  (2+ messages)

[GIT] Networking
 2013-05-02  1:28 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2013-05-02  1:25 UTC  (2+ messages)

[PATCH] lib: add weak __clzsi2()/__clzdi2() functions
 2013-05-02  0:58 UTC  (4+ messages)

WARNING: at drivers/gpu/drm/drm_crtc.c:82 drm_warn_on_modeset_not_all_locked+0x8d/0xc0()
 2013-05-02  0:57 UTC  (3+ messages)

[PATCH 0/3 RFC] Driver core / ACPI: Add offline/online for graceful hot-removal of devices
 2013-05-02  0:58 UTC  (14+ messages)
` [PATCH 1/3 RFC] Driver core: Add offline/online device operations
` [PATCH 2/3 RFC] Driver core: Use generic offline/online for CPU offline/online
` [PATCH 3/3 RFC] ACPI / hotplug: Use device offline/online for graceful hot-removal

[PATCHSET] blk-throttle: implement proper hierarchy support
 2013-05-02  0:39 UTC  (32+ messages)
` [PATCH 01/31] blkcg: fix error return path in blkg_create()
` [PATCH 02/31] blkcg: move blkg_for_each_descendant_pre() to block/blk-cgroup.h
` [PATCH 03/31] blkcg: implement blkg_for_each_descendant_post()
` [PATCH 04/31] blkcg: invoke blkcg_policy->pd_init() after parent is linked
` [PATCH 05/31] blkcg: move bulk of blkcg_gq release operations to the RCU callback
` [PATCH 06/31] blk-throttle: remove spurious throtl_enqueue_tg() call from throtl_select_dispatch()
` [PATCH 07/31] blk-throttle: removed deferred config application mechanism
` [PATCH 08/31] blk-throttle: collapse throtl_dispatch() into the work function
` [PATCH 09/31] blk-throttle: relocate throtl_schedule_delayed_work()
` [PATCH 10/31] blk-throttle: remove pointless throtl_nr_queued() optimizations
` [PATCH 11/31] blk-throttle: rename throtl_rb_root to throtl_service_queue
` [PATCH 12/31] blk-throttle: simplify throtl_grp flag handling
` [PATCH 13/31] blk-throttle: add backlink pointer from throtl_grp to throtl_data
` [PATCH 14/31] blk-throttle: pass around throtl_service_queue instead of throtl_data
` [PATCH 15/31] blk-throttle: reorganize throtl_service_queue passed around as argument
` [PATCH 16/31] blk-throttle: add throtl_grp->service_queue
` [PATCH 17/31] blk-throttle: move bio_lists[] and friends to throtl_service_queue
` [PATCH 18/31] blk-throttle: dispatch to throtl_data->service_queue.bio_lists[]
` [PATCH 19/31] blk-throttle: generalize update_disptime optimization in blk_throtl_bio()
` [PATCH 20/31] blk-throttle: add throtl_service_queue->parent_sq
` [PATCH 21/31] blk-throttle: implement sq_to_tg(), sq_to_td() and throtl_log()
` [PATCH 22/31] blk-throttle: set REQ_THROTTLED from throtl_charge_bio() and gate stats update with it
` [PATCH 23/31] blk-throttle: separate out throtl_service_queue->pending_timer from throtl_data->dispatch_work
` [PATCH 24/31] blk-throttle: implement dispatch looping
` [PATCH 25/31] blk-throttle: dispatch from throtl_pending_timer_fn()
` [PATCH 26/31] blk-throttle: make blk_throtl_drain() ready for hierarchy
` [PATCH 27/31] blk-throttle: make blk_throtl_bio() "
` [PATCH 28/31] blk-throttle: make tg_dispatch_one_bio() "
` [PATCH 29/31] blk-throttle: make throtl_pending_timer_fn() "
` [PATCH 30/31] blk-throttle: implement throtl_grp->has_rules[]
` [PATCH 31/31] blk-throttle: implement proper hierarchy support

[PATCH v4 0/6] sched: use runnable load based balance
 2013-05-02  0:38 UTC  (3+ messages)

[PATCH 3/8] rsxx: Fixes incorrect stats calculation
 2013-05-02  0:26 UTC 

[Bisected] 3.7-rc1 can't resume
 2013-05-02  0:45 UTC  (9+ messages)
        ` [Bisected] 3.7-rc1 can't resume (still present in 3.9)

A sto nis hin g phot os & videos are here
 2013-05-02  0:34 UTC 

[PATCH 1/8] rsxx: Adding in debugfs entries
 2013-05-02  0:23 UTC 

[PATCH 8/8] rsxx: Fixes CPU usage issues on RHEL 6 Kernels
 2013-05-02  0:32 UTC 

[PATCH 7/8] rsxx: Adding EEH check inside cregs timeout
 2013-05-02  0:31 UTC 

[PATCH 6/8] rsxx: Restructured DMA cancel scheme
 2013-05-02  0:29 UTC 

[PATCH 5/8] rsxx: Adding in sync_start module paramenter
 2013-05-02  0:29 UTC 

Subject : [ PATCH ] pci-reset-error_state-to-pci_channel_io_normal-at-report_slot_reset
 2013-05-02  0:30 UTC  (2+ messages)

[PATCH 4/8] rsxx: Corrected discard support version number
 2013-05-02  0:27 UTC 

[PULL] virtio & lguest
 2013-05-02  0:12 UTC 

[PATCH 2/8] rsxx: Individual workqueues for interruptible events
 2013-05-02  0:25 UTC 

[PATCH V2 7/7] watchdog: ts72xx_wdt: use devm_*() functions
 2013-05-02  0:20 UTC  (3+ messages)

[PATCH] x86: Add a Kconfig shortcut for a kvm-bootable kernel
 2013-05-02  0:07 UTC  (30+ messages)
            ` [PATCH -v2] x86: Add a Kconfig shortcut for kvm guest kernel
                ` [PATCH -v2.1] "
                  ` [tip:x86/urgent] x86/kconfig: Add a Kconfig shortcut for building working KVM guest kernels

[PATCH v3 00/11] mm: fixup changers of per cpu pageset's ->high and ->batch
 2013-05-01 23:53 UTC  (4+ messages)

netfilter: ipset: list:set type using the extension interface
 2013-05-01 23:53 UTC 

ath9k: merge ath_tx_start_dma into ath_tx_start
 2013-05-01 23:53 UTC 

NFC: llcp: Only keep raw sockets alive when the LLCP local leaves
 2013-05-01 23:36 UTC 

[ 3.5.y.z extended stable ] Patch "rtnetlink: Call nlmsg_parse() with correct header length" has been added to staging queue
 2013-05-01 23:34 UTC 

[PATCH v2 0/4] misc patches related to resizing nodes & zones
 2013-05-01 23:32 UTC  (5+ messages)
` [PATCH v2 1/4] mm: fix comment referring to non-existent size_seqlock, change to span_seqlock
` [PATCH v2 2/4] mmzone: note that node_size_lock should be manipulated via pgdat_resize_lock()
` [PATCH v2 3/4] memory_hotplug: use pgdat_resize_lock() in online_pages()
` [PATCH v2 4/4] memory_hotplug: use pgdat_resize_lock() in __offline_pages()

[PATCH 1/3] i2c: exynos5: add High Speed I2C controller driver
 2013-05-01 23:19 UTC  (4+ messages)
` [PATCH v7] "
      ` Fwd: "

[PATCH -v7 0/11] Shutdown from reboot_cpuid without stopping other cpus
 2013-05-01 23:13 UTC  (4+ messages)
` [PATCH -v7 08/11] arm, Remove unused restart_mode fields from some arm subarchs

linux-next: Tree for May 1
 2013-05-01 23:04 UTC  (16+ messages)
` linux-next: Tree for May 1 (media/usb/stk1160)
` [PATCH -next] hid: fix hid-steelseries kconfig/build
` [PATCH -next] power: fix lp8788-charger kconfig & build
` [PATCH -next] staging: sep: fix driver build and kconfig

[PATCH 00/21] more arm build fixes
 2013-05-01 22:57 UTC  (4+ messages)
` [PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

[PATCH 0/4] misc patches related to resizing nodes & zones
 2013-05-01 22:51 UTC  (18+ messages)
` [PATCH 1/4] mmzone: make holding lock_memory_hotplug() a requirement for updating pgdat size
` [PATCH 2/4] mm: fix comment referring to non-existent size_seqlock, change to span_seqlock
` [PATCH 3/4] mmzone: note that node_size_lock should be manipulated via pgdat_resize_lock()
` [PATCH 4/4] memory_hotplug: use pgdat_resize_lock() when updating node_present_pages

[PATCH] fs/binfmt_misc: avoid accidental exec disable via binfmt_misc loop
 2013-05-01 22:49 UTC 

Linux 3.8.9 Build Failure in user_namespace.c
 2013-04-29 20:56 UTC  (2+ messages)

[GIT PULL] x86/efi changes for v3.10
 2013-05-01 22:45 UTC 

Pinmuxing with devicetree (beaglebone)
 2013-05-01 22:24 UTC  (3+ messages)

deadlock on vmap_area_lock
 2013-05-01 22:03 UTC  (3+ messages)

[PATCH] ata: increase retry count but shorten duration for Calxeda controller
 2013-05-01 21:34 UTC 

[PULL] blockconsole and netconsole changes
 2013-05-01 19:58 UTC 

[GIT PULL] Bcache fixes for 3.10
 2013-05-01 21:19 UTC  (5+ messages)

3.9-linux-next-20130501: OOPS in intel_pstate_sample
 2013-05-01 21:03 UTC 

[PATCH] iio: adc: add driver for MCP3204/08 12-bit ADC
 2013-05-01 21:02 UTC  (3+ messages)

linux-3.9: OOPS in intel_timer_pstate_func
 2013-05-01 20:53 UTC 

[PATCH 00/28] Privatise procfs internals [RFC]
 2013-05-01 20:51 UTC  (2+ messages)

[PATCH 0/3] xen/arm: account for stolen ticks
 2013-05-01 20:36 UTC  (5+ messages)
` [PATCH 1/3] arm_arch_timer: introduce arch_timer_stolen_ticks
` [PATCH 2/3] xen: move do_stolen_accounting to drivers/xen/time.c
` [PATCH 3/3] xen/arm: account for stolen ticks

[git pull] Input updates for 3.9-rc0
 2013-05-01 20:06 UTC 

[PATCH 1/9] rsxx: Adding in sysfs entries
 2013-05-01 19:35 UTC  (4+ messages)

[PATCH 8/9] rsxx: Fixes CPU usage issues on RHEL 6 Kernels
 2013-05-01 19:35 UTC  (4+ messages)

[PATCH] perf, x86: Add workaround for MEM_*_RETIRED errata BV98
 2013-05-01 19:21 UTC  (7+ messages)

[BUG][s390x] mm: system crashed
 2013-05-01 19:10 UTC  (11+ messages)
      ` [v3.9-rc8]: kernel BUG at mm/memcontrol.c:3994! (was: Re: [BUG][s390x] mm: system crashed)

[PATCH]: x86_64, audio: Fix system panic when DMA > 40 bits
 2013-05-01 19:04 UTC 

[PATCHv4 0/3] Add support for velocity network driver on platform devices
 2013-05-01 19:04 UTC  (3+ messages)

[PATCH v2 0/2] sched: Add cond_resched_rcu_lock() helper
 2013-05-01 19:04 UTC  (10+ messages)
` [PATCH v2 1/2] "

[PATCH] x86: add phys addr validity check for /dev/mem mmap
 2013-05-01 19:04 UTC  (8+ messages)

init: Remove permanent string buffer from do_one_initcall()
 2013-05-01 19:00 UTC 

[PATCH v3 0/7] posix-cpu-timers fixlet
 2013-05-01 18:55 UTC  (8+ messages)
` [PATCH 09/10] sched: task_sched_runtime introduce micro optimization

[PATCH] mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areas
 2013-05-01 18:44 UTC  (4+ messages)

[RFC PATCH 0/8] pci: extended reset capabilities
 2013-05-01 18:43 UTC  (9+ messages)
` [RFC PATCH 1/8] pci: Create pci_reset_bridge_secondary_bus()
` [RFC PATCH 2/8] pci: Add hotplug_slot_ops.reset_slot()
` [RFC PATCH 3/8] pci: Add pci_hp_reset_slot
` [RFC PATCH 4/8] pci: Implement reset_slot for pciehp
` [RFC PATCH 5/8] pci: Add reset_slot option to pci_dev_reset
` [RFC PATCH 6/8] pci: Split out pci_dev lock/unlock and save/restore
` [RFC PATCH 7/8] pci: Add slot and bus reset interfaces
` [RFC PATCH 8/8] pci: Add reset probe functions

mei file2alias compile error
 2013-05-01 18:21 UTC  (2+ messages)


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).