All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-02-10 22:21:32 to 2011-02-10 23:49:38 UTC [more...]

[patch 00/75] genirq: Overhaul for 2.6.39
 2011-02-10 23:48 UTC  (73+ messages)
` [patch 01/75] genirq: Namespace cleanup
` [patch 02/75] genirq: Simplify affinity related code
` [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 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 16/75] genirq: Remove default magic
` [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 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

[PATCH] x86/mm/init: respect memblock reserved regions when destroying mappings
 2011-02-10 23:48 UTC  (17+ messages)

vdr: minimal-uclibc: task `compile` fails with `undefined reference to `_nl_msg_cat_cntr'`
 2011-02-10 23:46 UTC  (13+ messages)

[PATCH v4 0/4] Updated patch series for default upstream merge
 2011-02-10 23:47 UTC  (11+ messages)
` [PATCH v4 1/4] merge: update the usage information to be more modern
` [PATCH v4 1/5] t5526: Fix wrong argument order in "git config"
` [PATCH v4 2/4] merge: introduce setup_merge_commit helper function
` [PATCH v4 2/5] merge: update the usage information to be more modern
` [PATCH v4 3/4] merge: introduce per-branch-configuration helper function
` [PATCH v4 3/5] merge: introduce setup_merge_commit "
` [PATCH v4 4/4] merge: add support for merging from upstream by default
` [PATCH v4 4/5] merge: introduce per-branch-configuration helper function
` [PATCH v4 5/5] merge: add support for merging from upstream by default

Release-2011.03: Let the testing begin!
 2011-02-10 23:44 UTC 

[PATCH] msm: gpiomux: decentralize and modularize gpiomux init
 2011-02-10 23:45 UTC  (2+ messages)

[PATCH] Input: fixed EVIOCGRAB iterative grab/release
 2011-02-10 23:42 UTC 

2.6.38-rc3: kernel BUG at fs/nfsd/nfs4state.c:3132!
 2011-02-10 23:41 UTC  (3+ messages)

openembedded with a prebuilt external toolchain
 2011-02-10 23:35 UTC  (4+ messages)

[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  (5+ 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

[PATCH 1/3] ASoC: Convert WM8903 bias management to use snd_soc_update_bits()
 2011-02-10 23:05 UTC  (2+ messages)

replaying blktrace using fio on a different device
 2011-02-10 23:27 UTC 

jme driver loses connection after resuming from suspend
 2011-02-10 23:26 UTC  (4+ messages)

same pid ?
 2011-02-10 23:26 UTC  (4+ messages)

Intel i915 freeze on latest git
 2011-02-10 23:25 UTC  (12+ messages)

[PATCH] postgresql: Update from 8.4.4 to 8.4.7, drop 8.1.x, 8.2.4
 2011-02-10 23:24 UTC 

[RFC,PATCH 2/3] clk: Generic support for fixed-rate clocks
 2011-02-10 23:23 UTC  (4+ messages)

Highmem in architechtures with cache alias
 2011-02-10 23:23 UTC  (2+ messages)

Unknown software revision
 2011-02-10 23:22 UTC  (2+ messages)

[xen-unstable test] 5689: regressions - FAIL
 2011-02-10 23:20 UTC 

[PATCH] asihpi: Update from 4.04 to 4.06
 2011-02-10 23:19 UTC  (3+ messages)

[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] OMAP2/3: PM: remove unnecessary wakeup/sleep dependency clear
 2011-02-10 23:17 UTC  (6+ messages)

[Patch] idle governor: Avoid lock acquisition to read pm_qos before entering idle
 2011-02-10 23:17 UTC  (3+ messages)

Re:
 2011-02-10 23:13 UTC 

UPDATE -- Need Linux driver (preferably 64 bit) for "Intel Corporation Centrino Advanced-N 6230 (rev 34)" WiFI & Bluetooth card 
 2011-02-10 23:17 UTC  (4+ messages)

[PATCH] [ANNOUNCE] kconfig: Kconfiglib: a flexible Python Kconfig parser
 2011-02-10 23:14 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/17 v2] LatticeMico32 target
 2011-02-10 23:12 UTC  (18+ messages)
` [Qemu-devel] [PATCH 01/17] LatticeMico32 target support
` [Qemu-devel] [PATCH 02/17] lm32: translation routines
` [Qemu-devel] [PATCH 03/17] lm32: translation code helper
` [Qemu-devel] [PATCH 04/17] lm32: machine state loading/saving
` [Qemu-devel] [PATCH 05/17] lm32: gdbstub support
` [Qemu-devel] [PATCH 06/17] lm32: interrupt controller model
` [Qemu-devel] [PATCH 07/17] lm32: juart model
` [Qemu-devel] [PATCH 08/17] lm32: pic and juart helper functions
` [Qemu-devel] [PATCH 09/17] lm32: timer model
` [Qemu-devel] [PATCH 10/17] lm32: uart model
` [Qemu-devel] [PATCH 11/17] lm32: system control model
` [Qemu-devel] [PATCH 12/17] lm32: support for creating device tree
` [Qemu-devel] [PATCH 13/17] lm32: EVR32 and uclinux BSP
` [Qemu-devel] [PATCH 14/17] lm32: todo and documentation
` [Qemu-devel] [PATCH 15/17] lm32: opcode testsuite
` [Qemu-devel] [PATCH 16/17] Add lm32 target to configure
` [Qemu-devel] [PATCH 17/17] MAINTAINERS: add LatticeMico32 maintainer

[RFC PATCH 0/5] Cache PMTU/redirects in inetpeer
 2011-02-10 23:09 UTC  (2+ messages)

[PATCH 1/1, v6] cgroup/freezer: add per freezer duty ratio control
 2011-02-10 23:06 UTC  (10+ messages)

[Qemu-devel] Re: [PING 0.14] Missing patches (mostly fixes)
 2011-02-10 23:07 UTC  (4+ messages)
` [Qemu-devel] [PATCH 0/2] correct core dump format
` [Qemu-devel] [PATCH 1/2] Define target alignment size
` [Qemu-devel] [PATCH 2/2] linux-user: correct core dump format

GRO/GSO hiding PMTU?
 2011-02-10 23:07 UTC  (2+ messages)

[LSF/MM TOPIC] Utilizing T10/DIF in Filesystems
 2011-02-10 23:07 UTC  (3+ messages)

[PATCH] ASoC: Allow use sleeping gpio in soc-jack
 2011-02-10 23:03 UTC  (2+ messages)

git fetch,git merge and git rebase
 2011-02-10 23:03 UTC  (3+ messages)

recurse_submodules vs recurse-submodules
 2011-02-10 22:59 UTC 

[PATCH 1/1] cap_syslog: don't refuse cap_sys_admin for now (v3)
 2011-02-10 22:59 UTC  (4+ messages)

[PATCH 3/3] ASoC: Add support for AIF channel muxing on WM8903
 2011-02-10 22:59 UTC 

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

[Qemu-devel] [PATCH] slirp: ensure minimum packet size
 2011-02-10 22:54 UTC 

Using Origin hashes to improve rebase behavior
 2011-02-10 22:54 UTC  (2+ messages)

[linux-lvm] Cannot access logical volume (open count=1)
 2011-02-10 22:53 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

git-config does not check validity of variable names
 2011-02-10 22:49 UTC  (10+ messages)
` [PATCH] Disallow empty section and "
  ` [PATCH v2] "
          ` [PATCH v3] "
              ` [PATCH v4] "

git-config does not check validity of variable names
 2011-02-10 22:49 UTC  (12+ messages)
  ` [PATCH] Sanity-ckeck config "
        ` [PATCH v2] "
            ` [PATCH v3] Sanity-check "
                  ` [PATCH v4] "

[PATCH] drm/radeon/kms: fix pll algo quirk function
 2011-02-10 22:46 UTC  (2+ messages)

Problems with Xend on ia64
 2011-02-10 22:46 UTC  (2+ messages)

[PATCH 00/31] Refactor rebase
 2011-02-10 22:44 UTC  (3+ messages)
` [PATCH v2 00/31] refactor rebase

[PATCH] char/ipmi: fix OOPS caused by pnp_unregister_driver on unregistered driver
 2011-02-10 22:40 UTC  (2+ messages)

ydl powerstation is unable to use external usb hard disk drives
 2011-02-10 22:40 UTC 

[PATCH 1/7] ASoC: WM8903: Fix mic detection register definitions
 2011-02-10 22:37 UTC  (7+ messages)
  ` [PATCH 2/7] ASoC: WM8903: Fix mic detection enable logic
  ` [PATCH 3/7] ASoC: WM8903: Handle micdet_cfg more safely
  ` [PATCH 4/7] ASoC: Tegra: Harmony: Implement mic detection
  ` [PATCH 5/7] ASoC: Harmony: Call snd_soc_dapm_nc_pin
  ` [PATCH 6/7] ASoC: Tegra: Harmony: Explicitly set mic enables
  ` [PATCH 7/7] ASoC: Tegra: Add MODULE_ALIAS

[PATCH] kconfig: undefined symbols can crash dependency loop detection
 2011-02-10 22:35 UTC  (3+ messages)

[U-Boot] Aggiorna il tuo account e-mail
 2011-02-10 22:34 UTC 

[RFCv3] doc: Proposal for LTE/IMS API
 2011-02-10 22:33 UTC 

Bug : reuse same inode
 2011-02-10 22:32 UTC  (5+ messages)

[PATCH][usercr]: Ghost tasks must be detached
 2011-02-10 22:31 UTC  (11+ messages)

Seeking permission to use GRUB derived code in GPLv2 software (U-Boot)
 2011-02-10 22:24 UTC  (3+ messages)

[PATCH 0/5] sdhci-esdhc-imx: use gpio for write protection and card detection
 2011-02-10 22:24 UTC  (4+ messages)
` [PATCH 1/5] mmc: sdhci-esdhc-imx: add support for write protect on custom GPIO

Advise on how to integrate latest bluetooth updates on linux 2.6.35 kernel
 2011-02-10 22:24 UTC  (3+ messages)

[U-Boot] Art of England Magazine - April 2011 edition - your invitation, deadline 3 days
 2011-02-10 22:24 UTC 

[PATCH] clutter-gst add 1.3.4
 2011-02-10 22:18 UTC  (2+ messages)

[PATCH] clutter: fix broken clutter-gtk
 2011-02-10 22:18 UTC  (2+ messages)

netfilter is not a filesystem
 2011-02-10 22:22 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.