summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 2.6.23-rc7v2.6.23-rc7Linus Torvalds2007-09-191-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-09-194-10/+72
|\
| * sched: fix invalid sched_class useHiroshi Shimamoto2007-09-191-0/+5
| * sched: add /proc/sys/kernel/sched_compat_yieldIngo Molnar2007-09-194-10/+67
* | SELinux: fix array out of bounds when mounting with selinux optionsEric Paris2007-09-201-0/+2
|/
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-09-193-4/+6
|\
| * [MIPS] cpu-bugs64.c: GCC 3.3 constraint workaroundMaciej W. Rozycki2007-09-192-3/+5
| * [MIPS] DEC: Initialise ioasic_ssr_lockMaciej W. Rozycki2007-09-191-1/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2007-09-191-10/+10
|\ \
| * | V4L/DVB (6173a): Documentation: Remove reference to dead "cpia_pp=" boot-time...Robert P. J. Day2007-09-171-3/+0
| * | Revert "V4L/DVB (6173a): Documentation: Remove reference to dead "cpia_pp=" b...Mauro Carvalho Chehab2007-09-171-10/+13
| |/
* | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-09-199-62/+101
|\ \
| * | [XFS] Avoid replaying inode buffer initialisation log items if on-disk versio...Lachlan McIlroy2007-09-183-3/+54
| * | [XFS] Ensure file size updates have been completed before writing inode to disk.Lachlan McIlroy2007-09-183-9/+16
| * | [XFS] On-demand reaping of the MRU cacheDavid Chinner2007-09-173-50/+31
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-09-191-65/+42
|\ \
| * | [SUNSAB]: Fix several bugs.Al Viro2007-09-171-65/+42
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-09-192-2/+1
|\ \
| * | ide: remove unused variables from drivers/ide/ppc/pmac.cStephen Rothwell2007-09-171-2/+0
| * | ide: ST320413A has the same problem as ST340823AJorge Juan Chico2007-09-171-0/+1
| |/
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-09-194-5/+24
|\ \
| * | [POWERPC] Fix timekeeping on PowerPC 601Benjamin Herrenschmidt2007-09-192-3/+10
| * | [POWERPC] Don't expose clock vDSO functions when CPU has no timebaseBenjamin Herrenschmidt2007-09-191-0/+12
| * | [POWERPC] spusched: Fix null pointer dereference in find_victimChristoph Hellwig2007-09-191-2/+2
| |/
* | x86-64: page faults from user mode are always user faultsLinus Torvalds2007-09-191-0/+7
* | Driver core: fix deprectated sysfs structure for nested class devicesDmitry Torokhov2007-09-191-6/+23
* | uml: fix irqstack crashJeff Dike2007-09-193-6/+7
* | Fix NUMA Memory Policy Reference CountingLee Schermerhorn2007-09-193-12/+75
* | Fix user namespace exiting OOPsPavel Emelyanov2007-09-193-2/+27
* | Convert uid hash to hlistPavel Emelyanov2007-09-194-10/+11
* | kernel/user.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke2007-09-191-6/+2
* | ext34: ensure do_split leaves enough free space in both blocksEric Sandeen2007-09-192-8/+70
* | disable sys_timerfd() for 2.6.23Andrew Morton2007-09-191-0/+1
* | nfs: fix oops re sysctls and V4 supportAlexey Dobriyan2007-09-191-1/+1
* | dir_index: error out instead of BUG on corrupt dx dirsEric Sandeen2007-09-192-8/+60
* | intel-agp: Fix i830 mask variable that changed with G33 supportDave Airlie2007-09-192-2/+3
* | intelfb: Fix bug in DPLL disableAntonino A. Daplas2007-09-191-1/+1
* | xen: don't bother trying to set cr4Jeremy Fitzhardinge2007-09-191-2/+2
* | pci: fix unterminated pci_device_id listsKees Cook2007-09-193-2/+5
* | mspec: handle shrinking virtual memory areasCliff Wickman2007-09-191-21/+48
* | rtc: rtc-ds1553.c should use resource_size_t for base addressAtsushi Nemoto2007-09-191-1/+1
* | rtc-ds1742.c should use resource_size_t for base addressDavid Gibson2007-09-191-1/+1
* | Fix UTS corruption during clone(CLONE_NEWUTS)Alexey Dobriyan2007-09-191-0/+2
* | Fix failure to resume from initrdsNigel Cunningham2007-09-191-1/+3
* | uml: use correct type in BLKGETSIZE ioctlNicolas George2007-09-191-1/+2
* | Fix "Fix DAC960 driver on machines which don't support 64-bit DMA"Andrew Morton2007-09-191-0/+1
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-09-167-103/+172
|\
| * Pull thinkpad into release branchLen Brown2007-09-174-96/+165
| |\
| | * ACPI: thinkpad-acpi: bump up version to 0.16Henrique de Moraes Holschuh2007-09-172-3/+3
| | * ACPI: thinkpad-acpi: revert new 2.6.23 CONFIG_THINKPAD_ACPI_INPUT_ENABLED optionHenrique de Moraes Holschuh2007-09-174-93/+162