summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched: group scheduling, minor fixesSrivatsa Vaddagiri2008-01-252-9/+28
* sched: group scheduling code cleanupSrivatsa Vaddagiri2008-01-251-18/+3Star
* sched: remove printk_clock references from ia64Ingo Molnar2008-01-252-15/+0Star
* sched: remove printk_clock()Ingo Molnar2008-01-253-43/+0Star
* sched: fix CONFIG_PRINT_TIME's reliance on sched_clock()Ingo Molnar2008-01-251-1/+1
* printk: make printk more robust by not allowing recursionIngo Molnar2008-01-251-10/+38
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-01-2515-341/+642
|\
| * selinux: make mls_compute_sid always polyinstantiateEamon Walsh2008-01-251-9/+2Star
| * security/selinux: constify function pointer tables and fieldsJan Engelhardt2008-01-253-4/+4
| * security: add a secctx_to_secid() hookDavid Howells2008-01-254-0/+31
| * security: call security_file_permission from rw_verify_areaJames Morris2008-01-253-51/+24Star
| * security: remove security_sb_post_mountroot hookH. Peter Anvin2008-01-254-20/+0Star
| * Security: remove security.h include from mm.hJames Morris2008-01-251-1/+2
| * Security: remove security_file_mmap hook sparse-warnings (NULL as 0).Richard Knutsson2008-01-251-2/+2
| * Security: add get, set, and cloning of superblock security informationEric Paris2008-01-255-254/+577
| * security/selinux: Add missing "space"Joe Perches2008-01-251-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds2008-01-2546-517/+3579
|\ \
| * | [AVR32] extint: Set initial irq type to low levelHaavard Skinnemoen2008-01-251-3/+3
| * | [AVR32] extint: change set_irq_type() handlingDavid Brownell2008-01-251-11/+7Star
| * | [AVR32] NMI debuggingHaavard Skinnemoen2008-01-2510-10/+166
| * | [AVR32] constify function pointer tablesJan Engelhardt2008-01-252-2/+2
| * | [AVR32] ATNGW100: Update defconfigHaavard Skinnemoen2008-01-251-151/+262
| * | [AVR32] ATSTK1002: Update defconfigHaavard Skinnemoen2008-01-251-150/+483
| * | [AVR32] Kconfig: Choose daughterboard instead of CPUHaavard Skinnemoen2008-01-252-24/+28
| * | [AVR32] Add support for ATSTK1003 and ATSTK1004Haavard Skinnemoen2008-01-258-20/+1975
| * | [AVR32] Clean up external DAC setup codeHaavard Skinnemoen2008-01-252-16/+17
| * | [AVR32] ATSTK1000: Move gpio-leds setup to setup.cHaavard Skinnemoen2008-01-254-66/+72
| * | [AVR32] Add support for AT32AP7001 and AT32AP7002Haavard Skinnemoen2008-01-2512-28/+58
| * | [AVR32] Provide more CPU information in /proc/cpuinfo and dmesgHaavard Skinnemoen2008-01-252-26/+82
| * | [AVR32] Oprofile supportHaavard Skinnemoen2008-01-254-0/+247
| * | [AVR32] Include instrumentation menuHaavard Skinnemoen2008-01-252-10/+2Star
| * | Disable VGA text console for AVR32 architectureHans-Christian Egtvedt2008-01-251-1/+1
| * | [AVR32] Enable debugging only when neededHaavard Skinnemoen2008-01-258-13/+186
| * | ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEMEHaavard Skinnemoen2008-01-251-0/+2
| * | [AVR32] Remove redundant try_to_freeze() call from do_signal()Haavard Skinnemoen2008-01-251-7/+0Star
| * | [AVR32] Drop GFP_COMP for DMA memory allocationsHaavard Skinnemoen2008-01-251-0/+7
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2008-01-2540-1109/+1092Star
|\ \
| * | [GFS2] Allow journal recovery on read-only mountAbhijith Das2008-01-251-4/+12
| * | [GFS2] Lockup on errorBob Peterson2008-01-251-1/+1
| * | [GFS2] Fix page_mkwrite truncation race pathSteven Whitehouse2008-01-251-0/+1
| * | [GFS2] Fix typoBob Peterson2008-01-251-1/+1
| * | [GFS2] Fix write alloc required shortcut calculationSteven Whitehouse2008-01-251-2/+2
| * | [GFS2] gfs2_alloc_required performanceBob Peterson2008-01-251-0/+5
| * | [GFS2] Remove unneeded i_spinBob Peterson2008-01-252-2/+0Star
| * | [GFS2] Reduce inode size by moving i_alloc out of lineSteven Whitehouse2008-01-2512-36/+39
| * | [GFS2] Fix assert in log codeSteven Whitehouse2008-01-251-7/+4Star
| * | [GFS2] Fix problems relating to execution of files on GFS2Steven Whitehouse2008-01-252-9/+16
| * | [GFS2] Initialize extent_list earlierBob Peterson2008-01-252-1/+1
| * | [GFS2] Allow page migration for writeback and ordered pagesSteven Whitehouse2008-01-251-0/+2
| * | [GFS2] Remove unused variableSteven Whitehouse2008-01-251-1/+0Star