LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
[PATCH 0/4] coredump: core dump masking support v4
 2007-03-02  4:50 UTC  (4+ messages)
` [PATCH 1/4] coredump: add an interface to control the core dump routine
` [PATCH 2/4] coredump: ELF: enable to omit anonymous shared memory
` [PATCH 3/4] coredump: ELF-FDPIC: "

PATCH 2.6.21-rc1 aoe: handle zero _count pages in bios
 2007-03-02  4:49 UTC  (7+ messages)

Bug in on_each_cpu?
 2007-03-02  4:46 UTC  (8+ messages)

The performance and behaviour of the anti-fragmentation related patches
 2007-03-02  4:33 UTC  (16+ messages)

[PATCH 000 of 3] knfsd: Resolve IPv6 related link error
 2007-03-02  4:28 UTC  (4+ messages)
` [PATCH 001 of 3] knfsd: Use recv_msg to get peer address for NFSD instead of code-copying
` [PATCH 002 of 3] knfsd: Avoid checksum checks when collecting metadata for a UDP packet
` [PATCH 003 of 3] knfsd: Remove CONFIG_IPV6 ifdefs from sunrpc server code

2.6.21-rc1 and 2.6.21-rc2 kwin dies silently
 2007-03-02  4:22 UTC  (3+ messages)

[PATCH RFC 0/5] hard_smp_processor_id overhaul
 2007-03-02  4:14 UTC  (4+ messages)
  ` [Fastboot] "

+ fully-honor-vdso_enabled.patch added to -mm tree
 2007-03-02  3:48 UTC  (2+ messages)

[PATCH 4/9] Vmi fix highpte
 2007-03-02  3:39 UTC  (3+ messages)

[PATCH] rcutorture: Mark rcu_torture_init as __init
 2007-03-02  3:21 UTC  (2+ messages)

2.6.20-rc1: CIFS cheers, NFS4 jeers
 2007-03-02  3:02 UTC  (3+ messages)

[PATCH 9/9] Vmi smp fixes.patch
 2007-03-02  2:55 UTC 

[PATCH 8/9] Vmi apic ops.diff
 2007-03-02  2:55 UTC 

[PATCH 7/9] Fix nohz compile.patch
 2007-03-02  2:55 UTC 

[PATCH 6/9] Pit override.patch
 2007-03-02  2:55 UTC 

[PATCH 5/9] Paravirt drop udelay op
 2007-03-02  2:54 UTC 

[PATCH 3/9] Vmi cpu cycles.patch
 2007-03-02  2:54 UTC 

[PATCH 2/9] Sched clock paravirt op fix.patch
 2007-03-02  2:54 UTC 

[PATCH 1/9] Vmi timer fixes round two.patch
 2007-03-02  2:54 UTC 

[PATCH 0/9] Bugfix patches for i386/vmi/paravirt-ops
 2007-03-02  2:53 UTC 

+ extend-print_symbol-capability.patch added to -mm tree
 2007-03-02  2:52 UTC 

2.6.21-rc2 radeon backlight
 2007-03-02  2:45 UTC  (2+ messages)

CK804 SATA Errors (still got them)
 2007-03-02  2:40 UTC  (5+ messages)

Is the clockevent resolution fine-grained enough?
 2007-03-02  2:34 UTC 

-mm release schedule?
 2007-03-02  2:31 UTC  (2+ messages)

[PATCH 0/3] Basic msi bug fixes
 2007-03-02  2:26 UTC  (4+ messages)
` [PATCH 1/3] msi: Sanely support hardware level msi disabling
  ` [PATCH 2/3] msi: Fixup the msi enable/disable logic

[patch 2.6.20-rc2] gpio_direction_output() needs an initial value
 2007-03-02  2:25 UTC 

[patch 2.6.21-rc2] gpio_keys driver shouldn't be ARM-specific
 2007-03-02  2:21 UTC  (4+ messages)

linux-2.6.today: rtc_cmos init oops/panic in rtc_sysfs_remove_device()
 2007-03-02  2:09 UTC  (5+ messages)
` [patch] "
    ` [patch take 2] "

[git patches] libata fixes
 2007-03-02  2:08 UTC 

[PATCH/RFC 2.6.20 1/2] fbdev, mm: Deferred IO support
 2007-03-02  2:00 UTC  (5+ messages)
  ` [Linux-fbdev-devel] "

Use resource_size_t for serial MMIO addresses
 2007-03-02  1:57 UTC  (6+ messages)
` [PATCH 1/2] Define FIXED_PORT flag for serial_core

Kernel Null pointer dereference in sysfs_readdir()
 2007-03-02  1:54 UTC 

Correct way for an application to sleep?
 2007-03-02  1:43 UTC  (2+ messages)

[PATCH] libata: Cable detection fixes
 2007-03-02  1:33 UTC  (4+ messages)

[patch 00/26] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
 2007-03-02  1:30 UTC  (35+ messages)
` [patch 01/26] Xen-paravirt_ops: Fix typo in sync_constant_test_bit()s name
` [patch 02/26] Xen-paravirt_ops: ignore vgacon if hardware not present
` [patch 03/26] Xen-paravirt_ops: use paravirt_nop to consistently mark no-op operations
` [patch 04/26] Xen-paravirt_ops: Add pagetable accessors to pack and unpack pagetable entries
` [patch 05/26] Xen-paravirt_ops: paravirt_ops: hooks to set up initial pagetable
` [patch 06/26] Xen-paravirt_ops: paravirt_ops: allocate a fixmap slot
` [patch 07/26] Xen-paravirt_ops: Allow paravirt backend to choose kernel PMD sharing
` [patch 08/26] Xen-paravirt_ops: add hooks to intercept mm creation and destruction
` [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations
` [patch 10/26] Xen-paravirt_ops: rename struct paravirt_patch to paravirt_patch_site for clarity
` [patch 11/26] Xen-paravirt_ops: Use patch site IDs computed from offset in paravirt_ops structure
` [patch 12/26] Xen-paravirt_ops: Fix patch site clobbers to include return register
` [patch 13/26] Xen-paravirt_ops: Consistently wrap paravirt ops callsites to make them patchable
` [patch 14/26] Xen-paravirt_ops: add common patching machinery
` [patch 15/26] Xen-paravirt_ops: Add apply_to_page_range() which applies a function to a pte range
` [patch 16/26] Xen-paravirt_ops: Allocate and free vmalloc areas
` [patch 17/26] Xen-paravirt_ops: Add nosegneg capability to the vsyscall page notes
` [patch 18/26] Xen-paravirt_ops: Add XEN config options
` [patch 20/26] Xen-paravirt_ops: Core Xen implementation
` [patch 21/26] Xen-paravirt_ops: Use the hvc console infrastructure for Xen console
` [patch 22/26] Xen-paravirt_ops: Add early printk support via hvc console
` [patch 23/26] Xen-paravirt_ops: Add Xen grant table support
` [patch 24/26] Xen-paravirt_ops: Add the Xenbus sysfs and virtual device hotplug driver
` [patch 25/26] Xen-paravirt_ops: Add Xen virtual block device driver
` [patch 26/26] Xen-paravirt_ops: Add the Xen virtual network "
      ` [RFC] Arp announce (for Xen)

License violation?
 2007-03-02  1:27 UTC  (6+ messages)

[RFC][PATCH 0/3] VM throttling: avoid blocking occasional writers
 2007-03-02  1:26 UTC  (5+ messages)

Linux 2.6.21-rc1
 2007-03-02  1:25 UTC  (19+ messages)
` 2.6.21-rc1: known regressions (part 2)
` 2.6.21-rc1: known regressions (v2) "
      ` [PATCH] sched: remove SMT nice

[PATCH] libata: clear drvdata in ata_host_release()
 2007-03-02  1:16 UTC  (3+ messages)
  ` [PATCH] libata: clear drvdata in ata_host_release(), take#2

[PATCH, RFT, v2] sata_mv: convert to new EH
 2007-03-02  1:11 UTC  (3+ messages)

[PATCH] libata: dev_config does not need ap and adev passing
 2007-03-02  0:56 UTC 

patch 3 / 3: fix floppy mount bug in kernel 2.6.21-rc1
 2007-03-02  0:47 UTC  (2+ messages)

[PATCH] Fix get_unmapped_area and fsync for hugetlb shm segments
 2007-03-02  0:28 UTC  (2+ messages)

[PATCH] Fix posix-cpu-timer breakage caused by stale p->last_ran value
 2007-03-02  0:27 UTC  (3+ messages)

[PATCH] scatterlist.h needs types.h
 2007-03-02  0:11 UTC  (2+ messages)

Kernel Oops with shm namespace cleanups
 2007-03-02  0:08 UTC  (2+ messages)

should RTS init in serial core be tied to CRTSCTS
 2007-03-02  0:03 UTC 

[RFC] Heads up on sys_fallocate()
 2007-03-01 23:51 UTC  (20+ messages)

[PATCH 1/2] mv643xx_eth: move mac_addr inside mv643xx_eth_platform_data
 2007-03-01 23:33 UTC  (2+ messages)
` [PATCH 2/2] mv643xx_eth: Place explicit port number in mv643xx_eth_platform_data

[PATCH] Fix ACPI documentation in kernel-parameters.txt
 2007-03-01 23:23 UTC  (2+ messages)

[BUG 2.6.21-rc2] divide error: 0000
 2007-03-01 23:12 UTC 

round_jiffies and load average
 2007-03-01 23:10 UTC  (5+ messages)
  ` [PATCH] timer: Add an initial 0.5s delay to calc_load
    ` [PATCH (updated)] timer: Run calc_load halfway through each round_jiffies second

Someone please turn on the http protocol on git.kernel.org!
 2007-03-01 23:01 UTC  (4+ messages)

[PATCH 2.6.21 0/6] iw_cxgb3: Bug Fixes
 2007-03-01 22:50 UTC  (7+ messages)
` [PATCH 2.6.21 1/6] iw_cxgb3: Fixes for "normal close" failures
` [PATCH 2.6.21 2/6] iw_cxgb3: Move QP to error on destroy if the state is IDLE
` [PATCH 2.6.21 3/6] iw_cxgb3: Stop the endpoint timer when the MPA exchange is aborted by the peer
` [PATCH 2.6.21 4/6] iw_cxgb3: Squelch logging AE errors
` [PATCH 2.6.21 5/6] iw_cxgb3: Don't reuse skbuffs that are non-linear or cloned
` [PATCH 2.6.21 6/6] iw_cxgb3: Fix MR permission problems

Thread flags modified without set_thread_flag() (non atomically)
 2007-03-01 22:41 UTC  (6+ messages)

[RFC][KVM] Adding a signal mask to KVM_RUN
 2007-03-01 22:23 UTC  (2+ messages)
` [kvm-devel] "

3c905B - Transmit error, Tx status register 82
 2007-03-01 22:15 UTC  (3+ messages)

[PATCH] pata_sil680 suspend/resume
 2007-03-01 22:11 UTC  (4+ messages)

[PATCH] Loop device - Tracking page writes made to a loop device through mmap
 2007-03-01 21:58 UTC  (2+ messages)

+ blackfin-on-chip-rtc-controller-driver.patch added to -mm tree
 2007-03-01 21:56 UTC  (4+ messages)

[PATCH] fix warnings that occur on make *docs
 2007-03-01 21:44 UTC  (4+ messages)

[PATCH] shmem and simple const super_operations
 2007-03-01 21:30 UTC  (2+ messages)

[patch - v3] epoll ready set loops diet 
 2007-03-01 21:30 UTC  (4+ messages)

[PATCH] scsi: megaraid_sas - throttle io if cmds are in risk of being timed-out
 2007-03-01 21:29 UTC 

[patch 00/13] Syslets, "Threadlets", generic AIO support, v3
 2007-03-01 21:27 UTC  (18+ messages)

[PATCH 2.6.21-rc1] Extend print_symbol capability
 2007-03-01 21:25 UTC 

[Linux-fbdev-devel] no backlight on radeon after recent kernel "upgrade"s
 2007-03-01 21:08 UTC  (7+ messages)

[PATCH 2.6.21-rc2] ehca: fix mismatched sync between completion handler and destroy cq
 2007-03-01 21:04 UTC  (2+ messages)

MOST(Media Oriented Systems Transport) Interface?
 2007-03-01 21:00 UTC  (5+ messages)

[PATCH] sysfs improvements for fbdev
 2007-03-01 20:55 UTC 

PROBLEM: "BUG:" when resuming from suspend-to-ram
 2007-03-01 20:34 UTC  (7+ messages)

[PATCH 2.6.21-rc2] AT91SAM9261: Enable second and third UART
 2007-03-01 20:03 UTC  (3+ messages)

[PATCH -mm 0/6] Freezer changes
 2007-03-01 19:54 UTC  (4+ messages)
` [PATCH -mm 3/7] Freezer: Remove PF_NOFREEZE from rcutorture thread

[PATCH] Loop device - Tracking page writes made to a loop device through mmap
 2007-03-01 19:52 UTC  (2+ messages)

[PATCH 00/22] Cell patches for 2.6.20
 2007-03-01 13:50 UTC  (4+ messages)
` [PATCH 14/22] spufs: use SPU master control to prevent wild SPU execution
    ` [Cbe-oss-dev] "

page:  |  | latest

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