aboutsummaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-12[POWERPC] U-boot passes the initrd as start/end, not start/size.Scott Wood2-2/+2
2007-05-12[POWERPC] PS3: Update ps3_defconfigGeoff Levand1-103/+64
2007-05-12[POWERPC] PS3: Fix request_irq warningGeoff Levand1-2/+4
2007-05-12[POWERPC] Don't complain if size-cells == 0 in prom_parse()Kim Phillips1-1/+1
2007-05-12[POWERPC] Simplify smp_space_timerswill schmidt1-17/+2
2007-05-12[POWERPC] Trivial ps3 warning fixesStephen Rothwell2-4/+4
2007-05-12[POWERPC] Add missed includeStephen Rothwell1-0/+1
2007-05-12[POWERPC] Remove unused variable in hpte_decode()Stephen Rothwell1-1/+1
2007-05-12[POWERPC] Assign correct variable in hpte_decode()Stephen Rothwell1-1/+1
2007-05-11x86_64: Don't call mtrr_bp_init from identify_cpuAndi Kleen2-3/+2
2007-05-11x86_64: off-by-two error in aperture.cAndrew Hastings3-3/+3
2007-05-11i386: Fix compilation of verify_cpu.S on old binutilsAndi Kleen1-1/+3
2007-05-11further UTF-8 fixes and name correctionDavid Woodhouse3-4/+4
2007-05-11Fix wrong identifier name in Documentation/kref.txtSatyam Sharma1-1/+1
2007-05-11[IA64] Quicklist support for IA64Christoph Lameter5-119/+22
2007-05-11[IA64] fix Kprobes reentrancyAnil S Keshavamurthy2-5/+11
2007-05-11[IA64] SN: validate smp_affinity mask on intr redirectJohn Keller3-0/+24
2007-05-11Input: evdev - fix overflow in compat_ioctlKenichi Nagai1-1/+1
2007-05-11Convert SGI IP22 and specific drivers to platform_device.Ralf Baechle6-191/+376
2007-05-11md: improve the is_mddev_idle testNeilBrown1-1/+1
2007-05-11VIDEO: remove archaic if[] construct from Kconfig fileRobert P. J. Day1-7/+0
2007-05-11pm2fb: fb_sync addedAntonino A. Daplas1-17/+21
2007-05-11nvidiafb: Enable debugging messages a Kconfig optionJean Delvare2-2/+10
2007-05-11rivafb: Fix I2C getscl callback functionJean Delvare1-2/+0
2007-05-11atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driverNicolas Ferre4-0/+965
2007-05-11pm3fb: Preliminary 2.4 to 2.6 portKrzysztof Helt3-3417/+683
2007-05-11fbdev: geforce 7300 cleanupMichal Piotrowski1-1/+3
2007-05-11epoll cleanups: epoll remove static pre-declarations and akpm-ize the codeDavide Libenzi1-548/+486
2007-05-11epoll cleanups: epoll no moduleDavide Libenzi1-13/+1
2007-05-11epoll: use anonymous inodesDavide Libenzi1-169/+3
2007-05-11signal/timer/event: KAIO eventfd support exampleDavide Libenzi3-3/+49
2007-05-11signal/timer/event: eventfd wire up x86 archesDavide Libenzi4-1/+6
2007-05-11signal/timer/event: eventfd coreDavide Libenzi6-0/+270
2007-05-11signal/timer/event: timerfd compat codeDavide Libenzi3-4/+32
2007-05-11signal/timer/event: timerfd wire up x86 archesDavide Libenzi4-1/+6
2007-05-11signal/timer/event: timerfd coreDavide Libenzi6-0/+258
2007-05-11signal/timer/event: signalfd compat codeDavide Libenzi1-0/+26
2007-05-11signal/timer/event: signalfd wire up x86 archesDavide Libenzi4-1/+6
2007-05-11signal/timer/event: signalfd coreDavide Libenzi14-7/+508
2007-05-11signal/timer/event fds: anonymous inode sourceDavide Libenzi5-0/+228
2007-05-11Don't init pgrp and __session in INIT_SIGNALSSukadev Bhattiprolu1-2/+2
2007-05-11Replace pid_t in autofs with struct pid referenceSukadev Bhattiprolu3-8/+22
2007-05-11Fix some coding-style errors in autofsSukadev Bhattiprolu4-70/+70
2007-05-11Kill unused sesssion and group values in rocket driverSukadev Bhattiprolu2-5/+0
2007-05-11Use task_pgrp() task_session() in copy_process()Sukadev Bhattiprolu1-6/+3
2007-05-11Use struct pid parameter in copy_process()Sukadev Bhattiprolu1-5/+6
2007-05-11Explicitly set pgid and sid of init processSukadev Bhattiprolu1-0/+1
2007-05-11statically initialize struct pid for swapperSukadev Bhattiprolu3-0/+31
2007-05-11attach_pid() with struct pid parameterSukadev Bhattiprolu6-13/+18
2007-05-11rtc-rs5c313.c: add error handling to avoid hardware hangupkogiidena1-1/+18