mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[patch 00/10] System z10 patches
 2008-03-28 14:33 UTC  (8+ messages)
` [patch 09/10] Hugetlb common code update for System z

[PATCH 00/45] Permit filesystem local caching [ver #35]
 2008-03-28 14:33 UTC  (11+ messages)
` [PATCH 01/45] KEYS: Increase the payload size when instantiating a key "
` [PATCH 03/45] KEYS: Allow the callout data to be passed as a blob rather than a string "
` [PATCH 04/45] KEYS: Allow clients to set key perms in key_create_or_update() "
` [PATCH 08/45] KEYS: Add keyctl function to get a security label "
` [PATCH 10/45] Security: Separate task security context from task_struct "
` [PATCH 12/45] Security: Add a kernel_service object class to SELinux "
` [PATCH 15/45] FS-Cache: Release page->private after failed readahead "
` [PATCH 17/45] FS-Cache: Provide an add_wait_queue_tail() function "
` [PATCH 21/45] CacheFiles: Be consistent about the use of mapping vs file->f_mapping in Ext3 "
` [PATCH 38/45] NFS: Add some new I/O counters for FS-Cache doing things for NFS "

agpgart: when telling user you'll corrupt his data, at least do it at KERN_CRIT
 2008-03-28 14:25 UTC  (8+ messages)

[patch for 2.6.26 0/7] Architecture Independent Markers
 2008-03-28 14:18 UTC  (15+ messages)
      ` [OT] "
  ` [PATCH] Markers - remove extra format argument

ACPI patches for 2.6.25-rc7
 2008-03-28 14:10 UTC  (3+ messages)
` [patch] revert: "ACPI: drivers/acpi: elide a non-zero test on a result that is never 0"

[-mm] Add an owner to the mm_struct (v2)
 2008-03-28 14:06 UTC  (17+ messages)

iommu breaks usb after resume
 2008-03-28 13:50 UTC  (5+ messages)

2.6.25-rc7: Ugh
 2008-03-28 13:49 UTC  (20+ messages)
                  ` Kconfig RTC selection (was: 2.6.25-rc7: Ugh.)
                    ` Kconfig RTC selection

[patch] x86, ptrace: support pebs in ds.c and disable ptrace and ds support
 2008-03-28 13:44 UTC  (6+ messages)
  ` [patch] x86, ptrace: support pebs in ds.c and disable ptraceand "
      ` [patch] x86, ptrace: support pebs in ds.c and disableptraceand "
        ` [question] utrace user api / branch trace support

[PATCH 0/4] x86_64 boot -v2: Add linked listof struct setup_data to boot protocol
 2008-03-28 13:44 UTC  (6+ messages)

[PATCH] x86: pat cpu feature bit setting for known cpus
 2008-03-28 13:41 UTC  (2+ messages)

Real time USB2Serial devices and behaivor
 2008-03-28 13:38 UTC  (5+ messages)

v4l & compat_ioctl
 2008-03-28 13:35 UTC  (6+ messages)

[PATCH 2/7] omfs: add inode routines
 2008-03-28 13:34 UTC  (3+ messages)

[PATCH 5/7] omfs: add bitmap routines
 2008-03-28 13:26 UTC  (3+ messages)

What if a TLB flush needed to sleep?
 2008-03-28 13:24 UTC  (18+ messages)
  ` down_spin() implementation

regression: am-utils stopped working in 2.6.25-rc*
 2008-03-28 13:20 UTC 

tg3 bad performance, lots of hardware interrupts
 2008-03-28 13:04 UTC  (4+ messages)

Please pull powerpc.git merge branch
 2008-03-28 12:35 UTC 

[PATCH 1/35] W1: fix deadlocks and remove w1_control_thread
 2008-03-28 12:28 UTC  (35+ messages)
` [PATCH 2/35] W1: abort search early on on exit
` [PATCH 3/35] W1: don't delay search start
` [PATCH 4/35] W1: w1_process, allow wakeup in sleep
` [PATCH 5/35] W1: w1_process, remove W1_MASTER_NEED_EXIT, it is redundant
` [PATCH 6/35] W1: w1_process, block when there's nothing to do
` [PATCH 7/35] W1: feature, enable hardware strong pullup
` [PATCH 8/35] W1: feature, w1_therm.c use "
` [PATCH 9/35] W1: create documentation for the w1_therm slave device
` [PATCH 10/35] W1: be able to manually add and remove slaves
` [PATCH 11/35] W1: recode w1_slave_found logic
` [PATCH 12/35] W1: new module parameter search_count
` [PATCH 13/35] W1: Document add, remove, and search_count
` [PATCH 14/35] W1: w1_slave_read_id multiple short read bug
` [PATCH 15/35] W1: w1_slave_read_id from bin_attribute to device_attribute
` [PATCH 16/35] W1: w1_therm fix user buffer overflow and cat
` [PATCH 17/35] W1: w1_family, remove unused variable need_exit
` [PATCH 18/35] W1: w1_therm consistent mutex access code cleanup
` [PATCH 19/35] W1: w1_int.c use first available master number
` [PATCH 20/35] W1: w1.c s/printk/dev_dbg/
` [PATCH 21/35] W1: w1_io.c reset comments and msleep
` [PATCH 22/35] W1: ds1wm.c msleep for reset
` [PATCH 23/35] W1: ds2490.c correct print message
` [PATCH 24/35] W1: ds2490.c add support for strong pullup
` [PATCH 25/35] W1: ds2490.c fix grouping error in ds_write_bit
` [PATCH 26/35] W1: ds2490.c ds_write_bit disable readback
` [PATCH 27/35] W1: ds2490.c disable bit read and write
` [PATCH 28/35] W1: ds2490.c simplify and fix ds_touch_bit
` [PATCH 29/35] W1: ds2490.c ds_dump_status rework
` [PATCH 30/35] W1: ds2490.c ds_reset remove ds_wait_status
` [PATCH 31/35] W1: ds2490.c reset ds2490 in init
` [PATCH 32/35] W1: ds2490.c magic number work
` [PATCH 33/35] W1: ds2490.c ds_write_block remove extra ds_wait_status
` [PATCH 34/35] W1: Documentation/w1/masters/ds2490 update
` [PATCH 35/35] W1: ds2490.c optimize ds_set_pullup

[PATCH 1/1] Fix typos in Documentation/unaligned-memory-access.txt
 2008-03-28 12:23 UTC  (2+ messages)

[PATCH 0/35] W1: w1 core deadlock and oops fixes, ds2490 updates
 2008-03-28 12:23 UTC 

ARM (sa1110) Bootloader woes (BLOB) - stops after extraction
 2008-03-28 12:16 UTC 

RAID-1 performance under 2.4 and 2.6
 2008-03-28 12:04 UTC  (6+ messages)

2.6.25-rc7-git2: Reported regressions from 2.6.24
 2008-03-28 11:44 UTC  (13+ messages)

[PATCH 00/12] Xen arch portability patches (take 4)
 2008-03-28 11:40 UTC  (13+ messages)
` [PATCH 01/12] xen: add missing __HYPERVISOR_arch_[0-7] definisions which ia64 needs
` [PATCH 02/12] xen: add missing VIRQ_ARCH_[0-7] definitions which ia64/xen needs
` [PATCH 03/12] xen: add missing definitions for xen grant table "
` [PATCH 04/12] xen: add missing definitions in include/xen/interface/vcpu.h "
` [PATCH 05/12] xen: move features.c from arch/x86/xen/features.c to drivers/xen
` [PATCH 06/12] xen: Move events.c to drivers/xen for IA64/Xen support
` [PATCH 07/12] Xen: Make events.c portable for ia64/xen support
` [PATCH 08/12] xen: add resend_irq_on_evtchn() definition into events.c
` [PATCH 09/12] xen: make include/xen/page.h portable moving those definitions under asm dir
` [PATCH 10/12] xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed one
` [PATCH 11/12] xen: make grant table arch portable
` [PATCH 12/12] xen: import arch generic part of xencomm

2.6.24-git15 Keyboard Issue?
 2008-03-28 11:34 UTC  (21+ messages)

Linux 2.6.25-rc7
 2008-03-28 11:33 UTC  (4+ messages)
` Linux 2.6.25-rc7 sparc64 loops forever on cat /proc/<pid>/pagemap

[RFC PATCH] UBIFS - new flash file system
 2008-03-28 11:04 UTC  (7+ messages)
` [RFC PATCH 05/26] UBIFS: add file-system build

[PATCH] Input: adbhid - fix capslock key state after suspend
 2008-03-28 10:58 UTC  (2+ messages)

[PATCH 0/4, v11] PCI, ACPI: Physical PCI slot objects
 2008-03-28 10:39 UTC  (3+ messages)
` [PATCH 3/4] Introduce pci_slot

Performance changes between 2.6.13 and 2.6.23
 2008-03-28 10:32 UTC  (5+ messages)

[Bugme-new] [Bug 9906] New: Weird hang with NPTL and SIGPROF
 2008-03-28 10:28 UTC  (11+ messages)
  ` posix-cpu-timers revamp
                ` [PATCH 2.6.25-rc6] Fix itimer/many thread hang

2.6.25-rc6: BUG: unable to handle kernel NULL pointer dereference
 2008-03-28 10:25 UTC  (7+ messages)

[PATCH] [net-2.6.26] [IPV6] [CLEANUP] Remove unused method declaration in include/net/addrconf.h
 2008-03-28 10:23 UTC 

LinuxPPS (RESUBMIT 2): the PPS Linux implementation
 2008-03-28 10:21 UTC  (3+ messages)
` [PATCH 1/7] LinuxPPS core support

2.6.25-rc1 on Sun Ultra 40
 2008-03-28 10:17 UTC  (4+ messages)

[RFC][-mm] [1/2] Simple stats for cpu resource controller
 2008-03-28 10:17 UTC  (4+ messages)

[Bugme-new] [Bug 10326] New: inconsistent lock state in net_rx_action
 2008-03-28 10:12 UTC  (5+ messages)

Scalability requirements for sysv ipc (was: ipc: store ipcs into IDRs)
 2008-03-28  9:49 UTC  (8+ messages)
  ` Scalability requirements for sysv ipc

[PATCH] x86_64: resize NR_IRQS for large machines (re-submit)
 2008-03-28  9:32 UTC  (3+ messages)

2.6.25-rc7: Ugh
 2008-03-28  9:24 UTC  (5+ messages)

[PATCH 0 of 4] [RFC] hotplug memory: minor updates
 2008-03-28  9:12 UTC  (2+ messages)

[PATCH 0/9] integrate smp.h
 2008-03-28  9:07 UTC  (2+ messages)

[RFC PATCH 2/2] Add timeout feature
 2008-03-28  9:07 UTC 

[RFC PATCH 1/2] Implement generic freeze feature
 2008-03-28  9:05 UTC 

[RFC PATCH 0/2] freeze feature ver 1.0
 2008-03-28  9:02 UTC 

[PATCH 0/2] x86: add functions in preparation of cpumask changes
 2008-03-28  9:01 UTC  (3+ messages)
` [PATCH 2/2] x86: modify show_shared_cpu_map in intel_cacheinfo

[RFC PATCH] freeze feature ver 1.0
 2008-03-28  9:01 UTC 

[TRIVIAL PATCH] Microcode: show results on success too
 2008-03-28  8:59 UTC  (2+ messages)

[patch 0/7] vfs: mountinfo (v4)
 2008-03-28  8:59 UTC  (10+ messages)
` [patch 5/7] vfs: mountinfo: allow using process root
` [patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo
` [patch 7/7] vfs: mountinfo: show dominating group id

[PATCH] test for NULL return from platform_get_resource() in ohci_hcd_sm501_drv_remove()
 2008-03-28  8:48 UTC  (3+ messages)

2.6.25: something wrong with ^C
 2008-03-28  8:13 UTC  (2+ messages)

[ANNOUNCE] GIT 1.5.4.5
 2008-03-28  6:26 UTC 

[PATCH] md: Subject: introduce get_priority_stripe() to improve raid456 write performance
 2008-03-28  6:22 UTC  (2+ messages)

[PATCH 3 of 4] sparsemem: reduce i386 PAE section size
 2008-03-28  6:18 UTC  (5+ messages)

linux-next: Tree for March 28
 2008-03-28  5:17 UTC 

[PATCH v2] likeliness accounting cleanup
 2008-03-28  5:09 UTC  (4+ messages)
  ` [PATCH v2 -mm] likeliness accounting change and cleanup

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®