LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
[patch 00/75] genirq: Overhaul for 2.6.39
2011-02-11 0:07 UTC (80+ messages)
` [patch 01/75] genirq: Namespace cleanup
` [patch 02/75] genirq: Simplify affinity related code
` [patch 03/75] genirq: Rremove redundant check
` [patch 04/75] genirq: Always apply cpu online mask
` [patch 05/75] genirq: Do not copy affinity before set
` [patch 06/75] genirq: Plug race in report_bad_irq()
` [patch 07/75] genirq: Warn when handler enables interrupts
` [patch 08/75] genirq: Fixup poll handling
` [patch 09/75] genirq: Do not poll disabled, percpu and timer interrupts
` [patch 10/75] genirq: spurious: Run only one poller at a time
` [patch 11/75] genirq: Mark polled irqs and defer the real handler
` [patch 12/75] genirq: Move irq thread flags to core
` [patch 13/75] genirq: Remove bogus conditional
` [patch 14/75] genirq: Consolidate startup/shutdown of interrupts
` [patch 15/75] genirq: Consolidate disable/enable
` [patch 16/75] genirq: Remove default magic
` [patch 17/75] genirq: Consolidate IRQ_DISABLED
` [patch 18/75] genirq: Do not fiddle with IRQ_MASKED in handle_edge_irq()
` [patch 19/75] m68knommu: 5772: Replace private irq flow handler
` [patch 20/75] arm: Ns9xxx: Remove "
` [patch 21/75] genirq: Mark handle_IRQ_event deprecated
` [patch 22/75] genirq: Implement handle_irq_event()
` [patch 23/75] genirq: Use handle_irq_event() in handle_simple_irq()
` [patch 24/75] genirq: Use handle_irq_event() in handle_level_irq()
` [patch 25/75] genirq: Use handle_irq_event() in handle_fasteoi_irq()
` [patch 26/75] genirq: Use handle_irq_event() in handle_edge_irq()
` [patch 27/75] genirq: Use handle_perpcu_event() in handle_percpu_irq()
` [patch 28/75] genirq: Use handle_irq_event() in the spurious poll code
` [patch 29/75] genirq: Simplify handle_irq_event()
` [patch 30/75] genirq: Implement generic irq_show_interrupts()
` [patch 31/75] genirq: Fixup core code namespace fallout
` [patch 32/75] genirq: Add internal state field to irq_desc
` [patch 33/75] gpio: Remove broken irq_desc hackery
` [patch 34/75] arm: ep93xx: Kill another instance of broken irq_desc fiddling
` [patch 35/75] genirq: Protect tglx from tripping over his own feet
` [patch 36/75] genirq: Move IRQ_AUTODETECT to internal state
` [patch 37/75] genirq: Move IRQ_SPURIOUS_DISABLED to core state
` [patch 38/75] genirq: Move IRQ_NESTED_THREAD "
` [patch 39/75] genirq: Move IRQ_POLL_INPROGRESS to core
` [patch 40/75] genirq: Add IRQ_INPROGRESS "
` [patch 41/75] genirq: Move IRQ_ONESHOT "
` [patch 42/75] genirq: Move IRQ_REPLAY and IRQ_WAITING "
` [patch 43/75] genirq: Move IRQ_DISABLED "
` [patch 44/75] genirq: Move IRQ_PENDING flag "
` [patch 45/75] genirq: Move IRQ_MASKED "
` [patch 46/75] genirq: Move IRQ_SUSPENDED "
` [patch 47/75] arm: tegra: Remove unused function which fiddles with irq_desc
` [patch 48/75] genirq: Move IRQ_WAKEUP to core
` [patch 49/75] genirq: Add state field to irq_data
` [patch 50/75] genirq: Add IRQ_MOVE_PENDING to irq_data.state
` [patch 51/75] genirq: Remove CONFIG_IRQ_PER_CPU
` [patch 52/75] genirq: Make CHECK_IRQ_PER_CPU an inline and deprecate it
` [patch 53/75] genirq: Remove CHECK_IRQ_PER_CPU from core code
` [patch 54/75] genirq: Move debug code to separate header
` [patch 55/75] genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state
` [patch 56/75] genirq: Reuse existing can set affinty check
` [patch 57/75] genirq: Move IRQ_AFFINITY_SET to core
` [patch 58/75] genirq: Mirror irq trigger type bits in irq_data.state
` [patch 59/75] genirq: Wrap the remaning IRQ_* flags
` [patch 60/75] genirq: Force wrapped access to desc->status in core code
` [patch 61/75] genirq: Cleanup irq.h
` [patch 62/75] genirq: Add flags to irq_chip
` [patch 63/75] genirq: Add IRQCHIP_SET_TYPE_MASKED flag and IRQD_WAKE_SET
` [patch 64/75] genirq: Move wakeup state to irq_data
` [patch 65/75] genirq: Reflect IRQ_INPROGRESS/DISABLED in irq_data.state
` [patch 66/75] genirq: Reflect IRQ_MOVE_PCNTXT in irq_data state
` [patch 67/75] genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=y
` [patch 68/75] genirq: Add preflow handler support
` [patch 69/75] genirq: Implement irq_data based move_*_irq() versions
` [patch 70/75] x86: Fixup deprecation warnings
` [patch 71/75] x86: ioapic: Use irq_data->state
` [patch 72/75] x86: Use the proper accessors in fixup_irqs()
` [patch 73/75] x86: ioapic: Use new move_irq functions
` [patch 74/75] x86: Use generic show_interrupts
` [patch 75/75] x86: Disable deprecated GENIRQ features
[GIT PULL] ext4 regression and bug fixes for 2.6.38
2011-02-11 0:02 UTC (2+ messages)
[PATCH] Staging: tidspbridge: fixed several coding style issues
2011-02-11 0:02 UTC
[PULL] cpumask offstack finalization
2011-02-10 23:59 UTC (8+ messages)
[PATCH 0/2] pci: refer to LSM when accessing device dependent config space
2011-02-10 23:58 UTC (4+ messages)
` [PATCH 2/2] pci: use security_capable() when checking capablities during config space read
` [PATCH 2/2 v2] "
[PATCH] x86/mm/init: respect memblock reserved regions when destroying mappings
2011-02-10 23:57 UTC (18+ messages)
[patch 0/3] platform-drivers: x86: Cleanup pmic gpio interrupt
2011-02-10 23:55 UTC (4+ messages)
[PATCH] Input: fixed EVIOCGRAB iterative grab/release
2011-02-10 23:54 UTC (2+ messages)
[PATCH] msm: gpiomux: decentralize and modularize gpiomux init
2011-02-10 23:45 UTC
(no subject)
2011-02-10 23:42 UTC
[PATCH] genirq: Call chip_bus_lock()/chip_bus_sync_unlock() in setup_irq()
2011-02-10 23:33 UTC (3+ messages)
` [tip:irq/core] genirq: Call bus_lock/unlock functions "
[PATCH] PM: Hide CONFIG_PM from users
2011-02-10 23:32 UTC (4+ messages)
` [PATCH 0/5] Re: Remove CONFIG_PM altogether, enable power management all the time
` [PATCH 5/5] PM: Clean up Kconfig dependencies
` [Updated][PATCH 5/5] PM: Clean up PM_TRACE dependencies and drop unnecessary Kconfig option
jme driver loses connection after resuming from suspend
2011-02-10 23:26 UTC (4+ messages)
[RFC,PATCH 2/3] clk: Generic support for fixed-rate clocks
2011-02-10 23:23 UTC (2+ messages)
Dear Friend,
2011-02-10 23:23 UTC
[PATCH 0/4] RTC: Updates for RTC
2011-02-10 23:18 UTC (4+ messages)
` [PATCH 1/4] RTC: Include information about UIE and PIE in RTC driver proc
SMBIOS / DMI Event Logs in Linux?
2011-02-10 23:18 UTC
[Patch] idle governor: Avoid lock acquisition to read pm_qos before entering idle
2011-02-10 23:17 UTC (7+ messages)
[PATCH] [ANNOUNCE] kconfig: Kconfiglib: a flexible Python Kconfig parser
2011-02-10 23:14 UTC (2+ messages)
[PATCH 1/1, v6] cgroup/freezer: add per freezer duty ratio control
2011-02-10 23:06 UTC (9+ messages)
[PATCH 1/1] cap_syslog: don't refuse cap_sys_admin for now (v3)
2011-02-10 22:59 UTC (4+ messages)
[PATCH] fix filp_cachep memory corruption
2011-02-10 22:57 UTC (2+ messages)
[patch 2/2] score: Select GENERIC_HARDIRQS_NO_DEPRECATED
2011-02-10 22:56 UTC (2+ messages)
[PATCH 0/10] Add yaffs2 file system: Fifth patchset
2011-02-10 22:50 UTC (8+ messages)
` [PATCH 03/10] Add yaffs2 file system: checkpoint streaming
` [PATCH 09/10] Add yaffs2 file system: Linux glue code
[PATCH] char/ipmi: fix OOPS caused by pnp_unregister_driver on unregistered driver
2011-02-10 22:40 UTC (2+ messages)
[PATCH] kconfig: undefined symbols can crash dependency loop detection
2011-02-10 22:35 UTC (3+ messages)
netfilter is not a filesystem
2011-02-10 22:22 UTC (2+ messages)
[PATCH powerpc 0/2] powerpc CONFIG_PREEMPT fixes
2011-02-10 21:57 UTC (3+ messages)
` [PATCH powerpc 1/2] powerpc: protect per-CPU access with preempt_disable
` [PATCH powerpc 2/2] powerpc: mask smp_processor_id() false positive
[PATCH] Don't potentially dereference NULL in net/dcb/dcbnl.c:dcbnl_getapp()
2011-02-10 21:57 UTC
[PATCH 00/30] amd64_edac: Add Bulldozer support
2011-02-10 21:43 UTC (5+ messages)
Linux 2.6.38-rc4
2011-02-10 21:41 UTC (6+ messages)
` Linux 2.6.38-rc4 (other bugs)
` Linux 2.6.38-rc4 (other bugs: ipmi Oops)
[PATCH] mtd: cfi_cmdset_0002: fix sector erase command for AM29LV040B
2011-02-10 21:41 UTC (2+ messages)
perf on 2.6.38-rc4 wedges my box
2011-02-10 21:38 UTC (2+ messages)
[RFC PATCH 1/3] ARM: Add cpu power management notifiers
2011-02-10 21:31 UTC (3+ messages)
` [RFC PATCH 2/3] ARM: gic: Use cpu pm notifiers to save gic state
` [RFC PATCH 3/3] ARM: vfp: Use cpu pm notifiers to save vfp state
Dear Friend,
2011-02-10 21:30 UTC
[PATCH] Allow sharing xvmalloc for zram and zcache
2011-02-10 21:26 UTC (6+ messages)
linux-next: manual merge of the tty tree with the m68knommu tree
2011-02-10 21:20 UTC (4+ messages)
[BUG] soft lockup while booting machine with more than 700 cores
2011-02-10 21:12 UTC (5+ messages)
[PATCH 0/1] Don't update group weights when on service tree
2011-02-10 21:08 UTC (2+ messages)
` [PATCH 1/1] "
linux-next: Tree for February 10
2011-02-10 21:05 UTC (3+ messages)
` linux-next: Tree for February 10 (zcache)
[PATCH] mm: batch-free pcp list if possible
2011-02-10 21:00 UTC (4+ messages)
[PATCH] USB Network driver infrastructure: Fix leak when usb_autopm_get_interface() returns less than zero in kevent()
2011-02-10 20:58 UTC
[PATCH 3/6 v4] cfq-iosched: Introduce vdisktime and io weight for CFQ queue
2011-02-10 20:57 UTC (4+ messages)
` [PATCH 5/6 v4] cfq-iosched: CFQ group hierarchical scheduling and use_hierarchy interface
[PATCH V3 1/1] ST SPEAr: PCIE gadget suppport
2011-02-10 20:52 UTC (4+ messages)
2.6.37 kernel warning in perf_events code
2011-02-10 20:46 UTC (4+ messages)
[PATCH] drm/i915: Disable high-precision vblank timestamping for UMS
2011-02-10 20:37 UTC (5+ messages)
` [PATCH] drm/i915: Handle the no-interrupts case for UMS by polling
[GIT PATCH] TTY/serial driver fixes for .38
2011-02-10 20:17 UTC (4+ messages)
` [PATCH 1/4] virtio: console: Move file back to drivers/char/
` [PATCH 2/4] n_gsm: copy mtu over when configuring via ioctl interface
` [PATCH 4/4] serial: bfin_5xx: split uart RX lock from uart port lock to avoid deadlock
[GIT PATCH] USB fixes for .38
2011-02-10 20:15 UTC
[GIT PATCH] STAGING fixes for .38
2011-02-10 20:15 UTC
[GIT PULL 0/1] perf/urgent fix for record and top
2011-02-10 20:11 UTC (5+ messages)
` [PATCH 1/1] perf tools: Fix thread_map event synthesizing in top and record
[PATCH, resend] x86: fix section mismatch in LAPIC initialization
2011-02-10 19:48 UTC (3+ messages)
` [tip:x86/urgent] x86: Fix "
ARM: relocation out of range (when loading a module)
2011-02-10 19:41 UTC (12+ messages)
[PATCH]: Not PCI_PROBE_MMCONF by default
2011-02-10 19:37 UTC (4+ messages)
[GIT] Networking
2011-02-10 19:33 UTC
[PATCH 0/5] fix up /proc/$pid/smaps to not split huge pages
2011-02-10 19:32 UTC (4+ messages)
` [PATCH 4/5] teach smaps_pte_range() about THP pmds
Block IO throttling disabled in distros
2011-02-10 19:21 UTC (4+ messages)
[RFC] perf tool: load data variable symbols
2011-02-10 19:17 UTC (3+ messages)
RFC: kdrvscan
2011-02-10 19:17 UTC
NULL deref in drivers/md/dm-crypt.c:crypt_convert()
2011-02-10 19:14 UTC (3+ messages)
[RFC PATCH 00/13] Intel(R) MEI Driver
2011-02-10 19:14 UTC (5+ messages)
Build regressions/improvements in v2.6.38-rc4
2011-02-10 19:09 UTC
[PATCH] Avoid preferential treatment of groups that aren't backlogged
2011-02-10 19:06 UTC (7+ messages)
Linux 2.6.27.58
2011-02-10 19:06 UTC
[Xen-devel] Re: [linux-pm] [PATCH 0/2] Fix hangup after creating checkpoint on Xen
2011-02-10 18:56 UTC (2+ messages)
page: next (older) | prev (newer) | 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).