aboutsummaryrefslogtreecommitdiffstats
path: root/fs/qnx4 (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-20Fix CRLF line endings in Documentation/input/iforce-protocol.txtLinus Torvalds1-254/+254
2007-09-20[x86 setup] Fix typo in arch/i386/boot/header.SPaul Bolle1-1/+1
2007-09-20[acpi] Correct the decoding of video mode numbers in wakeup.SH. Peter Anvin2-65/+23
2007-09-20[x86 setup] Present the canonical video mode number to the kernelH. Peter Anvin1-4/+10
2007-09-19Linux 2.6.23-rc7Linus Torvalds1-2/+2
2007-09-20SELinux: fix array out of bounds when mounting with selinux optionsEric Paris1-0/+2
2007-09-19sched: fix invalid sched_class useHiroshi Shimamoto1-0/+5
2007-09-19sched: add /proc/sys/kernel/sched_compat_yieldIngo Molnar4-10/+67
2007-09-19x86-64: page faults from user mode are always user faultsLinus Torvalds1-0/+7
2007-09-19[MIPS] cpu-bugs64.c: GCC 3.3 constraint workaroundMaciej W. Rozycki2-3/+5
2007-09-19[MIPS] DEC: Initialise ioasic_ssr_lockMaciej W. Rozycki1-1/+1
2007-09-19Driver core: fix deprectated sysfs structure for nested class devicesDmitry Torokhov1-6/+23
2007-09-19uml: fix irqstack crashJeff Dike3-6/+7
2007-09-19Fix NUMA Memory Policy Reference CountingLee Schermerhorn3-12/+75
2007-09-19Fix user namespace exiting OOPsPavel Emelyanov3-2/+27
2007-09-19Convert uid hash to hlistPavel Emelyanov4-10/+11
2007-09-19kernel/user.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke1-6/+2
2007-09-19ext34: ensure do_split leaves enough free space in both blocksEric Sandeen2-8/+70
2007-09-19disable sys_timerfd() for 2.6.23Andrew Morton1-0/+1
2007-09-19nfs: fix oops re sysctls and V4 supportAlexey Dobriyan1-1/+1
2007-09-19dir_index: error out instead of BUG on corrupt dx dirsEric Sandeen2-8/+60
2007-09-19intel-agp: Fix i830 mask variable that changed with G33 supportDave Airlie2-2/+3
2007-09-19intelfb: Fix bug in DPLL disableAntonino A. Daplas1-1/+1
2007-09-19xen: don't bother trying to set cr4Jeremy Fitzhardinge1-2/+2
2007-09-19pci: fix unterminated pci_device_id listsKees Cook3-2/+5
2007-09-19mspec: handle shrinking virtual memory areasCliff Wickman1-21/+48
2007-09-19rtc: rtc-ds1553.c should use resource_size_t for base addressAtsushi Nemoto1-1/+1
2007-09-19rtc-ds1742.c should use resource_size_t for base addressDavid Gibson1-1/+1
2007-09-19Fix UTS corruption during clone(CLONE_NEWUTS)Alexey Dobriyan1-0/+2
2007-09-19Fix failure to resume from initrdsNigel Cunningham1-1/+3
2007-09-19uml: use correct type in BLKGETSIZE ioctlNicolas George1-1/+2
2007-09-19Fix "Fix DAC960 driver on machines which don't support 64-bit DMA"Andrew Morton1-0/+1
2007-09-19[POWERPC] Fix timekeeping on PowerPC 601Benjamin Herrenschmidt2-3/+10
2007-09-19[POWERPC] Don't expose clock vDSO functions when CPU has no timebaseBenjamin Herrenschmidt1-0/+12
2007-09-19[POWERPC] spusched: Fix null pointer dereference in find_victimChristoph Hellwig1-2/+2
2007-09-18[XFS] Avoid replaying inode buffer initialisation log items if on-disk version is newer.Lachlan McIlroy3-3/+54
2007-09-18[XFS] Ensure file size updates have been completed before writing inode to disk.Lachlan McIlroy3-9/+16
2007-09-17[SUNSAB]: Fix several bugs.Al Viro1-65/+42
2007-09-17V4L/DVB (6173a): Documentation: Remove reference to dead "cpia_pp=" boot-time optionRobert P. J. Day1-3/+0
2007-09-17Revert "V4L/DVB (6173a): Documentation: Remove reference to dead "cpia_pp=" boot-time option"Mauro Carvalho Chehab1-10/+13
2007-09-17ide: remove unused variables from drivers/ide/ppc/pmac.cStephen Rothwell1-2/+0
2007-09-17ide: ST320413A has the same problem as ST340823AJorge Juan Chico1-0/+1
2007-09-17[XFS] On-demand reaping of the MRU cacheDavid Chinner3-50/+31
2007-09-17ACPI: thinkpad-acpi: bump up version to 0.16Henrique de Moraes Holschuh2-3/+3
2007-09-17ACPI: thinkpad-acpi: revert new 2.6.23 CONFIG_THINKPAD_ACPI_INPUT_ENABLED optionHenrique de Moraes Holschuh4-93/+162
2007-09-16Fix non-ISA link error in drivers/scsi/advansys.cMatthew Wilcox1-0/+11
2007-09-16[VLAN]: Fix net_device leak.Al Viro1-2/+0
2007-09-16[PPP] generic: Fix receive path data clobbering & non-linear handlingHerbert Xu1-19/+25
2007-09-16[PPP] generic: Call skb_cow_head before scribbling over skbHerbert Xu1-11/+3
2007-09-16[NET] skbuff: Add skb_cow_headHerbert Xu3-11/+33