public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-03-22 21:21:49 to 2011-03-23 08:33:17 UTC [more...]

[PATCH] ARM: Use asm-generic/sizes.h
 2011-03-23  8:30 UTC  (10+ messages)

Linux 2.6.38
 2011-03-23  8:24 UTC  (19+ messages)
` [patch 0/5] oom: a few anti fork bomb patches
  ` [PATCH 1/5] vmscan: remove all_unreclaimable check from direct reclaim path completely
  ` [PATCH 3/5] oom: create oom autogroup
  ` [PATCH 4/5] mm: introduce wait_on_page_locked_killable
  ` [PATCH 5/5] x86,mm: make pagefault killable

[git pull] drm fixes
 2011-03-23  8:22 UTC  (4+ messages)

[PATCH v2 2/3] usb: gadget: file_storage: Make CD-ROM emulation work with Mac OS-X
 2011-03-23  8:20 UTC  (2+ messages)

[PATCH] cleanup: Add 'struct dev' in the TTM layer to be passed in for DMA API calls
 2011-03-23  8:13 UTC  (4+ messages)

[PATCH] tty: fix tty->ldisc leak on ENODEV from driver install
 2011-03-23  8:12 UTC  (2+ messages)

[PATCH 5/5 v5] usb:gadget: Add SuperSpeed support to the Gadget Framework
 2011-03-23  8:04 UTC 

[PATCH 4/5 v6] usb: Modify existing gadget drivers to use config_ep_by_speed() instead of ep_choose
 2011-03-23  8:04 UTC 

[PATCH/RESEND 3/5 v4] usb: Configure endpoint according to gadget speed
 2011-03-23  8:04 UTC 

[PATCH 2/5 v6] usb: Add usb_endpoint_descriptor to be part of the struct usb_ep
 2011-03-23  8:03 UTC 

[PATCH 1/5 v8] usb: Adding SuperSpeed support to dummy_hcd
 2011-03-23  8:02 UTC 

[RFC PATCHSET] ptrace,signal: Fix notifications to the real parent while ptraced
 2011-03-23  8:00 UTC  (4+ messages)
` [PATCH 0.2/8] ptrace: Always put ptracee into appropriate execution state

[PATCH 0/7] char/mei: Intel MEI Driver
 2011-03-23  7:59 UTC  (9+ messages)
` [PATCH 1/7] char/mei: PCI device and char driver support

problem with nfs4: rpciod seems to loop in rpc_shutdown_client forever
 2011-03-23  7:54 UTC  (4+ messages)

vfs: inode lock breakup
 2011-03-23  7:53 UTC  (4+ messages)

[RFC][PATCH 0/2] Allow subsystems to avoid using sysdevs for defining "core" PM callbacks
 2011-03-23  7:48 UTC  (23+ messages)
` [PATCH 3/6] PCI / Intel IOMMU: Use syscore_ops instead of sysdev class and sysdev
` [PATCH 9/10] sh: Use struct "

[PATCH] sound/oss/midi_synth: prevent underflow, use of uninitialized value, and signedness issue
 2011-03-23  7:39 UTC  (2+ messages)

[PATCH]Cleanup some comments style for scripts/kconfig/gconf.c
 2011-03-23  7:33 UTC 

[PATCH]Clean up CodingStyle for scripts/kconfig/gconf.c
 2011-03-23  7:32 UTC  (5+ messages)

[ext4] Multiple page-io submission (Option "mblk_io_submit")
 2011-03-23  7:32 UTC  (3+ messages)

[PATCH v2] cfq-iosched: Don't clear queue stats when preempt
 2011-03-23  7:31 UTC  (2+ messages)

[PATCH -tip ] [BUGFIX] perf-top: Fix uninitialized variable
 2011-03-23  7:29 UTC 

minor doc correction: Documentation/iostats.txt: bit-size reference
 2011-03-23  7:29 UTC  (3+ messages)
` [PATCH] Documentation/iostats.txt: bit-size reference etc

[PATCH] percpu: cast away printk format warning
 2011-03-23  7:25 UTC  (5+ messages)

2.6.39-rc: panic at rcu_kthread()
 2011-03-23  7:18 UTC 

2.6.39-rc: WARNING: at __ip_select_ident+0xd3/0xf0()
 2011-03-23  7:14 UTC 

radio-maestro broken (conflicts with snd-es1968)
 2011-03-23  7:13 UTC  (6+ messages)
` [alsa-devel] "
    ` [RFC PATCH 4/3] remove radio-maestro

[PATCH] staging: ft1000-pcmcia: Fix ft1000_dnld() to work also on 64bit architectures
 2011-03-23  7:08 UTC 

[PATCH 01/36] net,rcu: convert call_rcu(free_dm_hw_stat) to kfree_rcu()
 2011-03-23  6:50 UTC  (4+ messages)
  ` [PATCH 02/36] scsi,rcu: convert call_rcu(fc_rport_free_rcu) "

[PATCH 8/9] jrcu: fix broken rcu_barrier
 2011-03-23  6:35 UTC  (4+ messages)

[bisect] kernel 2.6.38 regression with root nfs mounting
 2011-03-23  6:30 UTC  (4+ messages)

winner
 2011-03-24  1:32 UTC 

RFC: Platform data for onboard USB assets
 2011-03-23  5:44 UTC  (9+ messages)

Tests for cpusets and cgroup performance measurement
 2011-03-23  5:43 UTC  (4+ messages)

[patch 00/15] CFS Bandwidth Control V5
 2011-03-23  5:09 UTC  (17+ messages)
` [patch 01/15] sched: introduce primitives to account for CFS bandwidth tracking
` [patch 02/15] sched: validate CFS quota hierarchies
` [patch 03/15] sched: accumulate per-cfs_rq cpu usage
` [patch 04/15] sched: throttle cfs_rq entities which exceed their local quota
` [patch 05/15] sched: unthrottle cfs_rq(s) who ran out of quota at period refresh
` [patch 06/15] sched: allow for positional tg_tree walks
` [patch 07/15] sched: prevent interactions between throttled entities and load-balance
` [patch 08/15] sched: migrate throttled tasks on HOTPLUG
` [patch 09/15] sched: add exports tracking cfs bandwidth control statistics
` [patch 10/15] sched: (fixlet) dont update shares twice on on_rq parent
` [patch 11/15] sched: hierarchical task accounting for SCHED_OTHER
` [patch 12/15] sched: maintain throttled rqs as a list
` [patch 13/15] sched: expire slack quota using generation counters
` [patch 14/15] sched: return unused quota on voluntary sleep
` [patch 15/15] sched: add documentation for bandwidth control

[RFC] [PATCH v2 0/8] Provide cgroup isolation for buffered writes
 2011-03-23  4:52 UTC  (11+ messages)
` [PATCH v2 1/8] cfq-iosched: add symmetric reference wrappers
` [PATCH v2 2/8] block,fs,mm: IO cgroup tracking for buffered write
` [PATCH v2 3/8] cfq-iosched: Make async queues per cgroup
` [PATCH v2 4/8] block: Modify CFQ to use IO tracking information
` [PATCH v2 5/8] cfq: Fix up tracked async workload length
` [PATCH v2 6/8] cfq: add per cgroup writeout done by flusher stat
` [PATCH v2 7/8] block: Per cgroup request descriptor counts
` [PATCH v2 8/8] cfq: Don't allow preemption across cgroups

[PATCH 1/3] memcg: mark init_section_page_cgroup() properly
 2011-03-23  4:36 UTC  (7+ messages)
` [PATCH 3/3] memcg: move page-freeing code outside of lock

cgroup: real meaning of memory.usage_in_bytes
 2011-03-23  4:35 UTC  (8+ messages)
  ` [PATCH] memcg: consider per-cpu stock reserves when returning RES_USAGE for _MEM

[PATCH] mm: remove unused zone_idx variable from set_migratetype_isolate
 2011-03-23  4:33 UTC  (2+ messages)

[Patch] acpi: introduce "acpi_addr=" parameter for kdump
 2011-03-23  4:36 UTC  (5+ messages)

[RFC][PATCH 0/3] A forkbomb killer and mm tracking system
 2011-03-23  4:30 UTC  (4+ messages)
` [RFC][PATCH 1/3] forkbomb: introduce mm recorder
` [RFC][PATCH 2/3] forkbomb: forgetting useless information
` [RFC][PATCH 3/3] forkbomb: forkbomb killer

linux-next: Tree for March 23
 2011-03-23  4:21 UTC 

[PATCH 0/7] ACPI, APEI patches for 2.6.39
 2011-03-23  4:16 UTC  (5+ messages)

debugging a modern laptop 
 2011-03-23  4:12 UTC  (2+ messages)

[PATCH 1/4] X86: Revamp reboot behaviour to match Windows more closely
 2011-03-23  4:08 UTC  (12+ messages)
` [PATCH 2/4] ACPICA: Fix access width for reset vector
` [PATCH 3/4] ACPI: Bug compatibility for Windows on the ACPI reboot vector
` [PATCH 4/4] ACPI: Make sure the FADT is at least rev 2 before using the reset register

[PATCH][RFC] Null short-circuit for selinux_cred_free()
 2011-03-23  3:51 UTC  (2+ messages)

NEED YOUR SWIFT RESPONSE !!
 2011-03-22 18:16 UTC 

[PATH 0/4] Memstick patches for 2.6.39
 2011-03-23  3:42 UTC  (10+ messages)

[RFC] perf: EBNF for event syntax
 2011-03-23  3:36 UTC 

[RFC PATCH V4 0/5] cpuidle: Cleanup pm_idle and include driver/cpuidle.c in-kernel
 2011-03-23  3:13 UTC  (9+ messages)
` [RFC PATCH V4 1/5] cpuidle: Remove pm_idle pointer for x86
` [RFC PATCH V4 2/5] cpuidle: list based cpuidle driver registration and selection
` [RFC PATCH V4 3/5] cpuidle: default idle driver for x86
` [RFC PATCH V4 5/5] cpuidle: cpuidle driver for apm

new cpu schedule
 2011-03-23  2:57 UTC 

[PATCH] netfilter: h323: bug in parsing of ASN1 SEQOF field
 2011-03-23  2:33 UTC  (2+ messages)

[PATCH v2] net/unix: Add secdata to unix_stream msgs
 2011-03-23  2:32 UTC  (2+ messages)

[git pull] drm next tree
 2011-03-23  2:19 UTC  (2+ messages)

[PATCH 00/74] Union mounts version something or other
 2011-03-23  2:12 UTC 

[PATCH] sys_swapon: fix inode locking
 2011-03-23  2:03 UTC 

[PATCH 0/3] cfq-iosched: Fair cross-group preemption
 2011-03-23  1:43 UTC  (6+ messages)

[RFC] checkpatch: add option to change warning return value
 2011-03-23  1:41 UTC  (4+ messages)
  ` [RFC v2] Checkpatch: "

[PATCH][GIT PULL][v2.6.39] tracing: Fix set_ftrace_filter probe function display
 2011-03-23  1:32 UTC 

[PATCH 2.6.38-rc7]TAOS 258x: Device Driver
 2011-03-23  1:07 UTC  (3+ messages)

[PATCH 0/4] input: Sizing the evdev ring buffer for MT devices and reporting overruns
 2011-03-23  1:04 UTC  (5+ messages)
` [PATCH 1/4] input: Set default events per packet
` [PATCH 2/4] hid: hid-input: Remove obsolete default events per packet setting
` [PATCH 3/4] input: evdev: Indicate buffer overrun with SYN_DROPPED
` [PATCH 4/4] input: evdev: only wake poll on EV_SYN

Deadlock scenario in regulator core
 2011-03-23  0:38 UTC  (13+ messages)

[GIT] dmaengine update for 2.6.39
 2011-03-22 23:51 UTC  (2+ messages)

[PATCH] Add secdata to unix_streams
 2011-03-22 23:32 UTC  (2+ messages)

[PATCH] Squashfs: Use vmalloc rather than kmalloc for zlib workspace
 2011-03-22 23:20 UTC 

Standard handling of boolean attributes in sysfs
 2011-03-22 22:30 UTC  (4+ messages)

[PATCH 0/6 v7] overlay filesystem - request for inclusion
 2011-03-22 23:13 UTC  (4+ messages)

[PATCH] staging: keucr: smscsi: fixed coding style issues
 2011-03-22 22:59 UTC  (2+ messages)

Why Microsoft Wins
 2011-03-22 22:28 UTC 

[02/44] mtd: jedec_probe: Change variable name from cfi_p to cfi
 2011-03-22 22:25 UTC  (3+ messages)
` [Stable-review] "

[PATCH] cfq-iosched: Don't clear queue stats when preempt
 2011-03-22 22:19 UTC  (2+ messages)

[RFC] pstore: Don't use persistent store for normal shutdown
 2011-03-22 22:17 UTC  (3+ messages)

[PATCH 0/2] cfq: Fixes for unaccounted_time variable
 2011-03-22 22:06 UTC  (5+ messages)
` [PATCH 1/2] cfq-iosched: Don't set active queue in preempt

[PATCH] x86, UV: Fix NMI handler for UV platforms
 2011-03-22 22:05 UTC  (11+ messages)

Upgrade Your Mailbox
 2011-03-22 21:43 UTC 

[RFC] block integrity: Fix write after checksum calculation problem
 2011-03-22 21:54 UTC  (11+ messages)

[GIT] Networking
 2011-03-22 21:52 UTC  (11+ messages)
` [held lock freed] "
      ` [slab poison overwritten] "

[RFC-v4 00/12] iSCSI target v4.1.0-rc1 series for .39-rc1
 2011-03-22 21:35 UTC  (4+ messages)
` [RFC-v4 11/12] iscsi-target: Add misc utility and debug logic

pull request: wireless-2.6 2011-03-22
 2011-03-22 21:36 UTC  (2+ messages)

[PATCH v2 0/5] eCryptfs key locking patches
 2011-03-22 21:32 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