All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-08-21 19:41:26 to 2009-08-21 21:34:48 UTC [more...]

[RFC patch 00/32] x86: Refactor the setup code to provide a base for embedded platforms
 2009-08-21 21:32 UTC  (26+ messages)
` [RFC patch 01/32] x86: Add platform_setup infrastructure
` [RFC patch 03/32] x86: Add request_standard_resources to platform_setup
` [RFC patch 04/32] x86: Add reserve_ebda_region "
` [RFC patch 05/32] x86: Move memory_setup to platform
` [RFC patch 06/32] x86: Sanitize smp_record and move it to platform_setup
` [RFC patch 07/32] x86: Move ioapic_ids_setup "
` [RFC patch 08/32] x86: Move mpc_apic_id "
` [RFC patch 09/32] x86: Move smp_read_mpc_oem "
` [RFC patch 10/32] x86: Move mpc_oem_pci_bus "
` [RFC patch 11/32] x86: Move oem_bus_info "
` [RFC patch 13/32] x86: Move pre_intr_init "
` [RFC patch 16/32] x86: Replace ARCH_SETUP by a proper platform function
` [RFC patch 17/32] x86: Move paravirt banner printout to platform
` [RFC patch 18/32] x86: Move paravirt pagetable_setup "
` [RFC patch 19/32] x86: Move xen_post_allocator_init into xen_pagetable_setup_done
` [RFC patch 20/32] x86: Move percpu clockevents setup to platform
` [RFC patch 22/32] x86: Remove do_timer hook
` [RFC patch 23/32] x86: Prepare unification of time_32/64.c
` [RFC patch 26/32] x86: Make timer setup and global variables the same in time_32/64.c
` [RFC patch 27/32] x86: Move calibrate_cpu to tsc.c
` [RFC patch 28/32] x86: time_32/64.c unify profile_pc
` [RFC patch 29/32] x86: Replace the now identical time_32/64.c by time.c
` [RFC patch 30/32] x86: Move tsc_calibration to platform
` [RFC patch 31/32] init: Move sched_clock_init after late_time_init
` [RFC patch 32/32] x86: Move tsc_init to late_time_init

2.6.31-rc6-git5: Reported regressions from 2.6.30
 2009-08-21 21:34 UTC  (3+ messages)

Couldn't load match `pknock':(null)
 2009-08-21 21:31 UTC  (4+ messages)

Growing raid 5: Failed to reshape
 2009-08-21 21:30 UTC  (2+ messages)

mount.nfs: access denied by server
 2009-08-21 21:30 UTC  (22+ messages)
` Fwd: "

[U-Boot] [PATCH] jffs2: some fixes to summary support
 2009-08-21 21:29 UTC  (2+ messages)

[LTP] Can ltp test the performance of Linux not just functional?
 2009-08-21 21:29 UTC  (2+ messages)

LDREX/STREX and pre-emption on SMP hardware
 2009-08-21 21:29 UTC  (5+ messages)

[Announce] 2.6.29-rc4-rt1
 2009-08-21 21:26 UTC  (17+ messages)
` [Announce] 2.6.29.1-rt9
  ` [Announce] 2.6.29.2-rt10
      ` [Announce] 2.6.29.3-rt12
        ` [Announce] 2.6.29.4-rt15
          ` [Announce] 2.6.29.4-rt17
            ` [Announce] 2.6.29.4-rt18
              ` 2.6.29.4-rt19
                ` [ANNOUNCE] 2.6.29.5-rt21
                  ` [ANNOUNCE] 2.6.29.5-rt22
                    ` [ANNOUNCE] 2.6.29.6-rt23
                      ` [ANNOUNCE] 2.6.31-rc4-rt1
                        ` [ANNOUNCE] 2.6.31-rc6-rt2
                          ` [ANNOUNCE] 2.6.31-rc6-rt4
                            ` [ANNOUNCE] 2.6.31-rc6-rt5
                              ` [ANNOUNCE] 2.6.31-rc6-rt6

[U-Boot] [PATCH] TRAB: make independent of specific libgcc helper routines
 2009-08-21 21:26 UTC  (2+ messages)

[U-Boot] [PATCH] arm: rd6281a: Fixed NAND specific warning
 2009-08-21 21:26 UTC  (2+ messages)

[PATCH 1/2 v2] ar9170: cleanup of bss_info_changed and beacon config
 2009-08-21 21:25 UTC  (2+ messages)
` [PATCH 1/2 v3] "

[PATCH 2/2 v2] ar9170: remove unnecessary call to ar9170_set_beacon_timers
 2009-08-21 21:24 UTC  (2+ messages)

BUG: scheduling while atomic in acpi_ps_complete_op
 2009-08-21 21:24 UTC  (5+ messages)

mac80211: reassociate in STA mode after AP was power-cycled
 2009-08-21 21:23 UTC  (2+ messages)

interaction between --graph and --simplify-by-decoration
 2009-08-21 21:23 UTC  (13+ messages)
` [PATCH] graph API: fix bug in graph_is_interesting()
              ` [PATCH] Add test case for rev-list --parents --show-all
                  ` [PATCH] Add tests for rev-list --graph with options that simplify history

[PATCH]: Implement bzip2 and LZMA loaders / fixed patch for Xen 3.4.1
 2009-08-21 21:22 UTC  (4+ messages)

2.6.27.19 + 28.7: network timeouts for r8169 and 8139too
 2009-08-21 21:22 UTC  (13+ messages)
                  ` [PATCH 2.6.30-rc4] r8169: avoid losing MSI interrupts

git rebase --interactive problem
 2009-08-21 21:18 UTC  (2+ messages)

[RFC/PATCH 00/14] Build git with MSVC
 2009-08-21 21:18 UTC  (24+ messages)
` [PATCH 01/14] Fix non-constant array creation
  ` [PATCH 02/14] Avoid declaration after statement
    ` [PATCH 03/14] Define SNPRINTF_SIZE_CORR=1 for Microsoft Visual C++
      ` [PATCH 04/14] Add define guards to compat/win32.h
        ` [PATCH 05/14] Change regerror() declaration from K&R style to ANSI C (C89)
          ` [PATCH v2 05/14] Change regerror() definition "
      ` [msysGit] Re: [PATCH 01/14] Fix non-constant array creation
` [PATCH 06/14] mingw.c: Use the O_BINARY flag to open files
  ` [PATCH 07/14] Fix __stdcall/WINAPI placement and function prototype
    ` [PATCH 08/14] Test for WIN32 instead of __MINGW32_
      ` [PATCH 09/14] Avoid including windows.h in winansi.c for MSVC build
    ` [msysGit] [PATCH 07/14] Fix __stdcall/WINAPI placement and function prototype

[U-Boot] U-boot -Modifying boot sequence on a ARM based board
 2009-08-21 21:18 UTC  (2+ messages)

[PATCH 00/14] kconfig: streamline distro configs for testers
 2009-08-21 21:17 UTC  (16+ messages)

[Qemu-devel] target-sparc/TODO
 2009-08-21 21:17 UTC  (12+ messages)
` [Qemu-devel] target-sparc/TODO

[LTP] The Best Practice to Skip Syscall Tests
 2009-08-21 21:17 UTC  (3+ messages)

[U-Boot] [PATCH] Fix all linker scripts for older binutils versions (pre-2.16)
 2009-08-21 21:14 UTC  (2+ messages)

[Ocfs2-devel] [PATCH 00/41] ocfs2: Add reflink file support. V4
 2009-08-21 21:12 UTC  (3+ messages)
` [Ocfs2-devel] [PATCH 19/41] ocfs2: Integrate CoW in file write

[U-Boot] [PATCH] ARM: compiler options cleanup - improve tool chain support
 2009-08-21 21:12 UTC  (2+ messages)

[U-Boot] Pull request: nand flash
 2009-08-21 21:11 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] mpc83xx: tqm8349 - remove pci & flash window conflict
 2009-08-21 21:08 UTC  (4+ messages)

Continue git clone after interruption
 2009-08-21 21:07 UTC  (5+ messages)

[merged] powerpc-avoid-calculating-possibly-invalid-address.patch removed from -mm tree
 2009-08-21 21:06 UTC 

[merged] drivers-media-dvb-use-dst_type-field-instead-of-type_flags.patch removed from -mm tree
 2009-08-21 21:06 UTC 

[PATCH 0/14] iwlwifi and ipw2x00 driver updates
 2009-08-21 21:03 UTC  (18+ messages)
` [PATCH 01/14] iwlwifi: set default tx power user limit to minimal
` [PATCH 02/14] iwlwifi: do not allow set tx power over channel power limit
` [PATCH 03/14] iwlwifi: name changes from "tx_power_channel_lmt" to "tx_power_device_lmt"
` [PATCH 04/14] iwlwifi: error checking for setting tx_power in sysfs
` [PATCH 05/14] iwlwifi: change IWL6000_UCODE_API_MAX to v4
` [PATCH 06/14] iwlwifi: show current tx power
` [PATCH 07/14] iwlwifi: clear rate control flags on non-HT packet
` [PATCH 08/14] iwlwifi: set HT flags in ieee80211_rx_status for received packets
` [PATCH 09/14] iwlwifi: remove duplicated define
` [PATCH 10/14] iwlwifi: read enhanced tx power info from EEPROM image
` [PATCH 11/14] iwlwifi: fix remove key error
` [PATCH 12/14] iwlwifi: fix unloading driver while scanning
` [PATCH 13/14] ipw2x00: update contact information
` [PATCH 14/14] MAINTAINERS: Update ipw2x00 and iwlwifi entries
    ` [PATCH 14/14 v2] "

linux-next: Tree for August 21
 2009-08-21 21:04 UTC  (4+ messages)
` [PATCH -next] staging/iio: fix duplicate dev_attr_name
` [PATCH -next] tracing/syscalls: fix printk formats

[U-Boot] Pull request - net
 2009-08-21 21:04 UTC  (2+ messages)

RAID10 Layouts
 2009-08-21 21:04 UTC  (7+ messages)
` Help

SELinux policy for the new TUN hooks
 2009-08-21 21:02 UTC  (4+ messages)
` [refpolicy] "

Reproducible random python crash
 2009-08-21 20:58 UTC  (4+ messages)

[Ocfs2-devel] [PATCH 17/41] ocfs2: Add CoW support
 2009-08-21 20:58 UTC  (4+ messages)

[PATCH 22/32] SUNRPC: Remove the global temporary write buffer in net/sunrpc/cache.c
 2009-08-21 20:57 UTC  (12+ messages)
` [PATCH 23/32] SUNRPC: Allow the cache_detail to specify alternative upcall mechanisms
  ` [PATCH 24/32] SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache code
    ` [PATCH 25/32] SUNRPC: Add an rpc_pipefs front end for the "
      ` [PATCH 26/32] NFS: Add a ->migratepage() aop for NFS
        ` [PATCH 27/32] NFS: read-modify-write page updating
          ` [PATCH 28/32] nfs: remove superfluous BUG_ON()s
            ` [PATCH 29/32] SUNRPC: Fix a typo in cache_pipefs_files
              ` [PATCH 30/32] NFS: Add a dns resolver for use with NFSv4 referrals and migration

[U-Boot] 83xx and LCRR setting
 2009-08-21 20:56 UTC  (6+ messages)

[RFT] ar9170: use eeprom's frequency calibration values
 2009-08-21 20:52 UTC 

2.6.31-rc5 regression: Oops when USB Serial disconnected while in use
 2009-08-21 20:52 UTC  (2+ messages)

+ linux-next-git-rejects.patch added to -mm tree
 2009-08-21 20:51 UTC 

DCCP module insertion issues
 2009-08-21 20:51 UTC  (2+ messages)

mmotm 2009-08-20-19-18 uploaded
 2009-08-21 20:50 UTC  (3+ messages)

[PATCH v2] iwlwifi: Make injection of non-broadcast frames work again
 2009-08-21 20:49 UTC  (2+ messages)

Having trouble using mtdparts kernel command line to repartition flash
 2009-08-21 20:48 UTC 

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS
 2009-08-21 20:45 UTC  (2+ messages)

[PATCH] OMAP850: GPIO: Fix typo: virtual/physical address mix up
 2009-08-21 20:44 UTC 

[Ocfs2-devel] [PATCH 19/41] ocfs2: Integrate CoW in file write
 2009-08-21 20:43 UTC  (3+ messages)

Atom processor inclusion
 2009-08-21 20:36 UTC  (8+ messages)

[PATCH] x86: add specific support for Intel Atom architecture
 2009-08-21 20:36 UTC  (2+ messages)

[PATCH 1/1] Fix ECC Correction bug for SMC ordering for NDFC driver
 2009-08-21 20:35 UTC  (4+ messages)

[PATCH, RFC] xfs: batched discard support
 2009-08-21 20:35 UTC  (6+ messages)
      ` ioctls vs syscalls once again

bug? sme.c:610 __cfg80211_disconnected
 2009-08-21 20:34 UTC  (4+ messages)

Oops on shutdown?
 2009-08-21 20:33 UTC  (3+ messages)

[PATCH] ethernec: Convert to net_device_ops
 2009-08-21 20:30 UTC 

[PATCH] aranym: Convert to net_device_ops
 2009-08-21 20:29 UTC 

[PATCH] aranym: Update for v2.6.31 block layer changes
 2009-08-21 20:29 UTC 

hitting home directory's parent
 2009-08-21 20:05 UTC 

[net-next PATCH 1/3] qlge: Move TX completion processing to send path
 2009-08-21 20:25 UTC  (4+ messages)

git-daemon via launchd
 2009-08-21 20:24 UTC  (2+ messages)

[PATCH] Implementation of the IEEE80211_RADIOTAP_RATE option
 2009-08-21 20:24 UTC  (9+ messages)

[PATCH] x86: fix build with older binutils and consolidate linker script
 2009-08-21 20:23 UTC  (2+ messages)

detection of Empire Media Pen Dual TV
 2009-08-21 20:17 UTC  (4+ messages)

[PATCH] m68k: fix compilation
 2009-08-21 20:13 UTC  (2+ messages)

pull request: wireless-2.6 2009-08-21
 2009-08-21 20:13 UTC  (3+ messages)

pull request: wireless-next-2.6 2009-08-20
 2009-08-21 20:12 UTC  (2+ messages)

What's cooking in git.git (Aug 2009, #03; Thu, 20)
 2009-08-21 20:10 UTC  (4+ messages)

[PATCH] tracing: Move tracepoint callbacks into DEFINE
 2009-08-21 20:08 UTC  (9+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] tracing: Create generic syscall TRACE_EVENTs

[PATCH] x86: properly annotate alternatives.c
 2009-08-21 20:09 UTC  (2+ messages)

[PATCH] m68k,m68knommu: Wire up rt_tgsigqueueinfo and perf_counter_open
 2009-08-21 20:07 UTC  (2+ messages)

Persistent problem with wait_until_sent timeout parameter type mismatch
 2009-08-21 20:03 UTC 

[Qemu-devel] [PATCH 0/5] piix_pci cleanup
 2009-08-21 19:59 UTC  (2+ messages)

[PATCH] x86: simplify HPET code
 2009-08-21 19:57 UTC  (2+ messages)
` [tip:timers/hpet] x86, hpet: Simplify the "

ARM Architecture Reference Manual available for download (fwd)
 2009-08-21 19:57 UTC 

[Bug 13876] New: [x86_32, 2.6.30, reiserfs, reiser3, bug, regression] kernel oopsed while Sarg was running
 2009-08-21 19:56 UTC  (2+ messages)
` [Bug 13876] "

[Bug 13556] Random oopses
 2009-08-21 19:54 UTC 

[PATCH] sysctl: remove "struct file *" argument of ->proc_handler
 2009-08-21 19:53 UTC 

[Qemu-devel] [PATCH 00/14] Compile only devices that are used
 2009-08-21 19:51 UTC  (3+ messages)
` [Qemu-devel] [PATCH 07/14] configure ptimer only for arm and sparc softmmu

[PATCH] oom: move oom_killer_enable()/oom_killer_disable to where they belong
 2009-08-21 19:51 UTC  (2+ messages)

[U-Boot] [PATCH] Use different PBA value for E1000 PCI and PCIe cards
 2009-08-21 19:49 UTC 

[BUGFIX PATCH -tip] perf tools: Add OPT_END to option array of perf-trace
 2009-08-21 19:45 UTC  (3+ messages)
` [tip:perfcounters/tracing] perf trace: "

[PATCH] Introduce CLOCK_REALTIME_COARSE
 2009-08-21 19:45 UTC  (2+ messages)
` [tip:timers/core] time: "

Several vtpm patches and workarounds: persistence, stability, tpm_emulator-0.5.1
 2009-08-21 19:46 UTC  (2+ messages)

[TOOL] kprobestest : Kprobe stress test tool
 2009-08-21 19:43 UTC  (9+ messages)
` [PATCH tracing/kprobes 1/4] x86: Fix x86 instruction decoder selftest to check only .text
` [PATCH tracing/kprobes 2/4] x86: Check awk features before generating inat-tables.c
` [PATCH tracing/kprobes 3/4] tracing/kprobes: Fix format typo in trace_kprobes
` [PATCH tracing/kprobes 4/4] tracing/kprobes: Change trace_arg to probe_arg


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.