All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-07-18 00:01:06 to 2007-07-18 03:04:11 UTC [more...]

[PATCH][DOC]hpet.txt broken link fix
 2007-07-18  3:03 UTC  (3+ messages)

refectory controls
 2007-07-18  3:01 UTC 

hugetlbfs for ppc440 - kernel BUG -- follow up
 2007-07-18  3:01 UTC  (4+ messages)

[Buildroot] make fontconfig fails due to missing libxml header files
 2007-07-18  2:59 UTC 

git svn dcommit seg fault
 2007-07-18  2:51 UTC 

[git patches 1/2] warnings: attack valid cases spotted by warnings
 2007-07-18  2:56 UTC  (6+ messages)

Problem running git-gui
 2007-07-18  2:54 UTC  (10+ messages)
` [PATCH] git-gui: Handle git versions of the form n.n.n.GIT

[PATCH] [Xend] More security-related fixes
 2007-07-18  2:48 UTC 

[PATCH 1/3] Move bundle specific stuff into bundle.[ch]
 2007-07-18  2:48 UTC  (2+ messages)

[PATCH] fix wrong argument of tc35815_read_plat_dev_addr()
 2007-07-18  2:23 UTC  (2+ messages)

[PATCH 1/4] [NET] move dev_mc_discard from dev_mcast.c to dev.c
 2007-07-18  2:41 UTC  (4+ messages)
` [PATCH 1/3] [net/core] "
  ` [PATCH 2/3] [net/core] merge dev_unicast_discard and dev_mc_discard into one
    ` [PATCH 3/3] [net/core] move __dev_addr_discard adjacent to dev_addr_discard for readability

[PATCH][RFC] 4K stacks default, not a debug thing any more...?
 2007-07-18  2:38 UTC  (24+ messages)

Please pull 'upstream-davem' branch of wireless-2.6
 2007-07-18  2:16 UTC  (2+ messages)

Please pull 'upstream-jgarzik' branch of wireless-2.6
 2007-07-18  2:19 UTC 

2.6.22-git ppc build failure
 2007-07-18  2:27 UTC  (5+ messages)
` [PATCH] "

apic+ioapiuc patch
 2007-07-18  2:28 UTC  (4+ messages)

Booleans, what a wonderful type!
 2007-07-18  2:25 UTC  (3+ messages)

Creative Suite 3 $269.90
 2007-07-18  2:24 UTC 

[U-Boot-Users] In kernel mkimage
 2007-07-18  2:24 UTC  (8+ messages)

Empty directories
 2007-07-18  2:23 UTC  (4+ messages)

Hibernation considerations
 2007-07-18  2:18 UTC  (9+ messages)

Cypress c67x00 Support?
 2007-07-18  2:18 UTC  (2+ messages)

mount options for selectively disabling parts of CIFS Unix Extensions
 2007-07-18  2:17 UTC  (6+ messages)
  ` [linux-cifs-client] "

Problem with McSPI as Slave
 2007-07-18  2:14 UTC  (2+ messages)

Character set for the HTML documentation
 2007-07-18  2:02 UTC  (2+ messages)

Allocating inodes from a single block
 2007-07-18  2:01 UTC  (4+ messages)

[PATCH 00/11] dtc: some fixes, and make asm labels for data
 2007-07-18  2:01 UTC  (5+ messages)
` [PATCH 01/11] dtc: fix asm for version 17
` [PATCH 03/11] dtc: complain about unparsed digits in cell lists

[Drbd-dev] [DRBD8] Minor patch to drbdmeta restore-md file parsing
 2007-07-18  1:58 UTC 

[PATCH 01/61] Use strcasecmp() rather than strncasecmp() when determining device node compatibility
 2007-07-18  1:58 UTC  (62+ messages)
` [PATCH 02/61] mpc8272ads.dts: Whitespace cleanup
` [PATCH 03/61] Only include linux/ide.h if CONFIG_BLOCK is defined
` [PATCH 04/61] 8xx: Work around CPU15 erratum
` [PATCH 05/61] bootwrapper: Change cuImage .gitignore entry to cuImage.*
` [PATCH 06/61] 8xx: Don't call non-existent Soft_emulate_8xx from SoftwareEmulation
` [PATCH 07/61] bootwrapper: Set timebase_period_ns from dt_fixup_cpu_clocks
` [PATCH 08/61] bootwrapper: dt_xlate_range() bugfixes
` [PATCH 09/61] bootwrapper: Add dt_is_compatible()
` [PATCH 10/61] bootwrapper: flatdevtree fixes
` [PATCH 11/61] bootwrapper: Add 16-bit I/O
` [PATCH 12/61] bootwrapper: Add TARGET_HAS_ETHn tests to ppcboot.h
` [PATCH 13/61] bootwrapper: Search the entire compatible list for serial devices
` [PATCH 14/61] bootwrapper: Don't call serial_edit_cmdline if getc isn't defined
` [PATCH 15/61] Declare udelay() in ops.h, and remove declarations in various users
` [PATCH 16/61] bootwrapper: Add CPM serial driver
` [PATCH 17/61] bootwrapper: Add 8xx support
` [PATCH 18/61] bootwrapper: Add PowerQUICC II (82xx with CPM) support
` [PATCH 20/61] Add early debug console for CPM serial ports
` [PATCH 21/61] Minor whitespace (space->tab) fixup in irq.c
` [PATCH 22/61] Rename mpc82xx_ads to mpc8272ads
` [PATCH 23/61] Rename mpc82xx_ads_show_cpuinfo to m82xx_show_cpuinfo
` [PATCH 24/61] Change references from 82xx_ADS to 8272ADS
` [PATCH 25/61] Fix off-by-one error in CPM2 setbrg()
` [PATCH 26/61] cpm2: Add SCCs to cpm2_clk_setup()
` [PATCH 27/61] cpm2: Fix whitespace in cpm2_clk_setup()
` [PATCH 28/61] Add cpm2_set_pin()
` [PATCH 29/61] fsl_soc: Fix get_immrbase() to use ranges, rather than reg
` [PATCH 30/61] fsl_soc: Update the way get_brgfreq() finds things in the device tree
` [PATCH 31/61] mpc8272ads: Check the board in the probe function
` [PATCH 32/61] mpc82xx: Move PQ2 restart and halt functions out of mpc8272-specific code
` [PATCH 33/61] mpc82xx: Remove a bunch of cruft that duplicates generic functionality
` [PATCH 34/61] cpm2: Use the global cpm2_immr rather than ioremapping() all over the place
` [PATCH 35/61] 82xx: Factor PCI PIC out of 8272ads code
` [PATCH 36/61] mpc82xx: Factor PCI init out of mpc8272ads
` [PATCH 37/61] cpm2: Rework 8272ads initialization, and eliminate init_fcc_ioports()
` [PATCH 38/61] cpm2: Update device trees
` [PATCH 39/61] mpc885ads: Whitespace cleanup (space->tab)
` [PATCH 40/61] 8xx: Whitespace cleanup in commproc.c
` [PATCH 41/61] 8xx: Keep a global mpc8xx_immr mapping
` [PATCH 42/61] 8xx: commproc.c: Use better OF names
` [PATCH 43/61] 8xx: Always reset CPM if not using early console
` [PATCH 44/61] 8xx: Miscellaneous commproc.c cleanup
` [PATCH 45/61] 8xx: Add pin and clock setting functions
` [PATCH 46/61] mpc885ads: Rework initialization
` [PATCH 47/61] 8xx: Don't hardcode the vendor in cpuinfo
` [PATCH 48/61] 8xx: Use better OF names for PIC
` [PATCH 49/61] 8xx: Update device trees
` [PATCH 50/61] fsl_soc: Remove 8xx/cpm2 glue code
` [PATCH 51/61] cpm_uart: Be an of_platform device when using arch/powerpc
` [PATCH 52/61] cpm_uart: Issue STOP_TX command before initializing console
` [PATCH 53/61] 82xx: Set NOT_COHERENT_CACHE on 8272 with PCI
` [PATCH 54/61] Update mpc885ads defconfig
` [PATCH 55/61] Update mpc8272ads defconfig
` [PATCH 56/61] 82xx: Add pq2fads board support
` [PATCH 57/61] fs_enet: Whitespace cleanup
` [PATCH 58/61] fs_enet: Don't share the interrupt
` [PATCH 59/61] fs_enet: mac-fcc: Eliminate __fcc-* macros
` [PATCH 60/61] fs_enet: Align receive buffers
` [PATCH 61/61] fs_enet: Be an of_platform device when using arch/powerpc

[PATCH 0/2] SELinux Netlabel updates
 2007-07-18  1:53 UTC  (5+ messages)

VESAFB CUSTOM RESOLUTION
 2007-07-18  1:50 UTC  (2+ messages)

[PATCH] appletouch powersaving - please apply for 2.6.23-rc1
 2007-07-18  1:48 UTC  (4+ messages)
  ` [PATCH] appletouch powersaving - please apply for 2.6.23-rc1 take #3

[PATCH] Add nid sanity on alloc_pages_node
 2007-07-18  1:40 UTC  (10+ messages)

[Advocacy] Re: 3ware 9650 tips
 2007-07-18  1:41 UTC  (2+ messages)

Geode GX framebuffer driver: Arcom vs. AMD
 2007-07-18  1:42 UTC  (4+ messages)

[linux-lvm] disk recovery - mounting external USB lvm2 volume
 2007-07-18  1:41 UTC  (5+ messages)

[PATCH] Endianness bugs in e2fsck
 2007-07-18  1:40 UTC  (3+ messages)

[PATCH] Add StorCenter DTS first draft
 2007-07-18  1:39 UTC  (2+ messages)

Patches for REALLY TINY 386 kernels
 2007-07-18  2:33 UTC  (2+ messages)

[Qemu-devel] IBM makes AIX 6 beta available for download for everyone
 2007-07-18  1:32 UTC 

[PATCH 0/3] PReP support
 2007-07-18  1:31 UTC  (4+ messages)
` [PATCH 3/3] First cut at PReP support for arch/powerpc

[PATCH] Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}
 2007-07-18  1:28 UTC  (4+ messages)

[patch] CFS scheduler, -v19
 2007-07-18  1:24 UTC  (12+ messages)

Recommendations on user-space soft/hardreset
 2007-07-18  1:18 UTC  (4+ messages)

+ ata-fix-reported-task-file-values-in-sense-data.patch added to -mm tree
 2007-07-18  1:09 UTC 

[PATCH] Pass nr_wake2 to futex_wake_op
 2007-07-18  1:06 UTC  (2+ messages)

+ futex-pass-nr_wake2-to-futex_wake_op.patch added to -mm tree
 2007-07-18  1:06 UTC 

+ ivtv-dont-recompile-needlessly.patch added to -mm tree
 2007-07-18  1:00 UTC 

+ softlockup-make-asm-irq_regsh-available-on-every-platform.patch added to -mm tree
 2007-07-18  0:58 UTC 

+ softlockup-watchdog-style-cleanups.patch added to -mm tree
 2007-07-18  0:58 UTC 

+ softlockup-improve-debug-output.patch added to -mm tree
 2007-07-18  0:58 UTC 

+ fix-leaks-on-proc-schedsched_debugtimer_listtimer_stats.patch added to -mm tree
 2007-07-18  0:54 UTC 

+ fix-leak-on-proc-lockdep_stats.patch added to -mm tree
 2007-07-18  0:54 UTC 

[Qemu-devel] does anybody have idea about this patch for linux debugging
 2007-07-18  0:52 UTC 

[PATCH] AFS: Fix file locking
 2007-07-18  0:50 UTC  (2+ messages)

+ afs-fix-file-locking.patch added to -mm tree
 2007-07-18  0:50 UTC 

2.6.23 compile failure - slab/slob interspanking
 2007-07-18  0:49 UTC  (4+ messages)

+ immunize-rcu_dereference-against-crazy-compiler-writers.patch added to -mm tree
 2007-07-18  0:44 UTC 

+ remove-workaround-for-unimmunized-rcu_dereference-from-mce_log.patch added to -mm tree
 2007-07-18  0:44 UTC 

+ bpqether-fix-rcu-usage.patch added to -mm tree
 2007-07-18  0:44 UTC 

+ sys_time-use-barrier-instead-of-smp_rmb.patch added to -mm tree
 2007-07-18  0:41 UTC 

[patch 37/44] xen: add virtual network device driver
 2007-07-18  0:40 UTC  (4+ messages)

+ aio-sparse-fix-type-of-ki_flags.patch added to -mm tree
 2007-07-18  0:40 UTC 

+ slob-kill-off-duplicate-kzalloc-definition.patch added to -mm tree
 2007-07-18  0:37 UTC 

+ drivers-edac-new-i82975x-driver-fix.patch added to -mm tree
 2007-07-18  0:32 UTC 

+ drivers-edac-new-i82975x-driver.patch added to -mm tree
 2007-07-18  0:32 UTC 

[patch 3/5] A-MSDU Rx aggregation support
 2007-07-18  0:01 UTC  (5+ messages)

[U-Boot-Users] [PATCH 1/2] fdt: do board setup based on fdt address specified on bootm line
 2007-07-18  0:33 UTC  (2+ messages)

+ drivers-edac-add-to-edac-docs.patch added to -mm tree
 2007-07-18  0:32 UTC 

+ drivers-edac-fix-workq-reset-deadlock.patch added to -mm tree
 2007-07-18  0:32 UTC 

+ drivers-edac-fix-edac_device-sysfs-corner-case-bug.patch added to -mm tree
 2007-07-18  0:32 UTC 

+ drivers-edac-add-to-maintainers-new-info.patch added to -mm tree
 2007-07-18  0:32 UTC 

[PATCH 0/2] Kexec jump: The first step to kexec base hibernation
 2007-07-18  0:25 UTC  (7+ messages)

+ drivers-edac-code-tidying-on-export-gpl.patch added to -mm tree
 2007-07-18  0:32 UTC 

[lm-sensors] Support for sch311x
 2007-07-18  0:29 UTC  (2+ messages)

block/bsg.c
 2007-07-18  0:43 UTC  (4+ messages)

Occational lockups during boot with post 2.6.22 kernels
 2007-07-18  0:20 UTC 

block/bsg.c
 2007-07-18  0:20 UTC  (4+ messages)

[KJ] Easy 2-minute form
 2007-07-18  0:15 UTC 

OCF Support on linux 2.6
 2007-07-18  0:14 UTC  (4+ messages)

[patch 0/4] aha152x.c - Cleanup, need help in testing and auditing
 2007-07-18  0:16 UTC  (4+ messages)

[PATCH 1/6] user namespace : add the framework
 2007-07-18  0:11 UTC  (5+ messages)

+ zs-move-to-the-serial-subsystem.patch added to -mm tree
 2007-07-18  0:11 UTC 

+ serial-add-back-early_serial_setup-back-to-head-file.patch added to -mm tree
 2007-07-18  0:10 UTC 

[PATCH] smp_call_function_single() should be a macro on UP
 2007-07-18  0:07 UTC  (5+ messages)

+ ecryptfs-ecryptfs_setattr-bugfix.patch added to -mm tree
 2007-07-18  0:07 UTC 

+ user-namespace-fix-copy_user_ns-return-value.patch added to -mm tree
 2007-07-18  0:06 UTC 

+ make-timerfd-return-a-u64-and-fix-the-__put_user.patch added to -mm tree
 2007-07-18  0:05 UTC 

+ remove-nid_lock-from-alloc_fresh_huge_page.patch added to -mm tree
 2007-07-18  0:04 UTC 

[Resend][PATCH 0/9] PM: Update global suspend and hibernation operations framework
 2007-07-18  0:02 UTC  (3+ messages)
` [Resend][PATCH 1/9] ACPI: Implement the set_target() callback from pm_ops

+ pm-rename-hibernation_ops-to-platform_hibernation_ops.patch added to -mm tree
 2007-07-18  0:03 UTC 

+ pm-fix-compilation-of-suspend-code-if-config_pm-is-unset.patch added to -mm tree
 2007-07-18  0:03 UTC 

+ pm-rework-struct-platform_suspend_ops.patch added to -mm tree
 2007-07-18  0:03 UTC 

+ pm-rename-struct-pm_ops-and-related-things.patch added to -mm tree
 2007-07-18  0:03 UTC 

+ pm-move-definition-of-struct-pm_ops-to-suspendh.patch added to -mm tree
 2007-07-18  0:03 UTC 

+ pm-rework-struct-hibernation_ops.patch added to -mm tree
 2007-07-18  0:03 UTC 

+ acpi-implement-the-set_target-callback-from-pm_ops.patch added to -mm tree
 2007-07-18  0:03 UTC 

+ acpi-add-acpi_pm_device_sleep_state-helper-routine.patch added to -mm tree
 2007-07-18  0:03 UTC 

+ pm-make-suspend_ops-static.patch added to -mm tree
 2007-07-18  0:03 UTC 


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.