public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-01-28 20:52:41 to 2009-01-29 00:10:30 UTC [more...]

x86: unify genapic code, unify subarchitectures, remove old subarchitecture code
 2009-01-28 23:42 UTC  (67+ messages)
` [PATCH 001/114] x86, genapic: refactor genapic_64.h
` [PATCH 002/114] x86, genapic: refactor genapic_32.h
` [PATCH 003/114] x86, genapic: unify struct genapic
` [PATCH 004/114] x86, genapic: finish unification
` [PATCH 005/114] x86, genapic: cleanups
` [PATCH 006/114] x86, genapic: provide IPI callbacks unconditionally
` [PATCH 007/114] x86: rename 'genapic' to 'apic'
` [PATCH 008/114] x86: clean up genapic_flat
` [PATCH 009/114] x86: clean up genapic_phys_flat
` [PATCH 010/114] x86: clean up apic_x2apic_uv_x
` [PATCH 011/114] x86: clean up apic_x2apic_phys
` [PATCH 012/114] x86: clean up apic_x2apic_cluster
` [PATCH 013/114] x86, genapic: cleanup 32-bit apic_default template
` [PATCH 014/114] x86, genapic: cleanup 32-bit apic_bigsmp template
` [PATCH 015/114] x86, genapic: cleanup 32-bit apic_numaq template
` [PATCH 016/114] x86, genapic: cleanup 32-bit apic_es7000 template
` [PATCH 017/114] x86, genapic: cleanup 32-bit apic_summit template
` [PATCH 018/114] x86: remove APIC_INIT / APICFUNC / IPIFUNC
` [PATCH 019/114] x86: clean up apic->acpi_madt_oem_check methods
` [PATCH 020/114] x86: clean up apic->apic_id_registered() methods
` [PATCH 021/114] x86, genapic: rename int_delivery_mode, et. al
` [PATCH 022/114] x86, apic: remove IRQ_DEST_MODE / IRQ_DELIVERY_MODE
` [PATCH 023/114] x86, apic: remove DEFAULT_IRQ_DELIVERY_MODE and DEFAULT_IRQ_DEST_MODE
` [PATCH 024/114] x86, apic: remove SUMMIT_IRQ_DELIVERY_MODE and SUMMIT_IRQ_DEST_MODE
` [PATCH 025/114] x86, apic: remove NUMAQ_IRQ_DELIVERY_MODE and NUMAQ_IRQ_DEST_MODE
` [PATCH 026/114] x86, apic: remove BIGSMP_IRQ_DELIVERY_MODE and BIGSMP_IRQ_DEST_MODE
` [PATCH 027/114] x86, apic: remove ES7000_IRQ_DELIVERY_MODE and ES7000_IRQ_DEST_MODE
` [PATCH 028/114] x86, apic: remove IRQ_DEST_MODE
` [PATCH 029/114] x86, apic: clean up target_cpus methods
` [PATCH 030/114] x86, apic: clean up / remove TARGET_CPUS
` [PATCH 031/114] x86: clean up esr_disable() methods
` [PATCH 032/114] x86: rename ->ESR_DISABLE to ->disable_esr
` [PATCH 033/114] x86: clean up the APIC_DEST_LOGICAL logic
` [PATCH 034/114] x86, apic: rename genapic::apic_destination_logical to genapic::dest_logical
` [PATCH 035/114] x86, apic: clean up check_apicid*() callbacks
` [PATCH 036/114] x86, apic: remove no_balance_irq and no_ioapic_check flags
` [PATCH 037/114] x86, apic: clean up ->vector_allocation_domain()
` [PATCH 038/114] x86, apic: clean up ->init_apic_ldr()
` [PATCH 039/114] x86, apic: clean up ->ioapic_phys_id_map()
` [PATCH 040/114] x86, apic: clean up ->setup_apic_routing()
` [PATCH 041/114] x86, apic: streamline the ->multi_timer_check() quirk
` [PATCH 042/114] x86, apic: clean up ->apicid_to_node()
` [PATCH 043/114] x86, apic: clean up ->cpu_to_logical_apicid()
` [PATCH 044/114] x86, apic: clean up ->cpu_present_to_apicid()
` [PATCH 045/114] x86, apic: clean up ->apicid_to_cpu_present()
` [PATCH 046/114] x86: refactor ->setup_portio_remap() subarch methods
` [PATCH 047/114] x86: refactor ->check_phys_apicid_present() "
` [PATCH 048/114] x86: refactor ->enable_apic_mode() "
` [PATCH 049/114] x86, es7000: clean up es7000_enable_apic_mode()
` [PATCH 050/114] x86, apic: unify phys_pkg_id()
` [PATCH 051/114] x86, apic: refactor ->phys_pkg_id()
` [PATCH 052/114] x86, smp: clean up mps_oem_check()
` [PATCH 053/114] x86, mpparse: call the generic quirk handlers early
` [PATCH 054/114] x86: consolidate the ->mps_oem_check() code
` [PATCH 055/114] x86, apic: refactor ->get_apic_id() & GET_APIC_ID()
` [PATCH 056/114] x86, apic: refactor ->apic_id_mask & APIC_ID_MASK
` [PATCH 057/114] x86, apic: get rid of *_APIC_ID_MASK definitions
` [PATCH 058/114] x86, apic: refactor ->cpu_mask_to_apicid*()
` [PATCH 059/114] x86, apic: untangle the send_IPI_*() jungle
` [PATCH 060/114] x86, smp: clean up ->trampoline_phys_low/high handling
` [PATCH 061/114] x86: set ->trampoline_phys_low/high on 64-bit too
` [PATCH 062/114] x86, smp: refactor ->wait_for_init_deassert()
` [PATCH 063/114] x86, smp: refactor ->smp_callin_clear_local_apic() methods
` [PATCH 064/114] x86, smp: refactor ->store/restore_NMI_vector() methods
` [PATCH 065/114] x86, smp: remove ->restore_NMI_vector()
` [PATCH 069/114] x86: eliminate asm/mach-*/mach_mpparse.h

[PATCH 3/3] x86: asm/io.h: unify virt_to_phys/phys_to_virt
 2009-01-28 23:42 UTC 

[PATCH 2/3] x86: asm/io.h: unify virt_to_phys/phys_to_virt
 2009-01-28 23:42 UTC 

[PATCH 1/3] x86: unify asm/io.h: IO_SPACE_LIMIT
 2009-01-28 23:42 UTC 

Buggy IPI and MTRR code on low memory
 2009-01-28 23:41 UTC  (9+ messages)

2.6.29-rc2-git1: Reported regressions from 2.6.28
 2009-01-28 23:39 UTC  (3+ messages)
` [Bug #12402] 2.6.29-rc: kernel BUG at fs/xfs/support/debug.c:108

[mingo@elte.hu: [git pull] headers_check fixes]
 2009-01-28 23:36 UTC  (21+ messages)
                ` [PATCH] x86: do not expose CONFIG_BSWAP to userspace

[PATCH RFC WIP] x86/paravirt: add register-saving thunks to reduce caller register pressure
 2009-01-28 23:38 UTC  (4+ messages)

[RFC v2][PATCH] create workqueue threads only when needed
 2009-01-28 23:31 UTC  (3+ messages)

[PATCH] ahci: Fix build breakage
 2009-01-28 23:30 UTC  (5+ messages)
` [PATCH] ata_piix: "
  ` [PATCH] sata_sil: "

[PATCH A 00/10] OMAP clock, A of F: preliminaries
 2009-01-28 23:28 UTC  (6+ messages)
` [PATCH A 01/10] OMAP2/3: Add non-CORE DPLL rate set code and M, N programming
` [PATCH A 09/10] OMAP2/3: Remove OMAP_PRM_REGADDR, OMAP_CM_REGADDR

[GIT PATCH] STAGING patches for 2.6-git
 2009-01-28 23:26 UTC  (11+ messages)
` [PATCH 01/10] Staging: comedi: fix Kbuild
` [PATCH 02/10] Staging: meilhaus: "
` [PATCH 03/10] Staging: android: binder: fix arm build errors
` [PATCH 04/10] Staging: android: timed_gpio: Fix build to build on kernels after 2.6.25
` [PATCH 05/10] Staging: android: fix build error on 64bit boxes
` [PATCH 06/10] Staging: android: Add lowmemorykiller documentation
` [PATCH 07/10] Staging: android: task_get_unused_fd_flags: fix the wrong usage of tsk->signal
` [PATCH 08/10] staging: agnx: drivers/staging/agnx/agnx.h needs <linux/io.h>
` [PATCH 09/10] Staging: usbip: usbip_start_threads(): handle kernel_thread failure
` [PATCH 10/10] Staging: poch: fix verification of memory area

[GIT PATCH] driver core fixes for your 2.6-git tree
 2009-01-28 23:26 UTC  (4+ messages)
` [PATCH 1/3] Sync patch for jp_JP/stable_kernel_rules.txt
` [PATCH 2/3] UIO: Add missing documentation of features added recently
` [PATCH 3/3] driver-core: fix kernel-doc parameter name

[PATCH 0/7] ieee1394 + firewire: misc sbp2 updates
 2009-01-28 23:13 UTC  (7+ messages)
` [PATCH RFT 7/7] firewire: sbp2: add workarounds for 2nd and 3rd generation iPods
      ` [PATCH revised] "
        ` [PATCH revised] ieee1394: "

[PATCH] psmouse: run kpsmoused only while needed
 2009-01-28 23:08 UTC  (3+ messages)

[Bugme-new] [Bug 12564] New: poor performance while preprocessing source code
 2009-01-28 23:04 UTC  (4+ messages)

[PATCH -mmotm] mm: unify some pmd_*() functions fix
 2009-01-28 23:04 UTC 

[PATCH] - UV fix compile error on IA64 & eliminate compiler warning
 2009-01-28 23:01 UTC  (2+ messages)

[PATCH 0 of 7] x86/paravirt: optimise pvop calls and register use
 2009-01-28 22:35 UTC  (8+ messages)
` [PATCH 1 of 7] xen: move remaining mmu-related stuff into mmu.c
` [PATCH 2 of 7] x86/pvops: add a paravirt_ident functions to allow special patching
` [PATCH 3 of 7] x86: fix paravirt clobber in entry_64.S
` [PATCH 4 of 7] x86/paravirt: selectively save/restore regs around pvops calls
` [PATCH 5 of 7] x86/paravirt: add register-saving thunks to reduce caller register pressure
` [PATCH 6 of 7] x86/paravirt: implement PVOP_CALL macros for callee-save functions
` [PATCH 7 of 7] x86/paravirt: use callee-saved convention for pte_val/make_pte/etc

[PATCH 5/6] module: make modversion_info contain a pointer, not an array
 2009-01-28 22:41 UTC  (4+ messages)

[Bugme-new] [Bug 12562] New: High overhead while switching or synchronizing threads on different cores
 2009-01-28 22:25 UTC  (3+ messages)

[PATCH] dmi: Fix build breakage
 2009-01-28 22:24 UTC  (2+ messages)

[PATCH] tracer for sys_open() - sreadahead
 2009-01-28 22:19 UTC  (6+ messages)

Linux 2.6.29-rc3
 2009-01-28 23:16 UTC 

[STAGING] fix verification of memory area
 2009-01-28 22:10 UTC  (2+ messages)
` patch staging-poch-fix-verification-of-memory-area.patch added to gregkh-2.6 tree

[PATCH -tip] x86: trampoline_64.S - use predefined constants with simplification
 2009-01-28 21:52 UTC  (2+ messages)

[2.6.29-rc2][Suspend regression][DRM ???? bisected]
 2009-01-28 22:00 UTC  (3+ messages)
  ` [2.6.29-rc3][Suspend regression][DRM, RADEON]

[RFC PATCH 00/10] PCI core learns 'hotplug'
 2009-01-28 21:59 UTC  (11+ messages)
` [RFC PATCH 01/10] PCI: don't scan existing devices
` [RFC PATCH 02/10] PCI: always scan child buses
` [RFC PATCH 03/10] PCI: properly clean up ASPM link state on device remove
` [RFC PATCH 04/10] PCI: Introduce /sys/bus/pci/devices/.../remove
` [RFC PATCH 05/10] PCI: Introduce /sys/bus/pci/rescan
` [RFC PATCH 06/10] PCI: Introduce /sys/bus/pci/devices/.../rescan
` [RFC PATCH 07/10] PCI Hotplug: restore fakephp interface with complete reimplementation
` [RFC PATCH 08/10] PCI Hotplug: rename legacy_fakephp to fakephp
` [RFC PATCH 09/10] PCI Hotplug: schedule fakephp for feature removal
` [RFC PATCH 10/10] PCI: more whitespace cleanups

[patch 016/104] epoll: introduce resource usage limits
 2009-01-28 21:46 UTC  (2+ messages)

[patch-rt 0/4] Bugfixes for 2.6.26-rt
 2009-01-28 21:29 UTC  (5+ messages)
` [patch-rt 1/4] ftrace: fix swapped nibbles in tracer raw hex output
` [patch-rt 2/4] ftrace: fix erroneous histogram stop WARN_ON() messages
` [patch-rt 3/4] ftrace: display real preempt_count in ftracer
` [patch-rt 4/4] sched: mark SCHED_HRTICK broken

open(2) says O_DIRECT works on 512 byte boundries?
 2009-01-28 21:33 UTC 

[PATCH 2.6.28 1/2] memory: improve find_vma
 2009-01-28 21:31 UTC  (6+ messages)

OMAP clock fast-forward: an introduction to six series
 2009-01-28 21:18 UTC  (2+ messages)

Thermal problems with newer kernels
 2009-01-28 21:14 UTC 

[PATCH] Documentation/Changes: add required versions for new filesystems
 2009-01-28 21:13 UTC  (3+ messages)

if (unlikely(...)) == unnecessary?
 2009-01-28 21:10 UTC  (5+ messages)

INFO: possible circular locking dependency detected - i915_gem_execbuffer
 2009-01-28 21:09 UTC 

a question about p4_clockmod module on Xeon quad core processors
 2009-01-28 21:05 UTC  (3+ messages)

2.6.28 regression: hard lockup when interrupting cdda2wav
 2009-01-28 21:05 UTC  (3+ messages)

[PATCH, RFC] Remove fasync() BKL usage, take 3325
 2009-01-28 21:05 UTC  (11+ messages)

inline asm semantics: output constraint width smaller than input
 2009-01-28 20:59 UTC  (11+ messages)
    ` [LLVMdev] "

[PATCH] fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctls
 2009-01-28 20:59 UTC 

[patch 016/104] epoll: introduce resource usage limits
 2009-01-28 20:51 UTC  (7+ messages)
` [PATCH 1/3] epoll: increase default max_user_instances to 1024

[PATCH] percpu: add optimized generic percpu accessors
 2009-01-28 20:47 UTC  (4+ messages)

[PATCH 60/80] tty: extract the pty init time special cases
 2009-01-28 20:47 UTC  (3+ messages)

linux-next: Tree for January 23
 2009-01-28 20:44 UTC  (5+ messages)
` linux-next: Tree for January 23 (kvm)

[PATCH] firmware: speed up request_firmware()
 2009-01-28 20:34 UTC  (4+ messages)

[PATCH C 00/13] OMAP clock, C of F: DPLL updates
 2009-01-28 19:08 UTC  (10+ messages)
` [PATCH C 05/13] OMAP2/3 clock: fix DPLL rate calculation
` [PATCH C 06/13] OMAP3 clock: DPLLs should enter bypass if new rate is sys_ck
` [PATCH C 07/13] OMAP3 clock: recalculate DPLL subtree after bypass entry/exit
` [PATCH C 08/13] OMAP3 clock: put DPLL into bypass if bypass rate = clk->rate, not hardware rate
` [PATCH C 09/13] OMAP3 clock: fix non-CORE DPLL rate assignment bugs
` [PATCH C 10/13] OMAP3 clock: remove unnecessary dpll_data dereferences
` [PATCH C 11/13] OMAP3 clock: optimize DPLL rate rounding algorithm
` [PATCH C 12/13] OMAP3 clock: avoid invalid FREQSEL values during DPLL rate rounding
` [PATCH C 13/13] OMAP3 clock: disable DPLL autoidle while waiting for DPLL to lock

[PATCH F 00/12] OMAP clock, F of F: more clock cleanup
 2009-01-28 19:35 UTC  (4+ messages)
` [PATCH F 02/12] OMAP2xxx clock: consolidate DELAYED_APP clock commits; fix barrier
` [PATCH F 04/12] OMAP clock: drop clk_get_usecount()
` [PATCH F 05/12] OMAP clock: add OMAP chip family-specific clk_register() option

[PATCH B 00/10] OMAP clock, B of F: clockdomain, powerdomain updates
 2009-01-28  2:44 UTC  (2+ messages)
` [PATCH B 09/10] OMAP2/3 clockdomains: autodeps should respect platform flags


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