summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] mm: __alloc_pages cleanup fixNick Piggin2005-11-281-7/+17
* [PATCH] ext3: Wrong return value for EXT3_IOC_GROUP_ADDGlauber de Oliveira Costa2005-11-281-0/+1
* [PATCH] m32r: M3A-2170(Mappi-III) IDE supportHirokazu Takata2005-11-285-33/+59
* [PATCH] m32r: Introduce atomic_cmpxchg and atomic_inc_not_zero operationsHirokazu Takata2005-11-282-2/+83
* [PATCH] m32r: Fix sys_tas() syscallHirokazu Takata2005-11-281-2/+4
* [PATCH] Fix hardcoded cpu=0 in workqueue for per_cpu_ptr() callsBen Collins2005-11-281-6/+6
* [PATCH] fix 32bit overflow in timespec_to_sample()Oleg Nesterov2005-11-281-1/+1
* [PATCH] fix broken lib/genalloc.cChris Humbert2005-11-281-8/+6
* [PATCH] reiserfs: fix 32-bit overflow in map_block_for_writepage()Oleg Drokin2005-11-281-1/+1
* [PATCH] Console rotation fixesBenjamin Herrenschmidt2005-11-282-11/+4
* [PATCH] FRV: Make the FRV arch work againDavid Howells2005-11-289-14/+15
* [PATCH] fork.c: proc_fork_connector() called under write_lock()Andrew Morton2005-11-281-1/+1
* [PATCH] memory_sysdev_class is staticAndrew Morton2005-11-281-1/+0
* [PATCH] clean up lock_cpu_hotplug() in cpufreqAshok Raj2005-11-284-49/+54
* [PATCH] Workaround for gcc 2.96 (undefined references)Alan Stern2005-11-281-0/+12
* [PATCH] sparc: convert IO remapping to VM_PFNMAPDavid S. Miller2005-11-283-16/+19
* mm: re-architect the VM_UNPAGED logicLinus Torvalds2005-11-2811-146/+127
* [PATCH] drivers/scsi/dpt_i2o.c: fix a NULL pointer dereferenceAdrian Bunk2005-11-271-4/+5
* [PATCH] drivers/infiniband/core/mad.c: fix use-after-release caseAdrian Bunk2005-11-271-2/+2
* [PATCH] drivers/message/i2o/pci.c: fix a NULL pointer dereferenceAdrian Bunk2005-11-271-1/+1
* Merge branch 'drm-linus' of master.kernel.org:/pub/scm/linux/kernel/git/airli...Linus Torvalds2005-11-251-5/+11
|\
| * drm: fix quiescent lockingDave Airlie2005-11-241-5/+11
* | SUNRPC: Funny looking code in __rpc_purge_upcallTrond Myklebust2005-11-251-11/+15
* | NFS: Fix a spinlock recursion inside nfs_update_inode()Trond Myklebust2005-11-251-14/+12
* | NFSv4: Fix typo in lock cachingTrond Myklebust2005-11-251-3/+3
* | NFSv4: Fix buggy nfs_wait_on_sequence()Trond Myklebust2005-11-251-10/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2005-11-259-20/+29
|\ \
| * | [PATCH] powerpc: More hugepage boundary case fixesDavid Gibson2005-11-252-7/+12
| * | Merge ../linux-2.6Paul Mackerras2005-11-2556-452/+485
| |\ \
| * | | [PATCH] powerpc: remove arch/powerpc/include hack for 64 bitStephen Rothwell2005-11-251-6/+10
| * | | [PATCH] powerpc: update my email addressOlof Johansson2005-11-236-7/+7
* | | | Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds2005-11-256-38/+31
|\ \ \ \ | |_|/ / |/| | |
| * | | [XFS] Resolve the xlog_grant_log_space hang, revert inline to macro.Nathan Scott2005-11-251-24/+12
| * | | [XFS] Fix a case where attr2 format was being used unconditionally.Nathan Scott2005-11-251-3/+8
| * | | [XFS] Tight loop in xfs_finish_reclaim_all prevented the xfslogd to runFelix Blyakher2005-11-251-2/+3
| * | | [XFS] Fix a 32 bit value wraparound when providing a mapping for a largeNathan Scott2005-11-251-7/+6
| * | | [XFS] handle error returns from freeze_bdevChristoph Hellwig2005-11-251-1/+1
| * | | [XFS] Fix potential overflow in xfs_iomap_t delta for very large extentsEric Sandeen2005-11-251-1/+1
| | |/ | |/|
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-11-241-1/+1
|\ \ \
| * | | [ARM] 3173/1: Fix to allow 2.6.15-rc2 to compile for IOP3xx boardsAdam Brooks2005-11-231-1/+1
| | |/ | |/|
* | | [PATCH] fbcon: fix obvious bug in fbcon logo rotation codeJasper Spaans2005-11-241-1/+5
| |/ |/|
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2005-11-234-5/+4
|\ \
| * | drm: move is_pci to the end of the structureDave Airlie2005-11-231-2/+1
| * | drm: add __GFP_COMP to the drm_alloc_pagesDave Airlie2005-11-232-2/+2
| * | I think that if a PCI bus is a root bus, attached to a host bridge not aDave Airlie2005-11-231-1/+1
| |/
* | [PATCH] usb serial: remove redundant includeNicolas Kaiser2005-11-231-1/+0
* | [PATCH] USB: kernel-doc for linux/usb.hRandy Dunlap2005-11-231-0/+1
* | [PATCH] USB: fix USB key generates ioctl_internal_command errors issueDavid Härdeman2005-11-231-0/+9
* | [PATCH] USB: ohci, move ppc asic tweaks nearer pciDavid Brownell2005-11-232-38/+36
* | [PATCH] USB: EHCI updates split init/reinit logic for resumeDavid Brownell2005-11-232-161/+162
OpenPOWER on IntegriCloud