summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-2368-3550/+1232
|\
| * ARM: Update (and cut down) mach-typesRussell King2011-03-201-2306/+89
| * ARM: 6771/1: vexpress: add support for multiple core tilesWill Deacon2011-03-206-61/+110
| *---. Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King2011-03-2065-1190/+1040
| |\ \ \
| | | | * ARM: 6751/1: vexpress: select applicable errata workarounds in KconfigWill Deacon2011-02-271-0/+3
| | | | * ARM: 6753/1: omap4: Enable ARM local timers with OMAP4430 es1.0 exceptionSantosh Shilimkar2011-02-232-0/+5
| | | | * ARM: 6759/1: smp: Select local timers vs broadcast timer support runtimeSantosh Shilimkar2011-02-239-12/+24
| | | | * ARM: integrator: add Integrator/CP sched_clock supportRussell King2011-02-192-1/+8
| | | | * ARM: realview/vexpress: consolidate SMP bringup codeRussell King2011-02-198-234/+116
| | | | * ARM: realview/vexpress: consolidate localtimer supportRussell King2011-02-195-29/+2
| | | | * ARM: integrator/versatile: consolidate FPGA IRQ handling codeRussell King2011-02-199-192/+140
| | | | * ARM: rationalize versatile family Kconfig/MakefileRussell King2011-02-193-10/+11
| | | | * ARM: realview: remove old AMBA device DMA definitionsRussell King2011-02-196-106/+0
| | | | * ARM: versatile: remove old AMBA device DMA definitionsRussell King2011-02-193-24/+0
| | | | * ARM: vexpress: use new init_early for clock tree and sched_clock initRussell King2011-02-193-4/+13
| | | | * ARM: realview: use new init_early for clock tree and sched_clock initRussell King2011-02-197-13/+12
| | | | * ARM: versatile: use new init_early for clock tree and sched_clock initRussell King2011-02-194-12/+14
| | | | * ARM: integrator: use new init_early for clock tree initRussell King2011-02-194-5/+17
| | | | * ARM: vexpress: switch Versatile Express to use consolidated CLCDRussell King2011-02-192-49/+10
| | | | * ARM: realview: switch Realview to use consolidated CLCDRussell King2011-02-192-180/+35
| | | | * ARM: versatile: switch Versatile to use consolidated CLCDRussell King2011-02-192-151/+36
| | | | * ARM: integrator: switch Integrator platforms to use consolidated CLCDRussell King2011-02-193-56/+15
| | | | * ARM: add versatile family consolidated CLCD supportRussell King2011-02-195-0/+199
| | | | * ARM: clcd: add method for describing display capabilitiesRussell King2011-02-192-28/+149
| | | | * ARM: clcd: use amba_part() to determine if we have a PL110 primecellRussell King2011-02-191-5/+5
| | | | * ARM: clcd: clean up CLCD announcement printksRussell King2011-02-191-2/+6
| | | | * ARM: integrator: support CLCD RGB5551 layout for 16bppRussell King2011-02-192-8/+10
| | | | * ARM: versatile: support CLCD RGB565 layout with blue LSBRussell King2011-02-191-3/+16
| | | | * ARM: 6633/1: vexpress: register platform PATA device.Nick Bowler2011-01-252-0/+26
| | | * | ARM: pgtable: add pud-level codeRussell King2011-02-219-22/+116
| | | * | ARM: 6673/1: LPAE: use phys_addr_t instead of unsigned long for start of memb...Will Deacon2011-02-212-3/+4
| | | * | ARM: Use long long format when printing meminfo physical addressesRussell King2011-02-211-6/+8
| | | * | ARM: 6672/1: LPAE: use phys_addr_t instead of unsigned long in mapping functionsWill Deacon2011-02-153-7/+8
| | | * | ARM: 6671/1: LPAE: use phys_addr_t instead of unsigned long in outercache fun...Will Deacon2011-02-151-6/+8
| | | * | ARM: 6674/1: LPAE: use long long format when printing physical addresses and ...Will Deacon2011-02-154-21/+23
| | | * | ARM: 6667/1: Fix early_pte_alloc() assumption about the Linux PTECatalin Marinas2011-02-141-1/+1
| | * | | ARM: 6797/1: hw_breakpoint: Fix newlines in WARNingsStephen Boyd2011-03-101-7/+7
* | | | | crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2011-03-2316-135/+37
* | | | | remove dma64_addr_tFUJITA Tomonori2011-03-2311-80/+0
* | | | | taskstats: use appropriate printk priority levelMandeep Singh Baines2011-03-231-1/+1
* | | | | userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-2330-44/+47
* | | | | userns: userns: check user namespace for task->file uid equivalence checksSerge E. Hallyn2011-03-233-7/+40
* | | | | userns: user namespaces: convert several capable() callsSerge E. Hallyn2011-03-2313-45/+75
* | | | | userns: add a user namespace owner of ipc nsSerge E. Hallyn2011-03-234-2/+16
* | | | | userns: user namespaces: convert all capable checks in kernel/sys.cSerge E. Hallyn2011-03-231-26/+49
* | | | | userns: make has_capability* into real functionsSerge E. Hallyn2011-03-232-30/+58
* | | | | userns: allow ptrace from non-init user namespacesSerge E. Hallyn2011-03-233-20/+49
* | | | | userns: allow killing tasks in your own or child usernsSerge E. Hallyn2011-03-231-8/+22
* | | | | userns: allow sethostname in a containerSerge E. Hallyn2011-03-234-15/+12
* | | | | userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-2310-46/+144
OpenPOWER on IntegriCloud