aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/syslib/open_pic2.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-17SPI: tle620x power switch driverBen Dooks4-0/+362
2007-07-17S3c24xx SPI controllers both select 'bitbang'David Brownell1-1/+3
2007-07-17atmel_spi: don't always deselect chip between messagesDavid Brownell1-24/+103
2007-07-17atmel_spi: minor updatesDavid Brownell1-12/+45
2007-07-17spi_mpc83xx.c underclocking hotfixClifford Wolf1-0/+6
2007-07-17spi_lm70llp parport adapter driverKaiwan N Billimoria4-0/+440
2007-07-17spidev compiler warning goneDavid Brownell1-2/+4
2007-07-17CRC7 supportJan Nikitenko5-1/+94
2007-07-17SPI: add 3wire mode flagDavid Brownell2-0/+5
2007-07-17SPI controller drivers: check for unsupported modesDavid Brownell10-21/+66
2007-07-17IBMASM: must depend on CONFIG_INPUTDmitry Torokhov1-1/+1
2007-07-17IBMASM: miscellaneous fixesDmitry Torokhov1-19/+18
2007-07-17IBMASM: dont use extern in function declarationsDmitry Torokhov1-32/+32
2007-07-17IBMASM: whitespace cleanupDmitry Torokhov14-62/+62
2007-07-17x86_64: speedup touch_nmi_watchdogAndrew Morton1-3/+5
2007-07-17i386: speedup touch_nmi_watchdogAndrew Morton1-3/+5
2007-07-17Inhibit NMI watchdog when Alt-SysRq-T operation is underwayKonrad Rzeszutek1-0/+1
2007-07-17Fix sparse false positives re BUG_ON(ptr)Alexey Dobriyan1-1/+1
2007-07-17destroy_workqueue() can livelockOleg Nesterov1-6/+5
2007-07-17Kprobes on select architectures no longer EXPERIMENTALAnanth N Mavinakayanahalli4-8/+8
2007-07-17make timespec_equal() take const argumentsJan Engelhardt1-1/+2
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo11-27/+27
2007-07-17sb1250-duart.c: SB1250 DUART serial supportMaciej W. Rozycki9-45/+1074
2007-07-17Remove CHILD_MAXRoland McGrath1-1/+0
2007-07-17Remove OPEN_MAXRoland McGrath1-1/+0
2007-07-17avoid OPEN_MAX in SCM_MAX_FDRoland McGrath1-1/+1
2007-07-17unregister_blkdev(): return voidAkinobu Mita2-7/+2
2007-07-17unregister_blkdev(): delete redundant messageAkinobu Mita1-3/+1
2007-07-17unregister_blkdev() delete redundant messages in callersAkinobu Mita5-16/+5
2007-07-17unregister_blkdev(): do WARN_ON on failureAkinobu Mita1-2/+3
2007-07-17proper prototype for proc_nr_files()Adrian Bunk2-3/+6
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan23-98/+32
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan21-166/+43
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov21-2/+24
2007-07-17Add support for Xilinx SystemACE CompactFlash interfaceGrant Likely3-0/+1173
2007-07-17powerpc: 8xx: fix whitespace and indentationVitaly Bordug2-337/+336
2007-07-17CONFIG_BOUNCE to avoid useless inclusion of bounce buffer logicChristoph Lameter3-4/+6
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki65-113/+256
2007-07-17fs: introduce some page/buffer invariantsNick Piggin3-18/+39
2007-07-17MM: Make needlessly global hugetlb_no_page() static.Robert P. J. Day1-1/+1
2007-07-17Add VM_BUG_ON in case someone uses page_mapping on a slab pageChristoph Lameter1-0/+1
2007-07-17Make SLUB the default allocatorChristoph Lameter1-1/+1
2007-07-17SLUB: Fix CONFIG_SLUB_DEBUG use for CONFIG_NUMAChristoph Lameter1-0/+4
2007-07-17SLUB: Move sysfs operations outside of slub_lockChristoph Lameter1-13/+15
2007-07-17SLUB: Do not allocate object bit array on stackChristoph Lameter1-14/+25
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter12-38/+30
2007-07-17Slab allocators: Cleanup zeroing allocationsChristoph Lameter7-126/+46
2007-07-17SLUB: Do not use length parameter in slab_alloc()Christoph Lameter1-11/+9
2007-07-17SLUB: Style fix up the loop to disable small slabsChristoph Lameter1-1/+1
2007-07-17mm/slub.c: make code staticAdrian Bunk1-3/+3