linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-09-20 10:34:29 to 2010-09-30 23:16:44 UTC [more...]

[patch 00/47] Sparse irq rework
 2010-09-30 23:16 UTC  (36+ messages)
` [patch 02/47] x86: Hpet: Fix bogus error check in hpet_assign_irq()
` [patch 03/47] genirq: Provide status modifier
` [patch 04/47] arm: Use irq "
` [patch 05/47] genirq-sanitize-irq-data-accessors.patch
` [patch 06/47] genirq: Distangle kernel/irq/handle.c
` [patch 07/47] genirq: Remove early_init_irq_lock_class()
` [patch 08/47] genirq: Move core only inlines to kernel/irq
` [patch 09/47] isdn: hisax: Replace the bogus access to irq stats
` [patch 10/47] genirq: Remove export of kstat_irqs_cpu
` [patch 11/47] genirq: Provide default irq init flags
` [patch 12/47] arm: Use ARCH_IRQ_INIT_FLAGS
` [patch 13/47] powerpc: "
` [patch 14/47] genirq: Implement a sane sparse_irq allocator
` [patch 15/47] genirq: Prepare proc for real sparse irq support
` [patch 16/47] genirq: Implement sane enumeration
` [patch 17/47] genirq-update-kerneldoc.patch
` [patch 18/47] genirq: Use sane sparse allocator
` [patch 19/47] genirq: Query arch for number of early descriptors
` [patch 20/47] x86: Remove useless reinitialization of irq descriptors
` [patch 21/47] x86: Sanitize apb timer interrupt handling
` [patch 22/47] x86: lguest: Convert to new irq chip functions
` [patch 23/47] x86: Cleanup visws interrupt handling
` [patch 24/47] x86: i8259: Convert to new irq_chip functions
` [patch 26/47] x86: io_apic: Convert startup to new irq_chip function

[PATCH RESEND v3 03/24] ptrace: change signature of arch_ptrace()
 2010-09-30 18:58 UTC  (3+ messages)

dma-mapping commit breaks UML
 2010-09-30  8:34 UTC  (6+ messages)

[PATCH V3 0/6] Generalise ARM perf-events backend for oprofile
 2010-09-30  8:14 UTC  (17+ messages)
` [PATCH 6/6] sh: oprofile: Use perf-events oprofile backend

[RFC trollpatch 1/1] genirq: Remove the fits all and nothing __do_IRQ() code
 2010-09-30  2:41 UTC  (22+ messages)

[PATCH 3/5] mips: sanitize restart logics
 2010-09-30  1:50 UTC  (3+ messages)

World Bank has Approved The Sum Of One Million Dollars to you contact Dr Mr. Water Freek Email:world_bnk_transferunit1@w.cn by Sending the below information NAME:...Country:...Age:
 2010-09-29 15:57 UTC 

[PATCH -tip -v6] irq_work: generic hard-irq context callbacks
 2010-09-29 13:11 UTC  (5+ messages)

[patch] arch: remove __GFP_REPEAT for order-0 allocations
 2010-09-29  1:10 UTC  (20+ messages)

[PATCH 5/5] mips: do_sigaltstack() expects userland pointers
 2010-09-28 17:50 UTC  (2+ messages)

[PATCH 4/5] mips: fix error values in case of bad_stack
 2010-09-28 17:50 UTC  (2+ messages)

[PATCH 3/5] mips: sanitize restart logics
 2010-09-28 17:50 UTC 

[PATCH 2/5] mips: syscall number in in R2, not R0
 2010-09-28 17:50 UTC 

[PATCH 2/5] mips: syscall number in in R2, not R0
 2010-09-28 17:50 UTC 

[PATCH 1/5] mips: don't block signals if we'd failed setting sigframe up
 2010-09-28 17:50 UTC 

[PATCH 1/5] mips: don't block signals if we'd failed setting sigframe up
 2010-09-28 17:50 UTC 

[PATCH] mfd: speedup twl4030 irq response time and decrease irq disable time
 2010-09-28  5:12 UTC  (2+ messages)

[PATCH 6/6] avr32: deal with syscall restarts
 2010-09-28  2:58 UTC 

[PATCH 5/6] avr32: need to reset ->restart_block.fn on sigreturn
 2010-09-28  2:58 UTC 

[PATCH 4/6] avr32: clear TIF_RESTORE_SIGMASK when signal is delivered
 2010-09-28  2:57 UTC  (2+ messages)

[PATCH 3/6] avr32: fix handling of blocked signals
 2010-09-28  2:57 UTC  (2+ messages)

[PATCH 2/6] avr32: get rid of useless args in signal.c before other work there
 2010-09-28  2:57 UTC 

[PATCH 1/6] avr32: missed _TIF_NOTIFY_RESUME on one of do_notify_resume callers
 2010-09-28  2:57 UTC 

[patches] avr32 signal fixes
 2010-09-28  2:57 UTC  (2+ messages)

[patch 00/19] genirq: Cleanup and irq_chip functions overhaul
 2010-09-27 16:43 UTC  (34+ messages)
` [patch 01/19] genirq: Cleanup access to irq_data
` [patch 02/19] genirq: Create irq_data
` [patch 03/19] genirq: Provide advanced irq chip functions
` [patch 04/19] genirq; Provide compat handling for bus_lock/bus_sync_unlock
` [patch 05/19] genirq; Provide compat handling for chip->mask()
` [patch 06/19] genirq; Provide compat handling for chip->unmask()
` [patch 07/19] genirq; Provide compat handling for chip->ack()
` [patch 08/19] genirq; Provide compat handling for chip->mask_ack()
` [patch 09/19] genirq; Provide compat handling for chip->eoi()
` [patch 10/19] genirq; Provide compat handling for chip->enable()
` [patch 11/19] genirq; Provide compat handling for chip->disable()/shutdown()
` [patch 12/19] genirq; Provide compat handling for chip->startup()
` [patch 13/19] genirq; Provide compat handling for chip->set_affinity()
` [patch 14/19] genirq; Provide compat handling for chip->set_type()
` [patch 15/19] genirq; Provide compat handling for chip->set_wake()
` [patch 16/19] genirq; Provide compat handling for chip->retrigger()
` [patch 17/19] genirq: Switch dummy_chip and no_irq_chip to new functions
` [patch 18/19] genirq: Provide Kconfig
` [patch 19/19] x86: Use genirq Kconfig

[PATCH -tip -v4] irq_work: generic hard-irq context callbacks
 2010-09-26  7:32 UTC  (9+ messages)

REMINDER YOUR SELECTED FOR PAYMENT OF 250,000,00GBP CALL ON +44-871-996-0855
 2010-09-26  2:15 UTC 

PCI: allocate space top-down, not bottom-up
 2010-09-24 21:12 UTC 

situation with signals
 2010-09-24 13:33 UTC  (2+ messages)

good day
 2010-09-24  8:59 UTC 

[PATCH 1/5] m32r: fix rt_sigsuspend()
 2010-09-24  5:25 UTC  (5+ messages)
` [PATCH 2/5] make m32r handle multiple pending signals
` [PATCH 3/5] m32r: don't block signals if sigframe setup has failed
` [PATCH 4/5] m32r: hole in shifting pc back
` [PATCH 5/5] m32r: fix breakage from "m32r: use generic ptrace_resume code"

+ x86-avoid-constant_test_bit-misoptimization-due-to-cast-to-non-volatile.patch added to -mm tree
 2010-09-24  0:23 UTC 

[PATCH] trivial: disable sparse' warning for "potentially expensive pointer subtraction"
 2010-09-23 12:41 UTC  (4+ messages)

memory barrier question
 2010-09-22 18:41 UTC  (18+ messages)

[PATCH -mm 0/8] unify dma_addr_t typedef (CONFIG_ARCH_DMA_ADDR_T_64BIT)
 2010-09-22  9:18 UTC  (4+ messages)
` [PATCH -mm 4/8] mips: enable ARCH_DMA_ADDR_T_64BIT with (HIGHMEM && 64BIT_PHYS_ADDR) || 64BIT

powerpc: fix double syscall restarts
 2010-09-22  5:44 UTC 

[PATCH 2/3] Add inotify_add_watch_at to asm-generic/unistd.h
 2010-09-22  5:16 UTC 

[PATCH -tip -v5] irq_work: generic hard-irq context callbacks
 2010-09-21 18:20 UTC  (6+ messages)

Proposal: (u)intptr_t replaces (unsigned) long as opaque type
 2010-09-21  6:32 UTC  (6+ messages)

powerpc: fix double syscall restarts
 2010-09-20 20:51 UTC 

memory barrier question
 2010-09-20 10:34 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).