summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-05-1210-71/+109
|\
| * ARM: 6870/1: The mandatory barrier rmb() must be a dsb() in for device accessesCatalin Marinas2011-05-123-3/+3
| * ARM: 6892/1: handle ptrace requests to change PC during interrupted system callsArnd Bergmann2011-05-121-37/+53
| * ARM: 6890/1: memmap: only free allocated memmap entries when using SPARSEMEMWill Deacon2011-05-121-1/+15
| * Merge first four commits of 'zImage_fixes' of git://git.linaro.org/people/nic...Russell King2011-05-073-12/+26
| |\
| | * ARM: zImage: the page table memory must be considered before relocationNicolas Pitre2011-05-071-1/+2
| | * ARM: zImage: make sure not to relocate on top of the relocation codeNicolas Pitre2011-05-071-10/+17
| | * ARM: zImage: Fix bad SP address after relocating kernelTony Lindgren2011-05-071-0/+5
| | * ARM: zImage: make sure the stack is 64-bit alignedNicolas Pitre2011-05-072-1/+2
| * | ARM: RiscPC: acornfb: fix section mismatchesRussell King2011-05-061-16/+10
| * | ARM: RiscPC: etherh: fix section mismatchesRussell King2011-05-061-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-05-125-11/+12
|\ \ \
| * | | ceph: do not use i_wrbuffer_ref as refcount for Fb capHenry C Chang2011-05-113-9/+10
| * | | ceph: fix list_add in ceph_put_snap_realmHenry C Chang2011-05-111-1/+1
| * | | ceph: print debug message before put mds sessionHenry C Chang2011-05-111-1/+1
* | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-05-123-13/+14
|\ \ \ \
| * | | | drm/radeon/nouveau: fix build regression on alpha due to Xen changes.Dave Airlie2011-05-112-4/+5
| * | | | drm/radeon/kms: fix cayman accelerationAlex Deucher2011-05-111-1/+1
| * | | | drm/radeon: fix cayman struct accessors.Dave Airlie2011-05-111-8/+8
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds2011-05-123-6/+7
|\ \ \ \ \
| * | | | | mfd: Fix for the TWL4030 PM sleep/wakeup sequenceLesly A M2011-05-111-1/+2
| * | | | | mfd: Fix asic3 build errorAxel Lin2011-05-111-1/+1
| * | | | | mfd: Fixed gpio polarity of omap-usb gpio USB-phy resetJuergen Kilb2011-05-111-4/+4
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-05-1212-46/+40
|\ \ \ \ \
| * | | | | [S390] fix alloc_pgste check in init_new_contextMartin Schwidefsky2011-05-101-1/+1
| * | | | | [S390] oprofile: fix min/max interval query checksMartin Schwidefsky2011-05-103-18/+8
| * | | | | [S390] replace diag10() with diag10_range() functionMichael Holzheu2011-05-103-24/+16
| * | | | | [S390] disassembler: handle b280/spp instructionChristian Borntraeger2011-05-101-0/+1
| * | | | | [S390] kernel: Initialize register 14 when starting new CPUMichael Holzheu2011-05-102-2/+2
| * | | | | [S390] dasd: prevent IO error during reserve/release loopStefan Haberland2011-05-101-1/+10
| * | | | | [S390] sclp/memory hotplug: fix initial usecount of incrementsHeiko Carstens2011-05-101-0/+2
* | | | | | Revert "Bluetooth: fix shutdown on SCO sockets"Linus Torvalds2011-05-121-9/+0
* | | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-05-122-3/+6
|\ \ \ \ \ \
| * | | | | | PM / Hibernate: Fix ioctl SNAPSHOT_S2RAMRafael J. Wysocki2011-05-111-0/+1
| * | | | | | PM / Hibernate: Make snapshot_release() restore GFP maskRafael J. Wysocki2011-05-111-1/+3
| * | | | | | PM: Fix warning in pm_restrict_gfp_mask() during SNAPSHOT_S2RAM ioctlRafael J. Wysocki2011-05-111-2/+2
* | | | | | | mm: tracing: add missing GFP flags to tracingMel Gorman2011-05-121-1/+5
* | | | | | | tmpfs: fix spurious ENOSPC when racing with unswapHugh Dickins2011-05-121-10/+22
* | | | | | | tmpfs: fix race between umount and swapoffHugh Dickins2011-05-121-45/+43
* | | | | | | tmpfs: fix race between umount and writepageHugh Dickins2011-05-121-11/+20
* | | | | | | memcg: allocate memory cgroup structures in local nodesAndi Kleen2011-05-121-1/+1
* | | | | | | mm: add alloc_pages_exact_nid()Andi Kleen2011-05-122-12/+39
* | | | | | | MAINTAINERS: fix sortingHarry Wei2011-05-121-40/+40
* | | | | | | mm: use alloc_bootmem_node_nopanic() on really needed pathYinghai Lu2011-05-122-3/+6
* | | | | | | mm: check PageUnevictable in lru_deactivate_fn()Minchan Kim2011-05-121-0/+3
* | | | | | | drivers/rtc/rtc-s3c.c: fixup wake support for rtcBen Dooks2011-05-121-3/+10
| |_|/ / / / |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-05-1140-232/+422
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6David S. Miller2011-05-1114-161/+279
| |\ \ \ \ \ \
| | * | | | | | netfilter: revert a2361c8735e07322023aedc36e4938b35af31eb0Pablo Neira Ayuso2011-05-101-5/+0
| | * | | | | | netfilter: IPv6: fix DSCP mangle codeFernando Luis Vazquez Cao2011-05-101-1/+1