safe/jmp/linux-2.6
2010-05-10 Alan Coxedac: i7core_edac produces undefined behaviour on 32bit
2010-05-10 Mauro Carvalho... i7core_edac: Use a more generic approach for probing...
2010-05-10 Mauro Carvalho... i7core_edac: PCI device is called NONCORE, instead...
2010-05-10 Mauro Carvalho... i7core_edac: Fix ringbuffer maxsize
2010-05-10 Mauro Carvalho... i7core_edac: First store, then increment
2010-05-10 Mauro Carvalho... i7core_edac: Better parse "any" addrmask
2010-05-10 Mauro Carvalho... i7core_edac: Use a lockless ringbuffer
2010-05-10 Mauro Carvalho... edac: Create an unique instance for each kobj
2010-05-10 Mauro Carvalho... Documentation/edac.txt: Reflect the sysfs changes at...
2010-05-10 Mauro Carvalho... i7core_edac: Convert UDIMM error counters into a proper...
2010-05-10 Mauro Carvalho... edac: Don't create csrow entries on instance groups
2010-05-10 Mauro Carvalho... edac: store/show methods for device groups weren't...
2010-05-10 Mauro Carvalho... i7core_edac: Add support for sysfs addrmatch group
2010-05-10 Mauro Carvalho... edac_core: Allow the creation of sysfs groups
2010-05-10 Mauro Carvalho... i7core_edac: Avoid printing a warning when debug is...
2010-05-10 Mauro Carvalho... i7core_edac: We need to use list_for_each_entry_safe...
2010-05-10 Mauro Carvalho... i7core_edac: change remove module strategy
2010-05-10 Mauro Carvalho... i7core_edac: remove static counter for max sockets
2010-05-10 Mauro Carvalho... i7core_edac: at remove, don't remove all pci devices...
2010-05-10 Mauro Carvalho... i7core_edac: Fix a bug when printing error counts with...
2010-05-10 Mauro Carvalho... Documentation/edac.txt: Improve it to reflect the lates...
2010-05-10 Mauro Carvalho... i7core_edac: a few fixes for multiple mc's
2010-05-10 Mauro Carvalho... i7core_edac: sanity check: print a warning if a mcelog...
2010-05-10 Mauro Carvalho... i7core_edac: create one mc per socket/QPI
2010-05-10 Mauro Carvalho... Dynamically allocate memory for PCI devices
2010-05-10 Mauro Carvalho... i7core: temporary workaround to allow it to compile...
2010-05-10 Mauro Carvalho... i7core_edac: Improve corrected_error_counts output...
2010-05-10 Keith Manntheyi7core_edac: Probe on Xeons eariler
2010-05-10 Mauro Carvalho... i7core: Use registered memories per processor
2010-05-10 Mauro Carvalho... i7core_edac: Use Device 3 function 2 to report errors...
2010-05-10 Keith Manntheyi7core_edac: Fix ecc enable shift
2010-05-10 Mauro Carvalho... i7core_edac: Print an error message if pci register...
2010-05-10 Mauro Carvalho... i7core_edac: CodingSyle fixes/cleanups
2010-05-10 Mauro Carvalho... Documentation/edac.txt: Add Nehalem specific EDAC chara...
2010-05-10 Mauro Carvalho... i7core_edac: fix error injection
2010-05-10 Mauro Carvalho... i7core_edac: fix error codes for sysfs error injection...
2010-05-10 Mauro Carvalho... i7core_edac: some fixes at error injection code
2010-05-10 Mauro Carvalho... i7core_edac: Some cleanups at displayed info
2010-05-10 Mauro Carvalho... i7core: remove some uneeded noisy debug messages
2010-05-10 Mauro Carvalho... i7core: add socket info at the debug msg
2010-05-10 Mauro Carvalho... i7core: better document i7core_get_active_channels()
2010-05-10 Mauro Carvalho... i7core: fix get_devices routine for Xeon55xx
2010-05-10 Mauro Carvalho... i7core: enrich error information based on memory transa...
2010-05-10 Mauro Carvalho... i7core: check if the memory error is fatal or non-fatal
2010-05-10 Mauro Carvalho... i7core: fix probing on Xeon55xx
2010-05-10 Mauro Carvalho... i7core_edac: some fixes at memory error parser
2010-05-10 Mauro Carvalho... i7core_edac: decode mcelog error and send it via edac...
2010-05-10 Mauro Carvalho... i7core_edac: maps all sockets as if ther are one MC...
2010-05-10 Mauro Carvalho... i7core_edac: add support for more than one MC socket
2010-05-10 Mauro Carvalho... i7core_edac: Add a code to probe Xeon 55xx bus
2010-05-10 Aristeu Rozanskipci: Add a probing code that seeks for an specific bus
2010-05-10 Mauro Carvalho... i7core_edac: Adds write unlock to MC registers
2010-05-10 Mauro Carvalho... i7core_edac: Add edac_mce glue
2010-05-10 Mauro Carvalho... edac/Kconfig: edac_mce can't be module
2010-05-10 Mauro Carvalho... edac_mce: Add an interface driver to report mce errors...
2010-05-10 Mauro Carvalho... i7core_edac: CodingStyle fixes
2010-05-10 Mauro Carvalho... i7core_edac: fill csrows edac sysfs info
2010-05-10 Mauro Carvalho... i7core_edac: Memory info fixes and preparation for...
2010-05-10 Mauro Carvalho... i7core_edac: Get more info about the memory DIMMs
2010-05-10 Mauro Carvalho... i7core_edac: Add more information about each active...
2010-05-10 Mauro Carvalho... i7core_edac: Improve error handling
2010-05-10 Mauro Carvalho... i7core_edac: Properly fill struct csrow_info
2010-05-10 Mauro Carvalho... i7core_edac: Add additional tests for error detection
2010-05-10 Mauro Carvalho... i7core_edac: Add a memory check routine, based on devic...
2010-05-10 Mauro Carvalho... i7core_edac: need mci->edac_check, otherwise module...
2010-05-10 Mauro Carvalho... i7core_edac: A few fixes at error injection code
2010-05-10 Mauro Carvalho... i7core_edac: Show read/write virtual/physical channel...
2010-05-10 Mauro Carvalho... i7core_edac: Registers all supported MC functions
2010-05-10 Mauro Carvalho... i7core_edac: Add more status functions to EDAC driver
2010-05-10 Mauro Carvalho... i7core_edac: Add error insertion code for Nehalem
2010-05-10 Mauro Carvalho... i7core_edac: Add an EDAC memory controller driver for...
2010-04-30 Linus TorvaldsLinux 2.6.34-rc6 v2.6.34-rc6
2010-04-30 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-04-30 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2010-04-30 Wufeikgdb: don't needlessly skip PAGE_USER test for Fsl...
2010-04-30 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2010-04-30 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2010-04-30 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2010-04-29 viresh kumarARM: 6061/1: PL061 GPIO: Bug fix - setting gpio for...
2010-04-29 Dave Chinnerxfs: add a shrinker to background inode reclaim
2010-04-29 Boaz Harroshexofs: Fix "add bdi backing to mount session" fall out
2010-04-29 Jens Axboefs: fs/super.c needs to include backing-dev.h for ...
2010-04-29 Linus TorvaldsMerge branch 'bugfixes' of git://git.linux-nfs.org...
2010-04-29 Arnd Bergmannpktcdvd: improve BKL and compat_ioctl.c usage
2010-04-29 Boaz Harroshexofs: Fix "add bdi backing to mount session" fall out
2010-04-29 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2010-04-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-04-29 Al Vironfs d_revalidate() is too trigger-happy with d_drop()
2010-04-28 Colin TuckleyARM: 5957/1: ARM: RealView SD/MMC Card detection and...
2010-04-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-04-28 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-04-28 Ben Hutchingssfc: Change falcon_probe_board() to fail for unsupporte...
2010-04-28 Ben Hutchingssfc: Always close net device at the end of a disabling...
2010-04-28 Ben Hutchingssfc: Wait at most 10ms for the MC to finish reading...
2010-04-28 Vlad Yasevichsctp: Fix oops when sending queued ASCONF chunks
2010-04-28 Wei Yongjunsctp: fix to calc the INIT/INIT-ACK chunk length correc...
2010-04-28 Vlad Yasevichsctp: per_cpu variables should be in bh_disabled section
2010-04-28 Vlad Yasevichsctp: fix potential reference of a freed pointer
2010-04-28 Wei Yongjunsctp: avoid irq lock inversion while call sk->sk_data_r...
2010-04-28 David S. MillerRevert "tcp: bind() fix when many ports are bound"
next