aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix deadlock in pivot_root()Al Viro2011-03-181-11/+5
* vfs: split off vfsmount-related parts of vfs_kern_mount()Al Viro2011-03-173-122/+132
* Some fixes for pstoreTony Luck2011-03-171-60/+56
* kill simple_set_mnt()Al Viro2011-03-172-9/+0
* Merge branch 'mnt_devname' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2011-03-1613-272/+316
|\
| * vfs: bury ->get_sb()Al Viro2011-03-165-103/+47
| * nfs: switch NFS from ->get_sb() to ->mount()Al Viro2011-03-161-66/+66
| * nfs: stop mangling ->mnt_devname on NFSAl Viro2011-03-161-23/+0
| * vfs: new superblock methods to override /proc/*/mount{s,info}Al Viro2011-03-163-9/+60
| * nfs: nfs_do_{ref,sub}mount() superblock argument is redundantAl Viro2011-03-163-18/+13
| * nfs: make nfs_path() work without vfsmountAl Viro2011-03-164-62/+74
| * nfs: store devname at disconnected NFS rootsAl Viro2011-03-163-4/+65
| * nfs: propagate devname to nfs{,4}_get_root()Al Viro2011-03-163-9/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2011-03-1616-34/+815
|\ \
| * | m68k/block: amiflop - Remove superfluous amiga_chip_alloc() castGeert Uytterhoeven2011-03-161-2/+2
| * | m68k/atari: ARAnyM - Add support for network accessMilan Jurik2011-03-163-0/+279
| * | m68k/atari: ARAnyM - Add support for console accessRoman Zippel2011-03-164-38/+171
| * | m68k/atari: ARAnyM - Add support for block accessRoman Zippel2011-03-163-0/+205
| * | m68k/atari: Initial ARAnyM supportPetr Stehlik2011-03-166-0/+156
| * | m68k: Kconfig - Remove unneeded "default n"Geert Uytterhoeven2011-03-161-2/+0
| * | m68k: Makefiles - Change to new flags variablesmatt mooney2011-03-161-2/+2
| * | m68k/amiga: Reclaim Chip RAM for PPC exception handlersGeert Uytterhoeven2011-03-161-4/+0
| * | m68k: Allow all kernel traps to be handled via exception fixupsAndreas Schwab2011-03-161-3/+7
| * | m68k: Use base_trap_init() to initialize vectorsRoman Zippel2011-03-161-5/+5
| * | m68k: Add helper function handle_kernel_fault()Roman Zippel2011-03-163-16/+26
* | | Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-1676-8400/+1
|\ \ \
| * | | ARM: 6629/2: aaec2000: remove support for mach-aaec2000Jamie Iles2011-02-1120-1018/+0
| * | | ARM: lh7a40x: remove unmaintained platform supportRussell King2011-01-2458-7382/+1
* | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-16295-3388/+7683
|\ \ \ \
| * \ \ \ Merge branch 'p2v' into develRussell King2011-03-1686-189/+434
| |\ \ \ \
| | * | | | ARM: 6747/1: P2V: Thumb2 supportNicolas Pitre2011-03-102-3/+50
| | * | | | ARM: 6766/1: Thumb-2: Reflect ARM/Thumb-2 configuration in module vermagicDave Martin2011-02-261-0/+8
| | * | | | ARM: 6748/1: ignore mdesc->boot_params if out of rangeNicolas Pitre2011-02-231-2/+19
| | * | | | ARM: 6749/1: fold lookup_machine_type() into setup_machine()Nicolas Pitre2011-02-231-31/+17
| | * | | | ARM: 6675/1: use phys_addr_t instead of unsigned long in conversion codeWill Deacon2011-02-171-4/+5
| | * | | | ARM: 6648/1: map ATAGs when not in first 1MB of RAMRob Herring2011-02-171-4/+10
| | * | | | ARM: P2V: extend to 16-bit translation offsetsRussell King2011-02-174-6/+39
| | * | | | ARM: P2V: introduce phys_to_virt/virt_to_phys runtime patchingRussell King2011-02-177-15/+167
| | * | | | ARM: 6651/1: omap: Fix DEBUG_LL code for p2v changesTony Lindgren2011-02-172-8/+14
| | * | | | ARM: P2V: eliminate head.S use of PHYS_OFFSET for !XIP_KERNELRussell King2011-02-171-22/+22
| | * | | | ARM: P2V: avoid initializers and assembly using PHYS_OFFSETRussell King2011-02-1715-21/+23
| | * | | | ARM: P2V: separate PHYS_OFFSET from platform definitionsRussell King2011-02-1765-86/+88
| * | | | | Merge branch 'v6v7' into develRussell King2011-03-1628-189/+191
| |\ \ \ \ \
| | * | | | | ARM: 6653/1: bitops: Use BX instead of MOV PC,LRDave Martin2011-02-191-2/+2
| | * | | | | ARM: 6655/1: Correct WFE() in asm/spinlock.h for Thumb-2Dave Martin2011-02-101-1/+17
| | * | | | | ARM: v6/v7 cache: allow cache calls to be optimizedRussell King2011-02-021-10/+10
| | * | | | | ARM: v6k: DMA_CACHE_RWFO isn't appropriate for non-v6k CPUsRussell King2011-02-021-1/+1
| | * | | | | ARM: v6k: only allow SMP if we have v6k or v7 CPURussell King2011-02-021-0/+1
| | * | | | | ARM: v6k: allow swp emulation again when ARMv7 is enabledRussell King2011-02-021-1/+1
| | * | | | | ARM: v6k: do not disable CPU_32v6K based on platform selectionRussell King2011-02-021-11/+3