summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds2008-07-1436-280/+1093
|\
| * avr32: Fix typo of IFSR in a comment in the PIO header fileHans-Christian Egtvedt2008-07-041-1/+1
| * avr32: Power Management support ("standby" and "mem" modes)Haavard Skinnemoen2008-07-028-1/+496
| * avr32: Add system device for the internal interrupt controller (intc)Haavard Skinnemoen2008-07-021-3/+25
| * avr32: Add simple SRAM allocatorHaavard Skinnemoen2008-07-023-0/+57
| * avr32: Enable SDRAMC clock at startupHaavard Skinnemoen2008-07-021-0/+9
| * rtc-at32ap700x: Enable wakeupHaavard Skinnemoen2008-07-021-0/+3
| * macb: Basic suspend/resume supportHaavard Skinnemoen2008-07-021-0/+37
| * atmel_serial: Drain console TX shifter before suspendingHaavard Skinnemoen2008-07-021-0/+6
| * atmel_serial: Fix build on avr32 with CONFIG_PM enabledHaavard Skinnemoen2008-07-021-1/+10
| * avr32: Use a quicklist for PTE allocation as wellHaavard Skinnemoen2008-07-022-14/+16
| * avr32: Use a quicklist for PGD allocationHaavard Skinnemoen2008-07-022-12/+23
| * avr32: Cover the kernel page tables in the user PGDsHaavard Skinnemoen2008-07-022-14/+42
| * avr32: Store virtual addresses in the PGDHaavard Skinnemoen2008-07-025-54/+51
| * avr32: Remove useless zeroing of swapper_pg_dir at startupHaavard Skinnemoen2008-07-021-13/+3
| * avr32: Clean up and optimize the TLB operationsHaavard Skinnemoen2008-07-022-89/+87
| * avr32: Rename at32ap.c -> pdc.cHaavard Skinnemoen2008-06-282-1/+1
| * avr32: Move setup_platform() into chip-specific fileHaavard Skinnemoen2008-06-283-22/+8
| * avr32: Kill special exception handler sectionsHaavard Skinnemoen2008-06-272-12/+5
| * avr32: Kill unneeded #include <asm/pgalloc.h> from asm/mmu_context.hHaavard Skinnemoen2008-06-271-1/+0
| * avr32: Clean up time.c #includesHaavard Skinnemoen2008-06-271-11/+3
| * atmel_pwm: Rename the "mck" clock to "pwm_clk"Sedji Gaouaou2008-06-272-2/+2
| * at32ap700x spi: enable pullups on MISODavid Brownell2008-06-271-2/+4
| * avr32: improve NGW100 I2C/PMBus setupDavid Brownell2008-06-271-0/+22
| * avr32: Add PSIF platform devicesHans-Christian Egtvedt2008-06-272-0/+78
| * avr32: Add pin configuration choice to LCDC peripheralHans-Christian Egtvedt2008-06-274-35/+77
| * avr32: minor GPIO handling updatesDavid Brownell2008-06-271-0/+2
| * avr32: Fix wrong I/O access size in __raw_readsbHaavard Skinnemoen2008-06-271-1/+1
| * avr32: Fix sigaltstack behaviourMartin Koegler2008-06-271-0/+3
| * avr32: Allow board to define oscillator ratesAlex2008-06-276-8/+34
| * avr32: export empty_zero_pageHaavard Skinnemoen2008-06-271-0/+2
| * avr32: Provide PCI DMA mapping APIHaavard Skinnemoen2008-06-271-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-07-1431-1824/+1589
|\ \
| * | security: remove register_security hookJames Morris2008-07-146-105/+5
| * | security: remove dummy module fixMiklos Szeredi2008-07-141-1/+1
| * | security: remove dummy moduleMiklos Szeredi2008-07-145-1340/+996
| * | security: remove unused sb_get_mnt_opts hookMiklos Szeredi2008-07-144-29/+0
| * | LSM/SELinux: show LSM mount options in /proc/mountsEric Paris2008-07-145-4/+85
| * | SELinux: allow fstype unknown to policy to use xattrs if presentEric Paris2008-07-143-14/+37
| * | security: fix return of void-valued expressionsJames Morris2008-07-141-3/+3
| * | SELinux: use do_each_thread as a proper do/while blockJames Morris2008-07-141-2/+2
| * | SELinux: remove unused and shadowed addrlen variableJames Morris2008-07-141-3/+1
| * | SELinux: more user friendly unknown handling printkEric Paris2008-07-142-5/+7
| * | selinux: change handling of invalid classes (Was: Re: 2.6.26-rc5-mm1 selinux ...Stephen Smalley2008-07-141-3/+13
| * | SELinux: drop load_mutex in security_load_policyEric Paris2008-07-141-13/+1
| * | SELinux: fix off by 1 reference of class_to_string in context_struct_compute_avEric Paris2008-07-141-1/+1
| * | SELinux: open code sidtab lockJames Morris2008-07-141-11/+7
| * | SELinux: open code load_mutexJames Morris2008-07-141-12/+9
| * | SELinux: open code policy_rwlockJames Morris2008-07-141-56/+52
| * | selinux: fix endianness bug in network node address handlingStephen Smalley2008-07-141-7/+8